aboutsummaryrefslogtreecommitdiff
path: root/lumina-config/mainUI.ui
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-08-12 15:34:47 -0400
committerKen Moore <moorekou@gmail.com>2015-08-12 15:34:47 -0400
commita3a66f9dda3425ffb6fd51f4d07fd4ecb7e61884 (patch)
treef7f042b9670300e6315dc7eda6e14dfe3a115428 /lumina-config/mainUI.ui
parentAdd a new data backend to lumina-fm: DirData.h (diff)
downloadlumina-a3a66f9dda3425ffb6fd51f4d07fd4ecb7e61884.tar.gz
lumina-a3a66f9dda3425ffb6fd51f4d07fd4ecb7e61884.tar.bz2
lumina-a3a66f9dda3425ffb6fd51f4d07fd4ecb7e61884.zip
Add an extension to the Lumina theme engine/class for specifying a mouse cursor theme. This is integrated into lumina-config as well, but still have 2 problems with it:
1) The active re-loading of the new cursors does not work yet (Qt issues I am still working on) 2) The X11 Cursor file to use for the sample image cannot be loaded by Qt (need to write my own format conversion routine)
Diffstat (limited to 'lumina-config/mainUI.ui')
-rw-r--r--lumina-config/mainUI.ui53
1 files changed, 48 insertions, 5 deletions
diff --git a/lumina-config/mainUI.ui b/lumina-config/mainUI.ui
index eee44aa5..aa7024d3 100644
--- a/lumina-config/mainUI.ui
+++ b/lumina-config/mainUI.ui
@@ -109,7 +109,7 @@
<enum>QFrame::StyledPanel</enum>
</property>
<property name="currentIndex">
- <number>4</number>
+ <number>0</number>
</property>
<widget class="QWidget" name="page_desktop">
<layout class="QVBoxLayout" name="verticalLayout_3">
@@ -370,6 +370,49 @@
<item row="4" column="1">
<widget class="QComboBox" name="combo_session_icontheme"/>
</item>
+ <item row="5" column="0">
+ <widget class="QLabel" name="label_31">
+ <property name="text">
+ <string>Mouse Cursors:</string>
+ </property>
+ </widget>
+ </item>
+ <item row="5" column="1">
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
+ <item>
+ <widget class="QComboBox" name="combo_session_cursortheme">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLabel" name="label_cursor_sample">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="toolTip">
+ <string notr="true"/>
+ </property>
+ <property name="text">
+ <string notr="true"/>
+ </property>
+ <property name="scaledContents">
+ <bool>true</bool>
+ </property>
+ <property name="alignment">
+ <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
</layout>
</widget>
</widget>
@@ -570,8 +613,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>27</width>
- <height>16</height>
+ <width>98</width>
+ <height>28</height>
</rect>
</property>
</widget>
@@ -1447,8 +1490,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>518</width>
- <height>139</height>
+ <width>117</width>
+ <height>28</height>
</rect>
</property>
<property name="sizePolicy">
bgstack15