~ubuntu-branches/ubuntu/trusty/tomahawk/trusty-proposed

« back to all changes in this revision

Viewing changes to src/libtomahawk/accounts/AccountFactoryWrapper.ui

  • Committer: Package Import Robot
  • Author(s): Harald Sitter
  • Date: 2013-03-07 21:50:13 UTC
  • Revision ID: package-import@ubuntu.com-20130307215013-6gdjkdds7i9uenvs
Tags: upstream-0.6.0+dfsg
ImportĀ upstreamĀ versionĀ 0.6.0+dfsg

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>AccountFactoryWrapper</class>
 
4
 <widget class="QDialog" name="AccountFactoryWrapper">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>507</width>
 
10
    <height>150</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string notr="true" extracomment="not translatable because not shown to the user">Dialog</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout">
 
17
   <item>
 
18
    <widget class="QLabel" name="factoryIcon">
 
19
     <property name="text">
 
20
      <string/>
 
21
     </property>
 
22
     <property name="alignment">
 
23
      <set>Qt::AlignCenter</set>
 
24
     </property>
 
25
    </widget>
 
26
   </item>
 
27
   <item>
 
28
    <widget class="QLabel" name="factoryDescription">
 
29
     <property name="text">
 
30
      <string notr="true" extracomment="not translatable because not shown to the user">Description goes here</string>
 
31
     </property>
 
32
     <property name="alignment">
 
33
      <set>Qt::AlignCenter</set>
 
34
     </property>
 
35
    </widget>
 
36
   </item>
 
37
   <item>
 
38
    <spacer name="verticalSpacer">
 
39
     <property name="orientation">
 
40
      <enum>Qt::Vertical</enum>
 
41
     </property>
 
42
     <property name="sizeHint" stdset="0">
 
43
      <size>
 
44
       <width>20</width>
 
45
       <height>20</height>
 
46
      </size>
 
47
     </property>
 
48
    </spacer>
 
49
   </item>
 
50
   <item>
 
51
    <widget class="Line" name="line">
 
52
     <property name="orientation">
 
53
      <enum>Qt::Horizontal</enum>
 
54
     </property>
 
55
    </widget>
 
56
   </item>
 
57
   <item>
 
58
    <widget class="QTreeWidget" name="accountsList">
 
59
     <property name="sizePolicy">
 
60
      <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
 
61
       <horstretch>0</horstretch>
 
62
       <verstretch>0</verstretch>
 
63
      </sizepolicy>
 
64
     </property>
 
65
     <property name="verticalScrollBarPolicy">
 
66
      <enum>Qt::ScrollBarAlwaysOff</enum>
 
67
     </property>
 
68
     <property name="horizontalScrollBarPolicy">
 
69
      <enum>Qt::ScrollBarAlwaysOff</enum>
 
70
     </property>
 
71
     <property name="autoScroll">
 
72
      <bool>false</bool>
 
73
     </property>
 
74
     <property name="selectionMode">
 
75
      <enum>QAbstractItemView::NoSelection</enum>
 
76
     </property>
 
77
     <property name="verticalScrollMode">
 
78
      <enum>QAbstractItemView::ScrollPerItem</enum>
 
79
     </property>
 
80
     <property name="rootIsDecorated">
 
81
      <bool>false</bool>
 
82
     </property>
 
83
     <property name="headerHidden">
 
84
      <bool>true</bool>
 
85
     </property>
 
86
     <property name="expandsOnDoubleClick">
 
87
      <bool>false</bool>
 
88
     </property>
 
89
     <column>
 
90
      <property name="text">
 
91
       <string notr="true">1</string>
 
92
      </property>
 
93
     </column>
 
94
    </widget>
 
95
   </item>
 
96
   <item>
 
97
    <widget class="QDialogButtonBox" name="buttonBox">
 
98
     <property name="orientation">
 
99
      <enum>Qt::Horizontal</enum>
 
100
     </property>
 
101
     <property name="standardButtons">
 
102
      <set>QDialogButtonBox::Close</set>
 
103
     </property>
 
104
    </widget>
 
105
   </item>
 
106
  </layout>
 
107
 </widget>
 
108
 <resources/>
 
109
 <connections/>
 
110
</ui>