~valavanisalex/ubuntu/maverick/scidavis/fix-604811

« back to all changes in this revision

Viewing changes to scidavis/src/future/core/ProjectConfigPage.ui

  • Committer: Bazaar Package Importer
  • Author(s): Ruben Molina
  • Date: 2009-09-06 11:34:04 UTC
  • Revision ID: james.westby@ubuntu.com-20090906113404-4awaey82l3686w4q
Tags: upstream-0.2.3
ImportĀ upstreamĀ versionĀ 0.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>ProjectConfigPage</class>
 
3
 <widget class="QWidget" name="ProjectConfigPage" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>519</width>
 
9
    <height>305</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Form</string>
 
14
  </property>
 
15
  <layout class="QVBoxLayout" >
 
16
   <item>
 
17
    <layout class="QHBoxLayout" >
 
18
     <item>
 
19
      <widget class="QLabel" name="default_subwindow_visibility_label" >
 
20
       <property name="text" >
 
21
        <string>By default, show the subwindows ...</string>
 
22
       </property>
 
23
      </widget>
 
24
     </item>
 
25
     <item>
 
26
      <widget class="QComboBox" name="default_subwindow_visibility_combobox" >
 
27
       <property name="sizePolicy" >
 
28
        <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
 
29
         <horstretch>0</horstretch>
 
30
         <verstretch>0</verstretch>
 
31
        </sizepolicy>
 
32
       </property>
 
33
       <property name="minimumSize" >
 
34
        <size>
 
35
         <width>200</width>
 
36
         <height>0</height>
 
37
        </size>
 
38
       </property>
 
39
       <item>
 
40
        <property name="text" >
 
41
         <string>in the current folder</string>
 
42
        </property>
 
43
       </item>
 
44
       <item>
 
45
        <property name="text" >
 
46
         <string>in the current folder and its subfolders</string>
 
47
        </property>
 
48
       </item>
 
49
       <item>
 
50
        <property name="text" >
 
51
         <string>all subwindows in the project</string>
 
52
        </property>
 
53
       </item>
 
54
      </widget>
 
55
     </item>
 
56
     <item>
 
57
      <spacer>
 
58
       <property name="orientation" >
 
59
        <enum>Qt::Horizontal</enum>
 
60
       </property>
 
61
       <property name="sizeHint" >
 
62
        <size>
 
63
         <width>40</width>
 
64
         <height>20</height>
 
65
        </size>
 
66
       </property>
 
67
      </spacer>
 
68
     </item>
 
69
    </layout>
 
70
   </item>
 
71
   <item>
 
72
    <spacer>
 
73
     <property name="orientation" >
 
74
      <enum>Qt::Vertical</enum>
 
75
     </property>
 
76
     <property name="sizeHint" >
 
77
      <size>
 
78
       <width>20</width>
 
79
       <height>40</height>
 
80
      </size>
 
81
     </property>
 
82
    </spacer>
 
83
   </item>
 
84
  </layout>
 
85
 </widget>
 
86
 <resources/>
 
87
 <connections/>
 
88
</ui>