forked from openlp/openlp
Added buttons to the service manager, hopefully completing the main window.
bzr-revno: 47
This commit is contained in:
parent
2d1f84398d
commit
0bf6ef716e
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE UserProject SYSTEM "UserProject-4.0.dtd">
|
||||
<!-- eric4 user project file for project openlp.org 2.0 -->
|
||||
<!-- Saved: 2008-10-27, 22:19:48 -->
|
||||
<!-- Saved: 2008-10-28, 22:43:48 -->
|
||||
<!-- Copyright (C) 2008 Raoul Snyman, raoulsnyman@openlp.org -->
|
||||
<UserProject version="4.0">
|
||||
</UserProject>
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE Tasks SYSTEM "Tasks-4.1.dtd">
|
||||
<!-- eric4 tasks file for project openlp.org 2.0 -->
|
||||
<!-- Saved: 2008-10-27, 22:19:48 -->
|
||||
<!-- Saved: 2008-10-28, 22:43:48 -->
|
||||
<Tasks version="4.1">
|
||||
</Tasks>
|
@ -59,7 +59,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>254</width>
|
||||
<width>228</width>
|
||||
<height>536</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -99,7 +99,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>254</width>
|
||||
<width>227</width>
|
||||
<height>536</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -290,7 +290,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>263</width>
|
||||
<width>267</width>
|
||||
<height>609</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -485,7 +485,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>263</width>
|
||||
<width>267</width>
|
||||
<height>609</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -669,7 +669,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>263</width>
|
||||
<width>267</width>
|
||||
<height>609</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -858,7 +858,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>263</width>
|
||||
<width>267</width>
|
||||
<height>609</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -1007,7 +1007,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>263</width>
|
||||
<width>267</width>
|
||||
<height>609</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -1162,7 +1162,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>263</width>
|
||||
<width>267</width>
|
||||
<height>609</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -1357,6 +1357,93 @@
|
||||
<property name="bottomMargin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QToolButton" name="MoveTopButton" >
|
||||
<property name="text" >
|
||||
<string>Move To Top</string>
|
||||
</property>
|
||||
<property name="icon" >
|
||||
<iconset resource="../images/openlp-2.qrc" >
|
||||
<normaloff>:/services/service_top.png</normaloff>:/services/service_top.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize" >
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="autoRaise" >
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QToolButton" name="MoveUpButton" >
|
||||
<property name="text" >
|
||||
<string>Move Up</string>
|
||||
</property>
|
||||
<property name="icon" >
|
||||
<iconset resource="../images/openlp-2.qrc" >
|
||||
<normaloff>:/services/service_up.png</normaloff>:/services/service_up.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize" >
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="autoRaise" >
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QToolButton" name="MoveDownButton" >
|
||||
<property name="text" >
|
||||
<string>Move Down</string>
|
||||
</property>
|
||||
<property name="icon" >
|
||||
<iconset resource="../images/openlp-2.qrc" >
|
||||
<normaloff>:/services/service_down.png</normaloff>:/services/service_down.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize" >
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="autoRaise" >
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QToolButton" name="MoveBottomButton" >
|
||||
<property name="text" >
|
||||
<string>Move To Bottom</string>
|
||||
</property>
|
||||
<property name="icon" >
|
||||
<iconset resource="../images/openlp-2.qrc" >
|
||||
<normaloff>:/services/service_bottom.png</normaloff>:/services/service_bottom.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize" >
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="autoRaise" >
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="Line" name="ServiceDividerLine" >
|
||||
<property name="orientation" >
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QToolButton" name="ServiceNewItem" >
|
||||
<property name="text" >
|
||||
|
Loading…
Reference in New Issue
Block a user