summaryrefslogtreecommitdiffstats
path: root/examples/widgets/softkeys/softkeys.h
diff options
context:
space:
mode:
authorMarkku Luukkainen <markku.luukkainen@digia.com>2009-06-18 15:24:03 (GMT)
committerMarkku Luukkainen <markku.luukkainen@digia.com>2009-06-18 15:24:03 (GMT)
commit829307fa214586d40ff13d9e9eb4ece4d1bd4ff1 (patch)
tree6d39f4fc01e649ea3c87338f5a09038af3f913c8 /examples/widgets/softkeys/softkeys.h
parent0cbf534a7feba5a0159877d19d15f225e1199fc8 (diff)
downloadQt-829307fa214586d40ff13d9e9eb4ece4d1bd4ff1.zip
Qt-829307fa214586d40ff13d9e9eb4ece4d1bd4ff1.tar.gz
Qt-829307fa214586d40ff13d9e9eb4ece4d1bd4ff1.tar.bz2
Updated example to make more sense
Diffstat (limited to 'examples/widgets/softkeys/softkeys.h')
-rw-r--r--examples/widgets/softkeys/softkeys.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/widgets/softkeys/softkeys.h b/examples/widgets/softkeys/softkeys.h
index bd75473..da56eae 100644
--- a/examples/widgets/softkeys/softkeys.h
+++ b/examples/widgets/softkeys/softkeys.h
@@ -50,13 +50,13 @@ class MainWindow : public QMainWindow
public:
private slots:
- void fillTextEditor();
void clearTextEditor();
void openDialog();
void addSoftKeys();
void exitApplication();
void okPressed();
void cancelPressed();
+ void setCustomSoftKeys();
public:
MainWindow(QWidget *parent = 0);
~MainWindow();
@@ -65,6 +65,7 @@ private:
QWidget *central;
QTextEdit* textEditor;
QLabel *infoLabel;
+ QPushButton* toggleButton;
QPushButton* pushButton;
QMenu* fileMenu;
QAction* addSoftKeysAct;