~ubuntu-branches/ubuntu/saucy/clementine/saucy

« back to all changes in this revision

Viewing changes to src/scripting/installscriptdialog.ui

  • Committer: Package Import Robot
  • Author(s): Thomas PIERSON
  • Date: 2012-01-01 20:43:39 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120101204339-lsb6nndwhfy05sde
Tags: 1.0.1+dfsg-1
New upstream release. (Closes: #653926, #651611, #657391)

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>InstallScriptDialog</class>
4
 
 <widget class="QDialog" name="InstallScriptDialog">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>419</width>
10
 
    <height>277</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="windowTitle">
14
 
   <string>Install scripts</string>
15
 
  </property>
16
 
  <property name="styleSheet">
17
 
   <string notr="true">#warning {
18
 
  background: rgba(255, 127, 127, 128);
19
 
  border: 1px solid palette(dark);
20
 
  border-radius: 5px;
21
 
  padding: 2px;
22
 
}
23
 
 
24
 
#list {
25
 
  font-weight: bold;
26
 
}</string>
27
 
  </property>
28
 
  <layout class="QVBoxLayout" name="verticalLayout">
29
 
   <item>
30
 
    <widget class="QLabel" name="label">
31
 
     <property name="text">
32
 
      <string>Are you sure you want to install the following scripts?</string>
33
 
     </property>
34
 
     <property name="wordWrap">
35
 
      <bool>true</bool>
36
 
     </property>
37
 
    </widget>
38
 
   </item>
39
 
   <item>
40
 
    <widget class="QListWidget" name="list">
41
 
     <property name="focusPolicy">
42
 
      <enum>Qt::NoFocus</enum>
43
 
     </property>
44
 
     <property name="selectionMode">
45
 
      <enum>QAbstractItemView::NoSelection</enum>
46
 
     </property>
47
 
     <property name="iconSize">
48
 
      <size>
49
 
       <width>32</width>
50
 
       <height>32</height>
51
 
      </size>
52
 
     </property>
53
 
     <property name="spacing">
54
 
      <number>5</number>
55
 
     </property>
56
 
     <property name="uniformItemSizes">
57
 
      <bool>true</bool>
58
 
     </property>
59
 
    </widget>
60
 
   </item>
61
 
   <item>
62
 
    <widget class="QLabel" name="warning">
63
 
     <property name="text">
64
 
      <string>Warning: scripts have full access to your computer and your music.  Only install scripts that you trust.</string>
65
 
     </property>
66
 
     <property name="wordWrap">
67
 
      <bool>true</bool>
68
 
     </property>
69
 
    </widget>
70
 
   </item>
71
 
   <item>
72
 
    <widget class="QDialogButtonBox" name="buttonBox">
73
 
     <property name="orientation">
74
 
      <enum>Qt::Horizontal</enum>
75
 
     </property>
76
 
     <property name="standardButtons">
77
 
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
78
 
     </property>
79
 
    </widget>
80
 
   </item>
81
 
  </layout>
82
 
 </widget>
83
 
 <resources/>
84
 
 <connections>
85
 
  <connection>
86
 
   <sender>buttonBox</sender>
87
 
   <signal>accepted()</signal>
88
 
   <receiver>InstallScriptDialog</receiver>
89
 
   <slot>accept()</slot>
90
 
   <hints>
91
 
    <hint type="sourcelabel">
92
 
     <x>248</x>
93
 
     <y>254</y>
94
 
    </hint>
95
 
    <hint type="destinationlabel">
96
 
     <x>157</x>
97
 
     <y>274</y>
98
 
    </hint>
99
 
   </hints>
100
 
  </connection>
101
 
  <connection>
102
 
   <sender>buttonBox</sender>
103
 
   <signal>rejected()</signal>
104
 
   <receiver>InstallScriptDialog</receiver>
105
 
   <slot>reject()</slot>
106
 
   <hints>
107
 
    <hint type="sourcelabel">
108
 
     <x>316</x>
109
 
     <y>260</y>
110
 
    </hint>
111
 
    <hint type="destinationlabel">
112
 
     <x>286</x>
113
 
     <y>274</y>
114
 
    </hint>
115
 
   </hints>
116
 
  </connection>
117
 
 </connections>
118
 
</ui>