annotate tools/duic/tests/ui_mainwindow.d @ 104:64b874c86f9b

fixed bug with QSpinBox
author eldar
date Sat, 30 May 2009 13:07:26 +0000
parents 7be693ea7070
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
e78566595089 initial import
mandel
parents:
diff changeset
1 /********************************************************************************
e78566595089 initial import
mandel
parents:
diff changeset
2 ** Form generated from reading ui file 'mainwindow.ui'
e78566595089 initial import
mandel
parents:
diff changeset
3 **
104
64b874c86f9b fixed bug with QSpinBox
eldar
parents: 57
diff changeset
4 ** Created: Sat May 30 11:51:12 2009
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
5 ** by: QtD User Interface Compiler version 4.5.0
1
e78566595089 initial import
mandel
parents:
diff changeset
6 **
e78566595089 initial import
mandel
parents:
diff changeset
7 ** WARNING! All changes made in this file will be lost when recompiling ui file!
e78566595089 initial import
mandel
parents:
diff changeset
8 ********************************************************************************/
e78566595089 initial import
mandel
parents:
diff changeset
9
104
64b874c86f9b fixed bug with QSpinBox
eldar
parents: 57
diff changeset
10 module ui_mainwindow;
1
e78566595089 initial import
mandel
parents:
diff changeset
11
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
12 public import qt.core.QString;
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
13 public import qt.core.QVariant;
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
14 public import qt.gui.QAction;
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
15 public import qt.gui.QApplication;
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
16 public import qt.gui.QButtonGroup;
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
17 public import qt.gui.QDockWidget;
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
18 public import qt.gui.QDoubleSpinBox;
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
19 public import qt.gui.QFontComboBox;
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
20 public import qt.gui.QFrame;
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
21 public import qt.gui.QGroupBox;
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
22 public import qt.gui.QHBoxLayout;
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
23 public import qt.gui.QListView;
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
24 public import qt.gui.QMainWindow;
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
25 public import qt.gui.QMenu;
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
26 public import qt.gui.QMenuBar;
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
27 public import qt.gui.QRadioButton;
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
28 public import qt.gui.QStatusBar;
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
29 public import qt.gui.QToolBar;
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
30 public import qt.gui.QTreeView;
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
31 public import qt.gui.QVBoxLayout;
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
32 public import qt.gui.QWidget;
1
e78566595089 initial import
mandel
parents:
diff changeset
33
e78566595089 initial import
mandel
parents:
diff changeset
34 mixin QT_BEGIN_NAMESPACE;
e78566595089 initial import
mandel
parents:
diff changeset
35
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
36 template Ui_MainWindow()
1
e78566595089 initial import
mandel
parents:
diff changeset
37 {
e78566595089 initial import
mandel
parents:
diff changeset
38 public:
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
39 QAction actionOpen;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
40 QAction actionClose;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
41 QAction actionQuit;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
42 QAction actionCopy;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
43 QAction actionPaste;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
44 QAction actionCut;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
45 QWidget centralwidget;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
46 QVBoxLayout verticalLayout_3;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
47 QWidget widget;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
48 QHBoxLayout horizontalLayout_2;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
49 QFontComboBox fontComboBox;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
50 QDoubleSpinBox doubleSpinBox;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
51 QFrame frame;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
52 QVBoxLayout verticalLayout_2;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
53 QListView listView;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
54 QTreeView treeView;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
55 QMenuBar menubar;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
56 QMenu menuFile;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
57 QMenu menuEdit;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
58 QStatusBar statusbar;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
59 QToolBar toolBar;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
60 QDockWidget dockWidget;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
61 QWidget dockWidgetContents;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
62 QHBoxLayout horizontalLayout;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
63 QGroupBox groupBox;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
64 QVBoxLayout verticalLayout;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
65 QRadioButton radioButton;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
66 QRadioButton radioButton_2;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
67 QRadioButton radioButton_3;
1
e78566595089 initial import
mandel
parents:
diff changeset
68
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
69 void setupUi(QMainWindow MainWindow)
1
e78566595089 initial import
mandel
parents:
diff changeset
70 {
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
71 if (MainWindow.objectName().length == 0)
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
72 MainWindow.setObjectName(QString.fromUtf8("MainWindow"));
1
e78566595089 initial import
mandel
parents:
diff changeset
73 MainWindow.resize(800, 600);
e78566595089 initial import
mandel
parents:
diff changeset
74 actionOpen = new QAction(MainWindow);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
75 actionOpen.setObjectName(QString.fromUtf8("actionOpen"));
1
e78566595089 initial import
mandel
parents:
diff changeset
76 actionClose = new QAction(MainWindow);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
77 actionClose.setObjectName(QString.fromUtf8("actionClose"));
1
e78566595089 initial import
mandel
parents:
diff changeset
78 actionQuit = new QAction(MainWindow);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
79 actionQuit.setObjectName(QString.fromUtf8("actionQuit"));
1
e78566595089 initial import
mandel
parents:
diff changeset
80 actionCopy = new QAction(MainWindow);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
81 actionCopy.setObjectName(QString.fromUtf8("actionCopy"));
1
e78566595089 initial import
mandel
parents:
diff changeset
82 actionPaste = new QAction(MainWindow);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
83 actionPaste.setObjectName(QString.fromUtf8("actionPaste"));
1
e78566595089 initial import
mandel
parents:
diff changeset
84 actionCut = new QAction(MainWindow);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
85 actionCut.setObjectName(QString.fromUtf8("actionCut"));
1
e78566595089 initial import
mandel
parents:
diff changeset
86 centralwidget = new QWidget(MainWindow);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
87 centralwidget.setObjectName(QString.fromUtf8("centralwidget"));
1
e78566595089 initial import
mandel
parents:
diff changeset
88 verticalLayout_3 = new QVBoxLayout(centralwidget);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
89 verticalLayout_3.setObjectName(QString.fromUtf8("verticalLayout_3"));
1
e78566595089 initial import
mandel
parents:
diff changeset
90 widget = new QWidget(centralwidget);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
91 widget.setObjectName(QString.fromUtf8("widget"));
1
e78566595089 initial import
mandel
parents:
diff changeset
92 horizontalLayout_2 = new QHBoxLayout(widget);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
93 horizontalLayout_2.setObjectName(QString.fromUtf8("horizontalLayout_2"));
1
e78566595089 initial import
mandel
parents:
diff changeset
94 fontComboBox = new QFontComboBox(widget);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
95 fontComboBox.setObjectName(QString.fromUtf8("fontComboBox"));
1
e78566595089 initial import
mandel
parents:
diff changeset
96
e78566595089 initial import
mandel
parents:
diff changeset
97 horizontalLayout_2.addWidget(fontComboBox);
e78566595089 initial import
mandel
parents:
diff changeset
98
e78566595089 initial import
mandel
parents:
diff changeset
99 doubleSpinBox = new QDoubleSpinBox(widget);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
100 doubleSpinBox.setObjectName(QString.fromUtf8("doubleSpinBox"));
1
e78566595089 initial import
mandel
parents:
diff changeset
101
e78566595089 initial import
mandel
parents:
diff changeset
102 horizontalLayout_2.addWidget(doubleSpinBox);
e78566595089 initial import
mandel
parents:
diff changeset
103
e78566595089 initial import
mandel
parents:
diff changeset
104
e78566595089 initial import
mandel
parents:
diff changeset
105 verticalLayout_3.addWidget(widget);
e78566595089 initial import
mandel
parents:
diff changeset
106
e78566595089 initial import
mandel
parents:
diff changeset
107 frame = new QFrame(centralwidget);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
108 frame.setObjectName(QString.fromUtf8("frame"));
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
109 frame.setFrameShape(QFrame.StyledPanel);
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
110 frame.setFrameShadow(QFrame.Raised);
1
e78566595089 initial import
mandel
parents:
diff changeset
111 verticalLayout_2 = new QVBoxLayout(frame);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
112 verticalLayout_2.setObjectName(QString.fromUtf8("verticalLayout_2"));
1
e78566595089 initial import
mandel
parents:
diff changeset
113 listView = new QListView(frame);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
114 listView.setObjectName(QString.fromUtf8("listView"));
1
e78566595089 initial import
mandel
parents:
diff changeset
115
e78566595089 initial import
mandel
parents:
diff changeset
116 verticalLayout_2.addWidget(listView);
e78566595089 initial import
mandel
parents:
diff changeset
117
e78566595089 initial import
mandel
parents:
diff changeset
118 treeView = new QTreeView(frame);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
119 treeView.setObjectName(QString.fromUtf8("treeView"));
1
e78566595089 initial import
mandel
parents:
diff changeset
120
e78566595089 initial import
mandel
parents:
diff changeset
121 verticalLayout_2.addWidget(treeView);
e78566595089 initial import
mandel
parents:
diff changeset
122
e78566595089 initial import
mandel
parents:
diff changeset
123
e78566595089 initial import
mandel
parents:
diff changeset
124 verticalLayout_3.addWidget(frame);
e78566595089 initial import
mandel
parents:
diff changeset
125
e78566595089 initial import
mandel
parents:
diff changeset
126 MainWindow.setCentralWidget(centralwidget);
e78566595089 initial import
mandel
parents:
diff changeset
127 menubar = new QMenuBar(MainWindow);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
128 menubar.setObjectName(QString.fromUtf8("menubar"));
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
129 menubar.setGeometry(QRect(0, 0, 800, 24));
1
e78566595089 initial import
mandel
parents:
diff changeset
130 menuFile = new QMenu(menubar);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
131 menuFile.setObjectName(QString.fromUtf8("menuFile"));
1
e78566595089 initial import
mandel
parents:
diff changeset
132 menuEdit = new QMenu(menubar);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
133 menuEdit.setObjectName(QString.fromUtf8("menuEdit"));
1
e78566595089 initial import
mandel
parents:
diff changeset
134 MainWindow.setMenuBar(menubar);
e78566595089 initial import
mandel
parents:
diff changeset
135 statusbar = new QStatusBar(MainWindow);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
136 statusbar.setObjectName(QString.fromUtf8("statusbar"));
1
e78566595089 initial import
mandel
parents:
diff changeset
137 MainWindow.setStatusBar(statusbar);
e78566595089 initial import
mandel
parents:
diff changeset
138 toolBar = new QToolBar(MainWindow);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
139 toolBar.setObjectName(QString.fromUtf8("toolBar"));
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
140 MainWindow.addToolBar(Qt.TopToolBarArea, toolBar);
1
e78566595089 initial import
mandel
parents:
diff changeset
141 dockWidget = new QDockWidget(MainWindow);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
142 dockWidget.setObjectName(QString.fromUtf8("dockWidget"));
1
e78566595089 initial import
mandel
parents:
diff changeset
143 dockWidgetContents = new QWidget();
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
144 dockWidgetContents.setObjectName(QString.fromUtf8("dockWidgetContents"));
1
e78566595089 initial import
mandel
parents:
diff changeset
145 horizontalLayout = new QHBoxLayout(dockWidgetContents);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
146 horizontalLayout.setObjectName(QString.fromUtf8("horizontalLayout"));
1
e78566595089 initial import
mandel
parents:
diff changeset
147 groupBox = new QGroupBox(dockWidgetContents);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
148 groupBox.setObjectName(QString.fromUtf8("groupBox"));
1
e78566595089 initial import
mandel
parents:
diff changeset
149 verticalLayout = new QVBoxLayout(groupBox);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
150 verticalLayout.setObjectName(QString.fromUtf8("verticalLayout"));
1
e78566595089 initial import
mandel
parents:
diff changeset
151 radioButton = new QRadioButton(groupBox);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
152 radioButton.setObjectName(QString.fromUtf8("radioButton"));
1
e78566595089 initial import
mandel
parents:
diff changeset
153
e78566595089 initial import
mandel
parents:
diff changeset
154 verticalLayout.addWidget(radioButton);
e78566595089 initial import
mandel
parents:
diff changeset
155
e78566595089 initial import
mandel
parents:
diff changeset
156 radioButton_2 = new QRadioButton(groupBox);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
157 radioButton_2.setObjectName(QString.fromUtf8("radioButton_2"));
1
e78566595089 initial import
mandel
parents:
diff changeset
158
e78566595089 initial import
mandel
parents:
diff changeset
159 verticalLayout.addWidget(radioButton_2);
e78566595089 initial import
mandel
parents:
diff changeset
160
e78566595089 initial import
mandel
parents:
diff changeset
161 radioButton_3 = new QRadioButton(groupBox);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
162 radioButton_3.setObjectName(QString.fromUtf8("radioButton_3"));
1
e78566595089 initial import
mandel
parents:
diff changeset
163
e78566595089 initial import
mandel
parents:
diff changeset
164 verticalLayout.addWidget(radioButton_3);
e78566595089 initial import
mandel
parents:
diff changeset
165
e78566595089 initial import
mandel
parents:
diff changeset
166
e78566595089 initial import
mandel
parents:
diff changeset
167 horizontalLayout.addWidget(groupBox);
e78566595089 initial import
mandel
parents:
diff changeset
168
e78566595089 initial import
mandel
parents:
diff changeset
169 dockWidget.setWidget(dockWidgetContents);
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
170 MainWindow.addDockWidget((cast(Qt.DockWidgetArea)(2)), dockWidget);
1
e78566595089 initial import
mandel
parents:
diff changeset
171
e78566595089 initial import
mandel
parents:
diff changeset
172 menubar.addAction(menuFile.menuAction());
e78566595089 initial import
mandel
parents:
diff changeset
173 menubar.addAction(menuEdit.menuAction());
e78566595089 initial import
mandel
parents:
diff changeset
174 menuFile.addAction(actionOpen);
e78566595089 initial import
mandel
parents:
diff changeset
175 menuFile.addAction(actionClose);
e78566595089 initial import
mandel
parents:
diff changeset
176 menuFile.addAction(actionQuit);
e78566595089 initial import
mandel
parents:
diff changeset
177 menuEdit.addAction(actionCopy);
e78566595089 initial import
mandel
parents:
diff changeset
178 menuEdit.addAction(actionPaste);
e78566595089 initial import
mandel
parents:
diff changeset
179 menuEdit.addAction(actionCut);
e78566595089 initial import
mandel
parents:
diff changeset
180 toolBar.addAction(actionOpen);
e78566595089 initial import
mandel
parents:
diff changeset
181 toolBar.addAction(actionQuit);
e78566595089 initial import
mandel
parents:
diff changeset
182
e78566595089 initial import
mandel
parents:
diff changeset
183 retranslateUi(MainWindow);
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
184 actionQuit.triggered.connect(&MainWindow.close);
1
e78566595089 initial import
mandel
parents:
diff changeset
185
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
186 // QMetaObject.connectSlotsByName(MainWindow);
1
e78566595089 initial import
mandel
parents:
diff changeset
187 } // setupUi
e78566595089 initial import
mandel
parents:
diff changeset
188
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
189 void retranslateUi(QMainWindow MainWindow)
1
e78566595089 initial import
mandel
parents:
diff changeset
190 {
56
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
191 MainWindow.setWindowTitle(QApplication.translate("MainWindow", "MainWindow", null, QApplication.UnicodeUTF8));
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
192 actionOpen.setText(QApplication.translate("MainWindow", "Open", null, QApplication.UnicodeUTF8));
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
193 actionClose.setText(QApplication.translate("MainWindow", "Close", null, QApplication.UnicodeUTF8));
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
194 actionQuit.setText(QApplication.translate("MainWindow", "Quit", null, QApplication.UnicodeUTF8));
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
195 actionCopy.setText(QApplication.translate("MainWindow", "Copy", null, QApplication.UnicodeUTF8));
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
196 actionPaste.setText(QApplication.translate("MainWindow", "Paste", null, QApplication.UnicodeUTF8));
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
197 actionCut.setText(QApplication.translate("MainWindow", "Cut", null, QApplication.UnicodeUTF8));
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
198 menuFile.setTitle(QApplication.translate("MainWindow", "File", null, QApplication.UnicodeUTF8));
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
199 menuEdit.setTitle(QApplication.translate("MainWindow", "Edit", null, QApplication.UnicodeUTF8));
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
200 toolBar.setWindowTitle(QApplication.translate("MainWindow", "toolBar", null, QApplication.UnicodeUTF8));
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
201 groupBox.setTitle(QApplication.translate("MainWindow", "Some options", null, QApplication.UnicodeUTF8));
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
202 radioButton.setText(QApplication.translate("MainWindow", "Option 1", null, QApplication.UnicodeUTF8));
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
203 radioButton_2.setText(QApplication.translate("MainWindow", "Option 2", null, QApplication.UnicodeUTF8));
d5a6b6269f44 duic is working now on the first testcase, if there are any issues with it please report
eldar
parents: 52
diff changeset
204 radioButton_3.setText(QApplication.translate("MainWindow", "Option 3", null, QApplication.UnicodeUTF8));
1
e78566595089 initial import
mandel
parents:
diff changeset
205 } // retranslateUi
e78566595089 initial import
mandel
parents:
diff changeset
206
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
207 }
1
e78566595089 initial import
mandel
parents:
diff changeset
208
48
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
209 struct MainWindow {
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
210 mixin Ui_MainWindow;
2085c2157b50 started work on duic
eldar
parents: 1
diff changeset
211 }
52
09a0f1d048f2 update parser to that from jambi 4.5, attemt to fix building with gcc 4.4
eldar
parents: 48
diff changeset
212
1
e78566595089 initial import
mandel
parents:
diff changeset
213 mixin QT_END_NAMESPACE;
e78566595089 initial import
mandel
parents:
diff changeset
214