##// END OF EJS Templates
Update lib.
Update lib.

File last commit:

r1:081cb3c84117 default
r7:77809364e660 default
Show More
mainwindow.ui
35 lines | 907 B | 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
Working version, need tests and improvments.
r1 <widget class="QWidget" name="centralWidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="genericBinaryFileWidget" name="widget" native="true"/>
</item>
</layout>
</widget>
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
init
r0 <resources/>
<connections/>
</ui>