|
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>Dialog</class>
- <widget class="QDialog" name="Dialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1200</width>
- <height>800</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Admin Panel</string>
- </property>
- <widget class="QWidget" name="bgwidget" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1200</width>
- <height>800</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">QWidget#bgwidget {
- background-color: qlineargradient(spread: pad, x1: 0.091, y1: 0.101636, x2: 0.991379, y2: 0.977, stop: 0 rgba(30, 30, 40, 255), stop: 1 rgba(50, 50, 80, 255));
- }
-
- </string>
- </property>
- <widget class="QLabel" name="labelWelcome">
- <property name="geometry">
- <rect>
- <x>490</x>
- <y>110</y>
- <width>251</width>
- <height>71</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">font: 36pt "MS Shell Dlg 2"; color:rgb(255, 255, 255)</string>
- </property>
- <property name="text">
- <string>WELCOME</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QLabel" name="labelInfo">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>200</y>
- <width>391</width>
- <height>41</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">font: 16pt "MS Shell Dlg 2";color:rgb(255, 255, 255)</string>
- </property>
- <property name="text">
- <string>Sign in to your existing account</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QPushButton" name="loginButton">
- <property name="geometry">
- <rect>
- <x>440</x>
- <y>490</y>
- <width>341</width>
- <height>51</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">border-radius:20px;
- background-color: rgb(170, 255, 255);
- font: 14pt "MS Shell Dlg 2";</string>
- </property>
- <property name="text">
- <string>Log in</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="emailfield">
- <property name="geometry">
- <rect>
- <x>440</x>
- <y>290</y>
- <width>341</width>
- <height>51</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>15</width>
- <height>0</height>
- </size>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color:rgba(0,0,0,0);
- font: 12pt "MS Shell Dlg 2";
- color: rgb(255, 255, 255);
- </string>
- </property>
- </widget>
- <widget class="QLineEdit" name="passwordfield">
- <property name="geometry">
- <rect>
- <x>440</x>
- <y>390</y>
- <width>341</width>
- <height>51</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color:rgba(0,0,0,0);
- font: 12pt "MS Shell Dlg 2";
- color: rgb(255, 255, 255);</string>
- </property>
- </widget>
- <widget class="QLabel" name="labelUsername">
- <property name="geometry">
- <rect>
- <x>440</x>
- <y>270</y>
- <width>81</width>
- <height>20</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <family>MS Shell Dlg 2</family>
- <pointsize>10</pointsize>
- <weight>50</weight>
- <italic>false</italic>
- <bold>false</bold>
- </font>
- </property>
- <property name="styleSheet">
- <string notr="true">font: 10pt "MS Shell Dlg 2";
- color: rgb(255, 255, 255);</string>
- </property>
- <property name="text">
- <string>Username</string>
- </property>
- </widget>
- <widget class="QLabel" name="labelPassword">
- <property name="geometry">
- <rect>
- <x>440</x>
- <y>370</y>
- <width>81</width>
- <height>20</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">font: 10pt "MS Shell Dlg 2";
- color: rgb(255, 255, 255);</string>
- </property>
- <property name="text">
- <string>Password</string>
- </property>
- </widget>
- <widget class="QLabel" name="labelError">
- <property name="geometry">
- <rect>
- <x>440</x>
- <y>456</y>
- <width>341</width>
- <height>20</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">font: 12pt "MS Shell Dlg 2"; color:red;</string>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|