unetbootin.ui 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>unetbootinui</class>
  4. <widget class="QWidget" name="unetbootinui">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>524</width>
  10. <height>360</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>524</width>
  16. <height>360</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Unetbootin</string>
  21. </property>
  22. <layout class="QGridLayout" name="gridLayout">
  23. <property name="margin">
  24. <number>0</number>
  25. </property>
  26. <item row="1" column="1">
  27. <widget class="QWidget" name="firstlayer" native="true">
  28. <layout class="QGridLayout" name="gridLayout_2">
  29. <item row="0" column="0">
  30. <widget class="QRadioButton" name="radioDistro">
  31. <property name="sizePolicy">
  32. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  33. <horstretch>0</horstretch>
  34. <verstretch>0</verstretch>
  35. </sizepolicy>
  36. </property>
  37. <property name="minimumSize">
  38. <size>
  39. <width>120</width>
  40. <height>0</height>
  41. </size>
  42. </property>
  43. <property name="toolTip">
  44. <string>Select from a list of supported distributions</string>
  45. </property>
  46. <property name="text">
  47. <string>&amp;Distribution</string>
  48. </property>
  49. <property name="checked">
  50. <bool>true</bool>
  51. </property>
  52. </widget>
  53. </item>
  54. <item row="0" column="1">
  55. <layout class="QHBoxLayout" name="distrolayout">
  56. <item>
  57. <widget class="QComboBox" name="distroselect">
  58. <property name="sizePolicy">
  59. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  60. <horstretch>0</horstretch>
  61. <verstretch>0</verstretch>
  62. </sizepolicy>
  63. </property>
  64. <property name="toolTip">
  65. <string>Select from a list of supported distributions</string>
  66. </property>
  67. <property name="currentIndex">
  68. <number>-1</number>
  69. </property>
  70. </widget>
  71. </item>
  72. <item>
  73. <widget class="QComboBox" name="dverselect">
  74. <property name="sizePolicy">
  75. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  76. <horstretch>0</horstretch>
  77. <verstretch>0</verstretch>
  78. </sizepolicy>
  79. </property>
  80. <property name="toolTip">
  81. <string>Select the distribution version</string>
  82. </property>
  83. <property name="currentIndex">
  84. <number>-1</number>
  85. </property>
  86. </widget>
  87. </item>
  88. </layout>
  89. </item>
  90. <item row="1" column="0" colspan="2">
  91. <widget class="QTextBrowser" name="intromessage">
  92. <property name="sizePolicy">
  93. <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
  94. <horstretch>0</horstretch>
  95. <verstretch>0</verstretch>
  96. </sizepolicy>
  97. </property>
  98. <property name="minimumSize">
  99. <size>
  100. <width>0</width>
  101. <height>30</height>
  102. </size>
  103. </property>
  104. <property name="styleSheet">
  105. <string notr="true">background-color: transparent;</string>
  106. </property>
  107. <property name="frameShape">
  108. <enum>QFrame::NoFrame</enum>
  109. </property>
  110. <property name="frameShadow">
  111. <enum>QFrame::Plain</enum>
  112. </property>
  113. <property name="openExternalLinks">
  114. <bool>true</bool>
  115. </property>
  116. </widget>
  117. </item>
  118. <item row="2" column="0">
  119. <layout class="QVBoxLayout" name="radioLayout">
  120. <item>
  121. <layout class="QVBoxLayout" name="radioButtonLayout">
  122. <item>
  123. <widget class="QRadioButton" name="radioFloppy">
  124. <property name="minimumSize">
  125. <size>
  126. <width>0</width>
  127. <height>25</height>
  128. </size>
  129. </property>
  130. <property name="toolTip">
  131. <string>Specify a disk image file to load</string>
  132. </property>
  133. <property name="text">
  134. <string>Disk&amp;image</string>
  135. </property>
  136. </widget>
  137. </item>
  138. <item>
  139. <widget class="QRadioButton" name="radioManual">
  140. <property name="minimumSize">
  141. <size>
  142. <width>0</width>
  143. <height>30</height>
  144. </size>
  145. </property>
  146. <property name="toolTip">
  147. <string>Manually specify a kernel and initrd to load</string>
  148. </property>
  149. <property name="text">
  150. <string>&amp;Custom</string>
  151. </property>
  152. </widget>
  153. </item>
  154. </layout>
  155. </item>
  156. <item>
  157. <spacer name="verticalSpacer">
  158. <property name="orientation">
  159. <enum>Qt::Vertical</enum>
  160. </property>
  161. <property name="sizeType">
  162. <enum>QSizePolicy::Preferred</enum>
  163. </property>
  164. <property name="sizeHint" stdset="0">
  165. <size>
  166. <width>20</width>
  167. <height>28</height>
  168. </size>
  169. </property>
  170. </spacer>
  171. </item>
  172. </layout>
  173. </item>
  174. <item row="2" column="1">
  175. <widget class="QWidget" name="optionslayer" native="true">
  176. <property name="enabled">
  177. <bool>false</bool>
  178. </property>
  179. <layout class="QHBoxLayout" name="horizontalLayout">
  180. <property name="margin">
  181. <number>0</number>
  182. </property>
  183. <item>
  184. <layout class="QVBoxLayout" name="labelslayout">
  185. <item>
  186. <widget class="QComboBox" name="diskimagetypeselect">
  187. <property name="toolTip">
  188. <string>Select the disk image type</string>
  189. </property>
  190. </widget>
  191. </item>
  192. <item>
  193. <widget class="QLabel" name="labelkernel">
  194. <property name="sizePolicy">
  195. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  196. <horstretch>0</horstretch>
  197. <verstretch>0</verstretch>
  198. </sizepolicy>
  199. </property>
  200. <property name="minimumSize">
  201. <size>
  202. <width>50</width>
  203. <height>0</height>
  204. </size>
  205. </property>
  206. <property name="toolTip">
  207. <string>Specify a kernel file to load</string>
  208. </property>
  209. <property name="text">
  210. <string>&amp;Kernel:</string>
  211. </property>
  212. <property name="buddy">
  213. <cstring>KernelPath</cstring>
  214. </property>
  215. </widget>
  216. </item>
  217. <item>
  218. <widget class="QLabel" name="labeloption">
  219. <property name="minimumSize">
  220. <size>
  221. <width>50</width>
  222. <height>0</height>
  223. </size>
  224. </property>
  225. <property name="toolTip">
  226. <string>Specify parameters and options to pass to the kernel</string>
  227. </property>
  228. <property name="text">
  229. <string>&amp;Options:</string>
  230. </property>
  231. <property name="buddy">
  232. <cstring>OptionEnter</cstring>
  233. </property>
  234. </widget>
  235. </item>
  236. </layout>
  237. </item>
  238. <item>
  239. <layout class="QVBoxLayout" name="inputlayout">
  240. <item>
  241. <widget class="QLineEdit" name="FloppyPath">
  242. <property name="toolTip">
  243. <string>Specify a floppy/hard disk image, or CD image (ISO) file to load</string>
  244. </property>
  245. </widget>
  246. </item>
  247. <item>
  248. <layout class="QHBoxLayout" name="kernellayout">
  249. <item>
  250. <widget class="QLineEdit" name="KernelPath">
  251. <property name="sizePolicy">
  252. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  253. <horstretch>0</horstretch>
  254. <verstretch>0</verstretch>
  255. </sizepolicy>
  256. </property>
  257. <property name="toolTip">
  258. <string>Specify a kernel file to load</string>
  259. </property>
  260. <property name="text">
  261. <string/>
  262. </property>
  263. </widget>
  264. </item>
  265. <item>
  266. <widget class="QPushButton" name="KernelFileSelector">
  267. <property name="sizePolicy">
  268. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  269. <horstretch>25</horstretch>
  270. <verstretch>25</verstretch>
  271. </sizepolicy>
  272. </property>
  273. <property name="minimumSize">
  274. <size>
  275. <width>25</width>
  276. <height>25</height>
  277. </size>
  278. </property>
  279. <property name="acceptDrops">
  280. <bool>false</bool>
  281. </property>
  282. <property name="toolTip">
  283. <string>Select kernel file</string>
  284. </property>
  285. <property name="text">
  286. <string>...</string>
  287. </property>
  288. </widget>
  289. </item>
  290. <item>
  291. <widget class="QLabel" name="labelinitrd">
  292. <property name="toolTip">
  293. <string>Specify an initrd file to load</string>
  294. </property>
  295. <property name="text">
  296. <string>Init&amp;rd:</string>
  297. </property>
  298. <property name="buddy">
  299. <cstring>InitrdPath</cstring>
  300. </property>
  301. </widget>
  302. </item>
  303. <item>
  304. <widget class="QLineEdit" name="InitrdPath">
  305. <property name="sizePolicy">
  306. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  307. <horstretch>0</horstretch>
  308. <verstretch>20</verstretch>
  309. </sizepolicy>
  310. </property>
  311. <property name="toolTip">
  312. <string>Specify an initrd file to load</string>
  313. </property>
  314. </widget>
  315. </item>
  316. </layout>
  317. </item>
  318. <item>
  319. <widget class="QLineEdit" name="OptionEnter">
  320. <property name="toolTip">
  321. <string>Specify parameters and options to pass to the kernel</string>
  322. </property>
  323. </widget>
  324. </item>
  325. </layout>
  326. </item>
  327. <item>
  328. <layout class="QVBoxLayout" name="buttonslayout">
  329. <item>
  330. <widget class="QPushButton" name="FloppyFileSelector">
  331. <property name="sizePolicy">
  332. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  333. <horstretch>25</horstretch>
  334. <verstretch>25</verstretch>
  335. </sizepolicy>
  336. </property>
  337. <property name="minimumSize">
  338. <size>
  339. <width>25</width>
  340. <height>25</height>
  341. </size>
  342. </property>
  343. <property name="acceptDrops">
  344. <bool>false</bool>
  345. </property>
  346. <property name="toolTip">
  347. <string>Select disk image file</string>
  348. </property>
  349. <property name="text">
  350. <string>...</string>
  351. </property>
  352. </widget>
  353. </item>
  354. <item>
  355. <widget class="QPushButton" name="InitrdFileSelector">
  356. <property name="sizePolicy">
  357. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  358. <horstretch>25</horstretch>
  359. <verstretch>25</verstretch>
  360. </sizepolicy>
  361. </property>
  362. <property name="minimumSize">
  363. <size>
  364. <width>25</width>
  365. <height>25</height>
  366. </size>
  367. </property>
  368. <property name="acceptDrops">
  369. <bool>false</bool>
  370. </property>
  371. <property name="toolTip">
  372. <string>Select initrd file</string>
  373. </property>
  374. <property name="text">
  375. <string>...</string>
  376. </property>
  377. </widget>
  378. </item>
  379. <item>
  380. <widget class="QPushButton" name="CfgFileSelector">
  381. <property name="sizePolicy">
  382. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  383. <horstretch>25</horstretch>
  384. <verstretch>25</verstretch>
  385. </sizepolicy>
  386. </property>
  387. <property name="minimumSize">
  388. <size>
  389. <width>25</width>
  390. <height>25</height>
  391. </size>
  392. </property>
  393. <property name="acceptDrops">
  394. <bool>false</bool>
  395. </property>
  396. <property name="toolTip">
  397. <string>Select syslinux.cfg or isolinux.cfg file</string>
  398. </property>
  399. <property name="text">
  400. <string>...</string>
  401. </property>
  402. </widget>
  403. </item>
  404. </layout>
  405. </item>
  406. </layout>
  407. </widget>
  408. </item>
  409. <item row="3" column="0" colspan="2">
  410. <layout class="QHBoxLayout" name="persistencelayout">
  411. <item>
  412. <widget class="QLabel" name="persistencelabel">
  413. <property name="toolTip">
  414. <string>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.</string>
  415. </property>
  416. <property name="text">
  417. <string>Space used to preserve files across reboots (Ubuntu only):</string>
  418. </property>
  419. </widget>
  420. </item>
  421. <item>
  422. <widget class="QSpinBox" name="persistencevalue">
  423. <property name="sizePolicy">
  424. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  425. <horstretch>0</horstretch>
  426. <verstretch>0</verstretch>
  427. </sizepolicy>
  428. </property>
  429. <property name="toolTip">
  430. <string>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.</string>
  431. </property>
  432. <property name="maximum">
  433. <number>9999</number>
  434. </property>
  435. </widget>
  436. </item>
  437. <item>
  438. <widget class="QLabel" name="persistenceMBlabel">
  439. <property name="text">
  440. <string>MB</string>
  441. </property>
  442. </widget>
  443. </item>
  444. </layout>
  445. </item>
  446. <item row="4" column="0" colspan="2">
  447. <layout class="QHBoxLayout" name="targetlayout">
  448. <item>
  449. <widget class="QLabel" name="labeltype">
  450. <property name="toolTip">
  451. <string>Select the installation target type</string>
  452. </property>
  453. <property name="text">
  454. <string>&amp;Type:</string>
  455. </property>
  456. <property name="buddy">
  457. <cstring>typeselect</cstring>
  458. </property>
  459. </widget>
  460. </item>
  461. <item>
  462. <widget class="QComboBox" name="typeselect">
  463. <property name="sizePolicy">
  464. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  465. <horstretch>0</horstretch>
  466. <verstretch>0</verstretch>
  467. </sizepolicy>
  468. </property>
  469. <property name="toolTip">
  470. <string>Select the installation target type</string>
  471. </property>
  472. </widget>
  473. </item>
  474. <item>
  475. <widget class="QLabel" name="labeldrive">
  476. <property name="toolTip">
  477. <string>Select the target drive to install to</string>
  478. </property>
  479. <property name="text">
  480. <string>Dri&amp;ve:</string>
  481. </property>
  482. <property name="buddy">
  483. <cstring>driveselect</cstring>
  484. </property>
  485. </widget>
  486. </item>
  487. <item>
  488. <widget class="QComboBox" name="driveselect">
  489. <property name="sizePolicy">
  490. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  491. <horstretch>0</horstretch>
  492. <verstretch>0</verstretch>
  493. </sizepolicy>
  494. </property>
  495. <property name="toolTip">
  496. <string>Select the target drive to install to</string>
  497. </property>
  498. </widget>
  499. </item>
  500. <item>
  501. <widget class="QPushButton" name="okbutton">
  502. <property name="text">
  503. <string>OK</string>
  504. </property>
  505. <property name="shortcut">
  506. <string>Return</string>
  507. </property>
  508. </widget>
  509. </item>
  510. <item>
  511. <widget class="QPushButton" name="cancelbutton">
  512. <property name="text">
  513. <string>Cancel</string>
  514. </property>
  515. <property name="shortcut">
  516. <string>Esc</string>
  517. </property>
  518. </widget>
  519. </item>
  520. </layout>
  521. </item>
  522. </layout>
  523. </widget>
  524. </item>
  525. <item row="0" column="0" rowspan="2" colspan="2">
  526. <widget class="QWidget" name="secondlayer" native="true">
  527. <layout class="QGridLayout" name="oldsecondlayer">
  528. <item row="1" column="0">
  529. <widget class="QWidget" name="rebootlayer" native="true">
  530. <property name="enabled">
  531. <bool>false</bool>
  532. </property>
  533. <layout class="QVBoxLayout" name="verticalLayout_4">
  534. <item>
  535. <widget class="QTextBrowser" name="rebootmsgtext">
  536. <property name="styleSheet">
  537. <string notr="true">background-color: transparent;</string>
  538. </property>
  539. <property name="frameShape">
  540. <enum>QFrame::NoFrame</enum>
  541. </property>
  542. <property name="frameShadow">
  543. <enum>QFrame::Plain</enum>
  544. </property>
  545. <property name="lineWidth">
  546. <number>0</number>
  547. </property>
  548. <property name="openExternalLinks">
  549. <bool>true</bool>
  550. </property>
  551. </widget>
  552. </item>
  553. <item>
  554. <layout class="QHBoxLayout" name="exitbuttonslayout">
  555. <property name="leftMargin">
  556. <number>300</number>
  557. </property>
  558. <item>
  559. <widget class="QPushButton" name="frebootbutton">
  560. <property name="text">
  561. <string>Reboot Now</string>
  562. </property>
  563. </widget>
  564. </item>
  565. <item>
  566. <widget class="QPushButton" name="fexitbutton">
  567. <property name="text">
  568. <string>Exit</string>
  569. </property>
  570. </widget>
  571. </item>
  572. </layout>
  573. </item>
  574. </layout>
  575. </widget>
  576. </item>
  577. <item row="2" column="0">
  578. <widget class="QWidget" name="progresslayer" native="true">
  579. <property name="enabled">
  580. <bool>false</bool>
  581. </property>
  582. <layout class="QVBoxLayout" name="verticalLayout_5">
  583. <item>
  584. <widget class="QLabel" name="pdesc5">
  585. <property name="text">
  586. <string/>
  587. </property>
  588. <property name="openExternalLinks">
  589. <bool>true</bool>
  590. </property>
  591. </widget>
  592. </item>
  593. <item>
  594. <widget class="QLabel" name="pdesc4">
  595. <property name="text">
  596. <string/>
  597. </property>
  598. <property name="openExternalLinks">
  599. <bool>true</bool>
  600. </property>
  601. </widget>
  602. </item>
  603. <item>
  604. <widget class="QLabel" name="pdesc3">
  605. <property name="text">
  606. <string/>
  607. </property>
  608. <property name="openExternalLinks">
  609. <bool>true</bool>
  610. </property>
  611. </widget>
  612. </item>
  613. <item>
  614. <widget class="QLabel" name="pdesc2">
  615. <property name="text">
  616. <string/>
  617. </property>
  618. <property name="openExternalLinks">
  619. <bool>true</bool>
  620. </property>
  621. </widget>
  622. </item>
  623. <item>
  624. <widget class="QLabel" name="pdesc1">
  625. <property name="text">
  626. <string/>
  627. </property>
  628. <property name="openExternalLinks">
  629. <bool>true</bool>
  630. </property>
  631. </widget>
  632. </item>
  633. <item>
  634. <widget class="QProgressBar" name="tprogress">
  635. <property name="sizePolicy">
  636. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  637. <horstretch>0</horstretch>
  638. <verstretch>0</verstretch>
  639. </sizepolicy>
  640. </property>
  641. <property name="minimumSize">
  642. <size>
  643. <width>0</width>
  644. <height>20</height>
  645. </size>
  646. </property>
  647. <property name="value">
  648. <number>24</number>
  649. </property>
  650. </widget>
  651. </item>
  652. </layout>
  653. </widget>
  654. </item>
  655. <item row="0" column="0">
  656. <layout class="QVBoxLayout" name="statuslayout">
  657. <item>
  658. <widget class="QLabel" name="sdesc1">
  659. <property name="text">
  660. <string>1. Downloading Files</string>
  661. </property>
  662. </widget>
  663. </item>
  664. <item>
  665. <widget class="QLabel" name="sdesc2">
  666. <property name="text">
  667. <string>2. Extracting and Copying Files</string>
  668. </property>
  669. </widget>
  670. </item>
  671. <item>
  672. <widget class="QLabel" name="sdesc3">
  673. <property name="text">
  674. <string>3. Installing Bootloader</string>
  675. </property>
  676. </widget>
  677. </item>
  678. <item>
  679. <widget class="QLabel" name="sdesc4">
  680. <property name="text">
  681. <string>4. Installation Complete, Reboot</string>
  682. </property>
  683. </widget>
  684. </item>
  685. <item>
  686. <widget class="QLabel" name="sdesc5">
  687. <property name="text">
  688. <string/>
  689. </property>
  690. </widget>
  691. </item>
  692. </layout>
  693. </item>
  694. </layout>
  695. </widget>
  696. </item>
  697. </layout>
  698. </widget>
  699. <tabstops>
  700. <tabstop>radioDistro</tabstop>
  701. <tabstop>distroselect</tabstop>
  702. <tabstop>dverselect</tabstop>
  703. <tabstop>radioFloppy</tabstop>
  704. <tabstop>diskimagetypeselect</tabstop>
  705. <tabstop>FloppyPath</tabstop>
  706. <tabstop>FloppyFileSelector</tabstop>
  707. <tabstop>radioManual</tabstop>
  708. <tabstop>KernelPath</tabstop>
  709. <tabstop>KernelFileSelector</tabstop>
  710. <tabstop>InitrdPath</tabstop>
  711. <tabstop>InitrdFileSelector</tabstop>
  712. <tabstop>OptionEnter</tabstop>
  713. <tabstop>CfgFileSelector</tabstop>
  714. <tabstop>typeselect</tabstop>
  715. <tabstop>driveselect</tabstop>
  716. <tabstop>okbutton</tabstop>
  717. <tabstop>cancelbutton</tabstop>
  718. <tabstop>frebootbutton</tabstop>
  719. <tabstop>fexitbutton</tabstop>
  720. <tabstop>intromessage</tabstop>
  721. <tabstop>rebootmsgtext</tabstop>
  722. </tabstops>
  723. <resources/>
  724. <connections/>
  725. </ui>