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:
Eike Ziller
2012-06-21 16:05:30 +02:00
committed by Tobias Hunger
parent 6473d7b611
commit d8d5efcd40
11 changed files with 62 additions and 29 deletions

View File

@@ -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;