Qt-Gebouw/mainwindow.ui

218 lines
4.7 KiB
Plaintext
Raw Normal View History

2022-02-10 16:44:22 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2022-04-06 19:49:19 +00:00
<width>1041</width>
<height>669</height>
2022-02-10 16:44:22 +00:00
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QPushButton" name="schuifdeurSensorKnop">
<property name="geometry">
<rect>
<x>510</x>
<y>100</y>
<width>31</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>S1</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="vd">
<property name="geometry">
<rect>
<x>513</x>
<y>250</y>
<width>31</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>vd</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
</widget>
2022-02-17 23:51:34 +00:00
<widget class="QPushButton" name="d1">
<property name="geometry">
<rect>
<x>260</x>
<y>140</y>
<width>31</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>d1</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="d2">
<property name="geometry">
<rect>
<x>330</x>
<y>240</y>
<width>31</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>d1</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
</widget>
2022-03-29 16:38:53 +00:00
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>550</x>
<y>10</y>
<width>113</width>
<height>30</height>
</rect>
</property>
</widget>
2022-04-06 16:01:47 +00:00
<widget class="QLineEdit" name="HerkenningAdd">
<property name="geometry">
<rect>
<x>810</x>
<y>10</y>
<width>114</width>
<height>30</height>
</rect>
</property>
</widget>
<widget class="QTextBrowser" name="textBrowser">
<property name="geometry">
<rect>
<x>740</x>
<y>180</y>
<width>256</width>
<height>192</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="Allow">
<property name="geometry">
<rect>
<x>810</x>
<y>60</y>
<width>47</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Allow</string>
</property>
</widget>
<widget class="QPushButton" name="Deny">
<property name="geometry">
<rect>
<x>874</x>
<y>60</y>
<width>47</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Deny</string>
</property>
</widget>
2022-04-06 17:17:51 +00:00
<widget class="QLineEdit" name="HerkenningAdd_2">
<property name="geometry">
<rect>
<x>810</x>
<y>110</y>
<width>114</width>
<height>30</height>
</rect>
</property>
</widget>
2022-04-06 19:49:19 +00:00
<widget class="QLineEdit" name="Naam">
<property name="geometry">
<rect>
<x>20</x>
<y>420</y>
<width>114</width>
<height>30</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="Adres">
<property name="geometry">
<rect>
<x>20</x>
<y>460</y>
<width>114</width>
<height>30</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="addIdCard">
<property name="geometry">
<rect>
<x>150</x>
<y>420</y>
<width>91</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>Add id Card</string>
</property>
</widget>
<widget class="QPushButton" name="deleteIdCard">
<property name="geometry">
<rect>
<x>150</x>
<y>460</y>
<width>91</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>Delete id Card</string>
</property>
</widget>
2022-02-10 16:44:22 +00:00
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2022-04-06 19:49:19 +00:00
<width>1041</width>
2022-04-06 17:17:51 +00:00
<height>23</height>
2022-02-10 16:44:22 +00:00
</rect>
</property>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<widget class="QStatusBar" name="statusBar"/>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>