added setup.py and future configuration window

This commit is contained in:
Markus Rosenstihl 2015-01-08 13:35:39 +01:00
parent 53234a2af8
commit 8f50675525
2 changed files with 181 additions and 0 deletions

6
setup.py Normal file
View File

@ -0,0 +1,6 @@
from setuptools import setup, find_packages
setup(
name = "HelloWorld",
version = "0.1",
packages = find_packages(),
)

175
ui/ConfigurationOptions.ui Normal file
View File

@ -0,0 +1,175 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>433</width>
<height>324</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QToolBox" name="toolBox">
<property name="minimumSize">
<size>
<width>409</width>
<height>300</height>
</size>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="page">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>409</width>
<height>232</height>
</rect>
</property>
<attribute name="label">
<string>Output Options</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QGroupBox" name="groupBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>380</width>
<height>0</height>
</size>
</property>
<property name="sizeIncrement">
<size>
<width>380</width>
<height>0</height>
</size>
</property>
<property name="title">
<string>File Types</string>
</property>
<layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="0">
<layout class="QGridLayout" name="gridLayout_3">
<item row="1" column="0">
<widget class="QCheckBox" name="checkBox">
<property name="text">
<string>Grace (*.agr)</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="comboBox">
<item>
<property name="text">
<string>PDF</string>
</property>
</item>
<item>
<property name="text">
<string>PNG</string>
</property>
</item>
<item>
<property name="text">
<string>JPG</string>
</property>
</item>
<item>
<property name="text">
<string>EPS</string>
</property>
</item>
</widget>
</item>
<item row="0" column="0">
<widget class="QCheckBox" name="checkBox_3">
<property name="text">
<string>ASCII Table (*.dat)</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QComboBox" name="comboBox_2">
<item>
<property name="text">
<string>72 dpi</string>
</property>
</item>
<item>
<property name="text">
<string>100 dpi</string>
</property>
</item>
<item>
<property name="text">
<string>200 dpi</string>
</property>
</item>
<item>
<property name="text">
<string>300 dpi</string>
</property>
</item>
<item>
<property name="text">
<string>600 dpi</string>
</property>
</item>
<item>
<property name="text">
<string>1200 dpi</string>
</property>
</item>
</widget>
</item>
<item row="2" column="0" rowspan="2">
<widget class="QCheckBox" name="checkBox_2">
<property name="text">
<string>Image (*.pdf, *.png, *.jpg, *.eps)</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_2">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>409</width>
<height>232</height>
</rect>
</property>
<attribute name="label">
<string>Input Options</string>
</attribute>
</widget>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>