forked from qt-creator/qt-creator
Target options layout fixes.
* smaller icon button (waste less space) * align manage/choose buttons Change-Id: Idb2cb111a40353f2405cd964c2ec4f5cf8b24d78 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
6473d7b611
commit
d8d5efcd40
@@ -114,6 +114,7 @@ public:
|
||||
static QString homePath();
|
||||
|
||||
void addButton(const QString &text, QObject *receiver, const char *slotFunc);
|
||||
void insertButton(int index, const QString &text, QObject *receiver, const char *slotFunc);
|
||||
QAbstractButton *buttonAtIndex(int index) const;
|
||||
|
||||
QLineEdit *lineEdit() const;
|
||||
|
||||
Reference in New Issue
Block a user