forked from openlp/openlp
Updated main form, added some more resource images.
bzr-revno: 16
This commit is contained in:
parent
6140dbe500
commit
059dc37cd1
@ -5,8 +5,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>800</width>
|
||||
<height>600</height>
|
||||
<width>1087</width>
|
||||
<height>847</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy" >
|
||||
@ -18,35 +18,130 @@
|
||||
<property name="windowTitle" >
|
||||
<string>openlp.org 2.0</string>
|
||||
</property>
|
||||
<widget class="QWidget" name="centralwidget" >
|
||||
<widget class="QWidget" name="MainContent" >
|
||||
<property name="sizePolicy" >
|
||||
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_4" >
|
||||
<property name="spacing" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="margin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QSplitter" name="ControlSplitter" >
|
||||
<property name="orientation" >
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<widget class="QWidget" native="1" name="PreviewPane" >
|
||||
<layout class="QVBoxLayout" name="verticalLayout" >
|
||||
<property name="spacing" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="margin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QSplitter" name="PreviewSplitter" >
|
||||
<property name="orientation" >
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<widget class="QScrollArea" name="PreviewController" >
|
||||
<property name="widgetResizable" >
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<widget class="QWidget" name="PreviewControllerContents" >
|
||||
<property name="geometry" >
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>257</width>
|
||||
<height>536</height>
|
||||
</rect>
|
||||
</property>
|
||||
</widget>
|
||||
</widget>
|
||||
<widget class="QGraphicsView" name="PreviewScreen" >
|
||||
<property name="maximumSize" >
|
||||
<size>
|
||||
<width>16777215</width>
|
||||
<height>250</height>
|
||||
</size>
|
||||
</property>
|
||||
</widget>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="QWidget" native="1" name="LivePane" >
|
||||
<layout class="QVBoxLayout" name="verticalLayout_3" >
|
||||
<property name="spacing" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="margin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QSplitter" name="LiveSplitter" >
|
||||
<property name="orientation" >
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<widget class="QScrollArea" name="LiveController" >
|
||||
<property name="widgetResizable" >
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<widget class="QWidget" name="LiveControllerContents" >
|
||||
<property name="geometry" >
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>257</width>
|
||||
<height>536</height>
|
||||
</rect>
|
||||
</property>
|
||||
</widget>
|
||||
</widget>
|
||||
<widget class="QGraphicsView" name="LiveScreen" >
|
||||
<property name="maximumSize" >
|
||||
<size>
|
||||
<width>16777215</width>
|
||||
<height>250</height>
|
||||
</size>
|
||||
</property>
|
||||
</widget>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="QMenuBar" name="menubar" >
|
||||
<widget class="QMenuBar" name="MenuBar" >
|
||||
<property name="geometry" >
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>800</width>
|
||||
<width>1087</width>
|
||||
<height>27</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="menu_File" >
|
||||
<widget class="QMenu" name="FileMenu" >
|
||||
<property name="title" >
|
||||
<string>&File</string>
|
||||
</property>
|
||||
<widget class="QMenu" name="menu_Import" >
|
||||
<widget class="QMenu" name="FileImportMenu" >
|
||||
<property name="title" >
|
||||
<string>&Import</string>
|
||||
</property>
|
||||
<addaction name="action_Song" />
|
||||
<addaction name="action_Bible" />
|
||||
<addaction name="action_Theme" />
|
||||
<addaction name="action_Language" />
|
||||
<addaction name="ImportSongItem" />
|
||||
<addaction name="ImportBibleItem" />
|
||||
<addaction name="ImportThemeItem" />
|
||||
<addaction name="ImportLanguageItem" />
|
||||
</widget>
|
||||
<widget class="QMenu" name="menu_Export" >
|
||||
<property name="title" >
|
||||
@ -57,12 +152,12 @@
|
||||
<addaction name="action_Theme_2" />
|
||||
<addaction name="action_Language_2" />
|
||||
</widget>
|
||||
<addaction name="action_New" />
|
||||
<addaction name="action_Open" />
|
||||
<addaction name="action_Save" />
|
||||
<addaction name="actionSave_As" />
|
||||
<addaction name="FileNewItem" />
|
||||
<addaction name="FileOpenItem" />
|
||||
<addaction name="FileSaveItem" />
|
||||
<addaction name="FileSaveAsItem" />
|
||||
<addaction name="separator" />
|
||||
<addaction name="menu_Import" />
|
||||
<addaction name="FileImportMenu" />
|
||||
<addaction name="menu_Export" />
|
||||
<addaction name="separator" />
|
||||
<addaction name="actionE_xit" />
|
||||
@ -100,7 +195,7 @@
|
||||
<addaction name="action_Web_Site" />
|
||||
<addaction name="action_About" />
|
||||
</widget>
|
||||
<addaction name="menu_File" />
|
||||
<addaction name="FileMenu" />
|
||||
<addaction name="menu_Options" />
|
||||
<addaction name="menu_Help" />
|
||||
<addaction name="menu_Help_2" />
|
||||
@ -146,8 +241,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>311</width>
|
||||
<height>445</height>
|
||||
<width>291</width>
|
||||
<height>692</height>
|
||||
</rect>
|
||||
</property>
|
||||
<attribute name="label" >
|
||||
@ -161,14 +256,11 @@
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QFrame" name="frame" >
|
||||
<property name="frameShape" >
|
||||
<enum>QFrame::StyledPanel</enum>
|
||||
</property>
|
||||
<property name="frameShadow" >
|
||||
<enum>QFrame::Raised</enum>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_3" >
|
||||
<widget class="QWidget" native="1" name="widget_2" >
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_5" >
|
||||
<property name="spacing" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="margin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
@ -258,8 +350,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>311</width>
|
||||
<height>445</height>
|
||||
<width>291</width>
|
||||
<height>692</height>
|
||||
</rect>
|
||||
</property>
|
||||
<attribute name="label" >
|
||||
@ -282,8 +374,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>311</width>
|
||||
<height>445</height>
|
||||
<width>291</width>
|
||||
<height>692</height>
|
||||
</rect>
|
||||
</property>
|
||||
<attribute name="label" >
|
||||
@ -303,10 +395,129 @@
|
||||
<number>2</number>
|
||||
</attribute>
|
||||
<widget class="QWidget" name="OrderOfServiceContents" >
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_2" >
|
||||
<layout class="QVBoxLayout" name="verticalLayout_4" >
|
||||
<property name="spacing" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="margin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QWidget" native="1" name="ServiceToolbar" >
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_2" >
|
||||
<property name="spacing" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="leftMargin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="topMargin" >
|
||||
<number>2</number>
|
||||
</property>
|
||||
<property name="rightMargin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="bottomMargin" >
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QToolButton" name="ServiceNewItem" >
|
||||
<property name="text" >
|
||||
<string>New Service</string>
|
||||
</property>
|
||||
<property name="icon" >
|
||||
<iconset resource="../images/openlp-2.qrc" >
|
||||
<normaloff>:/services/services/service_new.png</normaloff>:/services/services/service_new.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize" >
|
||||
<size>
|
||||
<width>22</width>
|
||||
<height>22</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="autoRaise" >
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QToolButton" name="ServiceOpenItem" >
|
||||
<property name="text" >
|
||||
<string>Open Service</string>
|
||||
</property>
|
||||
<property name="icon" >
|
||||
<iconset resource="../images/openlp-2.qrc" >
|
||||
<normaloff>:/services/services/service_open.png</normaloff>:/services/services/service_open.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize" >
|
||||
<size>
|
||||
<width>22</width>
|
||||
<height>22</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="autoRaise" >
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QToolButton" name="ServiceSaveToolbar" >
|
||||
<property name="text" >
|
||||
<string>Save Service</string>
|
||||
</property>
|
||||
<property name="icon" >
|
||||
<iconset resource="../images/openlp-2.qrc" >
|
||||
<normaloff>:/services/services/service_save.png</normaloff>:/services/services/service_save.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize" >
|
||||
<size>
|
||||
<width>22</width>
|
||||
<height>22</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="autoRaise" >
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="comboBox" >
|
||||
<property name="sizeAdjustPolicy" >
|
||||
<enum>QComboBox::AdjustToContents</enum>
|
||||
</property>
|
||||
<item>
|
||||
<property name="text" >
|
||||
<string>African Sunset</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text" >
|
||||
<string>Snowy Mountains</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text" >
|
||||
<string>Wilderness</string>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="ServiceToolbarLayout" >
|
||||
<property name="orientation" >
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0" >
|
||||
<size>
|
||||
<width>40</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QListView" name="OrderOfServiceListView" />
|
||||
</item>
|
||||
@ -334,22 +545,22 @@
|
||||
</layout>
|
||||
</widget>
|
||||
</widget>
|
||||
<action name="action_New" >
|
||||
<action name="FileNewItem" >
|
||||
<property name="text" >
|
||||
<string>&New</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Open" >
|
||||
<action name="FileOpenItem" >
|
||||
<property name="text" >
|
||||
<string>&Open</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Save" >
|
||||
<action name="FileSaveItem" >
|
||||
<property name="text" >
|
||||
<string>&Save</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSave_As" >
|
||||
<action name="FileSaveAsItem" >
|
||||
<property name="text" >
|
||||
<string>Save &As...</string>
|
||||
</property>
|
||||
@ -359,22 +570,22 @@
|
||||
<string>E&xit</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Song" >
|
||||
<action name="ImportSongItem" >
|
||||
<property name="text" >
|
||||
<string>&Song</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Bible" >
|
||||
<action name="ImportBibleItem" >
|
||||
<property name="text" >
|
||||
<string>&Bible</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Theme" >
|
||||
<action name="ImportThemeItem" >
|
||||
<property name="text" >
|
||||
<string>&Theme</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Language" >
|
||||
<action name="ImportLanguageItem" >
|
||||
<property name="text" >
|
||||
<string>&Language</string>
|
||||
</property>
|
||||
|
@ -4,4 +4,9 @@
|
||||
<file>songs/song_export.png</file>
|
||||
<file>songs/song_new.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="services" >
|
||||
<file>services/service_new.png</file>
|
||||
<file>services/service_open.png</file>
|
||||
<file>services/service_save.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
BIN
openlp/resources/images/services/service_new.png
Normal file
BIN
openlp/resources/images/services/service_new.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 579 B |
BIN
openlp/resources/images/services/service_open.png
Normal file
BIN
openlp/resources/images/services/service_open.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 531 B |
BIN
openlp/resources/images/services/service_save.png
Normal file
BIN
openlp/resources/images/services/service_save.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 563 B |
Loading…
Reference in New Issue
Block a user