forked from qt-creator/qt-creator
utils: base PathChooser on FancyLineEdit
Change-Id: Ibf5e7ca866dca0816efda9f75af2cd17ac61c7c7 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
#include "utils_global.h"
|
||||
|
||||
#include "fileutils.h"
|
||||
#include "fancylineedit.h"
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
@@ -115,7 +116,7 @@ public:
|
||||
void insertButton(int index, const QString &text, QObject *receiver, const char *slotFunc);
|
||||
QAbstractButton *buttonAtIndex(int index) const;
|
||||
|
||||
QLineEdit *lineEdit() const;
|
||||
FancyLineEdit *lineEdit() const;
|
||||
|
||||
// For PathChoosers of 'Command' type, this property specifies the arguments
|
||||
// required to obtain the tool version (commonly, '--version'). Setting them
|
||||
|
||||
Reference in New Issue
Block a user