Fix crash if key bindings specified in profile cannot be found. Improve
[personal-kdebase.git] / apps / konsole / src / ColorSchemeEditor.ui
blob4f00a20c937d5b234f056c969d0b8a5b464ee92e
1 <ui version="4.0" >
2  <class>ColorSchemeEditor</class>
3  <widget class="QWidget" name="ColorSchemeEditor" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>364</width>
9     <height>475</height>
10    </rect>
11   </property>
12   <layout class="QVBoxLayout" >
13    <property name="margin" >
14     <number>0</number>
15    </property>
16    <item>
17     <layout class="QHBoxLayout" >
18      <item>
19       <widget class="QLabel" name="label" >
20        <property name="text" >
21         <string>Description:</string>
22        </property>
23        <property name="alignment" >
24         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
25        </property>
26       </widget>
27      </item>
28      <item>
29       <widget class="QLineEdit" name="descriptionEdit" />
30      </item>
31     </layout>
32    </item>
33    <item>
34     <widget class="QTableWidget" name="colorTable" />
35    </item>
36    <item>
37     <layout class="QHBoxLayout" >
38      <item>
39       <widget class="QLabel" name="label_2" >
40        <property name="text" >
41         <string>Background transparency:</string>
42        </property>
43        <property name="alignment" >
44         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
45        </property>
46       </widget>
47      </item>
48      <item>
49       <widget class="QSlider" name="transparencySlider" >
50        <property name="maximum" >
51         <number>100</number>
52        </property>
53        <property name="orientation" >
54         <enum>Qt::Horizontal</enum>
55        </property>
56       </widget>
57      </item>
58      <item>
59       <widget class="QLabel" name="transparencyPercentLabel" >
60        <property name="text" >
61         <string>Percent</string>
62        </property>
63        <property name="alignment" >
64         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
65        </property>
66       </widget>
67      </item>
68     </layout>
69    </item>
70    <item>
71     <widget class="QCheckBox" name="randomizedBackgroundCheck" >
72      <property name="text" >
73       <string>Vary the background color for each tab</string>
74      </property>
75     </widget>
76    </item>
77    <item>
78     <spacer>
79      <property name="orientation" >
80       <enum>Qt::Vertical</enum>
81      </property>
82      <property name="sizeType" >
83       <enum>QSizePolicy::Fixed</enum>
84      </property>
85      <property name="sizeHint" stdset="0" >
86       <size>
87        <width>364</width>
88        <height>5</height>
89       </size>
90      </property>
91     </spacer>
92    </item>
93    <item>
94     <widget class="Konsole::WarningBox" native="1" name="transparencyWarningWidget" >
95     </widget>
96    </item>
97   </layout>
98  </widget>
99  <customwidgets>
100   <customwidget>
101    <class>Konsole::WarningBox</class>
102    <extends>QWidget</extends>
103    <header>WarningBox.h</header>
104    <container>1</container>
105   </customwidget>
106  </customwidgets>
107  <resources/>
108  <connections/>
109 </ui>