Mercurial > hg > svgui
comparison widgets/ListInputDialog.h @ 222:cd81066ac7ad
* More useful status bar text -- show the current play time and the extents of
the visible area
* Add update-i18n.sh to update the i18n/ts and qm files -- I can't get qmake
to do the right thing now that the project file has been split up into
several project files
* Fix missing Q_OBJECTs, etc, reported by lupdate
* Update Russian translation from AlexandrE
author | Chris Cannam |
---|---|
date | Wed, 07 Mar 2007 17:07:02 +0000 |
parents | 0e95c127bb53 |
children | 387f2f6fc333 |
comparison
equal
deleted
inserted
replaced
221:9e739f92c0b8 | 222:cd81066ac7ad |
---|---|
28 * set of radio buttons instead of in a single combo box. | 28 * set of radio buttons instead of in a single combo box. |
29 */ | 29 */ |
30 | 30 |
31 class ListInputDialog : public QDialog | 31 class ListInputDialog : public QDialog |
32 { | 32 { |
33 Q_OBJECT | |
34 | |
33 public: | 35 public: |
34 virtual ~ListInputDialog(); | 36 virtual ~ListInputDialog(); |
35 | 37 |
36 static QString getItem(QWidget *parent, const QString &title, | 38 static QString getItem(QWidget *parent, const QString &title, |
37 const QString &label, const QStringList &list, | 39 const QString &label, const QStringList &list, |