summaryrefslogtreecommitdiff
path: root/library/menubutton.h
Side-by-side diff
Diffstat (limited to 'library/menubutton.h') (more/less context) (ignore whitespace changes)
-rw-r--r--library/menubutton.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/library/menubutton.h b/library/menubutton.h
index 6582b1e..ee5dcf1 100644
--- a/library/menubutton.h
+++ b/library/menubutton.h
@@ -33,2 +33,3 @@ public:
+
int currentItem() const;
@@ -42,2 +43,6 @@ public:
void setLabel(const QString& label);
+ int count();
+ void remove(int id);
+ QString text(int id);
+ void setUseLabel(bool b);
@@ -52,2 +57,3 @@ public slots:
private:
+ bool useLabel;
void init();