Tutorial Hacking Scribus User Interface: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
Line 10: Line 10:
# Download Qt and Qt-Creator
# Download Qt and Qt-Creator
# Download the latest scribus trunk  
# Download the latest scribus trunk  
:* Subversion: `svn co svn://scribus.net/trunk/Scribus scribus150`
:* Subversion: svn co svn://scribus.net/trunk/Scribus scribus150
:* Git:  
:* 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

Revision as of 20:36, 24 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