63 QLabel* lb_gridLabels[3]; |
63 QLabel* lb_gridLabels[3]; |
64 QLabel* lb_gridIcons[3]; |
64 QLabel* lb_gridIcons[3]; |
65 List<QListWidgetItem*> quickColorItems; |
65 List<QListWidgetItem*> quickColorItems; |
66 |
66 |
67 void applySettings(); |
67 void applySettings(); |
68 void addShortcut (KeySequenceConfig& cfg, QAction* act, ulong& i); |
68 void addShortcut (KeySequenceConfig& cfg, QAction* act, int& i); |
69 void setButtonBackground (QPushButton* button, str value); |
69 void setButtonBackground (QPushButton* button, str value); |
70 void pickColor (StringConfig& cfg, QPushButton* button); |
70 void pickColor (StringConfig& cfg, QPushButton* button); |
71 void updateQuickColorList (LDQuickColor* sel = null); |
71 void updateQuickColorList (LDQuickColor* sel = null); |
72 void setShortcutText (ShortcutListItem* item); |
72 void setShortcutText (ShortcutListItem* item); |
73 int getItemRow (QListWidgetItem* item, List<QListWidgetItem*>& haystack); |
73 int getItemRow (QListWidgetItem* item, List<QListWidgetItem*>& haystack); |