dlg_ConnectionManager.ui 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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>186</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>186</height>
  26. </size>
  27. </property>
  28. <property name="maximumSize">
  29. <size>
  30. <width>635</width>
  31. <height>186</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>57</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>57</y>
  58. <width>111</width>
  59. <height>19</height>
  60. </rect>
  61. </property>
  62. <property name="text">
  63. <string>Agrihub 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>97</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>97</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>97</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>137</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>22</y>
  123. <width>121</width>
  124. <height>19</height>
  125. </rect>
  126. </property>
  127. <property name="text">
  128. <string>Agrihub 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>20</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>
  148. <resources/>
  149. <connections/>
  150. </ui>