tizensettingswidget.ui 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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="1" column="0">
  20. <widget class="QLabel" name="label_2">
  21. <property name="text">
  22. <string>SDK data directory:</string>
  23. </property>
  24. </widget>
  25. </item>
  26. <item row="1" column="1">
  27. <widget class="QLineEdit" name="sdkDataPathLineEdit"/>
  28. </item>
  29. <item row="1" column="3">
  30. <widget class="QPushButton" name="sdkDataPathBrowse">
  31. <property name="text">
  32. <string>Browse</string>
  33. </property>
  34. </widget>
  35. </item>
  36. <item row="2" column="0">
  37. <widget class="QLabel" name="label_4">
  38. <property name="text">
  39. <string>sdb executable:</string>
  40. </property>
  41. </widget>
  42. </item>
  43. <item row="0" column="0">
  44. <widget class="QLabel" name="label">
  45. <property name="text">
  46. <string>Tizen SDK Path:</string>
  47. </property>
  48. </widget>
  49. </item>
  50. <item row="0" column="1">
  51. <widget class="QLineEdit" name="sdkLocationLineEdit"/>
  52. </item>
  53. <item row="0" column="3">
  54. <widget class="QPushButton" name="sdkLocationBrowse">
  55. <property name="text">
  56. <string>Browse</string>
  57. </property>
  58. </widget>
  59. </item>
  60. <item row="2" column="1">
  61. <widget class="QLineEdit" name="sdbExecutablePath"/>
  62. </item>
  63. <item row="2" column="3" rowspan="2">
  64. <widget class="QPushButton" name="sdbLocationBrowse">
  65. <property name="text">
  66. <string>Browse</string>
  67. </property>
  68. </widget>
  69. </item>
  70. <item row="4" column="1">
  71. <widget class="QLineEdit" name="nativePackagingExecutablePath"/>
  72. </item>
  73. <item row="3" column="0" rowspan="2">
  74. <widget class="QLabel" name="label_7">
  75. <property name="text">
  76. <string>native-packaging executable:</string>
  77. </property>
  78. <property name="wordWrap">
  79. <bool>true</bool>
  80. </property>
  81. </widget>
  82. </item>
  83. <item row="4" column="2" colspan="2">
  84. <widget class="QPushButton" name="nativePackagingLocationBrowse">
  85. <property name="text">
  86. <string>Browse</string>
  87. </property>
  88. </widget>
  89. </item>
  90. <item row="5" column="1" colspan="2">
  91. <widget class="QLineEdit" name="authorCertificatePath">
  92. <property name="text">
  93. <string/>
  94. </property>
  95. </widget>
  96. </item>
  97. <item row="5" column="0">
  98. <widget class="QLabel" name="label_5">
  99. <property name="text">
  100. <string>Author certificate:</string>
  101. </property>
  102. <property name="wordWrap">
  103. <bool>true</bool>
  104. </property>
  105. </widget>
  106. </item>
  107. <item row="5" column="3">
  108. <widget class="QPushButton" name="authorCertificatePathBrowse">
  109. <property name="text">
  110. <string>Browse</string>
  111. </property>
  112. </widget>
  113. </item>
  114. <item row="6" column="0">
  115. <widget class="QLabel" name="label_6">
  116. <property name="text">
  117. <string>Author certificate password:</string>
  118. </property>
  119. <property name="wordWrap">
  120. <bool>true</bool>
  121. </property>
  122. </widget>
  123. </item>
  124. <item row="6" column="1" colspan="2">
  125. <widget class="QLineEdit" name="authorCertificatePassword">
  126. <property name="text">
  127. <string/>
  128. </property>
  129. <property name="echoMode">
  130. <enum>QLineEdit::Password</enum>
  131. </property>
  132. </widget>
  133. </item>
  134. </layout>
  135. </item>
  136. <item>
  137. <spacer name="verticalSpacer">
  138. <property name="orientation">
  139. <enum>Qt::Vertical</enum>
  140. </property>
  141. <property name="sizeHint" stdset="0">
  142. <size>
  143. <width>20</width>
  144. <height>40</height>
  145. </size>
  146. </property>
  147. </spacer>
  148. </item>
  149. </layout>
  150. </widget>
  151. <resources/>
  152. <connections/>
  153. </ui>