From: duplo Date: Wed, 10 Dec 2008 15:14:29 +0000 (+0000) Subject: Add *.pyc in svn:ignore X-Git-Tag: 2.1.0~695 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=6e76a376f926ae0cf878eef619bb85240b8eaf03;p=bertos.git Add *.pyc in svn:ignore git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1987 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/BWizardPage.py b/wizard/BWizardPage.py new file mode 100644 index 00000000..3ef8360d --- /dev/null +++ b/wizard/BWizardPage.py @@ -0,0 +1,24 @@ +#!/usr/bin/env python +# encoding: utf-8 +# +# Copyright 2008 Develer S.r.l. (http://www.develer.com/) +# All rights reserved. +# +# $Id:$ +# +# Author: Lorenzo Berni +# + +from PyQt4.QtCore import * +from PyQt4.QtGui import * +from PyQt4 import uic + +class BWizardPage(QWizardPage): + + def __init__(self, wizardGui, parent = None): + QWizardPage.__init__(self, parent) + uic.loadUiType("start.ui") + self.pageContent = uic.loadUi(wizardGui, None) + layout = QVBoxLayout() + layout.addWidget(self.pageContent) + self.setLayout(layout) \ No newline at end of file diff --git a/wizard/bertos.qrc b/wizard/bertos.qrc index 3137005b..750cecbd 100644 --- a/wizard/bertos.qrc +++ b/wizard/bertos.qrc @@ -1,6 +1,6 @@ - images/new.png - images/open.png + images/filenew.png + images/fileopen.png diff --git a/wizard/images/filenew.png b/wizard/images/filenew.png new file mode 100755 index 00000000..8c2c68d8 Binary files /dev/null and b/wizard/images/filenew.png differ diff --git a/wizard/images/fileopen.png b/wizard/images/fileopen.png new file mode 100755 index 00000000..cb852e22 Binary files /dev/null and b/wizard/images/fileopen.png differ diff --git a/wizard/images/new.png b/wizard/images/new.png deleted file mode 100755 index 8c2c68d8..00000000 Binary files a/wizard/images/new.png and /dev/null differ diff --git a/wizard/images/open.png b/wizard/images/open.png deleted file mode 100755 index cb852e22..00000000 Binary files a/wizard/images/open.png and /dev/null differ diff --git a/wizard/output_select.ui b/wizard/output_select.ui index b9e78c5f..b51c7894 100644 --- a/wizard/output_select.ui +++ b/wizard/output_select.ui @@ -5,8 +5,8 @@ 0 0 - 640 - 480 + 149 + 184 @@ -18,53 +18,47 @@ Form - - - - 280 - 100 - 125 - 160 - - - - - - - Makefile - - - - - - - Eclipse - - - - - - - XCode - - - - - - - Visual Studio - - - - - - - NetBeans - - - - - + + + + + + + Makefile + + + + + + + Eclipse + + + + + + + XCode + + + + + + + Visual Studio + + + + + + + NetBeans + + + + + + diff --git a/wizard/start.ui b/wizard/start.ui index 150e3dec..5a8a52e1 100644 --- a/wizard/start.ui +++ b/wizard/start.ui @@ -5,118 +5,115 @@ 0 0 - 640 - 480 + 355 + 311 - - - 0 - 0 - - Form - - - - 150 - 140 - 361 - 171 - - - - - - - - - - 0 - 0 - - - - - 64 - 64 - - - - - - - - :/images/images/new.png:/images/images/new.png - - - - 64 - 64 - - - - - - - - Create a new bertos project - - - - - - - - - Qt::Horizontal - - - - - - - - - - 0 - 0 - - - - - 64 - 64 - - - - - - - - :/images/images/open.png:/images/images/open.png - - - - 64 - 64 - - - - - - - - Edit an existent bertos project - - - - - - - + + + + + + + + + + 128 + 128 + + + + + 128 + 128 + + + + + + + + :/images/images/filenew.png:/images/images/filenew.png + + + + 128 + 128 + + + + true + + + true + + + + + + + Create a new bertos project + + + + + + + + + Qt::Horizontal + + + + + + + + + + 128 + 128 + + + + + 128 + 128 + + + + + + + + :/images/images/fileopen.png:/images/images/fileopen.png + + + + 128 + 128 + + + + true + + + + + + + Edit an existent bertos project + + + + + + + +