| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <?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>322</width>
- <height>216</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Layman</string>
- </property>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>60</y>
- <width>111</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Layman username:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>100</y>
- <width>111</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Agrihub username:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_layman">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>60</y>
- <width>181</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_agrihub">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>100</y>
- <width>191</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_logout">
- <property name="geometry">
- <rect>
- <x>42</x>
- <y>140</y>
- <width>93</width>
- <height>28</height>
- </rect>
- </property>
- <property name="text">
- <string>Logout</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|