This might be the "right way" to fix the issue - mark our exported classes as
[kdeedu-porting.git] / kalzium / src / isotopedialog.ui
blob39af5a412da35b130827bdcf2453773b0768d0f2
1 <ui version="4.0" >
2  <class>isotopeWidget</class>
3  <widget class="QWidget" name="isotopeWidget" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>551</width>
9     <height>487</height>
10    </rect>
11   </property>
12   <layout class="QGridLayout" >
13    <item row="0" column="0" >
14     <widget class="QSplitter" name="splitter" >
15      <property name="orientation" >
16       <enum>Qt::Horizontal</enum>
17      </property>
18      <widget class="QDockWidget" name="dockWidget" >
19       <property name="sizePolicy" >
20        <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
21         <horstretch>0</horstretch>
22         <verstretch>0</verstretch>
23        </sizepolicy>
24       </property>
25       <property name="minimumSize" >
26        <size>
27         <width>100</width>
28         <height>0</height>
29        </size>
30       </property>
31       <property name="features" >
32        <set>QDockWidget::DockWidgetMovable</set>
33       </property>
34       <property name="windowTitle" >
35        <string>Information</string>
36       </property>
37       <widget class="QWidget" name="dockWidgetContents" >
38        <widget class="QLabel" name="label" >
39         <property name="geometry" >
40          <rect>
41           <x>9</x>
42           <y>9</y>
43           <width>253</width>
44           <height>431</height>
45          </rect>
46         </property>
47         <property name="sizePolicy" >
48          <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
49           <horstretch>0</horstretch>
50           <verstretch>0</verstretch>
51          </sizepolicy>
52         </property>
53         <property name="text" >
54          <string/>
55         </property>
56         <property name="textFormat" >
57          <enum>Qt::RichText</enum>
58         </property>
59         <property name="alignment" >
60          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
61         </property>
62         <property name="wordWrap" >
63          <bool>true</bool>
64         </property>
65        </widget>
66       </widget>
67      </widget>
68      <widget class="IsotopeView" name="gv" >
69       <property name="sizePolicy" >
70        <sizepolicy vsizetype="Expanding" hsizetype="Maximum" >
71         <horstretch>0</horstretch>
72         <verstretch>0</verstretch>
73        </sizepolicy>
74       </property>
75       <property name="dragMode" >
76        <enum>QGraphicsView::ScrollHandDrag</enum>
77       </property>
78      </widget>
79     </widget>
80    </item>
81   </layout>
82  </widget>
83  <customwidgets>
84   <customwidget>
85    <class>IsotopeView</class>
86    <extends>QGraphicsView</extends>
87    <header>nuclideboardview.h</header>
88   </customwidget>
89  </customwidgets>
90  <resources/>
91  <connections/>
92 </ui>