Choreo Code
Status: Planning
Brought to you by:
oenning42
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ChoreoClass</class>
<widget class="QMainWindow" name="ChoreoClass">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1195</width>
<height>750</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>400</width>
<height>600</height>
</size>
</property>
<property name="windowTitle">
<string>Choreo</string>
</property>
<property name="windowIcon">
<iconset resource="ressourcen.qrc">
<normaloff>:/icons/icon64</normaloff>
<normalon>:/icons/icon64</normalon>
<disabledoff>:/icons/icon64</disabledoff>
<disabledon>:/icons/icon64</disabledon>
<activeoff>:/icons/icon64</activeoff>
<activeon>:/icons/icon64</activeon>
<selectedoff>:/icons/icon64</selectedoff>
<selectedon>:/icons/icon64</selectedon>:/icons/icon64</iconset>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="CView" name="graphicsView">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="baseSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="backgroundBrush">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>245</red>
<green>245</green>
<blue>201</blue>
</color>
</brush>
</property>
<property name="dragMode">
<enum>QGraphicsView::RubberBandDrag</enum>
</property>
<property name="transformationAnchor">
<enum>QGraphicsView::NoAnchor</enum>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1195</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QDockWidget" name="dockWidget_2">
<property name="minimumSize">
<size>
<width>300</width>
<height>42</height>
</size>
</property>
<property name="floating">
<bool>false</bool>
</property>
<property name="features">
<set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
</property>
<property name="allowedAreas">
<set>Qt::LeftDockWidgetArea|Qt::RightDockWidgetArea</set>
</property>
<attribute name="dockWidgetArea">
<number>2</number>
</attribute>
<widget class="QWidget" name="dockWidgetContents_2">
<widget class="QPushButton" name="button_clear">
<property name="geometry">
<rect>
<x>0</x>
<y>120</y>
<width>151</width>
<height>32</height>
</rect>
</property>
<property name="toolTip">
<string>alle Bilder löschen und neu anfangen</string>
</property>
<property name="text">
<string>Alles löschen</string>
</property>
</widget>
<widget class="QPushButton" name="button_speichern">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>151</width>
<height>32</height>
</rect>
</property>
<property name="toolTip">
<string>Speichern einer Choreo Datei (Endung .dat)</string>
</property>
<property name="text">
<string>Speichern</string>
</property>
</widget>
<widget class="QPushButton" name="button_remove">
<property name="geometry">
<rect>
<x>0</x>
<y>90</y>
<width>151</width>
<height>32</height>
</rect>
</property>
<property name="toolTip">
<string>diese Bild entfernen</string>
</property>
<property name="text">
<string>Bild löschen</string>
</property>
</widget>
<widget class="QPushButton" name="button_next">
<property name="geometry">
<rect>
<x>240</x>
<y>60</y>
<width>62</width>
<height>32</height>
</rect>
</property>
<property name="toolTip">
<string>ein Bil vorspringen</string>
</property>
<property name="text">
<string>>></string>
</property>
</widget>
<widget class="QPushButton" name="button_showNextScene">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>150</x>
<y>60</y>
<width>97</width>
<height>32</height>
</rect>
</property>
<property name="toolTip">
<string>Blendet das nachfolgende Bild ein</string>
</property>
<property name="text">
<string>> zeigen</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="button_prev">
<property name="geometry">
<rect>
<x>0</x>
<y>60</y>
<width>62</width>
<height>32</height>
</rect>
</property>
<property name="toolTip">
<string>ein Bild zurück springen</string>
</property>
<property name="text">
<string><<</string>
</property>
</widget>
<widget class="QPushButton" name="button_showLastScene">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>56</x>
<y>60</y>
<width>91</width>
<height>32</height>
</rect>
</property>
<property name="toolTip">
<string>Blendet das vorherige Bild ein</string>
</property>
<property name="text">
<string>< zeigen</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="button_add">
<property name="geometry">
<rect>
<x>149</x>
<y>30</y>
<width>151</width>
<height>32</height>
</rect>
</property>
<property name="toolTip">
<string>Ein leeres Bild an der aktuellen Stelle einfügen</string>
</property>
<property name="text">
<string>Bild hinzufügen</string>
</property>
</widget>
<widget class="QLabel" name="label_sceneNr">
<property name="geometry">
<rect>
<x>176</x>
<y>100</y>
<width>101</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Aktuelle Bildnummer und Anzahl der Bilder</string>
</property>
<property name="text">
<string>0 von 0</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>20</x>
<y>376</y>
<width>43</width>
<height>16</height>
</rect>
</property>
<property name="toolTip">
<string>Raster (Fang) Einstellungen</string>
</property>
<property name="text">
<string>Raster:</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_raster_1">
<property name="geometry">
<rect>
<x>18</x>
<y>400</y>
<width>69</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Raster (Fang) Einstellungen</string>
</property>
<property name="text">
<string>0.01 m</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_raster_4">
<property name="geometry">
<rect>
<x>97</x>
<y>400</y>
<width>69</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Raster (Fang) Einstellungen</string>
</property>
<property name="text">
<string>0.25 m</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_raster_3">
<property name="geometry">
<rect>
<x>18</x>
<y>443</y>
<width>69</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Raster (Fang) Einstellungen</string>
</property>
<property name="text">
<string>0.20 m</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_raster_6">
<property name="geometry">
<rect>
<x>176</x>
<y>400</y>
<width>69</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Raster (Fang) Einstellungen</string>
</property>
<property name="text">
<string>0.50 m</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_raster_2">
<property name="geometry">
<rect>
<x>18</x>
<y>419</y>
<width>69</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Raster (Fang) Einstellungen</string>
</property>
<property name="text">
<string>0.10 m</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_raster_5">
<property name="geometry">
<rect>
<x>97</x>
<y>419</y>
<width>69</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Raster (Fang) Einstellungen</string>
</property>
<property name="text">
<string>0.33 m</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_raster_7">
<property name="geometry">
<rect>
<x>176</x>
<y>419</y>
<width>69</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Raster (Fang) Einstellungen</string>
</property>
<property name="text">
<string>1.00 m</string>
</property>
</widget>
<widget class="QPushButton" name="button_laden">
<property name="geometry">
<rect>
<x>150</x>
<y>0</y>
<width>151</width>
<height>32</height>
</rect>
</property>
<property name="toolTip">
<string>Laden einer Choreo Datei. (Endung .dat)</string>
</property>
<property name="text">
<string>Laden</string>
</property>
</widget>
<widget class="QPushButton" name="button_changeGender">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>160</y>
<width>151</width>
<height>32</height>
</rect>
</property>
<property name="toolTip">
<string>Wechselt die Positionen von Herren und Damen in allen Paaren</string>
</property>
<property name="text">
<string>Wechsel H<->D</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="button_visibleH">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>150</x>
<y>160</y>
<width>71</width>
<height>32</height>
</rect>
</property>
<property name="toolTip">
<string>Herren ein/ausblenden</string>
</property>
<property name="text">
<string>Herren</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="button_showcords">
<property name="geometry">
<rect>
<x>0</x>
<y>310</y>
<width>151</width>
<height>32</height>
</rect>
</property>
<property name="toolTip">
<string>Koordinaten eines markierten Tänzers ein/ausblenden</string>
</property>
<property name="text">
<string>Koordinaten an/aus</string>
</property>
</widget>
<widget class="QPushButton" name="button_visibleD">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>230</x>
<y>160</y>
<width>71</width>
<height>32</height>
</rect>
</property>
<property name="toolTip">
<string>Damen ein/ausblenden</string>
</property>
<property name="text">
<string>Damen</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_name">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>131</width>
<height>22</height>
</rect>
</property>
<property name="toolTip">
<string>Der Name der Choreografie</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>100</x>
<y>630</y>
<width>191</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>copyright Markus Oenning (Markus@Oenning.de) 2010</string>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="button_printAll">
<property name="geometry">
<rect>
<x>0</x>
<y>580</y>
<width>301</width>
<height>32</height>
</rect>
</property>
<property name="toolTip">
<string>druckt alle Bilder</string>
</property>
<property name="text">
<string>alle Bilder drucken</string>
</property>
</widget>
<widget class="QPushButton" name="button_switchCouple">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>340</y>
<width>151</width>
<height>32</height>
</rect>
</property>
<property name="toolTip">
<string>Tausch die Position zweier Paare</string>
</property>
<property name="text">
<string>Paartausch</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="button_print">
<property name="geometry">
<rect>
<x>0</x>
<y>550</y>
<width>301</width>
<height>32</height>
</rect>
</property>
<property name="toolTip">
<string>druckt das aktuelle Bild</string>
</property>
<property name="text">
<string>aktuelles Bild drucken</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>10</x>
<y>620</y>
<width>112</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Version Alpha 1.0</string>
</property>
</widget>
<widget class="QPushButton" name="button_switchLabel">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>280</y>
<width>151</width>
<height>32</height>
</rect>
</property>
<property name="toolTip">
<string>Wechselt die Bezeichnung eines markierten Tänzers</string>
</property>
<property name="text">
<string>Label</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
</widget>
<widget class="QSlider" name="slider_ani">
<property name="geometry">
<rect>
<x>20</x>
<y>489</y>
<width>191</width>
<height>31</height>
</rect>
</property>
<property name="toolTip">
<string>Animationsgeschwindigkeit (s)</string>
</property>
<property name="maximum">
<number>10</number>
</property>
<property name="pageStep">
<number>1</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="tickPosition">
<enum>QSlider::TicksBelow</enum>
</property>
<property name="tickInterval">
<number>0</number>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>469</y>
<width>271</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Animationsgeschwindigkeit (s) </string>
</property>
</widget>
<widget class="QLabel" name="label_ani">
<property name="geometry">
<rect>
<x>230</x>
<y>489</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QPushButton" name="button_HD">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>200</y>
<width>151</width>
<height>32</height>
</rect>
</property>
<property name="toolTip">
<string>Wechselt die Positionen von Herren und Damen in allen Paaren</string>
</property>
<property name="text">
<string>alle H auf D Pos</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="button_DH">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>150</x>
<y>200</y>
<width>151</width>
<height>32</height>
</rect>
</property>
<property name="toolTip">
<string>Wechselt die Positionen von Herren und Damen in allen Paaren</string>
</property>
<property name="text">
<string>alle D auf H Pos</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
</widget>
</widget>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>CView</class>
<extends>QGraphicsView</extends>
<header>CView.h</header>
</customwidget>
</customwidgets>
<resources>
<include location="ressourcen.qrc"/>
</resources>
<connections>
<connection>
<sender>slider_ani</sender>
<signal>valueChanged(int)</signal>
<receiver>label_ani</receiver>
<slot>setNum(int)</slot>
<hints>
<hint type="sourcelabel">
<x>1010</x>
<y>433</y>
</hint>
<hint type="destinationlabel">
<x>1155</x>
<y>425</y>
</hint>
</hints>
</connection>
</connections>
</ui>