50 QTabWidget* tabs; |
50 QTabWidget* tabs; |
51 QWidget* mainTab, *shortcutsTab, *quickColorTab, *extProgTab; |
51 QWidget* mainTab, *shortcutsTab, *quickColorTab, *extProgTab; |
52 |
52 |
53 // ========================================================================= |
53 // ========================================================================= |
54 // Main tab widgets |
54 // Main tab widgets |
55 QLabel* lb_LDrawPath; |
|
56 QLabel* lb_viewBg, *lb_viewFg, *lb_viewFgAlpha; |
55 QLabel* lb_viewBg, *lb_viewFg, *lb_viewFgAlpha; |
57 QLabel* lb_lineThickness, *lb_iconSize; |
56 QLabel* lb_lineThickness, *lb_iconSize; |
58 QLineEdit* le_LDrawPath; |
|
59 QPushButton* pb_findLDrawPath; |
|
60 QPushButton* pb_viewBg, *pb_viewFg; |
57 QPushButton* pb_viewBg, *pb_viewFg; |
61 QCheckBox* cb_colorize, *cb_colorBFC, *cb_selFlash, *cb_schemanticInline, |
58 QCheckBox* cb_colorize, *cb_colorBFC, *cb_selFlash, *cb_schemanticInline, |
62 *cb_blackEdges; |
59 *cb_blackEdges; |
63 QSlider* sl_viewFgAlpha, *sl_lineThickness, *sl_iconSize; |
60 QSlider* sl_viewFgAlpha, *sl_lineThickness, *sl_iconSize; |
64 |
61 |
104 str makeColorToolBarString (); |
101 str makeColorToolBarString (); |
105 QListWidgetItem* getSelectedQuickColor (); |
102 QListWidgetItem* getSelectedQuickColor (); |
106 QList<ShortcutListItem*> getShortcutSelection (); |
103 QList<ShortcutListItem*> getShortcutSelection (); |
107 |
104 |
108 private slots: |
105 private slots: |
109 void slot_findLDrawPath (); |
|
110 void slot_setGLBackground (); |
106 void slot_setGLBackground (); |
111 void slot_setGLForeground (); |
107 void slot_setGLForeground (); |
112 |
108 |
113 void slot_setShortcut (); |
109 void slot_setShortcut (); |
114 void slot_resetShortcut (); |
110 void slot_resetShortcut (); |