From 002be776674998624dbf4abc7eb38b871f3a0da6 Mon Sep 17 00:00:00 2001 From: duplo Date: Tue, 16 Dec 2008 14:53:30 +0000 Subject: [PATCH] Add the folder selection wizard page git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2043 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/BFolderPage.py | 20 ++++++++ wizard/dir_select.ui | 112 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 132 insertions(+) create mode 100644 wizard/BFolderPage.py create mode 100644 wizard/dir_select.ui diff --git a/wizard/BFolderPage.py b/wizard/BFolderPage.py new file mode 100644 index 00000000..e359b599 --- /dev/null +++ b/wizard/BFolderPage.py @@ -0,0 +1,20 @@ +#!/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.QtGui import * +from BWizardPage import * +import bertos_utils + +class BFolderPage(BWizardPage): + + def __init__(self): + BWizardPage.__init__(self, "dir_select.ui") + self.setTitle(self.tr("Select the BeRTOS version needed")) \ No newline at end of file diff --git a/wizard/dir_select.ui b/wizard/dir_select.ui new file mode 100644 index 00000000..3fcc5b66 --- /dev/null +++ b/wizard/dir_select.ui @@ -0,0 +1,112 @@ + + Form + + + + 0 + 0 + 367 + 88 + + + + + 0 + 0 + + + + Form + + + + + + + + Project Name + + + + + + + Destination directory + + + + + + + + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + + + + + + 26 + 26 + + + + + 26 + 26 + + + + + 26 + 26 + + + + + + + + :/images/folderopen.png:/images/folderopen.png + + + + 26 + 26 + + + + + + + + + + + + + + + -- 2.25.1