dlg_ConnectionManager.ui 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogBase</class>
  4. <widget class="QDialog" name="DialogBase">
  5. <property name="windowModality">
  6. <enum>Qt::ApplicationModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>635</width>
  13. <height>200</height>
  14. </rect>
  15. </property>
  16. <property name="sizePolicy">
  17. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  18. <horstretch>0</horstretch>
  19. <verstretch>0</verstretch>
  20. </sizepolicy>
  21. </property>
  22. <property name="minimumSize">
  23. <size>
  24. <width>635</width>
  25. <height>200</height>
  26. </size>
  27. </property>
  28. <property name="maximumSize">
  29. <size>
  30. <width>635</width>
  31. <height>200</height>
  32. </size>
  33. </property>
  34. <property name="windowTitle">
  35. <string>Layman</string>
  36. </property>
  37. <widget class="QLineEdit" name="lineEdit_AgriID">
  38. <property name="enabled">
  39. <bool>true</bool>
  40. </property>
  41. <property name="geometry">
  42. <rect>
  43. <x>155</x>
  44. <y>120</y>
  45. <width>351</width>
  46. <height>27</height>
  47. </rect>
  48. </property>
  49. <property name="text">
  50. <string>id-3462f94b-875c-9185-4ced-b69841f24b3</string>
  51. </property>
  52. </widget>
  53. <widget class="QLabel" name="label_APIKey">
  54. <property name="geometry">
  55. <rect>
  56. <x>20</x>
  57. <y>120</y>
  58. <width>111</width>
  59. <height>19</height>
  60. </rect>
  61. </property>
  62. <property name="text">
  63. <string>Liferay ID:</string>
  64. </property>
  65. </widget>
  66. <widget class="QPushButton" name="pushButton_Connect">
  67. <property name="geometry">
  68. <rect>
  69. <x>155</x>
  70. <y>160</y>
  71. <width>111</width>
  72. <height>27</height>
  73. </rect>
  74. </property>
  75. <property name="text">
  76. <string>Login</string>
  77. </property>
  78. </widget>
  79. <widget class="QPushButton" name="pushButton_close">
  80. <property name="geometry">
  81. <rect>
  82. <x>394</x>
  83. <y>160</y>
  84. <width>111</width>
  85. <height>28</height>
  86. </rect>
  87. </property>
  88. <property name="text">
  89. <string>Close</string>
  90. </property>
  91. </widget>
  92. <widget class="QPushButton" name="pushButton_Continue">
  93. <property name="geometry">
  94. <rect>
  95. <x>279</x>
  96. <y>160</y>
  97. <width>101</width>
  98. <height>27</height>
  99. </rect>
  100. </property>
  101. <property name="text">
  102. <string>Continue</string>
  103. </property>
  104. </widget>
  105. <widget class="QPushButton" name="pushButton_ttt">
  106. <property name="geometry">
  107. <rect>
  108. <x>154</x>
  109. <y>180</y>
  110. <width>88</width>
  111. <height>27</height>
  112. </rect>
  113. </property>
  114. <property name="text">
  115. <string>test</string>
  116. </property>
  117. </widget>
  118. <widget class="QLabel" name="label_APIKey_2">
  119. <property name="geometry">
  120. <rect>
  121. <x>20</x>
  122. <y>85</y>
  123. <width>121</width>
  124. <height>19</height>
  125. </rect>
  126. </property>
  127. <property name="text">
  128. <string>Liferay login:</string>
  129. </property>
  130. </widget>
  131. <widget class="QLineEdit" name="lineEdit_userName">
  132. <property name="enabled">
  133. <bool>true</bool>
  134. </property>
  135. <property name="geometry">
  136. <rect>
  137. <x>155</x>
  138. <y>83</y>
  139. <width>351</width>
  140. <height>27</height>
  141. </rect>
  142. </property>
  143. <property name="text">
  144. <string>@lesprojekt.cz</string>
  145. </property>
  146. </widget>
  147. <widget class="QLineEdit" name="lineEdit_server">
  148. <property name="enabled">
  149. <bool>true</bool>
  150. </property>
  151. <property name="geometry">
  152. <rect>
  153. <x>156</x>
  154. <y>45</y>
  155. <width>351</width>
  156. <height>27</height>
  157. </rect>
  158. </property>
  159. <property name="text">
  160. <string>agrihub.cz</string>
  161. </property>
  162. </widget>
  163. <widget class="QLabel" name="label_APIKey_3">
  164. <property name="geometry">
  165. <rect>
  166. <x>20</x>
  167. <y>50</y>
  168. <width>121</width>
  169. <height>19</height>
  170. </rect>
  171. </property>
  172. <property name="text">
  173. <string>Liferay server:</string>
  174. </property>
  175. </widget>
  176. <widget class="QLineEdit" name="lineEdit_serverLayman">
  177. <property name="enabled">
  178. <bool>true</bool>
  179. </property>
  180. <property name="geometry">
  181. <rect>
  182. <x>157</x>
  183. <y>7</y>
  184. <width>350</width>
  185. <height>27</height>
  186. </rect>
  187. </property>
  188. <property name="text">
  189. <string>http://layman.lesprojekt.cz</string>
  190. </property>
  191. </widget>
  192. <widget class="QLabel" name="label_APIKey_4">
  193. <property name="geometry">
  194. <rect>
  195. <x>20</x>
  196. <y>10</y>
  197. <width>121</width>
  198. <height>19</height>
  199. </rect>
  200. </property>
  201. <property name="text">
  202. <string>Layman server:</string>
  203. </property>
  204. </widget>
  205. </widget>
  206. <resources/>
  207. <connections/>
  208. </ui>