1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-09-16 03:09:50 +02:00
doorlockd-mirror/doorlockd/client/mainwindow.ui

53 lines
1.2 KiB
Plaintext
Raw Normal View History

2015-09-30 15:26:28 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QWidget" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2015-10-02 20:19:53 +02:00
<width>800</width>
2015-09-30 15:36:11 +02:00
<height>400</height>
2015-09-30 15:26:28 +02:00
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
2015-10-02 20:19:53 +02:00
<widget class="QRWidget" name="qrwidget" native="true">
<property name="enabled">
<bool>true</bool>
</property>
</widget>
2015-10-02 19:39:47 +02:00
</item>
<item>
2015-10-02 20:19:53 +02:00
<widget class="QLabel" name="tokenLabel">
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string/>
</property>
</widget>
2015-09-30 15:26:28 +02:00
</item>
</layout>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>QRWidget</class>
<extends>QWidget</extends>
<header>client/qrwidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>