aboutsummaryrefslogtreecommitdiff
path: root/demos/widgetsgallery/languagepage.h
diff options
context:
space:
mode:
authorMike FABIAN <mike.fabian@basyskom.de>2010-08-26 13:40:58 +0200
committerMike FABIAN <mike.fabian@basyskom.de>2010-08-26 16:38:42 +0200
commit3fd55b6792bf549f5c8d40f7420f39619d61e9db (patch)
tree6195a843c5236d24d4533dd4103b192c3be3a2f9 /demos/widgetsgallery/languagepage.h
parentb546f40e302cd16cc02f4aeaf741ae46f15fb029 (diff)
Changes: add combobox to language page in widgetsgallery to select 24/12 hour mode
RevBy: TrustMe
Diffstat (limited to 'demos/widgetsgallery/languagepage.h')
-rw-r--r--demos/widgetsgallery/languagepage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/widgetsgallery/languagepage.h b/demos/widgetsgallery/languagepage.h
index 6212a5d3..ad736bc7 100644
--- a/demos/widgetsgallery/languagepage.h
+++ b/demos/widgetsgallery/languagepage.h
@@ -41,6 +41,7 @@ public:
public slots:
void changeLanguage(int index);
void changeLcTime(int index);
+ void changeLcTimeFormat24h(int index);
void changeLcCollate(int index);
void changeLcNumeric(int index);
void changeLcMonetary(int index);
@@ -53,6 +54,8 @@ private:
QStandardItemModel *modelLanguage;
MComboBox *comboBoxLcTime;
QStandardItemModel *modelLcTime;
+ MComboBox *comboBoxLcTimeFormat24h;
+ QStandardItemModel *modelLcTimeFormat24h;
MComboBox *comboBoxLcCollate;
QStandardItemModel *modelLcCollate;
MComboBox *comboBoxLcNumeric;