OSDN Git Service

Ver0.11
[gefu/Gefu.git] / historydialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>HistoryDialog</class>
4  <widget class="QDialog" name="HistoryDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>280</width>
10     <height>286</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>履歴を選択</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <layout class="QHBoxLayout" name="horizontalLayout">
19      <item>
20       <widget class="QRadioButton" name="leftPane">
21        <property name="focusPolicy">
22         <enum>Qt::StrongFocus</enum>
23        </property>
24        <property name="text">
25         <string>左ペイン</string>
26        </property>
27        <attribute name="buttonGroup">
28         <string notr="true">buttonGroup</string>
29        </attribute>
30       </widget>
31      </item>
32      <item>
33       <widget class="QRadioButton" name="rightPane">
34        <property name="focusPolicy">
35         <enum>Qt::StrongFocus</enum>
36        </property>
37        <property name="text">
38         <string>右ペイン</string>
39        </property>
40        <attribute name="buttonGroup">
41         <string notr="true">buttonGroup</string>
42        </attribute>
43       </widget>
44      </item>
45     </layout>
46    </item>
47    <item>
48     <widget class="QListWidget" name="listWidget">
49      <property name="focusPolicy">
50       <enum>Qt::StrongFocus</enum>
51      </property>
52     </widget>
53    </item>
54    <item>
55     <widget class="QDialogButtonBox" name="buttonBox">
56      <property name="focusPolicy">
57       <enum>Qt::StrongFocus</enum>
58      </property>
59      <property name="orientation">
60       <enum>Qt::Horizontal</enum>
61      </property>
62      <property name="standardButtons">
63       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
64      </property>
65     </widget>
66    </item>
67   </layout>
68  </widget>
69  <tabstops>
70   <tabstop>listWidget</tabstop>
71   <tabstop>leftPane</tabstop>
72   <tabstop>rightPane</tabstop>
73  </tabstops>
74  <resources/>
75  <connections>
76   <connection>
77    <sender>buttonBox</sender>
78    <signal>accepted()</signal>
79    <receiver>HistoryDialog</receiver>
80    <slot>accept()</slot>
81    <hints>
82     <hint type="sourcelabel">
83      <x>248</x>
84      <y>254</y>
85     </hint>
86     <hint type="destinationlabel">
87      <x>157</x>
88      <y>274</y>
89     </hint>
90    </hints>
91   </connection>
92   <connection>
93    <sender>buttonBox</sender>
94    <signal>rejected()</signal>
95    <receiver>HistoryDialog</receiver>
96    <slot>reject()</slot>
97    <hints>
98     <hint type="sourcelabel">
99      <x>316</x>
100      <y>260</y>
101     </hint>
102     <hint type="destinationlabel">
103      <x>286</x>
104      <y>274</y>
105     </hint>
106    </hints>
107   </connection>
108  </connections>
109  <buttongroups>
110   <buttongroup name="buttonGroup"/>
111  </buttongroups>
112 </ui>