mainwindow.ui 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>528</width>
  10. <height>302</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>400</width>
  16. <height>250</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Hybrid Application Generator</string>
  21. </property>
  22. <property name="windowIcon">
  23. <iconset resource="resource.qrc">
  24. <normaloff>:/gfx/qtprojectgenerator.ico</normaloff>:/gfx/qtprojectgenerator.ico</iconset>
  25. </property>
  26. <widget class="QWidget" name="centralwidget">
  27. <layout class="QVBoxLayout" name="verticalLayout_2">
  28. <item>
  29. <widget class="QGroupBox" name="groupBox">
  30. <property name="sizePolicy">
  31. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  32. <horstretch>1</horstretch>
  33. <verstretch>1</verstretch>
  34. </sizepolicy>
  35. </property>
  36. <property name="title">
  37. <string>Current Project</string>
  38. </property>
  39. <layout class="QGridLayout" name="gridLayout_2">
  40. <item row="0" column="0">
  41. <layout class="QGridLayout" name="gridLayout">
  42. <item row="0" column="0">
  43. <widget class="QLabel" name="labelProjectTitle">
  44. <property name="text">
  45. <string>Project file:</string>
  46. </property>
  47. </widget>
  48. </item>
  49. <item row="0" column="1">
  50. <widget class="QLabel" name="labelProjectValue">
  51. <property name="text">
  52. <string>DEFAULT</string>
  53. </property>
  54. </widget>
  55. </item>
  56. <item row="4" column="0">
  57. <widget class="QLabel" name="labelStatusTitle">
  58. <property name="text">
  59. <string>Build status:</string>
  60. </property>
  61. </widget>
  62. </item>
  63. <item row="4" column="1">
  64. <widget class="QLabel" name="labelStatusValue">
  65. <property name="sizePolicy">
  66. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  67. <horstretch>1</horstretch>
  68. <verstretch>0</verstretch>
  69. </sizepolicy>
  70. </property>
  71. <property name="text">
  72. <string>Starting the application...</string>
  73. </property>
  74. </widget>
  75. </item>
  76. <item row="5" column="0">
  77. <widget class="QLabel" name="labelLogTitle">
  78. <property name="text">
  79. <string>Log messages:</string>
  80. </property>
  81. <property name="alignment">
  82. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  83. </property>
  84. </widget>
  85. </item>
  86. <item row="5" column="1">
  87. <widget class="QLabel" name="labelLogValue">
  88. <property name="text">
  89. <string>DEFAULT</string>
  90. </property>
  91. <property name="alignment">
  92. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  93. </property>
  94. <property name="textInteractionFlags">
  95. <set>Qt::TextSelectableByMouse</set>
  96. </property>
  97. </widget>
  98. </item>
  99. <item row="6" column="1">
  100. <layout class="QHBoxLayout" name="horizontalLayout">
  101. <item>
  102. <widget class="QPushButton" name="buttonInstallSis">
  103. <property name="enabled">
  104. <bool>false</bool>
  105. </property>
  106. <property name="text">
  107. <string>Install SIS...</string>
  108. </property>
  109. </widget>
  110. </item>
  111. <item>
  112. <widget class="QPushButton" name="buttonOpenDirectory">
  113. <property name="enabled">
  114. <bool>false</bool>
  115. </property>
  116. <property name="text">
  117. <string>Open Build Directory...</string>
  118. </property>
  119. </widget>
  120. </item>
  121. <item>
  122. <widget class="QPushButton" name="buttonOpenLog">
  123. <property name="text">
  124. <string>Open Log...</string>
  125. </property>
  126. </widget>
  127. </item>
  128. <item>
  129. <spacer name="horizontalSpacer">
  130. <property name="orientation">
  131. <enum>Qt::Horizontal</enum>
  132. </property>
  133. <property name="sizeHint" stdset="0">
  134. <size>
  135. <width>40</width>
  136. <height>20</height>
  137. </size>
  138. </property>
  139. </spacer>
  140. </item>
  141. </layout>
  142. </item>
  143. <item row="1" column="0">
  144. <widget class="QLabel" name="labelSettingsTitle">
  145. <property name="text">
  146. <string>Settings status:</string>
  147. </property>
  148. </widget>
  149. </item>
  150. <item row="1" column="1">
  151. <widget class="QLabel" name="labelSettingsValue">
  152. <property name="text">
  153. <string>Checking settings...</string>
  154. </property>
  155. </widget>
  156. </item>
  157. <item row="2" column="0">
  158. <widget class="QLabel" name="labelPreviewTitle">
  159. <property name="text">
  160. <string>Preview Qt version:</string>
  161. </property>
  162. </widget>
  163. </item>
  164. <item row="2" column="1">
  165. <widget class="QLabel" name="labelPreviewValue">
  166. <property name="text">
  167. <string>Checking Qt version...</string>
  168. </property>
  169. </widget>
  170. </item>
  171. <item row="3" column="0">
  172. <widget class="QLabel" name="labelBuildTitle">
  173. <property name="text">
  174. <string>Build Qt version:</string>
  175. </property>
  176. </widget>
  177. </item>
  178. <item row="3" column="1">
  179. <widget class="QLabel" name="labelBuildValue">
  180. <property name="text">
  181. <string>Checking Qt version...</string>
  182. </property>
  183. </widget>
  184. </item>
  185. </layout>
  186. </item>
  187. <item row="2" column="0">
  188. <spacer name="verticalSpacer">
  189. <property name="orientation">
  190. <enum>Qt::Vertical</enum>
  191. </property>
  192. <property name="sizeHint" stdset="0">
  193. <size>
  194. <width>20</width>
  195. <height>40</height>
  196. </size>
  197. </property>
  198. </spacer>
  199. </item>
  200. </layout>
  201. </widget>
  202. </item>
  203. </layout>
  204. </widget>
  205. <widget class="QMenuBar" name="menubar">
  206. <property name="geometry">
  207. <rect>
  208. <x>0</x>
  209. <y>0</y>
  210. <width>528</width>
  211. <height>18</height>
  212. </rect>
  213. </property>
  214. <widget class="QMenu" name="menuFile">
  215. <property name="title">
  216. <string>File</string>
  217. </property>
  218. <addaction name="actionOpenDirectory"/>
  219. <addaction name="actionOpenWidgetFile"/>
  220. <addaction name="actionOpenURL"/>
  221. <addaction name="actionCloseProject"/>
  222. <addaction name="separator"/>
  223. <addaction name="actionOpenSettings"/>
  224. <addaction name="actionConnectToRemoteCompiler"/>
  225. <addaction name="separator"/>
  226. <addaction name="actionExit"/>
  227. </widget>
  228. <widget class="QMenu" name="menuBuild">
  229. <property name="title">
  230. <string>Build</string>
  231. </property>
  232. <addaction name="actionPreview"/>
  233. <addaction name="separator"/>
  234. <addaction name="actionBuild"/>
  235. <addaction name="actionRebuild"/>
  236. <addaction name="separator"/>
  237. </widget>
  238. <widget class="QMenu" name="menuHelp">
  239. <property name="title">
  240. <string>Help</string>
  241. </property>
  242. <addaction name="actionOpenDocumentation"/>
  243. <addaction name="separator"/>
  244. <addaction name="actionAbout"/>
  245. </widget>
  246. <addaction name="menuFile"/>
  247. <addaction name="menuBuild"/>
  248. <addaction name="menuHelp"/>
  249. </widget>
  250. <widget class="QStatusBar" name="statusbar"/>
  251. <widget class="QToolBar" name="toolBar">
  252. <property name="windowTitle">
  253. <string>toolBar</string>
  254. </property>
  255. <property name="iconSize">
  256. <size>
  257. <width>24</width>
  258. <height>24</height>
  259. </size>
  260. </property>
  261. <attribute name="toolBarArea">
  262. <enum>TopToolBarArea</enum>
  263. </attribute>
  264. <attribute name="toolBarBreak">
  265. <bool>false</bool>
  266. </attribute>
  267. <addaction name="actionOpenDirectory"/>
  268. <addaction name="actionOpenWidgetFile"/>
  269. <addaction name="actionOpenURL"/>
  270. <addaction name="actionCloseProject"/>
  271. <addaction name="separator"/>
  272. <addaction name="actionPreview"/>
  273. <addaction name="actionBuild"/>
  274. <addaction name="actionRebuild"/>
  275. <addaction name="separator"/>
  276. <addaction name="actionConnectToRemoteCompiler"/>
  277. <addaction name="actionOpenSettings"/>
  278. </widget>
  279. <action name="actionOpenWidgetFile">
  280. <property name="text">
  281. <string>Open Widget File...</string>
  282. </property>
  283. <property name="shortcut">
  284. <string>Ctrl+O</string>
  285. </property>
  286. </action>
  287. <action name="actionCloseProject">
  288. <property name="enabled">
  289. <bool>false</bool>
  290. </property>
  291. <property name="text">
  292. <string>Close Project</string>
  293. </property>
  294. <property name="shortcut">
  295. <string>Ctrl+W</string>
  296. </property>
  297. </action>
  298. <action name="actionOpenDirectory">
  299. <property name="text">
  300. <string>Open HTML Directory...</string>
  301. </property>
  302. <property name="shortcut">
  303. <string>Ctrl+D</string>
  304. </property>
  305. </action>
  306. <action name="actionExit">
  307. <property name="text">
  308. <string>Exit</string>
  309. </property>
  310. <property name="shortcut">
  311. <string>Ctrl+Q</string>
  312. </property>
  313. </action>
  314. <action name="actionBuild">
  315. <property name="enabled">
  316. <bool>false</bool>
  317. </property>
  318. <property name="text">
  319. <string>Build Project</string>
  320. </property>
  321. <property name="toolTip">
  322. <string>Clean and Build Project</string>
  323. </property>
  324. <property name="shortcut">
  325. <string>Ctrl+B</string>
  326. </property>
  327. </action>
  328. <action name="actionPreview">
  329. <property name="enabled">
  330. <bool>false</bool>
  331. </property>
  332. <property name="text">
  333. <string>Preview...</string>
  334. </property>
  335. <property name="shortcut">
  336. <string>Ctrl+P</string>
  337. </property>
  338. </action>
  339. <action name="actionRebuild">
  340. <property name="enabled">
  341. <bool>false</bool>
  342. </property>
  343. <property name="text">
  344. <string>Rebuild Project</string>
  345. </property>
  346. <property name="toolTip">
  347. <string>Rebuild Project Without Cleaning Build Directory</string>
  348. </property>
  349. <property name="shortcut">
  350. <string>Ctrl+R</string>
  351. </property>
  352. </action>
  353. <action name="actionWidgetIsPannable">
  354. <property name="checkable">
  355. <bool>true</bool>
  356. </property>
  357. <property name="text">
  358. <string>Widget is Pannable</string>
  359. </property>
  360. </action>
  361. <action name="actionEnableTextSelection">
  362. <property name="checkable">
  363. <bool>true</bool>
  364. </property>
  365. <property name="text">
  366. <string>Enable Text Selection</string>
  367. </property>
  368. </action>
  369. <action name="actionOpenSettings">
  370. <property name="text">
  371. <string>Settings...</string>
  372. </property>
  373. <property name="toolTip">
  374. <string>Open Settings Dialog</string>
  375. </property>
  376. </action>
  377. <action name="actionOpenDocumentation">
  378. <property name="text">
  379. <string>Open Documentation PDF...</string>
  380. </property>
  381. </action>
  382. <action name="actionAbout">
  383. <property name="text">
  384. <string>About Hybrid Application Generator...</string>
  385. </property>
  386. <property name="toolTip">
  387. <string>About Hybrid Application Generator</string>
  388. </property>
  389. </action>
  390. <action name="actionOpenURL">
  391. <property name="text">
  392. <string>Open URL...</string>
  393. </property>
  394. <property name="toolTip">
  395. <string>Open URL (Fetches a Remote Web Page)</string>
  396. </property>
  397. <property name="shortcut">
  398. <string>Ctrl+U</string>
  399. </property>
  400. </action>
  401. <action name="actionConnectToRemoteCompiler">
  402. <property name="text">
  403. <string>Remote Compiler ...</string>
  404. </property>
  405. <property name="toolTip">
  406. <string>Connect to / Disconnect Remote Compiler</string>
  407. </property>
  408. <property name="shortcut">
  409. <string>Ctrl+N</string>
  410. </property>
  411. </action>
  412. </widget>
  413. <resources>
  414. <include location="resource.qrc"/>
  415. </resources>
  416. <connections/>
  417. </ui>