aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core-utils/lumina-config/KeyCatch.ui
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2016-06-29 12:26:59 -0400
committerKen Moore <moorekou@gmail.com>2016-06-29 12:26:59 -0400
commit7ae2868785f32f9bba49df22c9679fdb23edb263 (patch)
tree923863ddfb08896d40157cb8791db57468517428 /src-qt5/core-utils/lumina-config/KeyCatch.ui
parentAdd Control+[shift]+Tab shortcuts for cycling between open windows in grouped... (diff)
parentAnother couple quick fixes for the FreeBSD port files. (diff)
downloadlumina-7ae2868785f32f9bba49df22c9679fdb23edb263.tar.gz
lumina-7ae2868785f32f9bba49df22c9679fdb23edb263.tar.bz2
lumina-7ae2868785f32f9bba49df22c9679fdb23edb263.zip
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'src-qt5/core-utils/lumina-config/KeyCatch.ui')
-rw-r--r--src-qt5/core-utils/lumina-config/KeyCatch.ui88
1 files changed, 0 insertions, 88 deletions
diff --git a/src-qt5/core-utils/lumina-config/KeyCatch.ui b/src-qt5/core-utils/lumina-config/KeyCatch.ui
deleted file mode 100644
index 99f4095d..00000000
--- a/src-qt5/core-utils/lumina-config/KeyCatch.ui
+++ /dev/null
@@ -1,88 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>KeyCatch</class>
- <widget class="QDialog" name="KeyCatch">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>439</width>
- <height>147</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Key Press Detection</string>
- </property>
- <property name="modal">
- <bool>false</bool>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <spacer name="verticalSpacer_2">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>40</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QLabel" name="label">
- <property name="font">
- <font>
- <weight>75</weight>
- <bold>true</bold>
- </font>
- </property>
- <property name="text">
- <string>Press the keys you wish to assign.</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="verticalSpacer">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>40</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QLabel" name="label_2">
- <property name="text">
- <string>Notes:
-Special keys can only be detected if the proper keyboard driver is in use.
-Current keyboard bindings will also be ignored.</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QDialogButtonBox" name="buttonBox">
- <property name="standardButtons">
- <set>QDialogButtonBox::Cancel</set>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
-</ui>
bgstack15