ui_unetbootin.h 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'unetbootin.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 4.8.6
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_UNETBOOTIN_H
  9. #define UI_UNETBOOTIN_H
  10. #include <QtCore/QVariant>
  11. #include <QtGui/QAction>
  12. #include <QtGui/QApplication>
  13. #include <QtGui/QButtonGroup>
  14. #include <QtGui/QComboBox>
  15. #include <QtGui/QGridLayout>
  16. #include <QtGui/QHBoxLayout>
  17. #include <QtGui/QHeaderView>
  18. #include <QtGui/QLabel>
  19. #include <QtGui/QLineEdit>
  20. #include <QtGui/QProgressBar>
  21. #include <QtGui/QPushButton>
  22. #include <QtGui/QRadioButton>
  23. #include <QtGui/QSpacerItem>
  24. #include <QtGui/QSpinBox>
  25. #include <QtGui/QTextBrowser>
  26. #include <QtGui/QVBoxLayout>
  27. #include <QtGui/QWidget>
  28. QT_BEGIN_NAMESPACE
  29. class Ui_unetbootinui
  30. {
  31. public:
  32. QGridLayout *gridLayout;
  33. QWidget *firstlayer;
  34. QGridLayout *gridLayout_2;
  35. QRadioButton *radioDistro;
  36. QHBoxLayout *distrolayout;
  37. QComboBox *distroselect;
  38. QComboBox *dverselect;
  39. QTextBrowser *intromessage;
  40. QVBoxLayout *radioLayout;
  41. QVBoxLayout *radioButtonLayout;
  42. QRadioButton *radioFloppy;
  43. QRadioButton *radioManual;
  44. QSpacerItem *verticalSpacer;
  45. QWidget *optionslayer;
  46. QHBoxLayout *horizontalLayout;
  47. QVBoxLayout *labelslayout;
  48. QComboBox *diskimagetypeselect;
  49. QLabel *labelkernel;
  50. QLabel *labeloption;
  51. QVBoxLayout *inputlayout;
  52. QLineEdit *FloppyPath;
  53. QHBoxLayout *kernellayout;
  54. QLineEdit *KernelPath;
  55. QPushButton *KernelFileSelector;
  56. QLabel *labelinitrd;
  57. QLineEdit *InitrdPath;
  58. QLineEdit *OptionEnter;
  59. QVBoxLayout *buttonslayout;
  60. QPushButton *FloppyFileSelector;
  61. QPushButton *InitrdFileSelector;
  62. QPushButton *CfgFileSelector;
  63. QHBoxLayout *persistencelayout;
  64. QLabel *persistencelabel;
  65. QSpinBox *persistencevalue;
  66. QLabel *persistenceMBlabel;
  67. QHBoxLayout *targetlayout;
  68. QLabel *labeltype;
  69. QComboBox *typeselect;
  70. QLabel *labeldrive;
  71. QComboBox *driveselect;
  72. QPushButton *okbutton;
  73. QPushButton *cancelbutton;
  74. QWidget *secondlayer;
  75. QGridLayout *oldsecondlayer;
  76. QWidget *rebootlayer;
  77. QVBoxLayout *verticalLayout_4;
  78. QTextBrowser *rebootmsgtext;
  79. QHBoxLayout *exitbuttonslayout;
  80. QPushButton *frebootbutton;
  81. QPushButton *fexitbutton;
  82. QWidget *progresslayer;
  83. QVBoxLayout *verticalLayout_5;
  84. QLabel *pdesc5;
  85. QLabel *pdesc4;
  86. QLabel *pdesc3;
  87. QLabel *pdesc2;
  88. QLabel *pdesc1;
  89. QProgressBar *tprogress;
  90. QVBoxLayout *statuslayout;
  91. QLabel *sdesc1;
  92. QLabel *sdesc2;
  93. QLabel *sdesc3;
  94. QLabel *sdesc4;
  95. QLabel *sdesc5;
  96. void setupUi(QWidget *unetbootinui)
  97. {
  98. if (unetbootinui->objectName().isEmpty())
  99. unetbootinui->setObjectName(QString::fromUtf8("unetbootinui"));
  100. unetbootinui->resize(524, 360);
  101. unetbootinui->setMinimumSize(QSize(524, 360));
  102. gridLayout = new QGridLayout(unetbootinui);
  103. gridLayout->setContentsMargins(0, 0, 0, 0);
  104. gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
  105. firstlayer = new QWidget(unetbootinui);
  106. firstlayer->setObjectName(QString::fromUtf8("firstlayer"));
  107. gridLayout_2 = new QGridLayout(firstlayer);
  108. gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
  109. radioDistro = new QRadioButton(firstlayer);
  110. radioDistro->setObjectName(QString::fromUtf8("radioDistro"));
  111. QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
  112. sizePolicy.setHorizontalStretch(0);
  113. sizePolicy.setVerticalStretch(0);
  114. sizePolicy.setHeightForWidth(radioDistro->sizePolicy().hasHeightForWidth());
  115. radioDistro->setSizePolicy(sizePolicy);
  116. radioDistro->setMinimumSize(QSize(120, 0));
  117. radioDistro->setChecked(true);
  118. gridLayout_2->addWidget(radioDistro, 0, 0, 1, 1);
  119. distrolayout = new QHBoxLayout();
  120. distrolayout->setObjectName(QString::fromUtf8("distrolayout"));
  121. distroselect = new QComboBox(firstlayer);
  122. distroselect->setObjectName(QString::fromUtf8("distroselect"));
  123. QSizePolicy sizePolicy1(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
  124. sizePolicy1.setHorizontalStretch(0);
  125. sizePolicy1.setVerticalStretch(0);
  126. sizePolicy1.setHeightForWidth(distroselect->sizePolicy().hasHeightForWidth());
  127. distroselect->setSizePolicy(sizePolicy1);
  128. distrolayout->addWidget(distroselect);
  129. dverselect = new QComboBox(firstlayer);
  130. dverselect->setObjectName(QString::fromUtf8("dverselect"));
  131. sizePolicy1.setHeightForWidth(dverselect->sizePolicy().hasHeightForWidth());
  132. dverselect->setSizePolicy(sizePolicy1);
  133. distrolayout->addWidget(dverselect);
  134. gridLayout_2->addLayout(distrolayout, 0, 1, 1, 1);
  135. intromessage = new QTextBrowser(firstlayer);
  136. intromessage->setObjectName(QString::fromUtf8("intromessage"));
  137. QSizePolicy sizePolicy2(QSizePolicy::MinimumExpanding, QSizePolicy::MinimumExpanding);
  138. sizePolicy2.setHorizontalStretch(0);
  139. sizePolicy2.setVerticalStretch(0);
  140. sizePolicy2.setHeightForWidth(intromessage->sizePolicy().hasHeightForWidth());
  141. intromessage->setSizePolicy(sizePolicy2);
  142. intromessage->setMinimumSize(QSize(0, 30));
  143. intromessage->setStyleSheet(QString::fromUtf8("background-color: transparent;"));
  144. intromessage->setFrameShape(QFrame::NoFrame);
  145. intromessage->setFrameShadow(QFrame::Plain);
  146. intromessage->setOpenExternalLinks(true);
  147. gridLayout_2->addWidget(intromessage, 1, 0, 1, 2);
  148. radioLayout = new QVBoxLayout();
  149. radioLayout->setObjectName(QString::fromUtf8("radioLayout"));
  150. radioButtonLayout = new QVBoxLayout();
  151. radioButtonLayout->setObjectName(QString::fromUtf8("radioButtonLayout"));
  152. radioFloppy = new QRadioButton(firstlayer);
  153. radioFloppy->setObjectName(QString::fromUtf8("radioFloppy"));
  154. radioFloppy->setMinimumSize(QSize(0, 25));
  155. radioButtonLayout->addWidget(radioFloppy);
  156. radioManual = new QRadioButton(firstlayer);
  157. radioManual->setObjectName(QString::fromUtf8("radioManual"));
  158. radioManual->setMinimumSize(QSize(0, 30));
  159. radioButtonLayout->addWidget(radioManual);
  160. radioLayout->addLayout(radioButtonLayout);
  161. verticalSpacer = new QSpacerItem(20, 28, QSizePolicy::Minimum, QSizePolicy::Preferred);
  162. radioLayout->addItem(verticalSpacer);
  163. gridLayout_2->addLayout(radioLayout, 2, 0, 1, 1);
  164. optionslayer = new QWidget(firstlayer);
  165. optionslayer->setObjectName(QString::fromUtf8("optionslayer"));
  166. optionslayer->setEnabled(false);
  167. horizontalLayout = new QHBoxLayout(optionslayer);
  168. horizontalLayout->setContentsMargins(0, 0, 0, 0);
  169. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  170. labelslayout = new QVBoxLayout();
  171. labelslayout->setObjectName(QString::fromUtf8("labelslayout"));
  172. diskimagetypeselect = new QComboBox(optionslayer);
  173. diskimagetypeselect->setObjectName(QString::fromUtf8("diskimagetypeselect"));
  174. labelslayout->addWidget(diskimagetypeselect);
  175. labelkernel = new QLabel(optionslayer);
  176. labelkernel->setObjectName(QString::fromUtf8("labelkernel"));
  177. QSizePolicy sizePolicy3(QSizePolicy::Preferred, QSizePolicy::Preferred);
  178. sizePolicy3.setHorizontalStretch(0);
  179. sizePolicy3.setVerticalStretch(0);
  180. sizePolicy3.setHeightForWidth(labelkernel->sizePolicy().hasHeightForWidth());
  181. labelkernel->setSizePolicy(sizePolicy3);
  182. labelkernel->setMinimumSize(QSize(50, 0));
  183. labelslayout->addWidget(labelkernel);
  184. labeloption = new QLabel(optionslayer);
  185. labeloption->setObjectName(QString::fromUtf8("labeloption"));
  186. labeloption->setMinimumSize(QSize(50, 0));
  187. labelslayout->addWidget(labeloption);
  188. horizontalLayout->addLayout(labelslayout);
  189. inputlayout = new QVBoxLayout();
  190. inputlayout->setObjectName(QString::fromUtf8("inputlayout"));
  191. FloppyPath = new QLineEdit(optionslayer);
  192. FloppyPath->setObjectName(QString::fromUtf8("FloppyPath"));
  193. inputlayout->addWidget(FloppyPath);
  194. kernellayout = new QHBoxLayout();
  195. kernellayout->setObjectName(QString::fromUtf8("kernellayout"));
  196. KernelPath = new QLineEdit(optionslayer);
  197. KernelPath->setObjectName(QString::fromUtf8("KernelPath"));
  198. QSizePolicy sizePolicy4(QSizePolicy::Expanding, QSizePolicy::Fixed);
  199. sizePolicy4.setHorizontalStretch(0);
  200. sizePolicy4.setVerticalStretch(0);
  201. sizePolicy4.setHeightForWidth(KernelPath->sizePolicy().hasHeightForWidth());
  202. KernelPath->setSizePolicy(sizePolicy4);
  203. kernellayout->addWidget(KernelPath);
  204. KernelFileSelector = new QPushButton(optionslayer);
  205. KernelFileSelector->setObjectName(QString::fromUtf8("KernelFileSelector"));
  206. QSizePolicy sizePolicy5(QSizePolicy::Fixed, QSizePolicy::Fixed);
  207. sizePolicy5.setHorizontalStretch(25);
  208. sizePolicy5.setVerticalStretch(25);
  209. sizePolicy5.setHeightForWidth(KernelFileSelector->sizePolicy().hasHeightForWidth());
  210. KernelFileSelector->setSizePolicy(sizePolicy5);
  211. KernelFileSelector->setMinimumSize(QSize(25, 25));
  212. KernelFileSelector->setAcceptDrops(false);
  213. kernellayout->addWidget(KernelFileSelector);
  214. labelinitrd = new QLabel(optionslayer);
  215. labelinitrd->setObjectName(QString::fromUtf8("labelinitrd"));
  216. kernellayout->addWidget(labelinitrd);
  217. InitrdPath = new QLineEdit(optionslayer);
  218. InitrdPath->setObjectName(QString::fromUtf8("InitrdPath"));
  219. QSizePolicy sizePolicy6(QSizePolicy::Expanding, QSizePolicy::Fixed);
  220. sizePolicy6.setHorizontalStretch(0);
  221. sizePolicy6.setVerticalStretch(20);
  222. sizePolicy6.setHeightForWidth(InitrdPath->sizePolicy().hasHeightForWidth());
  223. InitrdPath->setSizePolicy(sizePolicy6);
  224. kernellayout->addWidget(InitrdPath);
  225. inputlayout->addLayout(kernellayout);
  226. OptionEnter = new QLineEdit(optionslayer);
  227. OptionEnter->setObjectName(QString::fromUtf8("OptionEnter"));
  228. inputlayout->addWidget(OptionEnter);
  229. horizontalLayout->addLayout(inputlayout);
  230. buttonslayout = new QVBoxLayout();
  231. buttonslayout->setObjectName(QString::fromUtf8("buttonslayout"));
  232. FloppyFileSelector = new QPushButton(optionslayer);
  233. FloppyFileSelector->setObjectName(QString::fromUtf8("FloppyFileSelector"));
  234. sizePolicy5.setHeightForWidth(FloppyFileSelector->sizePolicy().hasHeightForWidth());
  235. FloppyFileSelector->setSizePolicy(sizePolicy5);
  236. FloppyFileSelector->setMinimumSize(QSize(25, 25));
  237. FloppyFileSelector->setAcceptDrops(false);
  238. buttonslayout->addWidget(FloppyFileSelector);
  239. InitrdFileSelector = new QPushButton(optionslayer);
  240. InitrdFileSelector->setObjectName(QString::fromUtf8("InitrdFileSelector"));
  241. sizePolicy5.setHeightForWidth(InitrdFileSelector->sizePolicy().hasHeightForWidth());
  242. InitrdFileSelector->setSizePolicy(sizePolicy5);
  243. InitrdFileSelector->setMinimumSize(QSize(25, 25));
  244. InitrdFileSelector->setAcceptDrops(false);
  245. buttonslayout->addWidget(InitrdFileSelector);
  246. CfgFileSelector = new QPushButton(optionslayer);
  247. CfgFileSelector->setObjectName(QString::fromUtf8("CfgFileSelector"));
  248. sizePolicy5.setHeightForWidth(CfgFileSelector->sizePolicy().hasHeightForWidth());
  249. CfgFileSelector->setSizePolicy(sizePolicy5);
  250. CfgFileSelector->setMinimumSize(QSize(25, 25));
  251. CfgFileSelector->setAcceptDrops(false);
  252. buttonslayout->addWidget(CfgFileSelector);
  253. horizontalLayout->addLayout(buttonslayout);
  254. gridLayout_2->addWidget(optionslayer, 2, 1, 1, 1);
  255. persistencelayout = new QHBoxLayout();
  256. persistencelayout->setObjectName(QString::fromUtf8("persistencelayout"));
  257. persistencelabel = new QLabel(firstlayer);
  258. persistencelabel->setObjectName(QString::fromUtf8("persistencelabel"));
  259. persistencelayout->addWidget(persistencelabel);
  260. persistencevalue = new QSpinBox(firstlayer);
  261. persistencevalue->setObjectName(QString::fromUtf8("persistencevalue"));
  262. sizePolicy4.setHeightForWidth(persistencevalue->sizePolicy().hasHeightForWidth());
  263. persistencevalue->setSizePolicy(sizePolicy4);
  264. persistencevalue->setMaximum(9999);
  265. persistencelayout->addWidget(persistencevalue);
  266. persistenceMBlabel = new QLabel(firstlayer);
  267. persistenceMBlabel->setObjectName(QString::fromUtf8("persistenceMBlabel"));
  268. persistencelayout->addWidget(persistenceMBlabel);
  269. gridLayout_2->addLayout(persistencelayout, 3, 0, 1, 2);
  270. targetlayout = new QHBoxLayout();
  271. targetlayout->setObjectName(QString::fromUtf8("targetlayout"));
  272. labeltype = new QLabel(firstlayer);
  273. labeltype->setObjectName(QString::fromUtf8("labeltype"));
  274. targetlayout->addWidget(labeltype);
  275. typeselect = new QComboBox(firstlayer);
  276. typeselect->setObjectName(QString::fromUtf8("typeselect"));
  277. sizePolicy1.setHeightForWidth(typeselect->sizePolicy().hasHeightForWidth());
  278. typeselect->setSizePolicy(sizePolicy1);
  279. targetlayout->addWidget(typeselect);
  280. labeldrive = new QLabel(firstlayer);
  281. labeldrive->setObjectName(QString::fromUtf8("labeldrive"));
  282. targetlayout->addWidget(labeldrive);
  283. driveselect = new QComboBox(firstlayer);
  284. driveselect->setObjectName(QString::fromUtf8("driveselect"));
  285. sizePolicy1.setHeightForWidth(driveselect->sizePolicy().hasHeightForWidth());
  286. driveselect->setSizePolicy(sizePolicy1);
  287. targetlayout->addWidget(driveselect);
  288. okbutton = new QPushButton(firstlayer);
  289. okbutton->setObjectName(QString::fromUtf8("okbutton"));
  290. targetlayout->addWidget(okbutton);
  291. cancelbutton = new QPushButton(firstlayer);
  292. cancelbutton->setObjectName(QString::fromUtf8("cancelbutton"));
  293. targetlayout->addWidget(cancelbutton);
  294. gridLayout_2->addLayout(targetlayout, 4, 0, 1, 2);
  295. gridLayout->addWidget(firstlayer, 1, 1, 1, 1);
  296. secondlayer = new QWidget(unetbootinui);
  297. secondlayer->setObjectName(QString::fromUtf8("secondlayer"));
  298. oldsecondlayer = new QGridLayout(secondlayer);
  299. oldsecondlayer->setObjectName(QString::fromUtf8("oldsecondlayer"));
  300. rebootlayer = new QWidget(secondlayer);
  301. rebootlayer->setObjectName(QString::fromUtf8("rebootlayer"));
  302. rebootlayer->setEnabled(false);
  303. verticalLayout_4 = new QVBoxLayout(rebootlayer);
  304. verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
  305. rebootmsgtext = new QTextBrowser(rebootlayer);
  306. rebootmsgtext->setObjectName(QString::fromUtf8("rebootmsgtext"));
  307. rebootmsgtext->setStyleSheet(QString::fromUtf8("background-color: transparent;"));
  308. rebootmsgtext->setFrameShape(QFrame::NoFrame);
  309. rebootmsgtext->setFrameShadow(QFrame::Plain);
  310. rebootmsgtext->setLineWidth(0);
  311. rebootmsgtext->setOpenExternalLinks(true);
  312. verticalLayout_4->addWidget(rebootmsgtext);
  313. exitbuttonslayout = new QHBoxLayout();
  314. exitbuttonslayout->setObjectName(QString::fromUtf8("exitbuttonslayout"));
  315. exitbuttonslayout->setContentsMargins(300, -1, -1, -1);
  316. frebootbutton = new QPushButton(rebootlayer);
  317. frebootbutton->setObjectName(QString::fromUtf8("frebootbutton"));
  318. exitbuttonslayout->addWidget(frebootbutton);
  319. fexitbutton = new QPushButton(rebootlayer);
  320. fexitbutton->setObjectName(QString::fromUtf8("fexitbutton"));
  321. exitbuttonslayout->addWidget(fexitbutton);
  322. verticalLayout_4->addLayout(exitbuttonslayout);
  323. oldsecondlayer->addWidget(rebootlayer, 1, 0, 1, 1);
  324. progresslayer = new QWidget(secondlayer);
  325. progresslayer->setObjectName(QString::fromUtf8("progresslayer"));
  326. progresslayer->setEnabled(false);
  327. verticalLayout_5 = new QVBoxLayout(progresslayer);
  328. verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
  329. pdesc5 = new QLabel(progresslayer);
  330. pdesc5->setObjectName(QString::fromUtf8("pdesc5"));
  331. pdesc5->setOpenExternalLinks(true);
  332. verticalLayout_5->addWidget(pdesc5);
  333. pdesc4 = new QLabel(progresslayer);
  334. pdesc4->setObjectName(QString::fromUtf8("pdesc4"));
  335. pdesc4->setOpenExternalLinks(true);
  336. verticalLayout_5->addWidget(pdesc4);
  337. pdesc3 = new QLabel(progresslayer);
  338. pdesc3->setObjectName(QString::fromUtf8("pdesc3"));
  339. pdesc3->setOpenExternalLinks(true);
  340. verticalLayout_5->addWidget(pdesc3);
  341. pdesc2 = new QLabel(progresslayer);
  342. pdesc2->setObjectName(QString::fromUtf8("pdesc2"));
  343. pdesc2->setOpenExternalLinks(true);
  344. verticalLayout_5->addWidget(pdesc2);
  345. pdesc1 = new QLabel(progresslayer);
  346. pdesc1->setObjectName(QString::fromUtf8("pdesc1"));
  347. pdesc1->setOpenExternalLinks(true);
  348. verticalLayout_5->addWidget(pdesc1);
  349. tprogress = new QProgressBar(progresslayer);
  350. tprogress->setObjectName(QString::fromUtf8("tprogress"));
  351. QSizePolicy sizePolicy7(QSizePolicy::Expanding, QSizePolicy::Preferred);
  352. sizePolicy7.setHorizontalStretch(0);
  353. sizePolicy7.setVerticalStretch(0);
  354. sizePolicy7.setHeightForWidth(tprogress->sizePolicy().hasHeightForWidth());
  355. tprogress->setSizePolicy(sizePolicy7);
  356. tprogress->setMinimumSize(QSize(0, 20));
  357. tprogress->setValue(24);
  358. verticalLayout_5->addWidget(tprogress);
  359. oldsecondlayer->addWidget(progresslayer, 2, 0, 1, 1);
  360. statuslayout = new QVBoxLayout();
  361. statuslayout->setObjectName(QString::fromUtf8("statuslayout"));
  362. sdesc1 = new QLabel(secondlayer);
  363. sdesc1->setObjectName(QString::fromUtf8("sdesc1"));
  364. statuslayout->addWidget(sdesc1);
  365. sdesc2 = new QLabel(secondlayer);
  366. sdesc2->setObjectName(QString::fromUtf8("sdesc2"));
  367. statuslayout->addWidget(sdesc2);
  368. sdesc3 = new QLabel(secondlayer);
  369. sdesc3->setObjectName(QString::fromUtf8("sdesc3"));
  370. statuslayout->addWidget(sdesc3);
  371. sdesc4 = new QLabel(secondlayer);
  372. sdesc4->setObjectName(QString::fromUtf8("sdesc4"));
  373. statuslayout->addWidget(sdesc4);
  374. sdesc5 = new QLabel(secondlayer);
  375. sdesc5->setObjectName(QString::fromUtf8("sdesc5"));
  376. statuslayout->addWidget(sdesc5);
  377. oldsecondlayer->addLayout(statuslayout, 0, 0, 1, 1);
  378. gridLayout->addWidget(secondlayer, 0, 0, 2, 2);
  379. #ifndef QT_NO_SHORTCUT
  380. labelkernel->setBuddy(KernelPath);
  381. labeloption->setBuddy(OptionEnter);
  382. labelinitrd->setBuddy(InitrdPath);
  383. labeltype->setBuddy(typeselect);
  384. labeldrive->setBuddy(driveselect);
  385. #endif // QT_NO_SHORTCUT
  386. QWidget::setTabOrder(radioDistro, distroselect);
  387. QWidget::setTabOrder(distroselect, dverselect);
  388. QWidget::setTabOrder(dverselect, radioFloppy);
  389. QWidget::setTabOrder(radioFloppy, diskimagetypeselect);
  390. QWidget::setTabOrder(diskimagetypeselect, FloppyPath);
  391. QWidget::setTabOrder(FloppyPath, FloppyFileSelector);
  392. QWidget::setTabOrder(FloppyFileSelector, radioManual);
  393. QWidget::setTabOrder(radioManual, KernelPath);
  394. QWidget::setTabOrder(KernelPath, KernelFileSelector);
  395. QWidget::setTabOrder(KernelFileSelector, InitrdPath);
  396. QWidget::setTabOrder(InitrdPath, InitrdFileSelector);
  397. QWidget::setTabOrder(InitrdFileSelector, OptionEnter);
  398. QWidget::setTabOrder(OptionEnter, CfgFileSelector);
  399. QWidget::setTabOrder(CfgFileSelector, typeselect);
  400. QWidget::setTabOrder(typeselect, driveselect);
  401. QWidget::setTabOrder(driveselect, okbutton);
  402. QWidget::setTabOrder(okbutton, cancelbutton);
  403. QWidget::setTabOrder(cancelbutton, frebootbutton);
  404. QWidget::setTabOrder(frebootbutton, fexitbutton);
  405. QWidget::setTabOrder(fexitbutton, intromessage);
  406. QWidget::setTabOrder(intromessage, rebootmsgtext);
  407. retranslateUi(unetbootinui);
  408. distroselect->setCurrentIndex(-1);
  409. dverselect->setCurrentIndex(-1);
  410. QMetaObject::connectSlotsByName(unetbootinui);
  411. } // setupUi
  412. void retranslateUi(QWidget *unetbootinui)
  413. {
  414. unetbootinui->setWindowTitle(QApplication::translate("unetbootinui", "Unetbootin", 0, QApplication::UnicodeUTF8));
  415. #ifndef QT_NO_TOOLTIP
  416. radioDistro->setToolTip(QApplication::translate("unetbootinui", "Select from a list of supported distributions", 0, QApplication::UnicodeUTF8));
  417. #endif // QT_NO_TOOLTIP
  418. radioDistro->setText(QApplication::translate("unetbootinui", "&Distribution", 0, QApplication::UnicodeUTF8));
  419. #ifndef QT_NO_TOOLTIP
  420. distroselect->setToolTip(QApplication::translate("unetbootinui", "Select from a list of supported distributions", 0, QApplication::UnicodeUTF8));
  421. #endif // QT_NO_TOOLTIP
  422. #ifndef QT_NO_TOOLTIP
  423. dverselect->setToolTip(QApplication::translate("unetbootinui", "Select the distribution version", 0, QApplication::UnicodeUTF8));
  424. #endif // QT_NO_TOOLTIP
  425. #ifndef QT_NO_TOOLTIP
  426. radioFloppy->setToolTip(QApplication::translate("unetbootinui", "Specify a disk image file to load", 0, QApplication::UnicodeUTF8));
  427. #endif // QT_NO_TOOLTIP
  428. radioFloppy->setText(QApplication::translate("unetbootinui", "Disk&image", 0, QApplication::UnicodeUTF8));
  429. #ifndef QT_NO_TOOLTIP
  430. radioManual->setToolTip(QApplication::translate("unetbootinui", "Manually specify a kernel and initrd to load", 0, QApplication::UnicodeUTF8));
  431. #endif // QT_NO_TOOLTIP
  432. radioManual->setText(QApplication::translate("unetbootinui", "&Custom", 0, QApplication::UnicodeUTF8));
  433. #ifndef QT_NO_TOOLTIP
  434. diskimagetypeselect->setToolTip(QApplication::translate("unetbootinui", "Select the disk image type", 0, QApplication::UnicodeUTF8));
  435. #endif // QT_NO_TOOLTIP
  436. #ifndef QT_NO_TOOLTIP
  437. labelkernel->setToolTip(QApplication::translate("unetbootinui", "Specify a kernel file to load", 0, QApplication::UnicodeUTF8));
  438. #endif // QT_NO_TOOLTIP
  439. labelkernel->setText(QApplication::translate("unetbootinui", "&Kernel:", 0, QApplication::UnicodeUTF8));
  440. #ifndef QT_NO_TOOLTIP
  441. labeloption->setToolTip(QApplication::translate("unetbootinui", "Specify parameters and options to pass to the kernel", 0, QApplication::UnicodeUTF8));
  442. #endif // QT_NO_TOOLTIP
  443. labeloption->setText(QApplication::translate("unetbootinui", "&Options:", 0, QApplication::UnicodeUTF8));
  444. #ifndef QT_NO_TOOLTIP
  445. FloppyPath->setToolTip(QApplication::translate("unetbootinui", "Specify a floppy/hard disk image, or CD image (ISO) file to load", 0, QApplication::UnicodeUTF8));
  446. #endif // QT_NO_TOOLTIP
  447. #ifndef QT_NO_TOOLTIP
  448. KernelPath->setToolTip(QApplication::translate("unetbootinui", "Specify a kernel file to load", 0, QApplication::UnicodeUTF8));
  449. #endif // QT_NO_TOOLTIP
  450. KernelPath->setText(QString());
  451. #ifndef QT_NO_TOOLTIP
  452. KernelFileSelector->setToolTip(QApplication::translate("unetbootinui", "Select kernel file", 0, QApplication::UnicodeUTF8));
  453. #endif // QT_NO_TOOLTIP
  454. KernelFileSelector->setText(QApplication::translate("unetbootinui", "...", 0, QApplication::UnicodeUTF8));
  455. #ifndef QT_NO_TOOLTIP
  456. labelinitrd->setToolTip(QApplication::translate("unetbootinui", "Specify an initrd file to load", 0, QApplication::UnicodeUTF8));
  457. #endif // QT_NO_TOOLTIP
  458. labelinitrd->setText(QApplication::translate("unetbootinui", "Init&rd:", 0, QApplication::UnicodeUTF8));
  459. #ifndef QT_NO_TOOLTIP
  460. InitrdPath->setToolTip(QApplication::translate("unetbootinui", "Specify an initrd file to load", 0, QApplication::UnicodeUTF8));
  461. #endif // QT_NO_TOOLTIP
  462. #ifndef QT_NO_TOOLTIP
  463. OptionEnter->setToolTip(QApplication::translate("unetbootinui", "Specify parameters and options to pass to the kernel", 0, QApplication::UnicodeUTF8));
  464. #endif // QT_NO_TOOLTIP
  465. #ifndef QT_NO_TOOLTIP
  466. FloppyFileSelector->setToolTip(QApplication::translate("unetbootinui", "Select disk image file", 0, QApplication::UnicodeUTF8));
  467. #endif // QT_NO_TOOLTIP
  468. FloppyFileSelector->setText(QApplication::translate("unetbootinui", "...", 0, QApplication::UnicodeUTF8));
  469. #ifndef QT_NO_TOOLTIP
  470. InitrdFileSelector->setToolTip(QApplication::translate("unetbootinui", "Select initrd file", 0, QApplication::UnicodeUTF8));
  471. #endif // QT_NO_TOOLTIP
  472. InitrdFileSelector->setText(QApplication::translate("unetbootinui", "...", 0, QApplication::UnicodeUTF8));
  473. #ifndef QT_NO_TOOLTIP
  474. CfgFileSelector->setToolTip(QApplication::translate("unetbootinui", "Select syslinux.cfg or isolinux.cfg file", 0, QApplication::UnicodeUTF8));
  475. #endif // QT_NO_TOOLTIP
  476. CfgFileSelector->setText(QApplication::translate("unetbootinui", "...", 0, QApplication::UnicodeUTF8));
  477. #ifndef QT_NO_TOOLTIP
  478. persistencelabel->setToolTip(QApplication::translate("unetbootinui", "Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used.", 0, QApplication::UnicodeUTF8));
  479. #endif // QT_NO_TOOLTIP
  480. persistencelabel->setText(QApplication::translate("unetbootinui", "Space used to preserve files across reboots (Ubuntu only):", 0, QApplication::UnicodeUTF8));
  481. #ifndef QT_NO_TOOLTIP
  482. persistencevalue->setToolTip(QApplication::translate("unetbootinui", "Space to reserve for user files which are preserved across reboots. Works only for LiveUSBs for Ubuntu and derivatives. If value exceeds drive capacity, the maximum space available will be used.", 0, QApplication::UnicodeUTF8));
  483. #endif // QT_NO_TOOLTIP
  484. persistenceMBlabel->setText(QApplication::translate("unetbootinui", "MB", 0, QApplication::UnicodeUTF8));
  485. #ifndef QT_NO_TOOLTIP
  486. labeltype->setToolTip(QApplication::translate("unetbootinui", "Select the installation target type", 0, QApplication::UnicodeUTF8));
  487. #endif // QT_NO_TOOLTIP
  488. labeltype->setText(QApplication::translate("unetbootinui", "&Type:", 0, QApplication::UnicodeUTF8));
  489. #ifndef QT_NO_TOOLTIP
  490. typeselect->setToolTip(QApplication::translate("unetbootinui", "Select the installation target type", 0, QApplication::UnicodeUTF8));
  491. #endif // QT_NO_TOOLTIP
  492. #ifndef QT_NO_TOOLTIP
  493. labeldrive->setToolTip(QApplication::translate("unetbootinui", "Select the target drive to install to", 0, QApplication::UnicodeUTF8));
  494. #endif // QT_NO_TOOLTIP
  495. labeldrive->setText(QApplication::translate("unetbootinui", "Dri&ve:", 0, QApplication::UnicodeUTF8));
  496. #ifndef QT_NO_TOOLTIP
  497. driveselect->setToolTip(QApplication::translate("unetbootinui", "Select the target drive to install to", 0, QApplication::UnicodeUTF8));
  498. #endif // QT_NO_TOOLTIP
  499. okbutton->setText(QApplication::translate("unetbootinui", "OK", 0, QApplication::UnicodeUTF8));
  500. okbutton->setShortcut(QApplication::translate("unetbootinui", "Return", 0, QApplication::UnicodeUTF8));
  501. cancelbutton->setText(QApplication::translate("unetbootinui", "Cancel", 0, QApplication::UnicodeUTF8));
  502. cancelbutton->setShortcut(QApplication::translate("unetbootinui", "Esc", 0, QApplication::UnicodeUTF8));
  503. frebootbutton->setText(QApplication::translate("unetbootinui", "Reboot Now", 0, QApplication::UnicodeUTF8));
  504. fexitbutton->setText(QApplication::translate("unetbootinui", "Exit", 0, QApplication::UnicodeUTF8));
  505. pdesc5->setText(QString());
  506. pdesc4->setText(QString());
  507. pdesc3->setText(QString());
  508. pdesc2->setText(QString());
  509. pdesc1->setText(QString());
  510. sdesc1->setText(QApplication::translate("unetbootinui", "1. Downloading Files", 0, QApplication::UnicodeUTF8));
  511. sdesc2->setText(QApplication::translate("unetbootinui", "2. Extracting and Copying Files", 0, QApplication::UnicodeUTF8));
  512. sdesc3->setText(QApplication::translate("unetbootinui", "3. Installing Bootloader", 0, QApplication::UnicodeUTF8));
  513. sdesc4->setText(QApplication::translate("unetbootinui", "4. Installation Complete, Reboot", 0, QApplication::UnicodeUTF8));
  514. sdesc5->setText(QString());
  515. } // retranslateUi
  516. };
  517. namespace Ui {
  518. class unetbootinui: public Ui_unetbootinui {};
  519. } // namespace Ui
  520. QT_END_NAMESPACE
  521. #endif // UI_UNETBOOTIN_H