##// END OF EJS Templates
Fixed segfault.
Fixed segfault.

File last commit:

r5:4b45cc285cfb default
r10:76535b5137d7 default
Show More
genericbinaryfilewidget.ui
119 lines | 3.3 KiB | text/plain | TextLexer
/ genericbinaryfilewidget.ui
Jeandet Alexis
init
r0 <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>genericBinaryFileWidget</class>
<widget class="QWidget" name="genericBinaryFileWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>878</width>
<height>360</height>
</rect>
</property>
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QSplitter" name="splitter">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QWidget" name="widget" native="true">
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0">
<widget class="QPushButton" name="openFileQpb">
<property name="text">
<string/>
</property>
<property name="icon">
Jeandet Alexis
Fixed some issues on elf parser and generic binary file widget work in progress.
r4 <iconset resource="genericBinaryFiles.qrc">
<normaloff>:/img/ressources/Gnome-list-add.svg</normaloff>:/img/ressources/Gnome-list-add.svg</iconset>
Jeandet Alexis
init
r0 </property>
<property name="iconSize">
<size>
Jeandet Alexis
Added Drag and Drop for opening files.
r5 <width>24</width>
<height>24</height>
Jeandet Alexis
init
r0 </size>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="removeFileQpb">
<property name="text">
<string/>
</property>
<property name="icon">
Jeandet Alexis
Fixed some issues on elf parser and generic binary file widget work in progress.
r4 <iconset resource="genericBinaryFiles.qrc">
<normaloff>:/img/ressources/Gnome-user-trash.svg</normaloff>:/img/ressources/Gnome-user-trash.svg</iconset>
Jeandet Alexis
init
r0 </property>
<property name="iconSize">
<size>
Jeandet Alexis
Added Drag and Drop for opening files.
r5 <width>24</width>
<height>24</height>
Jeandet Alexis
init
r0 </size>
</property>
</widget>
</item>
<item row="1" column="2">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="0" colspan="3">
Jeandet Alexis
Added Drag and Drop for opening files.
r5 <widget class="FileList" name="fileList">
<property name="dragEnabled">
<bool>false</bool>
</property>
Jeandet Alexis
init
r0 <column>
<property name="text">
<string>File</string>
</property>
</column>
<column>
<property name="text">
<string>Type</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
<widget class="QTabWidget" name="fileViewerTab">
Jeandet Alexis
Added Drag and Drop for opening files.
r5 <property name="minimumSize">
<size>
<width>300</width>
<height>0</height>
</size>
</property>
Jeandet Alexis
init
r0 <property name="currentIndex">
<number>-1</number>
</property>
</widget>
</widget>
</item>
</layout>
</widget>
Jeandet Alexis
Added Drag and Drop for opening files.
r5 <customwidgets>
<customwidget>
<class>FileList</class>
<extends>QTableWidget</extends>
<header>filelist.h</header>
</customwidget>
</customwidgets>
Jeandet Alexis
init
r0 <resources>
Jeandet Alexis
Fixed some issues on elf parser and generic binary file widget work in progress.
r4 <include location="genericBinaryFiles.qrc"/>
Jeandet Alexis
init
r0 </resources>
<connections/>
</ui>