#include "QtxPreferenceMgr.h"#include "QtxPathEdit.h"#include "QtxPathListEdit.h"#include <QFrame>#include <QLabel>#include <QPointer>#include <QIcon>Go to the source code of this file.
Classes | |
| class | QtxPagePrefMgr |
| GUI implementation of the QtxPreferenceMgr class: preferences manager. More... | |
| class | QtxPagePrefItem |
| Base class for implementation of all the widget-based preference items. More... | |
| class | QtxPageNamedPrefItem |
| Base class for implementation of the named preference items (items with text labels). More... | |
| class | QtxPagePrefListItem |
| GUI implementation of the list container preference item. More... | |
| class | QtxPagePrefToolBoxItem |
| GUI implementation of the tool box container preference item. More... | |
| class | QtxPagePrefTabsItem |
| GUI implementation of the tab widget container. More... | |
| class | QtxPagePrefFrameItem |
| GUI implementation of the frame widget container. More... | |
| class | QtxPagePrefGroupItem |
| GUI implementation of the group widget container. More... | |
| class | QtxPagePrefLabelItem |
| Label item which can be used in the preferences editor dialog box. More... | |
| class | QtxPagePrefSpaceItem |
| Simple spacer item which can be used in the preferences editor dialog box. More... | |
| class | QtxPagePrefCheckItem |
| GUI implementation of the resources check box item (boolean). More... | |
| class | QtxPagePrefEditItem |
| GUI implementation of the resources line edit box item for string, integer and double values. More... | |
| class | QtxPagePrefSliderItem |
| class | QtxPagePrefSelectItem |
| GUI implementation of the resources selector item (string, integer or double values list). More... | |
| class | QtxPagePrefSpinItem |
| GUI implementation of the resources spin box item (for integer or double value). More... | |
| class | QtxPagePrefTextItem |
| GUI implementation of the resources text box edit item (for large text data). More... | |
| class | QtxPagePrefColorItem |
| GUI implementation of the resources color item. More... | |
| class | QtxPagePrefBiColorItem |
| GUI implementation of the resources item to store a bi-color value. More... | |
| class | QtxPagePrefFontItem |
| GUI implementation of the resources font item. More... | |
| class | QtxPagePrefPathItem |
| GUI implementation of the resources file/directory path item. More... | |
| class | QtxPagePrefPathListItem |
| GUI implementation of the resources files/directories list item. More... | |
| class | QtxPagePrefDateTimeItem |
| GUI implementation of resources date/time item. More... | |
| class | QtxPagePrefShortcutBtnsItem |
| class | QtxPagePrefShortcutTreeItem |
| class | QtxPagePrefBackgroundItem |
| GUI implementation of the resources item to store background data. More... | |
| class | QtxUserDefinedContent |
| class | QtxUserDefinedItem |