| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>DialogBase</class>
- <widget class="QDialog" name="DialogBase">
- <property name="windowModality">
- <enum>Qt::ApplicationModal</enum>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>635</width>
- <height>186</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>635</width>
- <height>186</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>635</width>
- <height>186</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>Layman</string>
- </property>
- <widget class="QLineEdit" name="lineEdit_AgriID">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>155</x>
- <y>57</y>
- <width>351</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>id-3462f94b-875c-9185-4ced-b69841f24b3</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_APIKey">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>57</y>
- <width>111</width>
- <height>19</height>
- </rect>
- </property>
- <property name="text">
- <string>Agrihub ID:</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_Connect">
- <property name="geometry">
- <rect>
- <x>155</x>
- <y>97</y>
- <width>111</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>Login</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_close">
- <property name="geometry">
- <rect>
- <x>394</x>
- <y>97</y>
- <width>111</width>
- <height>28</height>
- </rect>
- </property>
- <property name="text">
- <string>Close</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_Continue">
- <property name="geometry">
- <rect>
- <x>279</x>
- <y>97</y>
- <width>101</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>Continue</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_ttt">
- <property name="geometry">
- <rect>
- <x>154</x>
- <y>137</y>
- <width>88</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>test</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_APIKey_2">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>22</y>
- <width>121</width>
- <height>19</height>
- </rect>
- </property>
- <property name="text">
- <string>Agrihub login:</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_userName">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>155</x>
- <y>20</y>
- <width>351</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>@lesprojekt.cz</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|