67 QLabel* lb_gridIcons[3]; |
67 QLabel* lb_gridIcons[3]; |
68 QList<QListWidgetItem*> quickColorItems; |
68 QList<QListWidgetItem*> quickColorItems; |
69 |
69 |
70 void applySettings(); |
70 void applySettings(); |
71 void addShortcut (KeySequenceConfig& cfg, QAction* act, int& i); |
71 void addShortcut (KeySequenceConfig& cfg, QAction* act, int& i); |
72 void setButtonBackground (QPushButton* button, str value); |
72 void setButtonBackground (QPushButton* button, QString value); |
73 void pickColor (str& conf, QPushButton* button); |
73 void pickColor (QString& conf, QPushButton* button); |
74 void updateQuickColorList (LDQuickColor* sel = null); |
74 void updateQuickColorList (LDQuickColor* sel = null); |
75 void setShortcutText (ShortcutListItem* item); |
75 void setShortcutText (ShortcutListItem* item); |
76 int getItemRow (QListWidgetItem* item, QList<QListWidgetItem*>& haystack); |
76 int getItemRow (QListWidgetItem* item, QList<QListWidgetItem*>& haystack); |
77 str quickColorString(); |
77 QString quickColorString(); |
78 QListWidgetItem* getSelectedQuickColor(); |
78 QListWidgetItem* getSelectedQuickColor(); |
79 QList<ShortcutListItem*> getShortcutSelection(); |
79 QList<ShortcutListItem*> getShortcutSelection(); |
80 void initGrids(); |
80 void initGrids(); |
81 void initExtProgs(); |
81 void initExtProgs(); |
82 |
82 |