summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/customexecutablerunconfiguration.h
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2009-09-17 13:59:10 +0200
committerdt <qtc-committer@nokia.com>2009-09-17 13:59:10 +0200
commit65648ee17ad1cfc93666b8c4b06fac5c3e6d6fe0 (patch)
treed6e4cd550c85a8532d508abb1eaaca70b97cf280 /src/plugins/projectexplorer/customexecutablerunconfiguration.h
parentf52077bd81abebea6182420645c97e291cde5af6 (diff)
downloadqt-creator-65648ee17ad1cfc93666b8c4b06fac5c3e6d6fe0.tar.gz
The project pane rewrite version 2.
This splits up the edit and active settings. Let people try it and report usability problems. I'm not 100% convinced of the layout either.
Diffstat (limited to 'src/plugins/projectexplorer/customexecutablerunconfiguration.h')
-rw-r--r--src/plugins/projectexplorer/customexecutablerunconfiguration.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/customexecutablerunconfiguration.h b/src/plugins/projectexplorer/customexecutablerunconfiguration.h
index a31a320d33..b7c579fc6c 100644
--- a/src/plugins/projectexplorer/customexecutablerunconfiguration.h
+++ b/src/plugins/projectexplorer/customexecutablerunconfiguration.h
@@ -161,6 +161,7 @@ private slots:
void baseEnvironmentChanged();
void userEnvironmentChangesChanged();
void baseEnvironmentComboBoxChanged(int index);
+ void toggleDetails();
private:
bool m_ignoreChange;
CustomExecutableRunConfiguration *m_runConfiguration;
@@ -171,6 +172,9 @@ private:
QCheckBox *m_useTerminalCheck;
ProjectExplorer::EnvironmentWidget *m_environmentWidget;
QComboBox *m_baseEnvironmentComboBox;
+ QWidget *m_detailsWidget;
+ QLabel *m_summaryLabel;
+ QAbstractButton *m_detailsButton;
};
} // namespace Internal