##// END OF EJS Templates
Improved install.
Improved install.

File last commit:

r13:de3e229c2027 tip default
r13:de3e229c2027 tip default
Show More
mainwindow.ui
82 lines | 2.1 KiB | text/plain | TextLexer
Jeandet Alexis
Working version, need tests and improvments.
r1 <?xml version="1.0" encoding="UTF-8"?>
Jeandet Alexis
init
r0 <ui version="4.0">
<class>MainWindow</class>
Jeandet Alexis
Working version, need tests and improvments.
r1 <widget class="QMainWindow" name="MainWindow">
<property name="geometry">
Jeandet Alexis
init
r0 <rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
Jeandet Alexis
Working version, need tests and improvments.
r1 <property name="windowTitle">
<string>ExeCut</string>
Jeandet Alexis
init
r0 </property>
Jeandet Alexis
Improved install.
r13 <property name="windowIcon">
<iconset resource="resources/execut.qrc">
<normaloff>:/icon/icon.png</normaloff>:/icon/icon.png</iconset>
</property>
Jeandet Alexis
Working version, need tests and improvments.
r1 <widget class="QWidget" name="centralWidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
Jeandet Alexis
GUI improvments
r8 <widget class="genericBinaryFileWidget" name="binFileWdgt" native="true"/>
Jeandet Alexis
Working version, need tests and improvments.
r1 </item>
</layout>
</widget>
Jeandet Alexis
GUI improvments
r8 <widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>27</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
</property>
<addaction name="actionOpen"/>
<addaction name="separator"/>
<addaction name="actionQuit"/>
</widget>
Jeandet Alexis
Improved install.
r13 <widget class="QMenu" name="menuHelp">
<property name="title">
<string>help</string>
</property>
<addaction name="actionAbout"/>
</widget>
Jeandet Alexis
GUI improvments
r8 <addaction name="menuFile"/>
Jeandet Alexis
Improved install.
r13 <addaction name="menuHelp"/>
Jeandet Alexis
GUI improvments
r8 </widget>
<action name="actionOpen">
<property name="text">
<string>Open</string>
</property>
</action>
<action name="actionQuit">
<property name="text">
<string>Quit</string>
</property>
</action>
Jeandet Alexis
Improved install.
r13 <action name="actionAbout">
<property name="text">
<string>about</string>
</property>
</action>
Jeandet Alexis
init
r0 </widget>
Jeandet Alexis
Working version, need tests and improvments.
r1 <layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>genericBinaryFileWidget</class>
<extends>QWidget</extends>
<header location="global">genericbinaryfilewidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
Jeandet Alexis
Improved install.
r13 <resources>
<include location="resources/execut.qrc"/>
</resources>
Jeandet Alexis
init
r0 <connections/>
</ui>