123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>DialogGotoSelection</class>
- <widget class="QDialog" name="DialogGotoSelection">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>485</width>
- <height>490</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>DialogGotoSelection</string>
- </property>
- <widget class="QLabel" name="labelTitle">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>491</width>
- <height>51</height>
- </rect>
- </property>
- <property name="text">
- <string>跳转工具选择</string>
- </property>
- </widget>
- <widget class="QGroupBox" name="groupBox">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>50</y>
- <width>461</width>
- <height>371</height>
- </rect>
- </property>
- <property name="title">
- <string/>
- </property>
- <widget class="QTreeWidget" name="treeTool">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>50</y>
- <width>441</width>
- <height>311</height>
- </rect>
- </property>
- <column>
- <property name="text">
- <string notr="true">1</string>
- </property>
- </column>
- </widget>
- <widget class="QComboBox" name="comboValueGroup">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>441</width>
- <height>21</height>
- </rect>
- </property>
- </widget>
- </widget>
- <widget class="QPushButton" name="selectButton">
- <property name="geometry">
- <rect>
- <x>230</x>
- <y>440</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Select</string>
- </property>
- <property name="default">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="cancelButton">
- <property name="geometry">
- <rect>
- <x>350</x>
- <y>440</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Cancel</string>
- </property>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|