diff options
Diffstat (limited to 'khotkeys/kcontrol/ui/window_trigger_widget_ui.ui')
-rw-r--r-- | khotkeys/kcontrol/ui/window_trigger_widget_ui.ui | 131 |
1 files changed, 131 insertions, 0 deletions
diff --git a/khotkeys/kcontrol/ui/window_trigger_widget_ui.ui b/khotkeys/kcontrol/ui/window_trigger_widget_ui.ui new file mode 100644 index 000000000..58d15e3cf --- /dev/null +++ b/khotkeys/kcontrol/ui/window_trigger_widget_ui.ui @@ -0,0 +1,131 @@ +<!DOCTYPE UI><UI version="3.0" stdsetdef="1"> +<class>KHotKeys::Window_trigger_widget_ui</class> +<widget class="QWidget"> + <property name="name"> + <cstring>Window_trigger_widget_ui</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>592</width> + <height>480</height> + </rect> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>11</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="QGroupBox"> + <property name="name"> + <cstring>GroupBox4</cstring> + </property> + <property name="title"> + <string>Trigger When</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>11</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="QCheckBox"> + <property name="name"> + <cstring>window_appears_checkbox</cstring> + </property> + <property name="text"> + <string>Window appears</string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>window_disappears_checkbox</cstring> + </property> + <property name="text"> + <string>Window disappears</string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>window_activates_checkbox</cstring> + </property> + <property name="text"> + <string>Window activates</string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>window_deactivates_checkbox</cstring> + </property> + <property name="text"> + <string>Window deactivates</string> + </property> + </widget> + </vbox> + </widget> + <widget class="QGroupBox"> + <property name="name"> + <cstring>window_groupbox</cstring> + </property> + <property name="title"> + <string>Window</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>11</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="KHotKeys::Windowdef_list_widget"> + <property name="name"> + <cstring>windowdef_list_widget</cstring> + </property> + </widget> + </vbox> + </widget> + </vbox> +</widget> +<customwidgets> + <customwidget> + <class>Windowdef_list_widget</class> + <header location="local">windowdef_list_widget.h</header> + <sizehint> + <width>200</width> + <height>100</height> + </sizehint> + <container>0</container> + <sizepolicy> + <hordata>5</hordata> + <verdata>5</verdata> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + <pixmap>image0</pixmap> + <signal>autodetect_pressed()</signal> + </customwidget> +</customwidgets> +<images> + <image name="image0"> + <data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data> + </image> +</images> +<includes> + <include location="global" impldecl="in implementation">kdialog.h</include> +</includes> +<layoutdefaults spacing="6" margin="11"/> +<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> +</UI> |