124 lines
2.9 KiB
XML
Executable File
124 lines
2.9 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>LoginTemplate</class>
|
|
<widget class="QWidget" name="LoginTemplate">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>415</width>
|
|
<height>449</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>DejaVu Serif</family>
|
|
</font>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<widget class="QGraphicsView" name="gvIcon">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>64</width>
|
|
<height>64</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="lblNoteName">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>80</x>
|
|
<y>20</y>
|
|
<width>240</width>
|
|
<height>45</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>DejaVu Serif</family>
|
|
<pointsize>25</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
<underline>false</underline>
|
|
<stylestrategy>PreferAntialias</stylestrategy>
|
|
<kerning>false</kerning>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>LoginName</string>
|
|
</property>
|
|
<property name="scaledContents">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QScrollArea" name="scrollArea">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>80</y>
|
|
<width>390</width>
|
|
<height>350</height>
|
|
</rect>
|
|
</property>
|
|
<property name="verticalScrollBarPolicy">
|
|
<enum>Qt::ScrollBarAlwaysOn</enum>
|
|
</property>
|
|
<property name="widgetResizable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<widget class="QWidget" name="scrollAreaWidgetContents">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>371</width>
|
|
<height>348</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QLabel" name="lblNotes">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>65</y>
|
|
<width>47</width>
|
|
<height>13</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>10</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Notes:</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTextEdit" name="tbNotes">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>10</y>
|
|
<width>291</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|