src/configDialog.h

changeset 739
152b33a6d51b
parent 655
b376645315ab
child 754
c37564d59ce1
equal deleted inserted replaced
738:16b63398aa1f 739:152b33a6d51b
65 QLabel* lb_gridIcons[3]; 65 QLabel* lb_gridIcons[3];
66 QList<QListWidgetItem*> quickColorItems; 66 QList<QListWidgetItem*> quickColorItems;
67 67
68 void applySettings(); 68 void applySettings();
69 void addShortcut (KeySequenceConfig& cfg, QAction* act, int& i); 69 void addShortcut (KeySequenceConfig& cfg, QAction* act, int& i);
70 void setButtonBackground (QPushButton* button, QString value); 70 void setButtonBackground (QPushButton* button, String value);
71 void pickColor (QString& conf, QPushButton* button); 71 void pickColor (String& conf, QPushButton* button);
72 void updateQuickColorList (LDQuickColor* sel = null); 72 void updateQuickColorList (LDQuickColor* sel = null);
73 void setShortcutText (ShortcutListItem* item); 73 void setShortcutText (ShortcutListItem* item);
74 int getItemRow (QListWidgetItem* item, QList<QListWidgetItem*>& haystack); 74 int getItemRow (QListWidgetItem* item, QList<QListWidgetItem*>& haystack);
75 QString quickColorString(); 75 String quickColorString();
76 QListWidgetItem* getSelectedQuickColor(); 76 QListWidgetItem* getSelectedQuickColor();
77 QList<ShortcutListItem*> getShortcutSelection(); 77 QList<ShortcutListItem*> getShortcutSelection();
78 void initGrids(); 78 void initGrids();
79 void initExtProgs(); 79 void initExtProgs();
80 80

mercurial