Qt-Gebouw/mainwindow.ui

162 lines
3.5 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 16:01:47 +00:00
<width>1171</width>
2022-02-10 16:44:22 +00:00
<height>431</height>
</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-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 16:01:47 +00:00
<width>1171</width>
<height>22</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>