USB EPROM/Flash Programmer
Public Attributes | List of all members
TApplicationSettings Struct Reference

Stores the application settings. More...

#include <config.hpp>

Public Attributes

int logLevel
 The Log Level. More...
 
QPoint windowPos
 The coordinates of the main window. More...
 
QSize windowSize
 The size of the main window. More...
 
QString language
 The language of the application. Empty is autodetect (default). More...
 
QString lastDir
 The last opened directory. More...
 
TProgrammerSettings prog
 Programmer settings. More...
 

Detailed Description

Stores the application settings.

Member Data Documentation

◆ logLevel

int logLevel

The Log Level.

  • 0: Disable (or < 0) - Default
  • 1: Fatal
  • 2: Critical
  • 3: Warning
  • 4: Info
  • 5: Debug (or > 5)

◆ windowPos

QPoint windowPos

The coordinates of the main window.

◆ windowSize

QSize windowSize

The size of the main window.

◆ language

QString language

The language of the application. Empty is autodetect (default).

◆ lastDir

QString lastDir

The last opened directory.

◆ prog

Programmer settings.


The documentation for this struct was generated from the following file: