~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to libs/plasmaclock/timezonesConfig.ui

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.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>timezonesConfig</class>
 
4
 <widget class="QWidget" name="timezonesConfig">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>318</width>
 
10
    <height>227</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QVBoxLayout">
 
14
   <item>
 
15
    <widget class="KTreeWidgetSearchLine" name="searchLine">
 
16
     <property name="urlDropsEnabled">
 
17
      <bool>false</bool>
 
18
     </property>
 
19
     <property name="clickMessage">
 
20
      <string>Search</string>
 
21
     </property>
 
22
    </widget>
 
23
   </item>
 
24
   <item>
 
25
    <widget class="KTimeZoneWidget" name="timeZones">
 
26
     <property name="minimumSize">
 
27
      <size>
 
28
       <width>300</width>
 
29
       <height>150</height>
 
30
      </size>
 
31
     </property>
 
32
     <property name="toolTip">
 
33
      <string>Select one or several time zones.</string>
 
34
     </property>
 
35
     <property name="whatsThis">
 
36
      <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
 
37
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
 
38
p, li { white-space: pre-wrap; }
 
39
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
 
40
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Your &lt;span style=&quot; font-weight:600;&quot;&gt;Local&lt;/span&gt; time and time zone are defined in System Settings, in the Date and Time tab. As default, your plasma clock will use this setting.&lt;/p&gt;
 
41
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;The plasma clock tooltip can display the time in several other time zones: to do so, select one or several more time zones in the list. Click on a line to select it and click on it again to deselect it. &lt;/p&gt;
 
42
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;After you validate your choices with the OK button, when your mouse is over the clock, a tooltip will display the time in all the selected time zones.&lt;/p&gt;
 
43
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;To select a &lt;span style=&quot; font-weight:600;&quot;&gt;Default&lt;/span&gt; time zone: you can either scroll over the clock with your mouse wheel and set the one you want or you can set it with &quot;Clock defaults to:&quot;. .&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
44
     </property>
 
45
     <property name="selectionMode">
 
46
      <enum>QAbstractItemView::MultiSelection</enum>
 
47
     </property>
 
48
     <property name="itemsCheckable">
 
49
      <bool>true</bool>
 
50
     </property>
 
51
     <column>
 
52
      <property name="text">
 
53
       <string>Area</string>
 
54
      </property>
 
55
     </column>
 
56
     <column>
 
57
      <property name="text">
 
58
       <string>Region</string>
 
59
      </property>
 
60
     </column>
 
61
     <column>
 
62
      <property name="text">
 
63
       <string>Comment</string>
 
64
      </property>
 
65
     </column>
 
66
    </widget>
 
67
   </item>
 
68
   <item>
 
69
    <layout class="QGridLayout" name="gridLayout">
 
70
     <item row="0" column="0">
 
71
      <widget class="QLabel" name="label">
 
72
       <property name="text">
 
73
        <string>Clock defaults to:</string>
 
74
       </property>
 
75
       <property name="buddy">
 
76
        <cstring>clockDefaultsTo</cstring>
 
77
       </property>
 
78
      </widget>
 
79
     </item>
 
80
     <item row="0" column="1">
 
81
      <widget class="QComboBox" name="clockDefaultsTo">
 
82
       <property name="sizePolicy">
 
83
        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
84
         <horstretch>0</horstretch>
 
85
         <verstretch>0</verstretch>
 
86
        </sizepolicy>
 
87
       </property>
 
88
       <property name="toolTip">
 
89
        <string>The time the clock will display</string>
 
90
       </property>
 
91
       <property name="whatsThis">
 
92
        <string>The clock will display the time for the selected default zone.
 
93
Local is the time you set in System Settings.</string>
 
94
       </property>
 
95
       <property name="insertPolicy">
 
96
        <enum>QComboBox::InsertAlphabetically</enum>
 
97
       </property>
 
98
      </widget>
 
99
     </item>
 
100
    </layout>
 
101
   </item>
 
102
  </layout>
 
103
 </widget>
 
104
 <customwidgets>
 
105
  <customwidget>
 
106
   <class>KTimeZoneWidget</class>
 
107
   <extends>QTreeWidget</extends>
 
108
   <header>ktimezonewidget.h</header>
 
109
  </customwidget>
 
110
  <customwidget>
 
111
   <class>KTreeWidgetSearchLine</class>
 
112
   <extends>KLineEdit</extends>
 
113
   <header>ktreewidgetsearchline.h</header>
 
114
  </customwidget>
 
115
  <customwidget>
 
116
   <class>KLineEdit</class>
 
117
   <extends>QLineEdit</extends>
 
118
   <header>klineedit.h</header>
 
119
  </customwidget>
 
120
 </customwidgets>
 
121
 <resources/>
 
122
 <connections/>
 
123
</ui>