10 #ifndef HK_KDEPREFERENCESDIALOGBASE_H 11 #define HK_KDEPREFERENCESDIALOGBASE_H 36 QTabWidget* regionaltab;
38 QLabel* driverpathlabel;
39 QPushButton* driverpathbutton;
40 QLineEdit* driverpathfield;
41 QLabel* defaultdriverlabel;
42 QComboBox* defaultdriverfield;
43 QSpinBox* snap2gridxfield;
44 QLabel* snap2gridxlabel;
45 QLabel* snap2gridylabel;
46 QSpinBox* snap2gridyfield;
47 QLabel* sizetypelabel;
48 QComboBox* sizetypefield;
49 QComboBox* storepasswordfield;
50 QLabel* storepasswordlabel;
51 QLabel* automaticupdatelabel;
52 QComboBox* automaticupdatefield;
54 QLabel* maximizedlabel;
55 QComboBox* maximizedfield;
56 QLabel* bepedanticlabel;
57 QComboBox* bepedanticfield;
58 QLabel* use_singleclicklabel;
59 QComboBox* use_singleclickfield;
62 QSpinBox* fontsizefield;
64 QComboBox* textalignmentfield;
65 QComboBox* numberalignmentfield;
66 QLabel* textalignmentlabel;
67 QLabel* numberalignmentlabel;
68 QLabel* separatorlabel;
69 QComboBox* separatorfield;
70 QLabel* precisionlabel;
71 QSpinBox* precisionfield;
72 QWidget* regionalpage;
77 QLabel* datetimelabel;
78 QComboBox* measurefield;
80 QLineEdit* datetimefield;
81 QLineEdit* localefield;
84 QLabel* printcommandlabel;
85 QLineEdit* printcommandfield;
86 QComboBox* embedfontsfield;
87 QLabel* embedfontslabel;
88 QPushButton* buttonHelp;
89 QPushButton* buttonOk;
90 QPushButton* buttonCancel;
93 virtual void driverpathbutton_clicked();
94 virtual void help_clicked();
97 QVBoxLayout* hk_kdepreferencesdialogbaseLayout;
98 QGridLayout* generalpageLayout;
100 QSpacerItem* Spacer7;
101 QGridLayout* AppearanceLayout;
102 QSpacerItem* spacer10;
103 QSpacerItem* spacer11;
104 QGridLayout* defaultsLayout;
105 QSpacerItem* Spacer16;
106 QSpacerItem* Spacer15;
107 QHBoxLayout* Layout3;
108 QGridLayout* regionalpageLayout;
109 QSpacerItem* Spacer1;
110 QSpacerItem* Spacer2;
111 QGridLayout* printerpageLayout;
112 QSpacerItem* Spacer1_2;
113 QSpacerItem* Spacer2_2;
114 QHBoxLayout* layout13;
115 QSpacerItem* Horizontal_Spacing2;
118 virtual void languageChange();
122 #endif // HK_KDEPREFERENCESDIALOGBASE_H Definition: hk_kdepreferencesdialogbase.h:28