~ubuntu-branches/ubuntu/maverick/freecad/maverick

« back to all changes in this revision

Viewing changes to src/Gui/SceneInspector.ui

  • Committer: Bazaar Package Importer
  • Author(s): Teemu Ikonen
  • Date: 2009-07-16 18:37:41 UTC
  • Revision ID: james.westby@ubuntu.com-20090716183741-oww9kcxqrk991i1n
Tags: upstream-0.8.2237
ImportĀ upstreamĀ versionĀ 0.8.2237

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <author></author>
 
3
 <comment></comment>
 
4
 <exportmacro></exportmacro>
 
5
 <class>Gui::Dialog::SceneInspector</class>
 
6
 <widget class="QDialog" name="Gui::Dialog::SceneInspector" >
 
7
  <property name="geometry" >
 
8
   <rect>
 
9
    <x>0</x>
 
10
    <y>0</y>
 
11
    <width>430</width>
 
12
    <height>369</height>
 
13
   </rect>
 
14
  </property>
 
15
  <property name="windowTitle" >
 
16
   <string>Dialog</string>
 
17
  </property>
 
18
  <layout class="QGridLayout" >
 
19
   <property name="margin" >
 
20
    <number>9</number>
 
21
   </property>
 
22
   <property name="spacing" >
 
23
    <number>6</number>
 
24
   </property>
 
25
   <item row="0" column="0" >
 
26
    <widget class="QTreeView" name="treeView" />
 
27
   </item>
 
28
   <item row="1" column="0" >
 
29
    <layout class="QHBoxLayout" >
 
30
     <property name="margin" >
 
31
      <number>0</number>
 
32
     </property>
 
33
     <property name="spacing" >
 
34
      <number>6</number>
 
35
     </property>
 
36
     <item>
 
37
      <spacer>
 
38
       <property name="orientation" >
 
39
        <enum>Qt::Horizontal</enum>
 
40
       </property>
 
41
       <property name="sizeHint" >
 
42
        <size>
 
43
         <width>131</width>
 
44
         <height>31</height>
 
45
        </size>
 
46
       </property>
 
47
      </spacer>
 
48
     </item>
 
49
     <item>
 
50
      <widget class="QPushButton" name="closeButton" >
 
51
       <property name="text" >
 
52
        <string>Close</string>
 
53
       </property>
 
54
      </widget>
 
55
     </item>
 
56
    </layout>
 
57
   </item>
 
58
  </layout>
 
59
 </widget>
 
60
 <pixmapfunction></pixmapfunction>
 
61
 <resources/>
 
62
 <connections>
 
63
  <connection>
 
64
   <sender>closeButton</sender>
 
65
   <signal>clicked()</signal>
 
66
   <receiver>Gui::Dialog::SceneInspector</receiver>
 
67
   <slot>reject()</slot>
 
68
   <hints>
 
69
    <hint type="sourcelabel" >
 
70
     <x>369</x>
 
71
     <y>253</y>
 
72
    </hint>
 
73
    <hint type="destinationlabel" >
 
74
     <x>179</x>
 
75
     <y>282</y>
 
76
    </hint>
 
77
   </hints>
 
78
  </connection>
 
79
 </connections>
 
80
</ui>