Files
create/src/Gui/DlgActivateWindow.ui

97 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Gui::Dialog::DlgActivateWindow</class>
<widget class="QDialog" name="Gui::Dialog::DlgActivateWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>341</width>
<height>267</height>
</rect>
</property>
<property name="windowTitle">
<string>Choose Window</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<property name="modal">
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTreeWidget" name="treeWidget">
<property name="rootIsDecorated">
<bool>false</bool>
</property>
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
</item>
<item row="1" column="0">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections>
<connection>
<sender>treeWidget</sender>
<signal>activated(QModelIndex)</signal>
<receiver>Gui::Dialog::DlgActivateWindow</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>139</x>
<y>109</y>
</hint>
<hint type="destinationlabel">
<x>174</x>
<y>256</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>Gui::Dialog::DlgActivateWindow</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>170</x>
<y>245</y>
</hint>
<hint type="destinationlabel">
<x>170</x>
<y>133</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>Gui::Dialog::DlgActivateWindow</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>170</x>
<y>245</y>
</hint>
<hint type="destinationlabel">
<x>170</x>
<y>133</y>
</hint>
</hints>
</connection>
</connections>
</ui>