##// END OF EJS Templates
Fixed some issues on elf parser and generic binary file widget work in progress.
Fixed some issues on elf parser and generic binary file widget work in progress.

File last commit:

r4:00ff7d3b610f default
r4:00ff7d3b610f default
Show More
genericbinaryfilewidget.ui
103 lines | 2.9 KiB | text/plain | TextLexer
/ genericbinaryfilewidget.ui
<?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">
<iconset resource="genericBinaryFiles.qrc">
<normaloff>:/img/ressources/Gnome-list-add.svg</normaloff>:/img/ressources/Gnome-list-add.svg</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="removeFileQpb">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="genericBinaryFiles.qrc">
<normaloff>:/img/ressources/Gnome-user-trash.svg</normaloff>:/img/ressources/Gnome-user-trash.svg</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</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">
<widget class="QTableWidget" name="fileList">
<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">
<property name="currentIndex">
<number>-1</number>
</property>
</widget>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="genericBinaryFiles.qrc"/>
</resources>
<connections/>
</ui>