webCAMotion/CPP/GUI/selectsomething.ui

90 lines
2.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SelectSomething</class>
<widget class="QDialog" name="SelectSomething">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>254</width>
<height>66</height>
</rect>
</property>
<property name="windowTitle">
<string>Nothing selected</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Please, select something.</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton">
<property name="text">
<string>Close</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>pushButton</sender>
<signal>clicked()</signal>
<receiver>SelectSomething</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>113</x>
<y>44</y>
</hint>
<hint type="destinationlabel">
<x>200</x>
<y>45</y>
</hint>
</hints>
</connection>
</connections>
</ui>