tizensettingswidget.ui 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>TizenSettingsWidget</class>
  4. <widget class="QWidget" name="TizenSettingsWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>657</width>
  10. <height>409</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QGridLayout" name="gridLayout">
  19. <item row="0" column="0">
  20. <widget class="QLabel" name="label">
  21. <property name="text">
  22. <string>Tizen SDK Path:</string>
  23. </property>
  24. </widget>
  25. </item>
  26. <item row="0" column="1">
  27. <widget class="QLineEdit" name="sdkLocationLineEdit"/>
  28. </item>
  29. <item row="0" column="3">
  30. <widget class="QPushButton" name="sdkLocationBrowse">
  31. <property name="text">
  32. <string>Browse</string>
  33. </property>
  34. </widget>
  35. </item>
  36. <item row="1" column="0">
  37. <widget class="QLabel" name="label_2">
  38. <property name="text">
  39. <string>SDK data directory:</string>
  40. </property>
  41. </widget>
  42. </item>
  43. <item row="1" column="1">
  44. <widget class="QLineEdit" name="sdkDataPathLineEdit"/>
  45. </item>
  46. <item row="1" column="3">
  47. <widget class="QPushButton" name="sdkDataPathBrowse">
  48. <property name="text">
  49. <string>Browse</string>
  50. </property>
  51. </widget>
  52. </item>
  53. <item row="2" column="0">
  54. <widget class="QLabel" name="label_3">
  55. <property name="text">
  56. <string>sdb port:</string>
  57. </property>
  58. </widget>
  59. </item>
  60. <item row="2" column="1">
  61. <widget class="QSpinBox" name="sdbPortSpinBox">
  62. <property name="suffix">
  63. <string/>
  64. </property>
  65. <property name="prefix">
  66. <string>tcp:</string>
  67. </property>
  68. <property name="minimum">
  69. <number>1024</number>
  70. </property>
  71. <property name="maximum">
  72. <number>65535</number>
  73. </property>
  74. </widget>
  75. </item>
  76. <item row="3" column="0">
  77. <widget class="QLabel" name="label_4">
  78. <property name="text">
  79. <string>sdb executable:</string>
  80. </property>
  81. </widget>
  82. </item>
  83. <item row="3" column="1">
  84. <widget class="QLineEdit" name="sdbExecutablePath"/>
  85. </item>
  86. <item row="3" column="3" rowspan="2">
  87. <widget class="QPushButton" name="sdbLocationBrowse">
  88. <property name="text">
  89. <string>Browse</string>
  90. </property>
  91. </widget>
  92. </item>
  93. <item row="4" column="0" rowspan="2">
  94. <widget class="QLabel" name="label_7">
  95. <property name="text">
  96. <string>native-packaging executable:</string>
  97. </property>
  98. <property name="wordWrap">
  99. <bool>true</bool>
  100. </property>
  101. </widget>
  102. </item>
  103. <item row="5" column="1">
  104. <widget class="QLineEdit" name="nativePackagingExecutablePath"/>
  105. </item>
  106. <item row="5" column="2" colspan="2">
  107. <widget class="QPushButton" name="nativePackagingLocationBrowse">
  108. <property name="text">
  109. <string>Browse</string>
  110. </property>
  111. </widget>
  112. </item>
  113. <item row="6" column="0">
  114. <widget class="QLabel" name="label_5">
  115. <property name="text">
  116. <string>Author certificate:</string>
  117. </property>
  118. <property name="wordWrap">
  119. <bool>true</bool>
  120. </property>
  121. </widget>
  122. </item>
  123. <item row="6" column="1" colspan="2">
  124. <widget class="QLineEdit" name="authorCertificatePath">
  125. <property name="text">
  126. <string/>
  127. </property>
  128. </widget>
  129. </item>
  130. <item row="6" column="3">
  131. <widget class="QPushButton" name="authorCertificatePathBrowse">
  132. <property name="text">
  133. <string>Browse</string>
  134. </property>
  135. </widget>
  136. </item>
  137. <item row="7" column="0">
  138. <widget class="QLabel" name="label_6">
  139. <property name="text">
  140. <string>Author certificate password:</string>
  141. </property>
  142. <property name="wordWrap">
  143. <bool>true</bool>
  144. </property>
  145. </widget>
  146. </item>
  147. <item row="7" column="1" colspan="2">
  148. <widget class="QLineEdit" name="authorCertificatePassword">
  149. <property name="text">
  150. <string/>
  151. </property>
  152. <property name="echoMode">
  153. <enum>QLineEdit::Password</enum>
  154. </property>
  155. </widget>
  156. </item>
  157. </layout>
  158. </item>
  159. <item>
  160. <spacer name="verticalSpacer">
  161. <property name="orientation">
  162. <enum>Qt::Vertical</enum>
  163. </property>
  164. <property name="sizeHint" stdset="0">
  165. <size>
  166. <width>20</width>
  167. <height>40</height>
  168. </size>
  169. </property>
  170. </spacer>
  171. </item>
  172. </layout>
  173. </widget>
  174. <resources/>
  175. <connections/>
  176. </ui>