squawk/ui/widgets/omemodevices.ui

144 lines
3.6 KiB
Plaintext
Raw Normal View History

2021-05-11 22:44:47 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2021-05-11 21:58:39 +00:00
<class>Dialog</class>
2021-05-11 22:44:47 +00:00
<widget class="QDialog" name="Dialog">
<property name="geometry">
2021-05-11 21:58:39 +00:00
<rect>
<x>0</x>
<y>0</y>
2021-05-11 22:44:47 +00:00
<width>617</width>
<height>281</height>
2021-05-11 21:58:39 +00:00
</rect>
</property>
2021-05-11 22:44:47 +00:00
<property name="windowTitle">
2021-05-11 21:58:39 +00:00
<string>Dialog</string>
</property>
2021-05-11 22:44:47 +00:00
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QWidget" name="widget" native="true">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label_2">
<property name="font">
<font>
<family>Monospace</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="text">
<string>1234abcd 1234abcd 1234abcd 1234abcd 1234abcd 1234abcd 1234abcd 1234abcd</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Phone</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="approved"/>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset theme="delete"/>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QListView" name="listView"/>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
2021-05-11 21:58:39 +00:00
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>Dialog</receiver>
<slot>accept()</slot>
<hints>
2021-05-11 22:44:47 +00:00
<hint type="sourcelabel">
2021-05-11 21:58:39 +00:00
<x>248</x>
<y>254</y>
</hint>
2021-05-11 22:44:47 +00:00
<hint type="destinationlabel">
2021-05-11 21:58:39 +00:00
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>Dialog</receiver>
<slot>reject()</slot>
<hints>
2021-05-11 22:44:47 +00:00
<hint type="sourcelabel">
2021-05-11 21:58:39 +00:00
<x>316</x>
<y>260</y>
</hint>
2021-05-11 22:44:47 +00:00
<hint type="destinationlabel">
2021-05-11 21:58:39 +00:00
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>