src/configDialog.h

changeset 498
791c831c8020
parent 497
c51941e590b6
child 504
6a1fa662bfc1
equal deleted inserted replaced
497:c51941e590b6 498:791c831c8020
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);

mercurial