src/configDialog.h

changeset 606
3dd6f343ec06
parent 603
47e7773c7841
equal deleted inserted replaced
605:2983f7c7e7c9 606:3dd6f343ec06
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

mercurial