Initial commit
[golf-scorecard] / src / ui_newround.h
1 /********************************************************************************\r
2 ** Form generated from reading UI file 'newround.ui'\r
3 **\r
4 ** Created: Wed 28. Apr 22:35:27 2010\r
5 **      by: Qt User Interface Compiler version 4.6.2\r
6 **\r
7 ** WARNING! All changes made in this file will be lost when recompiling UI file!\r
8 ********************************************************************************/\r
9 \r
10 #ifndef UI_NEWROUND_H\r
11 #define UI_NEWROUND_H\r
12 \r
13 #include <QtCore/QVariant>\r
14 #include <QtGui/QAction>\r
15 #include <QtGui/QApplication>\r
16 #include <QtGui/QButtonGroup>\r
17 #include <QtGui/QCheckBox>\r
18 #include <QtGui/QComboBox>\r
19 #include <QtGui/QFrame>\r
20 #include <QtGui/QHeaderView>\r
21 #include <QtGui/QLabel>\r
22 #include <QtGui/QMainWindow>\r
23 #include <QtGui/QMenuBar>\r
24 #include <QtGui/QPlainTextEdit>\r
25 #include <QtGui/QPushButton>\r
26 #include <QtGui/QStatusBar>\r
27 #include <QtGui/QWidget>\r
28 \r
29 QT_BEGIN_NAMESPACE\r
30 \r
31 class Ui_newround\r
32 {\r
33 public:\r
34     QWidget *centralwidget;\r
35     QFrame *frame;\r
36     QLabel *label_players;\r
37     QCheckBox *checkBox_player1;\r
38     QCheckBox *checkBox_player2;\r
39     QCheckBox *checkBox_player3;\r
40     QCheckBox *checkBox_player4;\r
41     QComboBox *comboBox_player1;\r
42     QComboBox *comboBox_player2;\r
43     QComboBox *comboBox_player3;\r
44     QComboBox *comboBox_player4;\r
45     QPlainTextEdit *hcp_player1;\r
46     QComboBox *tee_player1;\r
47     QPlainTextEdit *hcp_player2;\r
48     QPlainTextEdit *hcp_player3;\r
49     QPlainTextEdit *hcp_player4;\r
50     QComboBox *tee_player2;\r
51     QComboBox *tee_player3;\r
52     QComboBox *tee_player4;\r
53     QLabel *label_active;\r
54     QLabel *label_hcp;\r
55     QLabel *label_tee;\r
56     QLabel *label_course;\r
57     QComboBox *comboBox_course;\r
58     QPushButton *pushButton_continue;\r
59     QMenuBar *menubar;\r
60     QStatusBar *statusbar;\r
61 \r
62     void setupUi(QMainWindow *newround)\r
63     {\r
64         if (newround->objectName().isEmpty())\r
65             newround->setObjectName(QString::fromUtf8("newround"));\r
66         newround->resize(800, 480);\r
67         centralwidget = new QWidget(newround);\r
68         centralwidget->setObjectName(QString::fromUtf8("centralwidget"));\r
69         frame = new QFrame(centralwidget);\r
70         frame->setObjectName(QString::fromUtf8("frame"));\r
71         frame->setGeometry(QRect(0, 0, 801, 441));\r
72         frame->setFrameShape(QFrame::StyledPanel);\r
73         frame->setFrameShadow(QFrame::Raised);\r
74         label_players = new QLabel(frame);\r
75         label_players->setObjectName(QString::fromUtf8("label_players"));\r
76         label_players->setGeometry(QRect(140, 0, 171, 31));\r
77         QFont font;\r
78         font.setPointSize(20);\r
79         font.setBold(true);\r
80         font.setUnderline(true);\r
81         font.setWeight(75);\r
82         label_players->setFont(font);\r
83         checkBox_player1 = new QCheckBox(frame);\r
84         checkBox_player1->setObjectName(QString::fromUtf8("checkBox_player1"));\r
85         checkBox_player1->setGeometry(QRect(10, 50, 121, 50));\r
86         QFont font1;\r
87         font1.setPointSize(20);\r
88         checkBox_player1->setFont(font1);\r
89         checkBox_player1->setChecked(true);\r
90         checkBox_player2 = new QCheckBox(frame);\r
91         checkBox_player2->setObjectName(QString::fromUtf8("checkBox_player2"));\r
92         checkBox_player2->setGeometry(QRect(10, 110, 121, 50));\r
93         checkBox_player2->setFont(font1);\r
94         checkBox_player3 = new QCheckBox(frame);\r
95         checkBox_player3->setObjectName(QString::fromUtf8("checkBox_player3"));\r
96         checkBox_player3->setGeometry(QRect(10, 170, 121, 50));\r
97         checkBox_player3->setFont(font1);\r
98         checkBox_player4 = new QCheckBox(frame);\r
99         checkBox_player4->setObjectName(QString::fromUtf8("checkBox_player4"));\r
100         checkBox_player4->setGeometry(QRect(10, 230, 121, 50));\r
101         checkBox_player4->setFont(font1);\r
102         comboBox_player1 = new QComboBox(frame);\r
103         comboBox_player1->setObjectName(QString::fromUtf8("comboBox_player1"));\r
104         comboBox_player1->setEnabled(true);\r
105         comboBox_player1->setGeometry(QRect(140, 50, 320, 50));\r
106         comboBox_player2 = new QComboBox(frame);\r
107         comboBox_player2->setObjectName(QString::fromUtf8("comboBox_player2"));\r
108         comboBox_player2->setEnabled(true);\r
109         comboBox_player2->setGeometry(QRect(140, 110, 320, 50));\r
110         comboBox_player3 = new QComboBox(frame);\r
111         comboBox_player3->setObjectName(QString::fromUtf8("comboBox_player3"));\r
112         comboBox_player3->setEnabled(true);\r
113         comboBox_player3->setGeometry(QRect(140, 170, 320, 50));\r
114         comboBox_player4 = new QComboBox(frame);\r
115         comboBox_player4->setObjectName(QString::fromUtf8("comboBox_player4"));\r
116         comboBox_player4->setEnabled(true);\r
117         comboBox_player4->setGeometry(QRect(140, 230, 320, 50));\r
118         hcp_player1 = new QPlainTextEdit(frame);\r
119         hcp_player1->setObjectName(QString::fromUtf8("hcp_player1"));\r
120         hcp_player1->setEnabled(true);\r
121         hcp_player1->setGeometry(QRect(480, 50, 120, 50));\r
122         QFont font2;\r
123         font2.setPointSize(20);\r
124         font2.setBold(true);\r
125         font2.setWeight(75);\r
126         hcp_player1->setFont(font2);\r
127         hcp_player1->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);\r
128         hcp_player1->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);\r
129         tee_player1 = new QComboBox(frame);\r
130         tee_player1->setObjectName(QString::fromUtf8("tee_player1"));\r
131         tee_player1->setEnabled(true);\r
132         tee_player1->setGeometry(QRect(610, 50, 180, 50));\r
133         QFont font3;\r
134         font3.setPointSize(22);\r
135         font3.setBold(true);\r
136         font3.setWeight(75);\r
137         tee_player1->setFont(font3);\r
138         hcp_player2 = new QPlainTextEdit(frame);\r
139         hcp_player2->setObjectName(QString::fromUtf8("hcp_player2"));\r
140         hcp_player2->setEnabled(true);\r
141         hcp_player2->setGeometry(QRect(480, 110, 120, 50));\r
142         hcp_player2->setFont(font2);\r
143         hcp_player2->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);\r
144         hcp_player2->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);\r
145         hcp_player3 = new QPlainTextEdit(frame);\r
146         hcp_player3->setObjectName(QString::fromUtf8("hcp_player3"));\r
147         hcp_player3->setEnabled(true);\r
148         hcp_player3->setGeometry(QRect(480, 170, 120, 50));\r
149         hcp_player3->setFont(font2);\r
150         hcp_player3->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);\r
151         hcp_player3->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);\r
152         hcp_player4 = new QPlainTextEdit(frame);\r
153         hcp_player4->setObjectName(QString::fromUtf8("hcp_player4"));\r
154         hcp_player4->setEnabled(true);\r
155         hcp_player4->setGeometry(QRect(480, 230, 120, 50));\r
156         hcp_player4->setFont(font2);\r
157         hcp_player4->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);\r
158         hcp_player4->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);\r
159         tee_player2 = new QComboBox(frame);\r
160         tee_player2->setObjectName(QString::fromUtf8("tee_player2"));\r
161         tee_player2->setEnabled(true);\r
162         tee_player2->setGeometry(QRect(610, 110, 180, 50));\r
163         tee_player2->setFont(font3);\r
164         tee_player3 = new QComboBox(frame);\r
165         tee_player3->setObjectName(QString::fromUtf8("tee_player3"));\r
166         tee_player3->setEnabled(true);\r
167         tee_player3->setGeometry(QRect(610, 170, 180, 50));\r
168         tee_player3->setFont(font3);\r
169         tee_player4 = new QComboBox(frame);\r
170         tee_player4->setObjectName(QString::fromUtf8("tee_player4"));\r
171         tee_player4->setEnabled(true);\r
172         tee_player4->setGeometry(QRect(610, 230, 180, 50));\r
173         tee_player4->setFont(font3);\r
174         label_active = new QLabel(frame);\r
175         label_active->setObjectName(QString::fromUtf8("label_active"));\r
176         label_active->setGeometry(QRect(0, 0, 171, 31));\r
177         label_active->setFont(font);\r
178         label_hcp = new QLabel(frame);\r
179         label_hcp->setObjectName(QString::fromUtf8("label_hcp"));\r
180         label_hcp->setGeometry(QRect(480, 0, 121, 31));\r
181         label_hcp->setFont(font);\r
182         label_tee = new QLabel(frame);\r
183         label_tee->setObjectName(QString::fromUtf8("label_tee"));\r
184         label_tee->setGeometry(QRect(610, 0, 121, 31));\r
185         label_tee->setFont(font);\r
186         label_course = new QLabel(frame);\r
187         label_course->setObjectName(QString::fromUtf8("label_course"));\r
188         label_course->setGeometry(QRect(0, 330, 240, 50));\r
189         QFont font4;\r
190         font4.setPointSize(20);\r
191         font4.setBold(true);\r
192         font4.setUnderline(false);\r
193         font4.setWeight(75);\r
194         font4.setKerning(true);\r
195         label_course->setFont(font4);\r
196         comboBox_course = new QComboBox(frame);\r
197         comboBox_course->setObjectName(QString::fromUtf8("comboBox_course"));\r
198         comboBox_course->setEnabled(true);\r
199         comboBox_course->setGeometry(QRect(240, 330, 320, 50));\r
200         pushButton_continue = new QPushButton(frame);\r
201         pushButton_continue->setObjectName(QString::fromUtf8("pushButton_continue"));\r
202         pushButton_continue->setGeometry(QRect(650, 300, 141, 111));\r
203         QIcon icon;\r
204         icon.addFile(QString::fromUtf8(":/new/images/images/arrow-right-icon.png"), QSize(), QIcon::Normal, QIcon::Off);\r
205         pushButton_continue->setIcon(icon);\r
206         pushButton_continue->setIconSize(QSize(128, 128));\r
207         pushButton_continue->setFlat(true);\r
208         newround->setCentralWidget(centralwidget);\r
209         menubar = new QMenuBar(newround);\r
210         menubar->setObjectName(QString::fromUtf8("menubar"));\r
211         menubar->setGeometry(QRect(0, 0, 800, 20));\r
212         newround->setMenuBar(menubar);\r
213         statusbar = new QStatusBar(newround);\r
214         statusbar->setObjectName(QString::fromUtf8("statusbar"));\r
215         newround->setStatusBar(statusbar);\r
216 \r
217         retranslateUi(newround);\r
218 \r
219         QMetaObject::connectSlotsByName(newround);\r
220     } // setupUi\r
221 \r
222     void retranslateUi(QMainWindow *newround)\r
223     {\r
224         newround->setWindowTitle(QApplication::translate("newround", "Select Players & Course", 0, QApplication::UnicodeUTF8));\r
225         label_players->setText(QApplication::translate("newround", "PLAYERS", 0, QApplication::UnicodeUTF8));\r
226         checkBox_player1->setText(QString());\r
227         checkBox_player2->setText(QString());\r
228         checkBox_player3->setText(QString());\r
229         checkBox_player4->setText(QString());\r
230         hcp_player1->setPlainText(QString());\r
231         tee_player1->clear();\r
232         tee_player1->insertItems(0, QStringList()\r
233          << QApplication::translate("newround", "White", 0, QApplication::UnicodeUTF8)\r
234          << QApplication::translate("newround", "Yellow", 0, QApplication::UnicodeUTF8)\r
235          << QApplication::translate("newround", "Blue", 0, QApplication::UnicodeUTF8)\r
236          << QApplication::translate("newround", "Red", 0, QApplication::UnicodeUTF8)\r
237         );\r
238         tee_player2->clear();\r
239         tee_player2->insertItems(0, QStringList()\r
240          << QApplication::translate("newround", "White", 0, QApplication::UnicodeUTF8)\r
241          << QApplication::translate("newround", "Yellow", 0, QApplication::UnicodeUTF8)\r
242          << QApplication::translate("newround", "Blue", 0, QApplication::UnicodeUTF8)\r
243          << QApplication::translate("newround", "Red", 0, QApplication::UnicodeUTF8)\r
244         );\r
245         tee_player3->clear();\r
246         tee_player3->insertItems(0, QStringList()\r
247          << QApplication::translate("newround", "White", 0, QApplication::UnicodeUTF8)\r
248          << QApplication::translate("newround", "Yellow", 0, QApplication::UnicodeUTF8)\r
249          << QApplication::translate("newround", "Blue", 0, QApplication::UnicodeUTF8)\r
250          << QApplication::translate("newround", "Red", 0, QApplication::UnicodeUTF8)\r
251         );\r
252         tee_player4->clear();\r
253         tee_player4->insertItems(0, QStringList()\r
254          << QApplication::translate("newround", "White", 0, QApplication::UnicodeUTF8)\r
255          << QApplication::translate("newround", "Yellow", 0, QApplication::UnicodeUTF8)\r
256          << QApplication::translate("newround", "Blue", 0, QApplication::UnicodeUTF8)\r
257          << QApplication::translate("newround", "Red", 0, QApplication::UnicodeUTF8)\r
258         );\r
259         label_active->setText(QApplication::translate("newround", "ACTIVE", 0, QApplication::UnicodeUTF8));\r
260         label_hcp->setText(QApplication::translate("newround", "HCP", 0, QApplication::UnicodeUTF8));\r
261         label_tee->setText(QApplication::translate("newround", "TEE", 0, QApplication::UnicodeUTF8));\r
262         label_course->setText(QApplication::translate("newround", "SELECT COURSE:", 0, QApplication::UnicodeUTF8));\r
263         pushButton_continue->setText(QString());\r
264     } // retranslateUi\r
265 \r
266 };\r
267 \r
268 namespace Ui {\r
269     class newround: public Ui_newround {};\r
270 } // namespace Ui\r
271 \r
272 QT_END_NAMESPACE\r
273 \r
274 #endif // UI_NEWROUND_H\r