123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>Dialog</class>
- <widget class="QDialog" name="Dialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>452</width>
- <height>535</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color:#fff</string>
- </property>
- <widget class="QPushButton" name="rowmajorfillButton">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>330</y>
- <width>31</width>
- <height>31</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">
- background-image: url(://row);
- background-repeat: no-repeat;
- margin:1px;
-
-
- </string>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="autoDefault">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="drawtriangleButton">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>330</y>
- <width>31</width>
- <height>31</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">
- background-image: url(://triangle);
- background-repeat: no-repeat;
- margin:1px;
-
-
- </string>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="autoDefault">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="diagonalleftButton">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>370</y>
- <width>31</width>
- <height>31</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">
- background-image: url(://lDiag);
- background-repeat: no-repeat;
- margin:1px;
-
-
- </string>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="autoDefault">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="drawsquareButton">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>410</y>
- <width>31</width>
- <height>31</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">
- background-image: url(://rect);
- background-repeat: no-repeat;
- margin:1px;
-
-
- </string>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="autoDefault">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="GridWidget" name="mainGrid" native="true">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>70</y>
- <width>271</width>
- <height>371</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">
- border-style: outset;
- border-width: 1px; border-color:ligth gray;
- </string>
- </property>
- </widget>
- <widget class="QPushButton" name="colmajorfillButton">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>330</y>
- <width>31</width>
- <height>31</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">
- background-image: url(://column);
- background-repeat: no-repeat;
- margin:1px;
-
-
- </string>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="autoDefault">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="cleargridButton">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>250</y>
- <width>111</width>
- <height>31</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <property name="text">
- <string>Clear Grid</string>
- </property>
- <property name="autoDefault">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="diagonalrightButton">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>370</y>
- <width>31</width>
- <height>31</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">
- background-image: url(://rDiag);
- background-repeat: no-repeat;
- margin:1px;
-
-
- </string>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="autoDefault">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="drawcircleButton">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>370</y>
- <width>31</width>
- <height>31</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">
- background-image: url(://circle);
- background-repeat: no-repeat;
- margin:1px;
-
-
- </string>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="autoDefault">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="lapizButton">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>210</y>
- <width>111</width>
- <height>31</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <property name="text">
- <string>Pencil</string>
- </property>
- <property name="autoDefault">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="undoButton">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>80</x>
- <y>290</y>
- <width>51</width>
- <height>31</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <property name="text">
- <string>Undo</string>
- </property>
- <property name="autoDefault">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="redoButton">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>290</y>
- <width>51</width>
- <height>31</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <property name="text">
- <string>Redo</string>
- </property>
- <property name="autoDefault">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QFrame" name="frame">
- <property name="geometry">
- <rect>
- <x>-10</x>
- <y>-10</y>
- <width>591</width>
- <height>71</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color:#c2050b
- ;
- border-color:#525662;</string>
- </property>
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Raised</enum>
- </property>
- <widget class="QLabel" name="backgroundcolorLabel_2">
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>20</y>
- <width>181</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>23</pointsize>
- </font>
- </property>
- <property name="styleSheet">
- <string notr="true">color: #fff;</string>
- </property>
- <property name="text">
- <string>Grid Plotter</string>
- </property>
- </widget>
- </widget>
- <widget class="QFrame" name="LogoFrame">
- <property name="geometry">
- <rect>
- <x>240</x>
- <y>450</y>
- <width>201</width>
- <height>61</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Raised</enum>
- </property>
- </widget>
- <widget class="QWidget" name="layoutWidget">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>450</y>
- <width>166</width>
- <height>71</height>
- </rect>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="QGroupBox" name="adjustspeedGroupBox">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="title">
- <string>Adjust Size</string>
- </property>
- </widget>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QLabel" name="slowLabel">
- <property name="text">
- <string>Small</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QSlider" name="speedHorizontalSlider">
- <property name="acceptDrops">
- <bool>false</bool>
- </property>
- <property name="minimum">
- <number>1</number>
- </property>
- <property name="maximum">
- <number>25</number>
- </property>
- <property name="pageStep">
- <number>1</number>
- </property>
- <property name="value">
- <number>1</number>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="fastLabel">
- <property name="text">
- <string>Big</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="layoutWidget1">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>80</y>
- <width>127</width>
- <height>108</height>
- </rect>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_2">
- <item>
- <widget class="QLabel" name="fillcolorLabel">
- <property name="text">
- <string>Fill Color:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QComboBox" name="frontcolorComboBox">
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <item>
- <property name="text">
- <string>black</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>white</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>yellow</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>green</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>red</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>blue</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>gray</string>
- </property>
- </item>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="backgroundcolorLabel">
- <property name="text">
- <string>Background Color:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QComboBox" name="backgroundComboBox">
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <item>
- <property name="text">
- <string>white</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>black</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>yellow</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>green</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>red</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>blue</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>gray</string>
- </property>
- </item>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QLabel" name="lblSize">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>500</y>
- <width>31</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>1</string>
- </property>
- </widget>
- <widget class="QPushButton" name="floodButton">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>410</y>
- <width>31</width>
- <height>31</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">
- background-color: black;
- background-repeat: no-repeat;
- margin:1px;
-
-
- </string>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="autoDefault">
- <bool>false</bool>
- </property>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <customwidgets>
- <customwidget>
- <class>GridWidget</class>
- <extends>QWidget</extends>
- <header location="global">grid.h</header>
- <container>1</container>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>
|