~ubuntu-branches/ubuntu/utopic/picmi/utopic

« back to all changes in this revision

Viewing changes to src/gui/selectboardwindow.ui

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-12-03 17:39:47 UTC
  • Revision ID: package-import@ubuntu.com-20121203173947-tt1kk5wp92zk1f2z
Tags: upstream-4.9.90
ImportĀ upstreamĀ versionĀ 4.9.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>LevelSelectUi</class>
 
4
 <widget class="QWidget" name="LevelSelectUi">
 
5
  <property name="windowModality">
 
6
   <enum>Qt::ApplicationModal</enum>
 
7
  </property>
 
8
  <property name="geometry">
 
9
   <rect>
 
10
    <x>0</x>
 
11
    <y>0</y>
 
12
    <width>600</width>
 
13
    <height>350</height>
 
14
   </rect>
 
15
  </property>
 
16
  <property name="windowTitle">
 
17
   <string>Level Selection</string>
 
18
  </property>
 
19
  <layout class="QHBoxLayout" name="horizontalLayout_2">
 
20
   <item>
 
21
    <layout class="QHBoxLayout" name="horizontalLayout">
 
22
     <item>
 
23
      <widget class="QListView" name="listView">
 
24
       <property name="sizePolicy">
 
25
        <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
 
26
         <horstretch>0</horstretch>
 
27
         <verstretch>0</verstretch>
 
28
        </sizepolicy>
 
29
       </property>
 
30
      </widget>
 
31
     </item>
 
32
     <item>
 
33
      <layout class="QGridLayout" name="gridLayout">
 
34
       <item row="1" column="0">
 
35
        <widget class="QLabel" name="labelAuthor">
 
36
         <property name="text">
 
37
          <string>Author: -</string>
 
38
         </property>
 
39
        </widget>
 
40
       </item>
 
41
       <item row="0" column="0">
 
42
        <widget class="QLabel" name="labelName">
 
43
         <property name="text">
 
44
          <string>Name: -</string>
 
45
         </property>
 
46
        </widget>
 
47
       </item>
 
48
       <item row="2" column="0">
 
49
        <widget class="QLabel" name="labelSize">
 
50
         <property name="text">
 
51
          <string>Size: -</string>
 
52
         </property>
 
53
        </widget>
 
54
       </item>
 
55
       <item row="3" column="0">
 
56
        <widget class="QLabel" name="labelDifficulty">
 
57
         <property name="text">
 
58
          <string>Difficulty: -</string>
 
59
         </property>
 
60
        </widget>
 
61
       </item>
 
62
       <item row="4" column="0">
 
63
        <widget class="QLabel" name="labelSolved">
 
64
         <property name="text">
 
65
          <string>Solved: -</string>
 
66
         </property>
 
67
        </widget>
 
68
       </item>
 
69
       <item row="5" column="0">
 
70
        <widget class="QLabel" name="labelImage">
 
71
         <property name="sizePolicy">
 
72
          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
 
73
           <horstretch>0</horstretch>
 
74
           <verstretch>0</verstretch>
 
75
          </sizepolicy>
 
76
         </property>
 
77
         <property name="font">
 
78
          <font>
 
79
           <pointsize>24</pointsize>
 
80
          </font>
 
81
         </property>
 
82
         <property name="styleSheet">
 
83
          <string notr="true">background-color: rgb(255, 255, 255);</string>
 
84
         </property>
 
85
         <property name="frameShape">
 
86
          <enum>QFrame::Box</enum>
 
87
         </property>
 
88
         <property name="text">
 
89
          <string>?</string>
 
90
         </property>
 
91
         <property name="alignment">
 
92
          <set>Qt::AlignCenter</set>
 
93
         </property>
 
94
        </widget>
 
95
       </item>
 
96
      </layout>
 
97
     </item>
 
98
    </layout>
 
99
   </item>
 
100
  </layout>
 
101
 </widget>
 
102
 <resources/>
 
103
 <connections/>
 
104
</ui>