comparison widgets/SubdividingMenu.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 42118892f428
children e4773943c9c1
comparison
equal deleted inserted replaced
221:9e739f92c0b8 222:cd81066ac7ad
34 * entries and call entriesAdded() afterwards instead. 34 * entries and call entriesAdded() afterwards instead.
35 */ 35 */
36 36
37 class SubdividingMenu : public QMenu 37 class SubdividingMenu : public QMenu
38 { 38 {
39 Q_OBJECT
40
39 public: 41 public:
40 SubdividingMenu(size_t lowerLimit = 0, size_t upperLimit = 0, 42 SubdividingMenu(size_t lowerLimit = 0, size_t upperLimit = 0,
41 QWidget *parent = 0); 43 QWidget *parent = 0);
42 SubdividingMenu(const QString &title, size_t lowerLimit = 0, 44 SubdividingMenu(const QString &title, size_t lowerLimit = 0,
43 size_t upperLimit = 0, QWidget *parent = 0); 45 size_t upperLimit = 0, QWidget *parent = 0);