DoodleWindow.ui 3.75 KB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>DoodleWindow</class>
 <widget class="QMainWindow" name="DoodleWindow">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>360</width>
    <height>685</height>
   </rect>
  </property>
  <property name="sizeIncrement">
   <size>
    <width>9</width>
    <height>16</height>
   </size>
  </property>
  <property name="baseSize">
   <size>
    <width>360</width>
    <height>685</height>
   </size>
  </property>
  <property name="windowTitle">
   <string>DoodleWindow</string>
  </property>
  <property name="layoutDirection">
   <enum>Qt::LeftToRight</enum>
  </property>
  <widget class="QWidget" name="centralwidget">
   <property name="minimumSize">
    <size>
     <width>360</width>
     <height>640</height>
    </size>
   </property>
  </widget>
  <widget class="QMenuBar" name="menubar">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>360</width>
     <height>23</height>
    </rect>
   </property>
   <widget class="QMenu" name="menuColor">
    <property name="title">
     <string>Color</string>
    </property>
    <addaction name="actionBlack"/>
    <addaction name="actionRed"/>
    <addaction name="actionBlue"/>
   </widget>
   <widget class="QMenu" name="menuWidth">
    <property name="title">
     <string>Width</string>
    </property>
    <addaction name="actionThin"/>
    <addaction name="actionMiddle"/>
    <addaction name="actionThick"/>
   </widget>
   <widget class="QMenu" name="menuErase">
    <property name="title">
     <string>Tools</string>
    </property>
    <addaction name="actionErase"/>
    <addaction name="actionClear"/>
   </widget>
   <widget class="QMenu" name="menuPage">
    <property name="title">
     <string>Page</string>
    </property>
    <addaction name="actionPrevious"/>
    <addaction name="actionNext"/>
   </widget>
   <addaction name="menuColor"/>
   <addaction name="menuWidth"/>
   <addaction name="menuErase"/>
   <addaction name="menuPage"/>
  </widget>
  <widget class="QStatusBar" name="statusbar"/>
  <action name="actionErase">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Erase</string>
   </property>
  </action>
  <action name="actionClear">
   <property name="text">
    <string>Clear</string>
   </property>
  </action>
  <action name="actionBlack">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="checked">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Black</string>
   </property>
  </action>
  <action name="actionRed">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Red</string>
   </property>
  </action>
  <action name="actionBlue">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Blue</string>
   </property>
  </action>
  <action name="actionThin">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="checked">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Thin</string>
   </property>
  </action>
  <action name="actionMiddle">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Middle</string>
   </property>
  </action>
  <action name="actionThick">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Thick</string>
   </property>
  </action>
  <action name="actionPrevious">
   <property name="text">
    <string>Previous</string>
   </property>
  </action>
  <action name="actionNext">
   <property name="text">
    <string>Next</string>
   </property>
  </action>
 </widget>
 <resources/>
 <connections/>
</ui>