ui_mainwindow.h 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'mainwindow.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 5.9.3
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_MAINWINDOW_H
  9. #define UI_MAINWINDOW_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QAction>
  12. #include <QtWidgets/QApplication>
  13. #include <QtWidgets/QButtonGroup>
  14. #include <QtWidgets/QCheckBox>
  15. #include <QtWidgets/QComboBox>
  16. #include <QtWidgets/QGroupBox>
  17. #include <QtWidgets/QHeaderView>
  18. #include <QtWidgets/QLabel>
  19. #include <QtWidgets/QListWidget>
  20. #include <QtWidgets/QMainWindow>
  21. #include <QtWidgets/QProgressBar>
  22. #include <QtWidgets/QPushButton>
  23. #include <QtWidgets/QTextBrowser>
  24. #include <QtWidgets/QWidget>
  25. QT_BEGIN_NAMESPACE
  26. class Ui_MainWindow
  27. {
  28. public:
  29. QWidget *centralWidget;
  30. QPushButton *mainButton;
  31. QPushButton *optButton;
  32. QPushButton *newsButton;
  33. QPushButton *helpButton;
  34. QPushButton *aboutButton;
  35. QPushButton *enterButton;
  36. QLabel *titleLabel;
  37. QLabel *hintLabel;
  38. QLabel *exthintLabel;
  39. QGroupBox *mainbox;
  40. QLabel *textsTitle;
  41. QLabel *soundsTitle;
  42. QLabel *imagesTitle;
  43. QLabel *fontsTitle;
  44. QLabel *loadscreensTitle;
  45. QLabel *videosTitle;
  46. QLabel *textsStatus;
  47. QLabel *soundsStatus;
  48. QLabel *imagesStatus;
  49. QLabel *loadscreensStatus;
  50. QLabel *fontsStatus;
  51. QLabel *videosStatus;
  52. QLabel *label_3;
  53. QLabel *label;
  54. QLabel *label_4;
  55. QLabel *label_8;
  56. QLabel *label_6;
  57. QLabel *label_7;
  58. QGroupBox *optbox;
  59. QGroupBox *lotrofolderbox;
  60. QLabel *lotropathLabel;
  61. QPushButton *lotropathButton;
  62. QLabel *localeLabel;
  63. QPushButton *enButton;
  64. QPushButton *deButton;
  65. QPushButton *frButton;
  66. QGroupBox *patchsbox;
  67. QCheckBox *checkFonts;
  68. QCheckBox *checkTexts;
  69. QCheckBox *checkSounds;
  70. QCheckBox *checkMaps;
  71. QCheckBox *checkScreens;
  72. QCheckBox *checkVideos;
  73. QCheckBox *checkMicro;
  74. QPushButton *repairButton;
  75. QComboBox *skinSelect;
  76. QLabel *skinLabel;
  77. QLabel *optboxImage;
  78. QLabel *mainboxImage;
  79. QLabel *newsboxImage;
  80. QGroupBox *newsbox;
  81. QLabel *news1Image;
  82. QLabel *news2Image;
  83. QLabel *news3Image;
  84. QLabel *news4Image;
  85. QLabel *news1Title;
  86. QLabel *news1Teaser;
  87. QLabel *news2Teaser;
  88. QLabel *news2Title;
  89. QLabel *news3Teaser;
  90. QLabel *news3Title;
  91. QLabel *news4Teaser;
  92. QLabel *news4Title;
  93. QGroupBox *helpbox;
  94. QTextBrowser *textBrowser;
  95. QGroupBox *aboutbox;
  96. QLabel *helperslist;
  97. QLabel *designers;
  98. QLabel *translatorslist;
  99. QLabel *programmerslist;
  100. QLabel *programmers;
  101. QLabel *helpers;
  102. QLabel *designerslist;
  103. QLabel *translators;
  104. QLabel *helpboxImage;
  105. QLabel *aboutboxImage;
  106. QPushButton *minimizeButton;
  107. QPushButton *closeButton;
  108. QGroupBox *dialogbox;
  109. QGroupBox *dialog;
  110. QPushButton *okButton;
  111. QPushButton *cancelButton;
  112. QLabel *dialogHeader;
  113. QLabel *dialogImage;
  114. QLabel *dialogInfo;
  115. QListWidget *dialogList;
  116. QGroupBox *serversbox;
  117. QLabel *Arkenstone;
  118. QLabel *Belegaer;
  119. QLabel *Brandywine;
  120. QLabel *Crickhollow;
  121. QLabel *Evernight;
  122. QLabel *Gladden;
  123. QLabel *Gwaihir;
  124. QLabel *Bullroarer;
  125. QLabel *Landroval;
  126. QLabel *Laurelin;
  127. QLabel *Sirannon;
  128. QPushButton *couponButton;
  129. QLabel *couponTitle;
  130. QLabel *footRed;
  131. QLabel *footYellow;
  132. QLabel *loader;
  133. QGroupBox *startbox;
  134. QGroupBox *startframe;
  135. QPushButton *goOriginal;
  136. QPushButton *goLocal;
  137. QPushButton *goCancel;
  138. QLabel *goTitle;
  139. QLabel *goHeader;
  140. QProgressBar *goProgress;
  141. QLabel *goHint;
  142. QLabel *labelVersion;
  143. QPushButton *designButton;
  144. QLabel *mainTitle;
  145. void setupUi(QMainWindow *MainWindow)
  146. {
  147. if (MainWindow->objectName().isEmpty())
  148. MainWindow->setObjectName(QStringLiteral("MainWindow"));
  149. MainWindow->resize(613, 528);
  150. MainWindow->setWindowOpacity(1);
  151. MainWindow->setStyleSheet(QStringLiteral(""));
  152. centralWidget = new QWidget(MainWindow);
  153. centralWidget->setObjectName(QStringLiteral("centralWidget"));
  154. mainButton = new QPushButton(centralWidget);
  155. mainButton->setObjectName(QStringLiteral("mainButton"));
  156. mainButton->setGeometry(QRect(10, 10, 75, 23));
  157. mainButton->setCursor(QCursor(Qt::PointingHandCursor));
  158. optButton = new QPushButton(centralWidget);
  159. optButton->setObjectName(QStringLiteral("optButton"));
  160. optButton->setGeometry(QRect(10, 40, 75, 23));
  161. optButton->setCursor(QCursor(Qt::PointingHandCursor));
  162. newsButton = new QPushButton(centralWidget);
  163. newsButton->setObjectName(QStringLiteral("newsButton"));
  164. newsButton->setGeometry(QRect(10, 70, 75, 23));
  165. newsButton->setCursor(QCursor(Qt::PointingHandCursor));
  166. helpButton = new QPushButton(centralWidget);
  167. helpButton->setObjectName(QStringLiteral("helpButton"));
  168. helpButton->setGeometry(QRect(10, 100, 75, 23));
  169. helpButton->setCursor(QCursor(Qt::PointingHandCursor));
  170. aboutButton = new QPushButton(centralWidget);
  171. aboutButton->setObjectName(QStringLiteral("aboutButton"));
  172. aboutButton->setGeometry(QRect(10, 130, 75, 23));
  173. aboutButton->setCursor(QCursor(Qt::PointingHandCursor));
  174. enterButton = new QPushButton(centralWidget);
  175. enterButton->setObjectName(QStringLiteral("enterButton"));
  176. enterButton->setGeometry(QRect(10, 160, 75, 23));
  177. enterButton->setCursor(QCursor(Qt::PointingHandCursor));
  178. titleLabel = new QLabel(centralWidget);
  179. titleLabel->setObjectName(QStringLiteral("titleLabel"));
  180. titleLabel->setGeometry(QRect(20, 190, 61, 16));
  181. titleLabel->setAlignment(Qt::AlignCenter);
  182. hintLabel = new QLabel(centralWidget);
  183. hintLabel->setObjectName(QStringLiteral("hintLabel"));
  184. hintLabel->setGeometry(QRect(20, 210, 47, 13));
  185. exthintLabel = new QLabel(centralWidget);
  186. exthintLabel->setObjectName(QStringLiteral("exthintLabel"));
  187. exthintLabel->setGeometry(QRect(20, 230, 47, 13));
  188. mainbox = new QGroupBox(centralWidget);
  189. mainbox->setObjectName(QStringLiteral("mainbox"));
  190. mainbox->setGeometry(QRect(90, 0, 341, 231));
  191. textsTitle = new QLabel(mainbox);
  192. textsTitle->setObjectName(QStringLiteral("textsTitle"));
  193. textsTitle->setGeometry(QRect(10, 5, 101, 21));
  194. soundsTitle = new QLabel(mainbox);
  195. soundsTitle->setObjectName(QStringLiteral("soundsTitle"));
  196. soundsTitle->setGeometry(QRect(10, 40, 111, 21));
  197. imagesTitle = new QLabel(mainbox);
  198. imagesTitle->setObjectName(QStringLiteral("imagesTitle"));
  199. imagesTitle->setGeometry(QRect(10, 75, 111, 21));
  200. fontsTitle = new QLabel(mainbox);
  201. fontsTitle->setObjectName(QStringLiteral("fontsTitle"));
  202. fontsTitle->setGeometry(QRect(10, 145, 111, 21));
  203. loadscreensTitle = new QLabel(mainbox);
  204. loadscreensTitle->setObjectName(QStringLiteral("loadscreensTitle"));
  205. loadscreensTitle->setGeometry(QRect(10, 110, 111, 21));
  206. loadscreensTitle->setStyleSheet(QStringLiteral(""));
  207. videosTitle = new QLabel(mainbox);
  208. videosTitle->setObjectName(QStringLiteral("videosTitle"));
  209. videosTitle->setGeometry(QRect(10, 180, 111, 21));
  210. textsStatus = new QLabel(mainbox);
  211. textsStatus->setObjectName(QStringLiteral("textsStatus"));
  212. textsStatus->setGeometry(QRect(200, 5, 131, 35));
  213. soundsStatus = new QLabel(mainbox);
  214. soundsStatus->setObjectName(QStringLiteral("soundsStatus"));
  215. soundsStatus->setGeometry(QRect(200, 40, 131, 35));
  216. imagesStatus = new QLabel(mainbox);
  217. imagesStatus->setObjectName(QStringLiteral("imagesStatus"));
  218. imagesStatus->setGeometry(QRect(200, 75, 131, 35));
  219. loadscreensStatus = new QLabel(mainbox);
  220. loadscreensStatus->setObjectName(QStringLiteral("loadscreensStatus"));
  221. loadscreensStatus->setGeometry(QRect(200, 110, 131, 35));
  222. fontsStatus = new QLabel(mainbox);
  223. fontsStatus->setObjectName(QStringLiteral("fontsStatus"));
  224. fontsStatus->setGeometry(QRect(200, 145, 131, 35));
  225. videosStatus = new QLabel(mainbox);
  226. videosStatus->setObjectName(QStringLiteral("videosStatus"));
  227. videosStatus->setGeometry(QRect(200, 180, 121, 35));
  228. label_3 = new QLabel(mainbox);
  229. label_3->setObjectName(QStringLiteral("label_3"));
  230. label_3->setGeometry(QRect(10, 23, 221, 16));
  231. label = new QLabel(mainbox);
  232. label->setObjectName(QStringLiteral("label"));
  233. label->setGeometry(QRect(10, 58, 221, 16));
  234. label_4 = new QLabel(mainbox);
  235. label_4->setObjectName(QStringLiteral("label_4"));
  236. label_4->setGeometry(QRect(10, 93, 231, 16));
  237. label_8 = new QLabel(mainbox);
  238. label_8->setObjectName(QStringLiteral("label_8"));
  239. label_8->setGeometry(QRect(10, 128, 221, 16));
  240. label_6 = new QLabel(mainbox);
  241. label_6->setObjectName(QStringLiteral("label_6"));
  242. label_6->setGeometry(QRect(10, 163, 221, 16));
  243. label_7 = new QLabel(mainbox);
  244. label_7->setObjectName(QStringLiteral("label_7"));
  245. label_7->setGeometry(QRect(10, 198, 201, 16));
  246. optbox = new QGroupBox(centralWidget);
  247. optbox->setObjectName(QStringLiteral("optbox"));
  248. optbox->setEnabled(true);
  249. optbox->setGeometry(QRect(90, 240, 341, 231));
  250. lotrofolderbox = new QGroupBox(optbox);
  251. lotrofolderbox->setObjectName(QStringLiteral("lotrofolderbox"));
  252. lotrofolderbox->setGeometry(QRect(10, 10, 321, 71));
  253. lotrofolderbox->setStyleSheet(QStringLiteral(""));
  254. lotropathLabel = new QLabel(lotrofolderbox);
  255. lotropathLabel->setObjectName(QStringLiteral("lotropathLabel"));
  256. lotropathLabel->setGeometry(QRect(10, 19, 281, 20));
  257. QFont font;
  258. font.setFamily(QStringLiteral("MS Shell Dlg 2"));
  259. font.setPointSize(8);
  260. font.setBold(false);
  261. font.setItalic(false);
  262. font.setWeight(50);
  263. lotropathLabel->setFont(font);
  264. lotropathLabel->setStyleSheet(QStringLiteral(""));
  265. lotropathButton = new QPushButton(lotrofolderbox);
  266. lotropathButton->setObjectName(QStringLiteral("lotropathButton"));
  267. lotropathButton->setGeometry(QRect(292, 16, 27, 27));
  268. lotropathButton->setCursor(QCursor(Qt::PointingHandCursor));
  269. lotropathButton->setStyleSheet(QStringLiteral(""));
  270. localeLabel = new QLabel(lotrofolderbox);
  271. localeLabel->setObjectName(QStringLiteral("localeLabel"));
  272. localeLabel->setGeometry(QRect(10, 43, 191, 21));
  273. enButton = new QPushButton(lotrofolderbox);
  274. enButton->setObjectName(QStringLiteral("enButton"));
  275. enButton->setGeometry(QRect(210, 43, 24, 20));
  276. enButton->setCursor(QCursor(Qt::PointingHandCursor));
  277. enButton->setFlat(false);
  278. deButton = new QPushButton(lotrofolderbox);
  279. deButton->setObjectName(QStringLiteral("deButton"));
  280. deButton->setGeometry(QRect(240, 43, 24, 20));
  281. deButton->setCursor(QCursor(Qt::PointingHandCursor));
  282. frButton = new QPushButton(lotrofolderbox);
  283. frButton->setObjectName(QStringLiteral("frButton"));
  284. frButton->setGeometry(QRect(270, 43, 24, 20));
  285. frButton->setCursor(QCursor(Qt::PointingHandCursor));
  286. patchsbox = new QGroupBox(optbox);
  287. patchsbox->setObjectName(QStringLiteral("patchsbox"));
  288. patchsbox->setGeometry(QRect(10, 80, 331, 111));
  289. patchsbox->setStyleSheet(QStringLiteral(""));
  290. checkFonts = new QCheckBox(patchsbox);
  291. checkFonts->setObjectName(QStringLiteral("checkFonts"));
  292. checkFonts->setEnabled(false);
  293. checkFonts->setGeometry(QRect(10, 20, 81, 17));
  294. checkFonts->setFont(font);
  295. checkFonts->setStyleSheet(QStringLiteral(""));
  296. checkFonts->setChecked(true);
  297. checkTexts = new QCheckBox(patchsbox);
  298. checkTexts->setObjectName(QStringLiteral("checkTexts"));
  299. checkTexts->setGeometry(QRect(10, 40, 81, 17));
  300. checkTexts->setFont(font);
  301. checkTexts->setStyleSheet(QStringLiteral(""));
  302. checkSounds = new QCheckBox(patchsbox);
  303. checkSounds->setObjectName(QStringLiteral("checkSounds"));
  304. checkSounds->setGeometry(QRect(100, 40, 81, 17));
  305. checkSounds->setFont(font);
  306. checkSounds->setStyleSheet(QStringLiteral(""));
  307. checkMaps = new QCheckBox(patchsbox);
  308. checkMaps->setObjectName(QStringLiteral("checkMaps"));
  309. checkMaps->setGeometry(QRect(100, 20, 81, 17));
  310. checkMaps->setFont(font);
  311. checkMaps->setStyleSheet(QStringLiteral(""));
  312. checkScreens = new QCheckBox(patchsbox);
  313. checkScreens->setObjectName(QStringLiteral("checkScreens"));
  314. checkScreens->setGeometry(QRect(200, 20, 81, 17));
  315. checkScreens->setFont(font);
  316. checkScreens->setStyleSheet(QStringLiteral(""));
  317. checkVideos = new QCheckBox(patchsbox);
  318. checkVideos->setObjectName(QStringLiteral("checkVideos"));
  319. checkVideos->setEnabled(false);
  320. checkVideos->setGeometry(QRect(200, 40, 141, 17));
  321. checkVideos->setFont(font);
  322. checkVideos->setStyleSheet(QStringLiteral(""));
  323. checkMicro = new QCheckBox(patchsbox);
  324. checkMicro->setObjectName(QStringLiteral("checkMicro"));
  325. checkMicro->setGeometry(QRect(10, 60, 321, 17));
  326. repairButton = new QPushButton(patchsbox);
  327. repairButton->setObjectName(QStringLiteral("repairButton"));
  328. repairButton->setGeometry(QRect(10, 80, 321, 28));
  329. repairButton->setCursor(QCursor(Qt::PointingHandCursor));
  330. skinSelect = new QComboBox(optbox);
  331. skinSelect->setObjectName(QStringLiteral("skinSelect"));
  332. skinSelect->setGeometry(QRect(210, 200, 121, 22));
  333. skinSelect->setFrame(true);
  334. skinLabel = new QLabel(optbox);
  335. skinLabel->setObjectName(QStringLiteral("skinLabel"));
  336. skinLabel->setGeometry(QRect(20, 200, 181, 21));
  337. optboxImage = new QLabel(centralWidget);
  338. optboxImage->setObjectName(QStringLiteral("optboxImage"));
  339. optboxImage->setGeometry(QRect(20, 270, 41, 21));
  340. mainboxImage = new QLabel(centralWidget);
  341. mainboxImage->setObjectName(QStringLiteral("mainboxImage"));
  342. mainboxImage->setGeometry(QRect(20, 250, 41, 21));
  343. newsboxImage = new QLabel(centralWidget);
  344. newsboxImage->setObjectName(QStringLiteral("newsboxImage"));
  345. newsboxImage->setGeometry(QRect(20, 300, 47, 21));
  346. newsbox = new QGroupBox(centralWidget);
  347. newsbox->setObjectName(QStringLiteral("newsbox"));
  348. newsbox->setGeometry(QRect(430, 0, 451, 231));
  349. news1Image = new QLabel(newsbox);
  350. news1Image->setObjectName(QStringLiteral("news1Image"));
  351. news1Image->setGeometry(QRect(20, 10, 36, 36));
  352. news2Image = new QLabel(newsbox);
  353. news2Image->setObjectName(QStringLiteral("news2Image"));
  354. news2Image->setGeometry(QRect(20, 60, 36, 36));
  355. news3Image = new QLabel(newsbox);
  356. news3Image->setObjectName(QStringLiteral("news3Image"));
  357. news3Image->setGeometry(QRect(20, 110, 36, 36));
  358. news4Image = new QLabel(newsbox);
  359. news4Image->setObjectName(QStringLiteral("news4Image"));
  360. news4Image->setGeometry(QRect(20, 160, 36, 36));
  361. news1Title = new QLabel(newsbox);
  362. news1Title->setObjectName(QStringLiteral("news1Title"));
  363. news1Title->setGeometry(QRect(70, 10, 371, 21));
  364. news1Title->setCursor(QCursor(Qt::PointingHandCursor));
  365. news1Title->setOpenExternalLinks(true);
  366. news1Teaser = new QLabel(newsbox);
  367. news1Teaser->setObjectName(QStringLiteral("news1Teaser"));
  368. news1Teaser->setGeometry(QRect(70, 30, 351, 16));
  369. news2Teaser = new QLabel(newsbox);
  370. news2Teaser->setObjectName(QStringLiteral("news2Teaser"));
  371. news2Teaser->setGeometry(QRect(70, 80, 351, 16));
  372. news2Title = new QLabel(newsbox);
  373. news2Title->setObjectName(QStringLiteral("news2Title"));
  374. news2Title->setGeometry(QRect(70, 60, 381, 21));
  375. news2Title->setCursor(QCursor(Qt::PointingHandCursor));
  376. news2Title->setOpenExternalLinks(true);
  377. news2Title->setTextInteractionFlags(Qt::LinksAccessibleByMouse);
  378. news3Teaser = new QLabel(newsbox);
  379. news3Teaser->setObjectName(QStringLiteral("news3Teaser"));
  380. news3Teaser->setGeometry(QRect(70, 130, 351, 16));
  381. news3Title = new QLabel(newsbox);
  382. news3Title->setObjectName(QStringLiteral("news3Title"));
  383. news3Title->setGeometry(QRect(70, 110, 371, 21));
  384. news3Title->setCursor(QCursor(Qt::PointingHandCursor));
  385. news3Title->setOpenExternalLinks(true);
  386. news4Teaser = new QLabel(newsbox);
  387. news4Teaser->setObjectName(QStringLiteral("news4Teaser"));
  388. news4Teaser->setGeometry(QRect(70, 180, 351, 16));
  389. news4Title = new QLabel(newsbox);
  390. news4Title->setObjectName(QStringLiteral("news4Title"));
  391. news4Title->setGeometry(QRect(70, 160, 371, 21));
  392. news4Title->setOpenExternalLinks(true);
  393. helpbox = new QGroupBox(centralWidget);
  394. helpbox->setObjectName(QStringLiteral("helpbox"));
  395. helpbox->setGeometry(QRect(430, 240, 431, 221));
  396. textBrowser = new QTextBrowser(helpbox);
  397. textBrowser->setObjectName(QStringLiteral("textBrowser"));
  398. textBrowser->setGeometry(QRect(10, 0, 411, 221));
  399. textBrowser->setOpenExternalLinks(true);
  400. textBrowser->setOpenLinks(true);
  401. aboutbox = new QGroupBox(centralWidget);
  402. aboutbox->setObjectName(QStringLiteral("aboutbox"));
  403. aboutbox->setGeometry(QRect(430, 470, 441, 231));
  404. aboutbox->setFlat(false);
  405. helperslist = new QLabel(aboutbox);
  406. helperslist->setObjectName(QStringLiteral("helperslist"));
  407. helperslist->setGeometry(QRect(10, 182, 371, 31));
  408. helperslist->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
  409. helperslist->setWordWrap(true);
  410. designers = new QLabel(aboutbox);
  411. designers->setObjectName(QStringLiteral("designers"));
  412. designers->setGeometry(QRect(10, 40, 361, 21));
  413. translatorslist = new QLabel(aboutbox);
  414. translatorslist->setObjectName(QStringLiteral("translatorslist"));
  415. translatorslist->setGeometry(QRect(10, 100, 371, 65));
  416. translatorslist->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
  417. translatorslist->setWordWrap(true);
  418. programmerslist = new QLabel(aboutbox);
  419. programmerslist->setObjectName(QStringLiteral("programmerslist"));
  420. programmerslist->setGeometry(QRect(10, 19, 361, 16));
  421. programmerslist->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
  422. programmers = new QLabel(aboutbox);
  423. programmers->setObjectName(QStringLiteral("programmers"));
  424. programmers->setGeometry(QRect(10, 0, 361, 21));
  425. helpers = new QLabel(aboutbox);
  426. helpers->setObjectName(QStringLiteral("helpers"));
  427. helpers->setGeometry(QRect(10, 165, 366, 21));
  428. designerslist = new QLabel(aboutbox);
  429. designerslist->setObjectName(QStringLiteral("designerslist"));
  430. designerslist->setGeometry(QRect(10, 59, 361, 16));
  431. designerslist->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
  432. translators = new QLabel(aboutbox);
  433. translators->setObjectName(QStringLiteral("translators"));
  434. translators->setGeometry(QRect(10, 80, 361, 21));
  435. helpboxImage = new QLabel(centralWidget);
  436. helpboxImage->setObjectName(QStringLiteral("helpboxImage"));
  437. helpboxImage->setGeometry(QRect(20, 330, 47, 21));
  438. aboutboxImage = new QLabel(centralWidget);
  439. aboutboxImage->setObjectName(QStringLiteral("aboutboxImage"));
  440. aboutboxImage->setGeometry(QRect(20, 360, 47, 21));
  441. minimizeButton = new QPushButton(centralWidget);
  442. minimizeButton->setObjectName(QStringLiteral("minimizeButton"));
  443. minimizeButton->setGeometry(QRect(10, 360, 21, 23));
  444. minimizeButton->setCursor(QCursor(Qt::PointingHandCursor));
  445. closeButton = new QPushButton(centralWidget);
  446. closeButton->setObjectName(QStringLiteral("closeButton"));
  447. closeButton->setGeometry(QRect(40, 360, 21, 23));
  448. closeButton->setCursor(QCursor(Qt::PointingHandCursor));
  449. dialogbox = new QGroupBox(centralWidget);
  450. dialogbox->setObjectName(QStringLiteral("dialogbox"));
  451. dialogbox->setGeometry(QRect(90, 470, 211, 81));
  452. dialog = new QGroupBox(dialogbox);
  453. dialog->setObjectName(QStringLiteral("dialog"));
  454. dialog->setGeometry(QRect(0, 0, 201, 81));
  455. okButton = new QPushButton(dialog);
  456. okButton->setObjectName(QStringLiteral("okButton"));
  457. okButton->setGeometry(QRect(20, 50, 75, 23));
  458. okButton->setCursor(QCursor(Qt::PointingHandCursor));
  459. cancelButton = new QPushButton(dialog);
  460. cancelButton->setObjectName(QStringLiteral("cancelButton"));
  461. cancelButton->setGeometry(QRect(110, 50, 75, 23));
  462. cancelButton->setCursor(QCursor(Qt::PointingHandCursor));
  463. dialogHeader = new QLabel(dialog);
  464. dialogHeader->setObjectName(QStringLiteral("dialogHeader"));
  465. dialogHeader->setGeometry(QRect(10, 10, 47, 13));
  466. dialogImage = new QLabel(dialog);
  467. dialogImage->setObjectName(QStringLiteral("dialogImage"));
  468. dialogImage->setGeometry(QRect(10, 30, 47, 13));
  469. dialogInfo = new QLabel(dialog);
  470. dialogInfo->setObjectName(QStringLiteral("dialogInfo"));
  471. dialogInfo->setGeometry(QRect(80, 30, 111, 21));
  472. dialogInfo->setWordWrap(true);
  473. dialogList = new QListWidget(dialog);
  474. dialogList->setObjectName(QStringLiteral("dialogList"));
  475. dialogList->setGeometry(QRect(80, 10, 91, 12));
  476. QFont font1;
  477. font1.setPointSize(8);
  478. dialogList->setFont(font1);
  479. dialogList->viewport()->setProperty("cursor", QVariant(QCursor(Qt::PointingHandCursor)));
  480. serversbox = new QGroupBox(centralWidget);
  481. serversbox->setObjectName(QStringLiteral("serversbox"));
  482. serversbox->setGeometry(QRect(10, 730, 871, 51));
  483. Arkenstone = new QLabel(serversbox);
  484. Arkenstone->setObjectName(QStringLiteral("Arkenstone"));
  485. Arkenstone->setGeometry(QRect(10, 10, 68, 16));
  486. Arkenstone->setAlignment(Qt::AlignCenter);
  487. Belegaer = new QLabel(serversbox);
  488. Belegaer->setObjectName(QStringLiteral("Belegaer"));
  489. Belegaer->setGeometry(QRect(76, 10, 68, 16));
  490. Belegaer->setAlignment(Qt::AlignCenter);
  491. Brandywine = new QLabel(serversbox);
  492. Brandywine->setObjectName(QStringLiteral("Brandywine"));
  493. Brandywine->setGeometry(QRect(142, 10, 68, 16));
  494. Brandywine->setAlignment(Qt::AlignCenter);
  495. Crickhollow = new QLabel(serversbox);
  496. Crickhollow->setObjectName(QStringLiteral("Crickhollow"));
  497. Crickhollow->setGeometry(QRect(208, 10, 68, 16));
  498. Crickhollow->setAlignment(Qt::AlignCenter);
  499. Evernight = new QLabel(serversbox);
  500. Evernight->setObjectName(QStringLiteral("Evernight"));
  501. Evernight->setGeometry(QRect(276, 10, 68, 16));
  502. Evernight->setAlignment(Qt::AlignCenter);
  503. Gladden = new QLabel(serversbox);
  504. Gladden->setObjectName(QStringLiteral("Gladden"));
  505. Gladden->setGeometry(QRect(340, 10, 68, 16));
  506. Gladden->setAlignment(Qt::AlignCenter);
  507. Gwaihir = new QLabel(serversbox);
  508. Gwaihir->setObjectName(QStringLiteral("Gwaihir"));
  509. Gwaihir->setGeometry(QRect(406, 10, 68, 16));
  510. Gwaihir->setAlignment(Qt::AlignCenter);
  511. Bullroarer = new QLabel(serversbox);
  512. Bullroarer->setObjectName(QStringLiteral("Bullroarer"));
  513. Bullroarer->setGeometry(QRect(670, 10, 68, 16));
  514. Bullroarer->setAlignment(Qt::AlignCenter);
  515. Landroval = new QLabel(serversbox);
  516. Landroval->setObjectName(QStringLiteral("Landroval"));
  517. Landroval->setGeometry(QRect(472, 10, 68, 16));
  518. Landroval->setAlignment(Qt::AlignCenter);
  519. Laurelin = new QLabel(serversbox);
  520. Laurelin->setObjectName(QStringLiteral("Laurelin"));
  521. Laurelin->setGeometry(QRect(538, 10, 68, 16));
  522. Laurelin->setAlignment(Qt::AlignCenter);
  523. Sirannon = new QLabel(serversbox);
  524. Sirannon->setObjectName(QStringLiteral("Sirannon"));
  525. Sirannon->setGeometry(QRect(604, 10, 68, 16));
  526. Sirannon->setAlignment(Qt::AlignCenter);
  527. couponButton = new QPushButton(centralWidget);
  528. couponButton->setObjectName(QStringLiteral("couponButton"));
  529. couponButton->setGeometry(QRect(10, 390, 75, 23));
  530. couponButton->setCursor(QCursor(Qt::PointingHandCursor));
  531. couponTitle = new QLabel(centralWidget);
  532. couponTitle->setObjectName(QStringLiteral("couponTitle"));
  533. couponTitle->setGeometry(QRect(10, 420, 101, 16));
  534. couponTitle->setAlignment(Qt::AlignCenter);
  535. footRed = new QLabel(centralWidget);
  536. footRed->setObjectName(QStringLiteral("footRed"));
  537. footRed->setGeometry(QRect(30, 760, 711, 16));
  538. footYellow = new QLabel(centralWidget);
  539. footYellow->setObjectName(QStringLiteral("footYellow"));
  540. footYellow->setGeometry(QRect(50, 760, 701, 16));
  541. loader = new QLabel(centralWidget);
  542. loader->setObjectName(QStringLiteral("loader"));
  543. loader->setGeometry(QRect(20, 440, 47, 51));
  544. startbox = new QGroupBox(centralWidget);
  545. startbox->setObjectName(QStringLiteral("startbox"));
  546. startbox->setGeometry(QRect(90, 560, 341, 161));
  547. startframe = new QGroupBox(startbox);
  548. startframe->setObjectName(QStringLiteral("startframe"));
  549. startframe->setGeometry(QRect(0, 0, 331, 161));
  550. goOriginal = new QPushButton(startframe);
  551. goOriginal->setObjectName(QStringLiteral("goOriginal"));
  552. goOriginal->setGeometry(QRect(20, 31, 91, 91));
  553. goOriginal->setCursor(QCursor(Qt::PointingHandCursor));
  554. goLocal = new QPushButton(startframe);
  555. goLocal->setObjectName(QStringLiteral("goLocal"));
  556. goLocal->setGeometry(QRect(120, 31, 91, 91));
  557. goLocal->setCursor(QCursor(Qt::PointingHandCursor));
  558. goCancel = new QPushButton(startframe);
  559. goCancel->setObjectName(QStringLiteral("goCancel"));
  560. goCancel->setGeometry(QRect(220, 31, 91, 91));
  561. goCancel->setCursor(QCursor(Qt::PointingHandCursor));
  562. goTitle = new QLabel(startframe);
  563. goTitle->setObjectName(QStringLiteral("goTitle"));
  564. goTitle->setGeometry(QRect(20, 125, 291, 21));
  565. goTitle->setAlignment(Qt::AlignCenter);
  566. goHeader = new QLabel(startframe);
  567. goHeader->setObjectName(QStringLiteral("goHeader"));
  568. goHeader->setGeometry(QRect(0, 0, 331, 34));
  569. goProgress = new QProgressBar(startframe);
  570. goProgress->setObjectName(QStringLiteral("goProgress"));
  571. goProgress->setGeometry(QRect(20, 130, 291, 23));
  572. goProgress->setMaximum(0);
  573. goProgress->setValue(-1);
  574. goProgress->setTextVisible(false);
  575. goHint = new QLabel(startframe);
  576. goHint->setObjectName(QStringLiteral("goHint"));
  577. goHint->setGeometry(QRect(60, 113, 201, 16));
  578. goHint->setAlignment(Qt::AlignCenter);
  579. labelVersion = new QLabel(centralWidget);
  580. labelVersion->setObjectName(QStringLiteral("labelVersion"));
  581. labelVersion->setGeometry(QRect(10, 440, 81, 16));
  582. designButton = new QPushButton(centralWidget);
  583. designButton->setObjectName(QStringLiteral("designButton"));
  584. designButton->setGeometry(QRect(820, 710, 71, 23));
  585. mainTitle = new QLabel(centralWidget);
  586. mainTitle->setObjectName(QStringLiteral("mainTitle"));
  587. mainTitle->setGeometry(QRect(20, 710, 47, 13));
  588. MainWindow->setCentralWidget(centralWidget);
  589. newsboxImage->raise();
  590. optboxImage->raise();
  591. mainboxImage->raise();
  592. mainButton->raise();
  593. optButton->raise();
  594. newsButton->raise();
  595. helpButton->raise();
  596. aboutButton->raise();
  597. enterButton->raise();
  598. titleLabel->raise();
  599. hintLabel->raise();
  600. exthintLabel->raise();
  601. mainbox->raise();
  602. optbox->raise();
  603. newsbox->raise();
  604. helpbox->raise();
  605. aboutbox->raise();
  606. helpboxImage->raise();
  607. aboutboxImage->raise();
  608. minimizeButton->raise();
  609. closeButton->raise();
  610. serversbox->raise();
  611. couponButton->raise();
  612. couponTitle->raise();
  613. footRed->raise();
  614. footYellow->raise();
  615. loader->raise();
  616. startbox->raise();
  617. labelVersion->raise();
  618. dialogbox->raise();
  619. designButton->raise();
  620. mainTitle->raise();
  621. retranslateUi(MainWindow);
  622. QMetaObject::connectSlotsByName(MainWindow);
  623. } // setupUi
  624. void retranslateUi(QMainWindow *MainWindow)
  625. {
  626. MainWindow->setWindowTitle(QApplication::translate("MainWindow", "MainWindow", Q_NULLPTR));
  627. mainButton->setText(QApplication::translate("MainWindow", "\320\237\320\260\321\202\321\207\320\270", Q_NULLPTR));
  628. optButton->setText(QApplication::translate("MainWindow", "\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\270", Q_NULLPTR));
  629. newsButton->setText(QApplication::translate("MainWindow", "\320\235\320\276\320\262\320\276\321\201\321\202\320\270", Q_NULLPTR));
  630. helpButton->setText(QApplication::translate("MainWindow", "\320\241\320\277\321\200\320\260\320\262\320\272\320\260", Q_NULLPTR));
  631. aboutButton->setText(QApplication::translate("MainWindow", "\320\236 \320\275\320\260\321\201", Q_NULLPTR));
  632. enterButton->setText(QString());
  633. titleLabel->setText(QApplication::translate("MainWindow", "\320\237\320\260\321\202\321\207\320\270", Q_NULLPTR));
  634. hintLabel->setText(QApplication::translate("MainWindow", "\320\237\320\276\320\264\321\201\320\272\320\260\320\267\320\272\320\260", Q_NULLPTR));
  635. exthintLabel->setText(QApplication::translate("MainWindow", "\320\240\320\260\321\201\321\210\320\270\321\200\320\265\320\275\320\275\320\260\321\217 \320\277\320\276\320\264\321\201\320\272\320\260\320\267\320\272\320\260", Q_NULLPTR));
  636. mainbox->setTitle(QString());
  637. textsTitle->setText(QApplication::translate("MainWindow", "\320\242\320\265\320\272\321\201\321\202\321\213", Q_NULLPTR));
  638. soundsTitle->setText(QApplication::translate("MainWindow", "\320\227\320\262\321\203\320\272\320\270", Q_NULLPTR));
  639. imagesTitle->setText(QApplication::translate("MainWindow", "\320\232\320\260\321\200\321\202\321\213", Q_NULLPTR));
  640. fontsTitle->setText(QApplication::translate("MainWindow", "\320\250\321\200\320\270\321\204\321\202\321\213", Q_NULLPTR));
  641. loadscreensTitle->setText(QApplication::translate("MainWindow", "\320\227\320\260\321\201\321\202\320\260\320\262\320\272\320\270", Q_NULLPTR));
  642. videosTitle->setText(QApplication::translate("MainWindow", "\320\222\320\270\320\264\320\265\320\276\321\200\320\276\320\273\320\270\320\272\320\270", Q_NULLPTR));
  643. textsStatus->setText(QApplication::translate("MainWindow", "\320\236\321\200\320\270\320\263\320\270\320\275\320\260\320\273", Q_NULLPTR));
  644. soundsStatus->setText(QApplication::translate("MainWindow", "\320\236\321\200\320\270\320\263\320\270\320\275\320\260\320\273", Q_NULLPTR));
  645. imagesStatus->setText(QApplication::translate("MainWindow", "\320\236\321\200\320\270\320\263\320\270\320\275\320\260\320\273", Q_NULLPTR));
  646. loadscreensStatus->setText(QApplication::translate("MainWindow", "\320\236\321\200\320\270\320\263\320\270\320\275\320\260\320\273", Q_NULLPTR));
  647. fontsStatus->setText(QApplication::translate("MainWindow", "\320\236\321\200\320\270\320\263\320\270\320\275\320\260\320\273", Q_NULLPTR));
  648. videosStatus->setText(QApplication::translate("MainWindow", "\320\241\320\272\320\276\321\200\320\276 \320\277\320\276\321\217\320\262\320\270\321\202\321\201\321\217", Q_NULLPTR));
  649. label_3->setText(QApplication::translate("MainWindow", "\320\240\321\203\321\201\320\270\321\204\320\270\320\272\320\260\321\206\320\270\321\217 \321\202\320\265\320\272\321\201\321\202\320\276\320\262", Q_NULLPTR));
  650. label->setText(QApplication::translate("MainWindow", "\320\240\321\203\321\201\320\270\321\204\320\270\320\272\320\260\321\206\320\270\321\217 \320\276\320\267\320\262\321\203\321\207\320\272\320\270", Q_NULLPTR));
  651. label_4->setText(QApplication::translate("MainWindow", "\320\240\321\203\321\201\320\270\321\204\320\270\320\272\320\260\321\206\320\270\321\217 \320\272\320\260\321\200\321\202", Q_NULLPTR));
  652. label_8->setText(QApplication::translate("MainWindow", "\320\237\320\260\320\272\320\265\321\202 \320\267\320\260\320\263\321\200\321\203\320\267\320\276\321\207\320\275\321\213\321\205 \321\215\320\272\321\200\320\260\320\275\320\276\320\262", Q_NULLPTR));
  653. label_6->setText(QApplication::translate("MainWindow", "\320\241\320\277\320\265\321\206\320\270\320\260\320\273\321\214\320\275\321\213\320\271 \320\277\320\260\320\272\320\265\321\202 \321\210\321\200\320\270\321\204\321\202\320\276\320\262", Q_NULLPTR));
  654. label_7->setText(QApplication::translate("MainWindow", "\320\237\320\260\320\272\320\265\321\202 \321\200\321\203\321\201\321\201\320\272\320\270\321\205 \320\262\320\270\320\264\320\265\320\276\321\200\320\276\320\273\320\270\320\272\320\276\320\262", Q_NULLPTR));
  655. optbox->setTitle(QString());
  656. lotrofolderbox->setTitle(QApplication::translate("MainWindow", "\320\236\321\201\320\275\320\276\320\262\320\275\321\213\320\265 \320\275\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\270", Q_NULLPTR));
  657. lotropathLabel->setText(QApplication::translate("MainWindow", "\320\222\321\213\320\261\320\265\321\200\320\270\321\202\320\265 \320\277\321\203\321\202\321\214 \320\272 \320\277\320\260\320\277\320\272\320\265", Q_NULLPTR));
  658. lotropathButton->setText(QString());
  659. localeLabel->setText(QApplication::translate("MainWindow", "\320\232\320\260\320\272\321\203\321\216 \320\262\320\265\321\200\321\201\320\270\321\216 \320\270\320\263\321\200\321\213 \320\273\320\276\320\272\320\260\320\273\320\270\320\267\320\276\320\262\320\260\321\202\321\214?", Q_NULLPTR));
  660. enButton->setText(QString());
  661. deButton->setText(QString());
  662. frButton->setText(QString());
  663. patchsbox->setTitle(QApplication::translate("MainWindow", "\320\237\321\200\320\270\320\274\320\265\320\275\320\265\320\275\320\270\320\265 \320\277\320\260\321\202\321\207\320\265\320\271", Q_NULLPTR));
  664. checkFonts->setText(QApplication::translate("MainWindow", "\320\250\321\200\320\270\321\204\321\202\321\213", Q_NULLPTR));
  665. checkTexts->setText(QApplication::translate("MainWindow", "\320\242\320\265\320\272\321\201\321\202\321\213", Q_NULLPTR));
  666. checkSounds->setText(QApplication::translate("MainWindow", "\320\227\320\262\321\203\320\272\320\270", Q_NULLPTR));
  667. checkMaps->setText(QApplication::translate("MainWindow", "\320\232\320\260\321\200\321\202\321\213", Q_NULLPTR));
  668. checkScreens->setText(QApplication::translate("MainWindow", "\320\227\320\260\321\201\321\202\320\260\320\262\320\272\320\270", Q_NULLPTR));
  669. checkVideos->setText(QApplication::translate("MainWindow", "\320\222\320\270\320\264\320\265\320\276\321\200\320\276\320\273\320\270\320\272\320\270", Q_NULLPTR));
  670. checkMicro->setText(QApplication::translate("MainWindow", "\320\227\320\260\320\263\321\200\321\203\320\266\320\260\321\202\321\214 \320\274\320\270\320\272\321\200\320\276\320\276\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\321\217 \320\277\321\200\320\270 \320\272\320\260\320\266\320\264\320\276\320\274 \320\267\320\260\320\277\321\203\321\201\320\272\320\265", Q_NULLPTR));
  671. repairButton->setText(QApplication::translate("MainWindow", "\320\237\321\200\320\270\320\274\320\265\320\275\320\270\321\202\321\214 \320\277\320\260\321\202\321\207\320\270 \320\267\320\260\320\275\320\276\320\262\320\276", Q_NULLPTR));
  672. skinLabel->setText(QApplication::translate("MainWindow", "\320\242\320\265\320\274\320\260 \320\276\321\204\320\276\321\200\320\274\320\273\320\265\320\275\320\270\321\217", Q_NULLPTR));
  673. optboxImage->setText(QString());
  674. mainboxImage->setText(QString());
  675. newsboxImage->setText(QString());
  676. newsbox->setTitle(QString());
  677. news1Image->setText(QString());
  678. news2Image->setText(QString());
  679. news3Image->setText(QString());
  680. news4Image->setText(QString());
  681. news1Title->setText(QApplication::translate("MainWindow", "\320\235\320\276\320\262\320\276\321\201\321\202\321\214 \320\267\320\260\320\263\321\200\321\203\320\266\320\260\320\265\321\202\321\201\321\217...", Q_NULLPTR));
  682. news1Teaser->setText(QString());
  683. news2Teaser->setText(QString());
  684. news2Title->setText(QApplication::translate("MainWindow", "\320\235\320\276\320\262\320\276\321\201\321\202\321\214 \320\267\320\260\320\263\321\200\321\203\320\266\320\260\320\265\321\202\321\201\321\217...", Q_NULLPTR));
  685. news3Teaser->setText(QString());
  686. news3Title->setText(QApplication::translate("MainWindow", "\320\235\320\276\320\262\320\276\321\201\321\202\321\214 \320\267\320\260\320\263\321\200\321\203\320\266\320\260\320\265\321\202\321\201\321\217...", Q_NULLPTR));
  687. news4Teaser->setText(QString());
  688. news4Title->setText(QApplication::translate("MainWindow", "\320\235\320\276\320\262\320\276\321\201\321\202\321\214 \320\267\320\260\320\263\321\200\321\203\320\266\320\260\320\265\321\202\321\201\321\217...", Q_NULLPTR));
  689. helpbox->setTitle(QString());
  690. aboutbox->setTitle(QString());
  691. helperslist->setText(QApplication::translate("MainWindow", "TextLabel", Q_NULLPTR));
  692. designers->setText(QApplication::translate("MainWindow", "\320\224\320\270\320\267\320\260\320\271\320\275 \320\270 \321\200\320\260\320\261\320\276\321\202\320\260 \321\201 \320\263\321\200\320\260\321\204\320\270\320\272\320\276\320\271:", Q_NULLPTR));
  693. translatorslist->setText(QApplication::translate("MainWindow", "TextLabel", Q_NULLPTR));
  694. programmerslist->setText(QApplication::translate("MainWindow", "TextLabel", Q_NULLPTR));
  695. programmers->setText(QApplication::translate("MainWindow", "\320\242\320\265\321\205\320\275\320\270\321\207\320\265\321\201\320\272\320\260\321\217 \320\270 \320\277\321\200\320\276\320\263\321\200\320\260\320\274\320\274\320\275\320\260\321\217 \321\207\320\260\321\201\321\202\321\214:", Q_NULLPTR));
  696. helpers->setText(QApplication::translate("MainWindow", "\320\237\320\276\320\274\320\276\320\263\320\260\320\273\320\270 \321\201\320\273\320\276\320\262\320\276\320\274 \320\270 \320\264\320\265\320\273\320\276\320\274:", Q_NULLPTR));
  697. designerslist->setText(QApplication::translate("MainWindow", "TextLabel", Q_NULLPTR));
  698. translators->setText(QApplication::translate("MainWindow", "\320\237\321\200\320\270\320\275\320\270\320\274\320\260\321\216\321\202 \321\203\321\207\320\260\321\201\321\202\320\270\320\265 \320\262 \320\277\320\265\321\200\320\265\320\262\320\276\320\264\320\265:", Q_NULLPTR));
  699. helpboxImage->setText(QString());
  700. aboutboxImage->setText(QString());
  701. minimizeButton->setText(QString());
  702. closeButton->setText(QString());
  703. dialogbox->setTitle(QString());
  704. dialog->setTitle(QString());
  705. okButton->setText(QApplication::translate("MainWindow", "OK", Q_NULLPTR));
  706. cancelButton->setText(QApplication::translate("MainWindow", "\320\236\321\202\320\274\320\265\320\275\320\260", Q_NULLPTR));
  707. dialogHeader->setText(QApplication::translate("MainWindow", "TextLabel", Q_NULLPTR));
  708. dialogImage->setText(QApplication::translate("MainWindow", "TextLabel", Q_NULLPTR));
  709. dialogInfo->setText(QApplication::translate("MainWindow", "TextLabel", Q_NULLPTR));
  710. serversbox->setTitle(QString());
  711. Arkenstone->setText(QApplication::translate("MainWindow", "Arkenstone", Q_NULLPTR));
  712. Belegaer->setText(QApplication::translate("MainWindow", "Belegaer", Q_NULLPTR));
  713. Brandywine->setText(QApplication::translate("MainWindow", "Brandywine", Q_NULLPTR));
  714. Crickhollow->setText(QApplication::translate("MainWindow", "Crickhollow", Q_NULLPTR));
  715. Evernight->setText(QApplication::translate("MainWindow", "Evernight", Q_NULLPTR));
  716. Gladden->setText(QApplication::translate("MainWindow", "Gladden", Q_NULLPTR));
  717. Gwaihir->setText(QApplication::translate("MainWindow", "Gwaihir", Q_NULLPTR));
  718. Bullroarer->setText(QApplication::translate("MainWindow", "Bullroarer", Q_NULLPTR));
  719. Landroval->setText(QApplication::translate("MainWindow", "Landroval", Q_NULLPTR));
  720. Laurelin->setText(QApplication::translate("MainWindow", "Laurelin", Q_NULLPTR));
  721. Sirannon->setText(QApplication::translate("MainWindow", "Sirannon", Q_NULLPTR));
  722. couponButton->setText(QApplication::translate("MainWindow", "COUPON", Q_NULLPTR));
  723. couponTitle->setText(QApplication::translate("MainWindow", "\320\237\320\276\320\264\320\260\321\200\320\276\320\272 \320\275\320\265\320\264\320\265\320\273\320\270:", Q_NULLPTR));
  724. footRed->setText(QString());
  725. footYellow->setText(QString());
  726. loader->setText(QString());
  727. startbox->setTitle(QString());
  728. startframe->setTitle(QString());
  729. goOriginal->setText(QString());
  730. goLocal->setText(QString());
  731. goCancel->setText(QString());
  732. goTitle->setText(QApplication::translate("MainWindow", "\320\222\320\276 \321\207\321\202\320\276 \320\261\321\203\320\264\320\265\320\274 \320\270\320\263\321\200\320\260\321\202\321\214 \321\201\320\265\320\263\320\276\320\264\320\275\321\217?", Q_NULLPTR));
  733. goHeader->setText(QApplication::translate("MainWindow", "\320\227\320\260\320\277\321\203\321\201\320\272 \320\270\320\263\321\200\321\213", Q_NULLPTR));
  734. goHint->setText(QApplication::translate("MainWindow", "\320\237\320\276\320\264\320\263\320\276\321\202\320\276\320\262\320\272\320\260 \321\204\320\260\320\271\320\273\320\276\320\262 \320\273\320\276\320\272\320\260\320\273\320\270\320\267\320\260\321\206\320\270\320\270 ...", Q_NULLPTR));
  735. labelVersion->setText(QApplication::translate("MainWindow", "\320\235\320\260\321\201\320\273\320\265\320\264\320\270\320\265: v1.2.2", Q_NULLPTR));
  736. designButton->setText(QApplication::translate("MainWindow", "\320\236\320\261\320\275\320\276\320\262\320\270\321\202\321\214", Q_NULLPTR));
  737. mainTitle->setText(QApplication::translate("MainWindow", "\320\222\320\273\320\260\321\201\321\202\320\265\320\273\320\270\320\275 \320\272\320\276\320\273\320\265\321\206 \320\236\320\275\320\273\320\260\320\271\320\275: \320\235\320\260\321\201\320\273\320\265\320\264\320\270\320\265", Q_NULLPTR));
  738. } // retranslateUi
  739. };
  740. namespace Ui {
  741. class MainWindow: public Ui_MainWindow {};
  742. } // namespace Ui
  743. QT_END_NAMESPACE
  744. #endif // UI_MAINWINDOW_H