comparison multichoicedialog.h @ 74:10eb97683aa9

* Show branch names even for changes with children, if those children are on a different branch * Pick up remote repo path from local repo via hg paths * Some work towards breaking down files into various groups based on status * Add /usr/local/bin to path for hg (temporary hack I hope)
author Chris Cannam
date Fri, 19 Nov 2010 14:54:19 +0000
parents 121cb1032717
children f16fe0db11f3
comparison
equal deleted inserted replaced
73:a773c6e7b301 74:10eb97683aa9
59 bool additionalArgument = false); 59 bool additionalArgument = false);
60 60
61 private slots: 61 private slots:
62 void choiceChanged(); 62 void choiceChanged();
63 void urlChanged(const QString &); 63 void urlChanged(const QString &);
64 void fileChanged(const QString &);
64 void browse(); 65 void browse();
65 66
66 private: 67 private:
67 QMap<QString, QString> m_texts; 68 QMap<QString, QString> m_texts;
68 QMap<QString, QString> m_descriptions; 69 QMap<QString, QString> m_descriptions;
77 QLabel *m_fileLabel; 78 QLabel *m_fileLabel;
78 QComboBox *m_fileCombo; 79 QComboBox *m_fileCombo;
79 QAbstractButton *m_browseButton; 80 QAbstractButton *m_browseButton;
80 QLabel *m_urlLabel; 81 QLabel *m_urlLabel;
81 QComboBox *m_urlCombo; 82 QComboBox *m_urlCombo;
83 QAbstractButton *m_okButton;
82 }; 84 };
83 85
84 #endif // MULTICHOICEDIALOG_H 86 #endif // MULTICHOICEDIALOG_H