~ubuntu-branches/ubuntu/raring/quassel/raring-proposed

« back to all changes in this revision

Viewing changes to src/qtui/settingspages/shortcutssettingspage.ui

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-08-11 12:48:08 UTC
  • mfrom: (1.1.40 upstream)
  • Revision ID: james.westby@ubuntu.com-20100811124808-wl3zpp4gpbzmvn4t
Tags: 0.7~beta1-0ubuntu1
* New upstream beta release
  - Add libqca2-dev to build-depends for blowfish support
* Switch to source format v3 (Quilt) to use .bz2 tarball
  - Drop build-depends on quilt and update debian/rules
  - Add debian/source/format

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>ShortcutsSettingsPage</class>
 
4
 <widget class="QWidget" name="ShortcutsSettingsPage">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>497</width>
 
10
    <height>481</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Form</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout">
 
17
   <item>
 
18
    <layout class="QHBoxLayout" name="horizontalLayout">
 
19
     <item>
 
20
      <widget class="QLabel" name="label_2">
 
21
       <property name="text">
 
22
        <string>Search:</string>
 
23
       </property>
 
24
      </widget>
 
25
     </item>
 
26
     <item>
 
27
      <widget class="QLineEdit" name="searchEdit"/>
 
28
     </item>
 
29
    </layout>
 
30
   </item>
 
31
   <item>
 
32
    <widget class="QTreeView" name="shortcutsView">
 
33
     <property name="editTriggers">
 
34
      <set>QAbstractItemView::NoEditTriggers</set>
 
35
     </property>
 
36
     <property name="showDropIndicator" stdset="0">
 
37
      <bool>false</bool>
 
38
     </property>
 
39
     <property name="alternatingRowColors">
 
40
      <bool>true</bool>
 
41
     </property>
 
42
     <property name="sortingEnabled">
 
43
      <bool>true</bool>
 
44
     </property>
 
45
     <property name="animated">
 
46
      <bool>false</bool>
 
47
     </property>
 
48
     <property name="allColumnsShowFocus">
 
49
      <bool>true</bool>
 
50
     </property>
 
51
     <attribute name="headerCascadingSectionResizes">
 
52
      <bool>true</bool>
 
53
     </attribute>
 
54
     <attribute name="headerStretchLastSection">
 
55
      <bool>true</bool>
 
56
     </attribute>
 
57
    </widget>
 
58
   </item>
 
59
   <item>
 
60
    <widget class="QGroupBox" name="actionBox">
 
61
     <property name="title">
 
62
      <string>Shortcut for Selected Action</string>
 
63
     </property>
 
64
     <layout class="QGridLayout" name="gridLayout">
 
65
      <item row="0" column="0">
 
66
       <widget class="QRadioButton" name="useDefault">
 
67
        <property name="text">
 
68
         <string>Default:</string>
 
69
        </property>
 
70
       </widget>
 
71
      </item>
 
72
      <item row="0" column="1">
 
73
       <widget class="QLabel" name="defaultShortcut">
 
74
        <property name="text">
 
75
         <string>None</string>
 
76
        </property>
 
77
       </widget>
 
78
      </item>
 
79
      <item row="1" column="0">
 
80
       <widget class="QRadioButton" name="useCustom">
 
81
        <property name="text">
 
82
         <string>Custom:</string>
 
83
        </property>
 
84
       </widget>
 
85
      </item>
 
86
      <item row="1" column="1">
 
87
       <widget class="KeySequenceWidget" name="keySequenceWidget" native="true"/>
 
88
      </item>
 
89
      <item row="1" column="2">
 
90
       <spacer name="horizontalSpacer">
 
91
        <property name="orientation">
 
92
         <enum>Qt::Horizontal</enum>
 
93
        </property>
 
94
        <property name="sizeHint" stdset="0">
 
95
         <size>
 
96
          <width>346</width>
 
97
          <height>20</height>
 
98
         </size>
 
99
        </property>
 
100
       </spacer>
 
101
      </item>
 
102
     </layout>
 
103
    </widget>
 
104
   </item>
 
105
  </layout>
 
106
 </widget>
 
107
 <customwidgets>
 
108
  <customwidget>
 
109
   <class>KeySequenceWidget</class>
 
110
   <extends>QWidget</extends>
 
111
   <header>keysequencewidget.h</header>
 
112
   <container>1</container>
 
113
  </customwidget>
 
114
 </customwidgets>
 
115
 <tabstops>
 
116
  <tabstop>searchEdit</tabstop>
 
117
  <tabstop>shortcutsView</tabstop>
 
118
  <tabstop>useDefault</tabstop>
 
119
  <tabstop>useCustom</tabstop>
 
120
 </tabstops>
 
121
 <resources/>
 
122
 <connections/>
 
123
</ui>