Tutorial Hacking Scribus User Interface: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
(Created page with "== Purpose == For those that are interested in proposing new designs ideas for the Scribus UI. == Tools == * Version Control System - Subversion (preferred by the Scribus tea...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 10: Line 10:
# Download Qt and Qt-Creator
# Download Qt and Qt-Creator
# Download the latest scribus trunk  
# Download the latest scribus trunk  
:* svn code
:* Subversion: svn co svn://scribus.net/trunk/Scribus scribus150
:* git code
:* Git: git clone -b svn https://github.com/scribusproject/scribus.git
# cd in to the ui/ directory (Scribus/scribus/ui/)
# cd in to the ui/ directory (Scribus/scribus/ui/)
# open the .ui file in either Creator or Designer
# open the .ui file in either Creator or Designer
# set the stylesheet parameter
# set the stylesheet parameter
[[Category:Development]]

Latest revision as of 19:36, 26 February 2015

Purpose

For those that are interested in proposing new designs ideas for the Scribus UI.

Tools

  • Version Control System - Subversion (preferred by the Scribus team) or Git
  • Qt5 Framework
  • Qt-Creator - IDE

Setup

  1. Download Qt and Qt-Creator
  2. Download the latest scribus trunk
  1. cd in to the ui/ directory (Scribus/scribus/ui/)
  2. open the .ui file in either Creator or Designer
  3. set the stylesheet parameter