~ubuntu-branches/debian/experimental/calibre/experimental

« back to all changes in this revision

Viewing changes to src/calibre/gui2/dialogs/smartdevice.ui

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-08-16 09:55:40 UTC
  • mfrom: (1.3.35)
  • Revision ID: package-import@ubuntu.com-20120816095540-yfaxheew17jv19l5
Tags: 0.8.64+dfsg-1
* New upstream release:
  - Update license of the quick start guide to be DFSG compatible. Thanks to
    Christophe Siraut for sorting this out! (Closes: #653328)
* debian/control: Add new libmtp-dev build dependency.
* debian/control: Stricter python-mechanize dependency. (Closes: #684616)

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>Dialog</class>
 
4
 <widget class="QDialog" name="Dialog">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>612</width>
 
10
    <height>226</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Smart device control</string>
 
15
  </property>
 
16
  <property name="windowIcon">
 
17
   <iconset resource="../../../../resources/images.qrc">
 
18
    <normaloff>:/images/devices/galaxy_s3.png</normaloff>:/images/devices/galaxy_s3.png</iconset>
 
19
  </property>
 
20
  <layout class="QGridLayout">
 
21
   <item row="0" column="0" colspan="3">
 
22
    <widget class="QLabel" name="msg">
 
23
     <property name="minimumSize">
 
24
      <size>
 
25
       <width>600</width>
 
26
       <height>0</height>
 
27
      </size>
 
28
     </property>
 
29
     <property name="styleSheet">
 
30
      <string notr="true">QLabel { margin-bottom: 1ex; }</string>
 
31
     </property>
 
32
     <property name="text">
 
33
      <string>&lt;p&gt;Start wireless device connections.
 
34
 &lt;p&gt;You may see some messages from your computer's firewall or anti-virus manager asking you if it is OK for calibre to connect to the network. &lt;b&gt;Please answer yes&lt;/b&gt;. If you do not, wireless connections will not work.</string>
 
35
     </property>
 
36
     <property name="wordWrap">
 
37
      <bool>true</bool>
 
38
     </property>
 
39
    </widget>
 
40
   </item>
 
41
   <item row="1" column="1">
 
42
    <widget class="QLineEdit" name="password_box">
 
43
     <property name="sizePolicy">
 
44
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
 
45
       <horstretch>100</horstretch>
 
46
       <verstretch>0</verstretch>
 
47
      </sizepolicy>
 
48
     </property>
 
49
     <property name="echoMode">
 
50
      <enum>QLineEdit::Password</enum>
 
51
     </property>
 
52
     <property name="placeholderText">
 
53
      <string>Optional password for security</string>
 
54
     </property>
 
55
    </widget>
 
56
   </item>
 
57
   <item row="1" column="0">
 
58
    <widget class="QLabel" name="label_2">
 
59
     <property name="text">
 
60
      <string>Optional &amp;password:</string>
 
61
     </property>
 
62
     <property name="buddy">
 
63
      <cstring>password_box</cstring>
 
64
     </property>
 
65
    </widget>
 
66
   </item>
 
67
   <item row="1" column="2">
 
68
    <widget class="QCheckBox" name="show_password">
 
69
     <property name="text">
 
70
      <string>&amp;Show password</string>
 
71
     </property>
 
72
    </widget>
 
73
   </item>
 
74
   <item row="4" column="0" colspan="3">
 
75
    <widget class="QDialogButtonBox" name="buttonBox">
 
76
     <property name="orientation">
 
77
      <enum>Qt::Horizontal</enum>
 
78
     </property>
 
79
     <property name="standardButtons">
 
80
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
81
     </property>
 
82
    </widget>
 
83
   </item>
 
84
   <item row="3" column="0" colspan="3">
 
85
    <widget class="QCheckBox" name="autostart_box">
 
86
     <property name="text">
 
87
      <string>&amp;Automatically allow connections at calibre startup</string>
 
88
     </property>
 
89
    </widget>
 
90
   </item>
 
91
  </layout>
 
92
 </widget>
 
93
 <resources>
 
94
  <include location="../../../../resources/images.qrc"/>
 
95
 </resources>
 
96
 <connections>
 
97
  <connection>
 
98
   <sender>buttonBox</sender>
 
99
   <signal>accepted()</signal>
 
100
   <receiver>Dialog</receiver>
 
101
   <slot>accept()</slot>
 
102
   <hints>
 
103
    <hint type="sourcelabel">
 
104
     <x>248</x>
 
105
     <y>254</y>
 
106
    </hint>
 
107
    <hint type="destinationlabel">
 
108
     <x>157</x>
 
109
     <y>274</y>
 
110
    </hint>
 
111
   </hints>
 
112
  </connection>
 
113
  <connection>
 
114
   <sender>buttonBox</sender>
 
115
   <signal>rejected()</signal>
 
116
   <receiver>Dialog</receiver>
 
117
   <slot>reject()</slot>
 
118
   <hints>
 
119
    <hint type="sourcelabel">
 
120
     <x>316</x>
 
121
     <y>260</y>
 
122
    </hint>
 
123
    <hint type="destinationlabel">
 
124
     <x>286</x>
 
125
     <y>274</y>
 
126
    </hint>
 
127
   </hints>
 
128
  </connection>
 
129
 </connections>
 
130
</ui>