Files @ f3f4cf108453
Branch filter:

Location: linux-tools/kusbff/ui/mainwindow.ui

Silverwing
initial commit. Version 1.0
<?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>
    <width>537</width>
    <height>600</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>MainWindow</string>
  </property>
  <widget class="QWidget" name="centralwidget">
   <layout class="QGridLayout" name="gridLayout">
    <property name="leftMargin">
     <number>0</number>
    </property>
    <property name="topMargin">
     <number>0</number>
    </property>
    <property name="rightMargin">
     <number>0</number>
    </property>
    <property name="bottomMargin">
     <number>0</number>
    </property>
    <property name="spacing">
     <number>0</number>
    </property>
    <item row="0" column="0">
     <widget class="QTableView" name="tableView"/>
    </item>
   </layout>
  </widget>
  <widget class="QStatusBar" name="statusbar"/>
  <widget class="QToolBar" name="toolBar">
   <property name="windowTitle">
    <string>toolBar</string>
   </property>
   <attribute name="toolBarArea">
    <enum>TopToolBarArea</enum>
   </attribute>
   <attribute name="toolBarBreak">
    <bool>false</bool>
   </attribute>
   <addaction name="action_format_usb"/>
   <addaction name="action_format_disk"/>
   <addaction name="action_open_floppy"/>
   <addaction name="action_write_floppy"/>
   <addaction name="action_read_image"/>
   <addaction name="action_write_image"/>
   <addaction name="separator"/>
   <addaction name="action_about"/>
  </widget>
  <action name="action_format_disk">
   <property name="icon">
    <iconset resource="../pics/resource.qrc">
     <normaloff>:/floppy_format_single.png</normaloff>:/floppy_format_single.png</iconset>
   </property>
   <property name="text">
    <string>Format Floppy</string>
   </property>
   <property name="toolTip">
    <string>Format selected floppy disk</string>
   </property>
  </action>
  <action name="action_format_usb">
   <property name="icon">
    <iconset resource="../pics/resource.qrc">
     <normaloff>:/floppy_format_multiple.png</normaloff>:/floppy_format_multiple.png</iconset>
   </property>
   <property name="text">
    <string>Format Drive</string>
   </property>
   <property name="toolTip">
    <string>Format multiple disks on a thumb drive</string>
   </property>
  </action>
  <action name="action_write_floppy">
   <property name="icon">
    <iconset resource="../pics/resource.qrc">
     <normaloff>:/folder_to_floppy.png</normaloff>:/folder_to_floppy.png</iconset>
   </property>
   <property name="text">
    <string>Write Floppy</string>
   </property>
   <property name="toolTip">
    <string>Write current state of temporary directory to disk. Directory will be removed</string>
   </property>
  </action>
  <action name="action_open_floppy">
   <property name="icon">
    <iconset resource="../pics/resource.qrc">
     <normaloff>:/floppy_to_folder.png</normaloff>:/floppy_to_folder.png</iconset>
   </property>
   <property name="text">
    <string>Open Floppy</string>
   </property>
   <property name="toolTip">
    <string>Clean temporary directory for this disk and reopen it</string>
   </property>
  </action>
  <action name="action_write_image">
   <property name="icon">
    <iconset resource="../pics/resource.qrc">
     <normaloff>:/floppy_write_single.png</normaloff>:/floppy_write_single.png</iconset>
   </property>
   <property name="text">
    <string>Write Image</string>
   </property>
   <property name="toolTip">
    <string>Write disk image to selected floppy disk. Directory associated with it will be removed</string>
   </property>
  </action>
  <action name="action_read_image">
   <property name="icon">
    <iconset resource="../pics/resource.qrc">
     <normaloff>:/floppy_read_single.png</normaloff>:/floppy_read_single.png</iconset>
   </property>
   <property name="text">
    <string>Read Image</string>
   </property>
   <property name="toolTip">
    <string>Read image from floppy to a specified file</string>
   </property>
  </action>
  <action name="action_about">
   <property name="icon">
    <iconset resource="../pics/resource.qrc">
     <normaloff>:/help.png</normaloff>:/help.png</iconset>
   </property>
   <property name="text">
    <string>About</string>
   </property>
   <property name="toolTip">
    <string>Show info about this program</string>
   </property>
  </action>
 </widget>
 <resources>
  <include location="../pics/resource.qrc"/>
 </resources>
 <connections/>
</ui>