leocad/qt/lc_setsdatabasedialog.ui

129 lines
3 KiB
Text
Raw Normal View History

2017-08-19 19:12:25 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>lcSetsDatabaseDialog</class>
<widget class="QDialog" name="lcSetsDatabaseDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2017-08-20 22:47:53 +02:00
<width>495</width>
<height>331</height>
2017-08-19 19:12:25 +02:00
</rect>
</property>
<property name="windowTitle">
2017-08-20 22:47:53 +02:00
<string>Sets Database</string>
2017-08-19 19:12:25 +02:00
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
2017-08-20 22:47:53 +02:00
<widget class="QLineEdit" name="SearchEdit">
<property name="placeholderText">
<string>Set Name or Number</string>
2017-08-19 19:12:25 +02:00
</property>
</widget>
</item>
<item>
2017-08-20 22:47:53 +02:00
<widget class="QPushButton" name="SearchButton">
<property name="text">
<string>Search</string>
</property>
</widget>
2017-08-19 19:12:25 +02:00
</item>
</layout>
</item>
2017-08-20 22:47:53 +02:00
<item>
<widget class="QTreeWidget" name="SetsTree">
<property name="rootIsDecorated">
<bool>false</bool>
</property>
<property name="uniformRowHeights">
<bool>true</bool>
</property>
<property name="allColumnsShowFocus">
<bool>true</bool>
</property>
<property name="columnCount">
<number>4</number>
</property>
<column>
<property name="text">
<string>Number</string>
</property>
</column>
<column>
<property name="text">
<string>Name</string>
</property>
</column>
<column>
<property name="text">
<string>Year</string>
</property>
</column>
<column>
<property name="text">
<string>Parts</string>
</property>
</column>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
2019-03-01 19:18:20 +01:00
<string>Sets Database provided by &lt;a href=&quot;https://www.rebrickable.com&quot;&gt;Rebrickable&lt;/a&gt;</string>
2017-08-20 22:47:53 +02:00
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
2017-08-19 19:12:25 +02:00
<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>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>lcSetsDatabaseDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>lcSetsDatabaseDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>