OSDN Git Service

[dennco] Implemented the plugin feature.
[dennco/dennco.git] / Source / plugins / SamplePlugin1 / SamplePlugin1 / dialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Dialog</class>
4  <widget class="QDialog" name="Dialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>400</width>
10     <height>162</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="1">
18     <widget class="QSlider" name="PluginToDennco1">
19      <property name="maximum">
20       <number>100</number>
21      </property>
22      <property name="orientation">
23       <enum>Qt::Horizontal</enum>
24      </property>
25     </widget>
26    </item>
27    <item row="0" column="0">
28     <widget class="QLabel" name="label">
29      <property name="text">
30       <string>Plugin -&gt; Dennco 1</string>
31      </property>
32     </widget>
33    </item>
34    <item row="2" column="0">
35     <widget class="QLabel" name="label_2">
36      <property name="text">
37       <string>Dennco -&gt; Plugin 1</string>
38      </property>
39     </widget>
40    </item>
41    <item row="2" column="1">
42     <widget class="QSlider" name="DenncoToPlugin1">
43      <property name="maximum">
44       <number>100</number>
45      </property>
46      <property name="orientation">
47       <enum>Qt::Horizontal</enum>
48      </property>
49     </widget>
50    </item>
51    <item row="1" column="1">
52     <widget class="QSlider" name="PluginToDennco2">
53      <property name="orientation">
54       <enum>Qt::Horizontal</enum>
55      </property>
56     </widget>
57    </item>
58    <item row="3" column="1">
59     <widget class="QSlider" name="DenncoToPlugin2">
60      <property name="orientation">
61       <enum>Qt::Horizontal</enum>
62      </property>
63     </widget>
64    </item>
65    <item row="1" column="0">
66     <widget class="QLabel" name="label_3">
67      <property name="text">
68       <string>Plugin -&gt; Dennco 2</string>
69      </property>
70     </widget>
71    </item>
72    <item row="3" column="0">
73     <widget class="QLabel" name="label_4">
74      <property name="text">
75       <string>Dennco -&gt; Plugin 2</string>
76      </property>
77     </widget>
78    </item>
79   </layout>
80  </widget>
81  <resources/>
82  <connections/>
83 </ui>