Anki/designer/addmodel.ui
2009-01-14 16:58:23 +09:00

87 lines
2 KiB
XML

<ui version="4.0" >
<class>AddModel</class>
<widget class="QDialog" name="AddModel" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>285</width>
<height>269</height>
</rect>
</property>
<property name="windowTitle" >
<string>Add Model</string>
</property>
<layout class="QVBoxLayout" >
<item>
<widget class="QGroupBox" name="groupBox" >
<property name="title" >
<string/>
</property>
<layout class="QVBoxLayout" >
<item>
<widget class="QListWidget" name="models" >
<property name="font" >
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="editTriggers" >
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="tabKeyNavigation" >
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons" >
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>AddModel</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel" >
<x>266</x>
<y>353</y>
</hint>
<hint type="destinationlabel" >
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>AddModel</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel" >
<x>334</x>
<y>353</y>
</hint>
<hint type="destinationlabel" >
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>