tizenmanifestxmleditorform.ui 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>TizenManifestXmlEditorForm</class>
  4. <widget class="QWidget" name="TizenManifestXmlEditorForm">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>757</width>
  10. <height>420</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_3">
  17. <item>
  18. <widget class="QTabWidget" name="mainTabs">
  19. <property name="tabPosition">
  20. <enum>QTabWidget::North</enum>
  21. </property>
  22. <property name="tabShape">
  23. <enum>QTabWidget::Rounded</enum>
  24. </property>
  25. <property name="currentIndex">
  26. <number>1</number>
  27. </property>
  28. <property name="usesScrollButtons">
  29. <bool>true</bool>
  30. </property>
  31. <property name="tabsClosable">
  32. <bool>false</bool>
  33. </property>
  34. <widget class="QWidget" name="basicTab">
  35. <attribute name="title">
  36. <string>Basic</string>
  37. </attribute>
  38. <layout class="QVBoxLayout" name="verticalLayout_4">
  39. <item>
  40. <widget class="QScrollArea" name="scrollArea">
  41. <property name="widgetResizable">
  42. <bool>true</bool>
  43. </property>
  44. <widget class="QWidget" name="scrollAreaWidgetContents">
  45. <property name="geometry">
  46. <rect>
  47. <x>0</x>
  48. <y>0</y>
  49. <width>712</width>
  50. <height>702</height>
  51. </rect>
  52. </property>
  53. <layout class="QVBoxLayout" name="verticalLayout">
  54. <item>
  55. <widget class="QLabel" name="label">
  56. <property name="sizePolicy">
  57. <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
  58. <horstretch>0</horstretch>
  59. <verstretch>0</verstretch>
  60. </sizepolicy>
  61. </property>
  62. <property name="text">
  63. <string>Define general information about the application</string>
  64. </property>
  65. </widget>
  66. </item>
  67. <item>
  68. <layout class="QGridLayout" name="gridLayout">
  69. <item row="1" column="0">
  70. <widget class="QLabel" name="label_3">
  71. <property name="text">
  72. <string>Version</string>
  73. </property>
  74. </widget>
  75. </item>
  76. <item row="3" column="1" colspan="2">
  77. <widget class="QLineEdit" name="applicationNameEditor">
  78. <property name="inputMethodHints">
  79. <set>Qt::ImhPreferNumbers</set>
  80. </property>
  81. </widget>
  82. </item>
  83. <item row="0" column="1">
  84. <widget class="QLineEdit" name="appIdEditor">
  85. <property name="enabled">
  86. <bool>true</bool>
  87. </property>
  88. <property name="maxLength">
  89. <number>10</number>
  90. </property>
  91. <property name="readOnly">
  92. <bool>true</bool>
  93. </property>
  94. </widget>
  95. </item>
  96. <item row="0" column="2">
  97. <widget class="QPushButton" name="generateAppIdButton">
  98. <property name="text">
  99. <string>Generate</string>
  100. </property>
  101. </widget>
  102. </item>
  103. <item row="2" column="0">
  104. <widget class="QLabel" name="label_4">
  105. <property name="text">
  106. <string>API Version</string>
  107. </property>
  108. </widget>
  109. </item>
  110. <item row="3" column="0">
  111. <widget class="QLabel" name="label_9">
  112. <property name="text">
  113. <string>Application name</string>
  114. </property>
  115. <property name="wordWrap">
  116. <bool>true</bool>
  117. </property>
  118. </widget>
  119. </item>
  120. <item row="1" column="1" colspan="2">
  121. <widget class="QLineEdit" name="versionEditor">
  122. <property name="inputMethodHints">
  123. <set>Qt::ImhPreferNumbers</set>
  124. </property>
  125. </widget>
  126. </item>
  127. <item row="2" column="1">
  128. <widget class="QComboBox" name="apiVersionComboBox"/>
  129. </item>
  130. <item row="0" column="0">
  131. <widget class="QLabel" name="label_2">
  132. <property name="text">
  133. <string>Id</string>
  134. </property>
  135. </widget>
  136. </item>
  137. </layout>
  138. </item>
  139. <item>
  140. <widget class="QGroupBox" name="groupBox_2">
  141. <property name="sizePolicy">
  142. <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
  143. <horstretch>0</horstretch>
  144. <verstretch>0</verstretch>
  145. </sizepolicy>
  146. </property>
  147. <property name="title">
  148. <string>Display name</string>
  149. </property>
  150. <layout class="QHBoxLayout" name="horizontalLayout_3">
  151. <item>
  152. <widget class="QTableWidget" name="displayNameTable">
  153. <property name="sizePolicy">
  154. <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
  155. <horstretch>0</horstretch>
  156. <verstretch>0</verstretch>
  157. </sizepolicy>
  158. </property>
  159. <property name="frameShadow">
  160. <enum>QFrame::Raised</enum>
  161. </property>
  162. <property name="lineWidth">
  163. <number>1</number>
  164. </property>
  165. <property name="midLineWidth">
  166. <number>1</number>
  167. </property>
  168. <property name="verticalScrollBarPolicy">
  169. <enum>Qt::ScrollBarAlwaysOff</enum>
  170. </property>
  171. <property name="alternatingRowColors">
  172. <bool>true</bool>
  173. </property>
  174. <property name="selectionMode">
  175. <enum>QAbstractItemView::SingleSelection</enum>
  176. </property>
  177. <property name="selectionBehavior">
  178. <enum>QAbstractItemView::SelectRows</enum>
  179. </property>
  180. <property name="textElideMode">
  181. <enum>Qt::ElideRight</enum>
  182. </property>
  183. <property name="verticalScrollMode">
  184. <enum>QAbstractItemView::ScrollPerItem</enum>
  185. </property>
  186. <property name="sortingEnabled">
  187. <bool>false</bool>
  188. </property>
  189. <column>
  190. <property name="text">
  191. <string>Display name</string>
  192. </property>
  193. </column>
  194. <column>
  195. <property name="text">
  196. <string>Locale</string>
  197. </property>
  198. </column>
  199. </widget>
  200. </item>
  201. <item>
  202. <layout class="QVBoxLayout" name="verticalLayout_2">
  203. <item>
  204. <widget class="QPushButton" name="addNewDisplayName">
  205. <property name="sizePolicy">
  206. <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
  207. <horstretch>0</horstretch>
  208. <verstretch>0</verstretch>
  209. </sizepolicy>
  210. </property>
  211. <property name="text">
  212. <string>Add ...</string>
  213. </property>
  214. </widget>
  215. </item>
  216. <item>
  217. <widget class="QPushButton" name="removeDisplayName">
  218. <property name="sizePolicy">
  219. <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
  220. <horstretch>0</horstretch>
  221. <verstretch>0</verstretch>
  222. </sizepolicy>
  223. </property>
  224. <property name="text">
  225. <string>Remove</string>
  226. </property>
  227. </widget>
  228. </item>
  229. <item>
  230. <widget class="QPushButton" name="editDisplayName">
  231. <property name="sizePolicy">
  232. <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
  233. <horstretch>0</horstretch>
  234. <verstretch>0</verstretch>
  235. </sizepolicy>
  236. </property>
  237. <property name="text">
  238. <string>Edit ...</string>
  239. </property>
  240. </widget>
  241. </item>
  242. <item>
  243. <spacer name="verticalSpacer_2">
  244. <property name="orientation">
  245. <enum>Qt::Vertical</enum>
  246. </property>
  247. <property name="sizeHint" stdset="0">
  248. <size>
  249. <width>20</width>
  250. <height>18</height>
  251. </size>
  252. </property>
  253. </spacer>
  254. </item>
  255. </layout>
  256. </item>
  257. </layout>
  258. </widget>
  259. </item>
  260. <item>
  261. <widget class="QGroupBox" name="groupBox_3">
  262. <property name="sizePolicy">
  263. <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
  264. <horstretch>0</horstretch>
  265. <verstretch>0</verstretch>
  266. </sizepolicy>
  267. </property>
  268. <property name="title">
  269. <string>Description</string>
  270. </property>
  271. <layout class="QHBoxLayout" name="horizontalLayout_2">
  272. <item>
  273. <widget class="QTableWidget" name="descriptionTable">
  274. <property name="sizePolicy">
  275. <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
  276. <horstretch>0</horstretch>
  277. <verstretch>0</verstretch>
  278. </sizepolicy>
  279. </property>
  280. <column>
  281. <property name="text">
  282. <string>Description</string>
  283. </property>
  284. </column>
  285. <column>
  286. <property name="text">
  287. <string>Locale</string>
  288. </property>
  289. </column>
  290. </widget>
  291. </item>
  292. <item>
  293. <layout class="QVBoxLayout" name="verticalLayout_6">
  294. <property name="sizeConstraint">
  295. <enum>QLayout::SetMaximumSize</enum>
  296. </property>
  297. <item>
  298. <widget class="QPushButton" name="addDescriptionButton">
  299. <property name="text">
  300. <string>Add ...</string>
  301. </property>
  302. </widget>
  303. </item>
  304. <item>
  305. <widget class="QPushButton" name="removeDescriptionButton">
  306. <property name="text">
  307. <string>Remove</string>
  308. </property>
  309. </widget>
  310. </item>
  311. <item>
  312. <widget class="QPushButton" name="editDescriptionButton">
  313. <property name="text">
  314. <string>Edit ...</string>
  315. </property>
  316. </widget>
  317. </item>
  318. <item>
  319. <spacer name="verticalSpacer_3">
  320. <property name="orientation">
  321. <enum>Qt::Vertical</enum>
  322. </property>
  323. <property name="sizeHint" stdset="0">
  324. <size>
  325. <width>20</width>
  326. <height>40</height>
  327. </size>
  328. </property>
  329. </spacer>
  330. </item>
  331. </layout>
  332. </item>
  333. </layout>
  334. </widget>
  335. </item>
  336. <item>
  337. <layout class="QGridLayout" name="gridLayout_2">
  338. <item row="0" column="0">
  339. <widget class="QLabel" name="label_5">
  340. <property name="text">
  341. <string>Author</string>
  342. </property>
  343. </widget>
  344. </item>
  345. <item row="0" column="1">
  346. <widget class="QLineEdit" name="authorLineEdit"/>
  347. </item>
  348. <item row="1" column="0">
  349. <widget class="QLabel" name="label_6">
  350. <property name="text">
  351. <string>URL</string>
  352. </property>
  353. </widget>
  354. </item>
  355. <item row="1" column="1">
  356. <widget class="QLineEdit" name="urlLineEdit">
  357. <property name="inputMethodHints">
  358. <set>Qt::ImhHiddenText|Qt::ImhUrlCharactersOnly</set>
  359. </property>
  360. </widget>
  361. </item>
  362. <item row="2" column="1" rowspan="2">
  363. <widget class="QComboBox" name="appTypeCombo">
  364. <item>
  365. <property name="text">
  366. <string>C++App</string>
  367. </property>
  368. </item>
  369. </widget>
  370. </item>
  371. <item row="3" column="0">
  372. <widget class="QLabel" name="label_7">
  373. <property name="text">
  374. <string>Type</string>
  375. </property>
  376. </widget>
  377. </item>
  378. </layout>
  379. </item>
  380. <item>
  381. <spacer name="verticalSpacer_4">
  382. <property name="orientation">
  383. <enum>Qt::Vertical</enum>
  384. </property>
  385. <property name="sizeHint" stdset="0">
  386. <size>
  387. <width>20</width>
  388. <height>13</height>
  389. </size>
  390. </property>
  391. </spacer>
  392. </item>
  393. </layout>
  394. </widget>
  395. </widget>
  396. </item>
  397. </layout>
  398. </widget>
  399. <widget class="QWidget" name="advancedTab">
  400. <attribute name="title">
  401. <string>Advanced</string>
  402. </attribute>
  403. <layout class="QVBoxLayout" name="verticalLayout_5">
  404. <item>
  405. <layout class="QHBoxLayout" name="horizontalLayout">
  406. <item>
  407. <widget class="QGroupBox" name="groupBox_5">
  408. <property name="title">
  409. <string>Miscellaneous Options</string>
  410. </property>
  411. <layout class="QVBoxLayout" name="verticalLayout_9">
  412. <item>
  413. <widget class="QCheckBox" name="checkBoxInternalStorageAsInstallationLocation">
  414. <property name="text">
  415. <string>Use internal storage as the installation location</string>
  416. </property>
  417. </widget>
  418. </item>
  419. <item>
  420. <widget class="QCheckBox" name="checkBoxShowMainMenuIcon">
  421. <property name="text">
  422. <string>Show the main menu icon</string>
  423. </property>
  424. </widget>
  425. </item>
  426. <item>
  427. <widget class="QCheckBox" name="checkBoxShowHideFromHistoryList">
  428. <property name="text">
  429. <string>Hide from the history list</string>
  430. </property>
  431. </widget>
  432. </item>
  433. </layout>
  434. </widget>
  435. </item>
  436. <item>
  437. <spacer name="horizontalSpacer">
  438. <property name="orientation">
  439. <enum>Qt::Horizontal</enum>
  440. </property>
  441. <property name="sizeHint" stdset="0">
  442. <size>
  443. <width>40</width>
  444. <height>20</height>
  445. </size>
  446. </property>
  447. </spacer>
  448. </item>
  449. </layout>
  450. </item>
  451. <item>
  452. <spacer name="verticalSpacer_5">
  453. <property name="orientation">
  454. <enum>Qt::Vertical</enum>
  455. </property>
  456. <property name="sizeHint" stdset="0">
  457. <size>
  458. <width>20</width>
  459. <height>257</height>
  460. </size>
  461. </property>
  462. </spacer>
  463. </item>
  464. </layout>
  465. </widget>
  466. <widget class="QWidget" name="featuresTab">
  467. <attribute name="title">
  468. <string>Features</string>
  469. </attribute>
  470. <layout class="QVBoxLayout" name="verticalLayout_7">
  471. <item>
  472. <widget class="QGroupBox" name="groupBox_4">
  473. <property name="title">
  474. <string>Required feature</string>
  475. </property>
  476. <layout class="QVBoxLayout" name="verticalLayout_8">
  477. <item>
  478. <widget class="QLabel" name="label_8">
  479. <property name="text">
  480. <string>You can declare software and hardware features here</string>
  481. </property>
  482. </widget>
  483. </item>
  484. <item>
  485. <layout class="QHBoxLayout" name="horizontalLayout_4">
  486. <item>
  487. <widget class="QListWidget" name="featuresList"/>
  488. </item>
  489. <item>
  490. <layout class="QVBoxLayout" name="verticalLayout_10">
  491. <item>
  492. <widget class="QPushButton" name="addFeatureButton">
  493. <property name="text">
  494. <string>Add ...</string>
  495. </property>
  496. </widget>
  497. </item>
  498. <item>
  499. <widget class="QPushButton" name="removeFeatureButton">
  500. <property name="text">
  501. <string>Remove</string>
  502. </property>
  503. </widget>
  504. </item>
  505. <item>
  506. <spacer name="verticalSpacer">
  507. <property name="orientation">
  508. <enum>Qt::Vertical</enum>
  509. </property>
  510. <property name="sizeHint" stdset="0">
  511. <size>
  512. <width>20</width>
  513. <height>40</height>
  514. </size>
  515. </property>
  516. </spacer>
  517. </item>
  518. </layout>
  519. </item>
  520. </layout>
  521. </item>
  522. <item>
  523. <widget class="QGroupBox" name="featurePropertiesGroup">
  524. <property name="title">
  525. <string>Feature</string>
  526. </property>
  527. <layout class="QVBoxLayout" name="verticalLayout_11">
  528. <item>
  529. <widget class="QLabel" name="featureDescriptionLabel">
  530. <property name="text">
  531. <string>Feature desc</string>
  532. </property>
  533. </widget>
  534. </item>
  535. <item>
  536. <widget class="QComboBox" name="featureValueComboBox"/>
  537. </item>
  538. </layout>
  539. </widget>
  540. </item>
  541. </layout>
  542. </widget>
  543. </item>
  544. </layout>
  545. </widget>
  546. <widget class="QWidget" name="privilegesTab">
  547. <attribute name="title">
  548. <string>Privileges</string>
  549. </attribute>
  550. </widget>
  551. <widget class="QWidget" name="appControlTab">
  552. <attribute name="title">
  553. <string>Application Control</string>
  554. </attribute>
  555. </widget>
  556. <widget class="QWidget" name="accountTab">
  557. <attribute name="title">
  558. <string>Account</string>
  559. </attribute>
  560. </widget>
  561. </widget>
  562. </item>
  563. </layout>
  564. </widget>
  565. <resources/>
  566. <connections/>
  567. </ui>