QtCurvesCpp/mainwindow.ui

439 lines
11 KiB
Plaintext
Raw Normal View History

2017-08-28 08:17:35 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2017-08-29 17:25:16 +02:00
<width>670</width>
<height>612</height>
2017-08-28 08:17:35 +02:00
</rect>
</property>
2017-08-28 10:07:22 +02:00
<property name="palette">
<palette>
<active>
<colorrole role="Button">
<brush brushstyle="SolidPattern">
<color alpha="255">
2017-08-28 11:07:50 +02:00
<red>11</red>
<green>10</green>
<blue>10</blue>
2017-08-28 10:07:22 +02:00
</color>
</brush>
</colorrole>
<colorrole role="Light">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>26</red>
<green>26</green>
<blue>26</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
2017-08-28 11:07:50 +02:00
<red>11</red>
<green>10</green>
<blue>10</blue>
2017-08-28 10:07:22 +02:00
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
2017-08-28 11:07:50 +02:00
<red>11</red>
<green>10</green>
<blue>10</blue>
2017-08-28 10:07:22 +02:00
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Button">
<brush brushstyle="SolidPattern">
<color alpha="255">
2017-08-28 11:07:50 +02:00
<red>11</red>
<green>10</green>
<blue>10</blue>
2017-08-28 10:07:22 +02:00
</color>
</brush>
</colorrole>
<colorrole role="Light">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>26</red>
<green>26</green>
<blue>26</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
2017-08-28 11:07:50 +02:00
<red>11</red>
<green>10</green>
<blue>10</blue>
2017-08-28 10:07:22 +02:00
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
2017-08-28 11:07:50 +02:00
<red>11</red>
<green>10</green>
<blue>10</blue>
2017-08-28 10:07:22 +02:00
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Button">
<brush brushstyle="SolidPattern">
<color alpha="255">
2017-08-28 11:07:50 +02:00
<red>11</red>
<green>10</green>
<blue>10</blue>
2017-08-28 10:07:22 +02:00
</color>
</brush>
</colorrole>
<colorrole role="Light">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>26</red>
<green>26</green>
<blue>26</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
2017-08-28 11:07:50 +02:00
<red>11</red>
<green>10</green>
<blue>10</blue>
2017-08-28 10:07:22 +02:00
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
2017-08-28 11:07:50 +02:00
<red>11</red>
<green>10</green>
<blue>10</blue>
2017-08-28 10:07:22 +02:00
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
2017-08-28 08:17:35 +02:00
<property name="windowTitle">
<string>MainWindow</string>
</property>
2017-08-28 10:07:22 +02:00
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
2017-08-28 11:07:50 +02:00
<string notr="true">background-color: rgb(11,10,10);</string>
2017-08-28 10:07:22 +02:00
</property>
2017-08-28 08:17:35 +02:00
<widget class="QWidget" name="centralWidget">
2017-08-28 10:07:22 +02:00
<property name="styleSheet">
2017-08-28 11:07:50 +02:00
<string notr="true">background-color: rgb(16, 15, 15);</string>
2017-08-28 10:07:22 +02:00
</property>
2017-08-29 17:25:16 +02:00
<widget class="RenderArea" name="renderArea" native="true">
<property name="enabled">
<bool>true</bool>
</property>
2017-08-28 08:17:35 +02:00
<property name="geometry">
<rect>
2017-08-29 17:25:16 +02:00
<x>11</x>
<y>11</y>
<width>561</width>
<height>538</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="btnAstroid">
<property name="geometry">
<rect>
<x>580</x>
<y>12</y>
<width>80</width>
<height>21</height>
2017-08-28 08:17:35 +02:00
</rect>
</property>
2017-08-29 17:25:16 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
2017-08-28 11:07:50 +02:00
background-color: rgb(36, 35, 35);
border-color: rgb(255, 255, 255);</string>
2017-08-29 17:25:16 +02:00
</property>
<property name="text">
<string>Astroid</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="btnCicloid">
<property name="geometry">
<rect>
<x>580</x>
<y>39</y>
<width>80</width>
<height>21</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
2017-08-28 11:07:50 +02:00
background-color: rgb(36, 35, 35);
border-color: rgb(255, 255, 255);</string>
2017-08-29 17:25:16 +02:00
</property>
<property name="text">
<string>Cicloid</string>
</property>
</widget>
<widget class="QPushButton" name="btnHuygens">
<property name="geometry">
<rect>
<x>580</x>
<y>66</y>
<width>80</width>
<height>21</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
2017-08-28 11:07:50 +02:00
background-color: rgb(36, 35, 35);
border-color: rgb(255, 255, 255);</string>
2017-08-29 17:25:16 +02:00
</property>
<property name="text">
<string>Huygens</string>
</property>
</widget>
<widget class="QPushButton" name="btnHypo">
<property name="geometry">
<rect>
<x>580</x>
<y>93</y>
<width>80</width>
<height>21</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
2017-08-28 11:07:50 +02:00
background-color: rgb(36, 35, 35);
border-color: rgb(255, 255, 255);</string>
2017-08-29 17:25:16 +02:00
</property>
<property name="text">
<string>Hypo Cycloid</string>
</property>
</widget>
<widget class="QPushButton" name="btnLine_2">
<property name="geometry">
<rect>
<x>10</x>
<y>560</y>
<width>101</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
2017-08-28 13:08:42 +02:00
background-color: rgb(36, 35, 35);
border-color: rgb(255, 255, 255);</string>
2017-08-29 17:25:16 +02:00
</property>
<property name="text">
<string>Background colour</string>
</property>
</widget>
<widget class="QPushButton" name="btnLine_3">
<property name="geometry">
<rect>
<x>120</x>
<y>560</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
background-color: rgb(36, 35, 35);
border-color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string> Line colour</string>
</property>
</widget>
<widget class="QPushButton" name="btnLine">
<property name="geometry">
<rect>
<x>580</x>
<y>120</y>
<width>80</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
background-color: rgb(36, 35, 35);
border-color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>Line</string>
</property>
2017-08-28 08:17:35 +02:00
</widget>
2017-09-05 17:14:03 +02:00
<widget class="QWidget" name="">
<property name="geometry">
<rect>
<x>580</x>
<y>150</y>
<width>81</width>
<height>43</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>Scale</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="scaleInput">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="">
<property name="geometry">
<rect>
<x>580</x>
<y>200</y>
<width>81</width>
<height>43</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="label_2">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>Interval lenght</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="intervalInput">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="">
<property name="geometry">
<rect>
<x>580</x>
<y>250</y>
<width>81</width>
<height>43</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="label_3">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>Step count</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="stepInput">
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);</string>
</property>
</widget>
</item>
</layout>
</widget>
2017-08-28 08:17:35 +02:00
</widget>
<widget class="QStatusBar" name="statusBar"/>
</widget>
<layoutdefault spacing="6" margin="11"/>
2017-08-28 10:07:22 +02:00
<customwidgets>
<customwidget>
<class>RenderArea</class>
<extends>QWidget</extends>
<header>renderarea.h</header>
<container>1</container>
</customwidget>
</customwidgets>
2017-08-28 08:17:35 +02:00
<resources/>
<connections/>
</ui>