rcmaemo5settingsgui.ui 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>RcMaemo5SettingsGui</class>
  4. <widget class="QWidget" name="RcMaemo5SettingsGui">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>371</width>
  10. <height>314</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QGroupBox" name="groupBox">
  19. <property name="title">
  20. <string>Project Specific Settings</string>
  21. </property>
  22. <layout class="QGridLayout" name="gridLayout">
  23. <item row="0" column="0">
  24. <widget class="QLabel" name="label_2">
  25. <property name="text">
  26. <string>Author name</string>
  27. </property>
  28. </widget>
  29. </item>
  30. <item row="0" column="1">
  31. <widget class="QLineEdit" name="m_authorName"/>
  32. </item>
  33. <item row="1" column="0">
  34. <widget class="QLabel" name="label_3">
  35. <property name="text">
  36. <string>Author email</string>
  37. </property>
  38. </widget>
  39. </item>
  40. <item row="1" column="1">
  41. <widget class="QLineEdit" name="m_authorEmail"/>
  42. </item>
  43. <item row="2" column="0">
  44. <widget class="QLabel" name="label_4">
  45. <property name="text">
  46. <string>Short description</string>
  47. </property>
  48. </widget>
  49. </item>
  50. <item row="2" column="1">
  51. <widget class="QLineEdit" name="m_shortDesc"/>
  52. </item>
  53. <item row="3" column="0">
  54. <widget class="QLabel" name="label_5">
  55. <property name="text">
  56. <string>Long description</string>
  57. </property>
  58. </widget>
  59. </item>
  60. <item row="3" column="1">
  61. <layout class="QHBoxLayout" name="horizontalLayout">
  62. <item>
  63. <widget class="QLineEdit" name="m_longDesc"/>
  64. </item>
  65. <item>
  66. <widget class="QPushButton" name="m_longDescButton">
  67. <property name="sizePolicy">
  68. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  69. <horstretch>0</horstretch>
  70. <verstretch>0</verstretch>
  71. </sizepolicy>
  72. </property>
  73. <property name="maximumSize">
  74. <size>
  75. <width>20</width>
  76. <height>20</height>
  77. </size>
  78. </property>
  79. <property name="text">
  80. <string>...</string>
  81. </property>
  82. </widget>
  83. </item>
  84. </layout>
  85. </item>
  86. <item row="4" column="0">
  87. <widget class="QLabel" name="label_6">
  88. <property name="text">
  89. <string>License</string>
  90. </property>
  91. </widget>
  92. </item>
  93. <item row="4" column="1">
  94. <widget class="QComboBox" name="m_licence"/>
  95. </item>
  96. <item row="5" column="0" colspan="2">
  97. <widget class="QCheckBox" name="m_checkWidgetPannable">
  98. <property name="text">
  99. <string>Widget is pannable (enables flick panning with touch screens)</string>
  100. </property>
  101. </widget>
  102. </item>
  103. <item row="6" column="0" colspan="2">
  104. <widget class="QCheckBox" name="m_checkTextSelectable">
  105. <property name="text">
  106. <string>Allow user to select text (has no effect if panning is enabled)</string>
  107. </property>
  108. </widget>
  109. </item>
  110. </layout>
  111. </widget>
  112. </item>
  113. <item>
  114. <widget class="QGroupBox" name="groupBox_2">
  115. <property name="title">
  116. <string>Permanent Generator Settings</string>
  117. </property>
  118. <layout class="QGridLayout" name="gridLayout_2">
  119. <item row="0" column="0">
  120. <widget class="QLabel" name="logFileTitle">
  121. <property name="text">
  122. <string>Application log file</string>
  123. </property>
  124. </widget>
  125. </item>
  126. <item row="0" column="1">
  127. <widget class="QLineEdit" name="m_logFileValue"/>
  128. </item>
  129. <item row="0" column="2">
  130. <widget class="QPushButton" name="m_buttonBrowseLog">
  131. <property name="text">
  132. <string>Browse...</string>
  133. </property>
  134. </widget>
  135. </item>
  136. <item row="1" column="0">
  137. <spacer name="horizontalSpacer">
  138. <property name="orientation">
  139. <enum>Qt::Horizontal</enum>
  140. </property>
  141. <property name="sizeHint" stdset="0">
  142. <size>
  143. <width>83</width>
  144. <height>20</height>
  145. </size>
  146. </property>
  147. </spacer>
  148. </item>
  149. <item row="1" column="2">
  150. <widget class="QPushButton" name="m_buttonNetworkSettings">
  151. <property name="text">
  152. <string>Network Settings...</string>
  153. </property>
  154. </widget>
  155. </item>
  156. </layout>
  157. </widget>
  158. </item>
  159. </layout>
  160. </widget>
  161. <tabstops>
  162. <tabstop>m_authorName</tabstop>
  163. <tabstop>m_authorEmail</tabstop>
  164. <tabstop>m_shortDesc</tabstop>
  165. <tabstop>m_longDesc</tabstop>
  166. <tabstop>m_longDescButton</tabstop>
  167. <tabstop>m_licence</tabstop>
  168. <tabstop>m_checkWidgetPannable</tabstop>
  169. <tabstop>m_checkTextSelectable</tabstop>
  170. <tabstop>m_logFileValue</tabstop>
  171. <tabstop>m_buttonBrowseLog</tabstop>
  172. <tabstop>m_buttonNetworkSettings</tabstop>
  173. </tabstops>
  174. <resources/>
  175. <connections/>
  176. </ui>