Maemo: Improve remote mounts GUI.

Reviewed-by: kh1
This commit is contained in:
ck
2010-07-29 14:35:08 +02:00
parent 576642a76a
commit af57685ca8
4 changed files with 56 additions and 5 deletions

View File

@@ -52,6 +52,8 @@ namespace ProjectExplorer {
class EnvironmentWidget;
}
namespace Utils { class DetailsWidget; }
namespace Qt4ProjectManager {
namespace Internal {
@@ -84,6 +86,7 @@ private slots:
void baseEnvironmentChanged();
void systemEnvironmentChanged();
void userEnvironmentChangesChanged(const QList<ProjectExplorer::EnvironmentItem> &userChanges);
void handleRemoteMountsChanged();
private:
QLineEdit *m_configNameLineEdit;
@@ -93,6 +96,7 @@ private:
QLineEdit *m_hostAddressLineEdit;
QTableView *m_mountView;
QToolButton *m_removeMountButton;
Utils::DetailsWidget *m_detailsContainer;
MaemoRunConfiguration *m_runConfiguration;
bool m_ignoreChange;