summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager/qt4projectconfigwidget.h
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2009-08-06 15:31:32 +0200
committerdt <qtc-committer@nokia.com>2009-08-06 15:31:32 +0200
commitdbe5a6f34b7b78a84a6e8dc5f7c2805560b757e6 (patch)
tree1a95e1f88df1678628572164bd89be9836b2d242 /src/plugins/qt4projectmanager/qt4projectconfigwidget.h
parent4e7881577dce66476f76ad1362353c2bb8bbdac7 (diff)
downloadqt-creator-dbe5a6f34b7b78a84a6e8dc5f7c2805560b757e6.tar.gz
Rework the project settings.
This has still a few missing things, but this enough to start getting some feedback. Missing are non qt projects, a solution for the runconfiguration, a missing black line between the treeview on top and the project settings at the bottom. Some flickering with removing/adding widgets to the QScrollArea and not showing the expanded widget if the Details button is right at the bottom.
Diffstat (limited to 'src/plugins/qt4projectmanager/qt4projectconfigwidget.h')
-rw-r--r--src/plugins/qt4projectmanager/qt4projectconfigwidget.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/qt4projectmanager/qt4projectconfigwidget.h b/src/plugins/qt4projectmanager/qt4projectconfigwidget.h
index df867fbfa1..a9b8a66384 100644
--- a/src/plugins/qt4projectmanager/qt4projectconfigwidget.h
+++ b/src/plugins/qt4projectmanager/qt4projectconfigwidget.h
@@ -43,7 +43,7 @@ namespace Ui {
class Qt4ProjectConfigWidget;
}
-class Qt4ProjectConfigWidget : public ProjectExplorer::BuildStepConfigWidget
+class Qt4ProjectConfigWidget : public ProjectExplorer::BuildConfigWidget
{
Q_OBJECT
public:
@@ -63,11 +63,13 @@ private slots:
void qtVersionComboBoxCurrentIndexChanged(const QString &);
void manageQtVersions();
void selectToolChain(int index);
+ void toggleDetails();
private:
void updateToolChainCombo();
void updateImportLabel();
void setToolChain(int index);
+ void updateDetails();
Ui::Qt4ProjectConfigWidget *m_ui;
QAbstractButton *m_browseButton;
Qt4Project *m_pro;