##// END OF EJS Templates
Sync /!\ do not use this revision
Sync /!\ do not use this revision

File last commit:

r47:f8c5117dac7c default
r52:91fdf0217d26 default
Show More
elffilewidget.ui
337 lines | 9.8 KiB | text/plain | TextLexer
/ src / common / elf / elffilewidget.ui
ElfFile classes WIP.
r35 <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>elfFileWidget</class>
<widget class="QWidget" name="elfFileWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
Elf Symbol enumeration working, elf update buggy!
r42 <width>786</width>
<height>387</height>
ElfFile classes WIP.
r35 </rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
added binary file loader, improved elf and srec loaders
r47 <number>0</number>
ElfFile classes WIP.
r35 </property>
<widget class="QWidget" name="generalInfoTab">
<attribute name="title">
Jeandet Alexis
ElfFile classes WIP.
r36 <string>File Informations</string>
ElfFile classes WIP.
r35 </attribute>
Jeandet Alexis
ElfFile classes WIP.
r36 <layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="0">
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Elf header</string>
</property>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Class:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="classLabel">
<property name="text">
<string>none</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Endianness:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="endiannesLabel">
<property name="text">
<string>none</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Version:</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Type:</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_7">
<property name="text">
<string>Machine:</string>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label_8">
<property name="text">
<string>Entry point address:</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLabel" name="VersionLabel">
<property name="text">
<string>none</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLabel" name="typeLabel">
<property name="text">
<string>none</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLabel" name="machineLabel">
<property name="text">
<string>none</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QLabel" name="entryPointLabel">
<property name="text">
<string>none</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_17">
<property name="text">
<string>OS/ABI:</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLabel" name="abiLabel">
<property name="text">
<string>none</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="0">
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
ElfFile classes WIP....
r40 <string>Sections &amp; Symbols</string>
Jeandet Alexis
ElfFile classes WIP.
r36 </property>
<layout class="QFormLayout" name="formLayout_2">
<item row="0" column="0">
<widget class="QLabel" name="label_9">
<property name="text">
<string>Section count:</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_10">
<property name="text">
ElfFile classes WIP....
r40 <string>Symbols count:</string>
Jeandet Alexis
ElfFile classes WIP.
r36 </property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="sectionCountLabel">
<property name="text">
<string>none</string>
</property>
</widget>
</item>
<item row="1" column="1">
ElfFile classes WIP....
r40 <widget class="QLabel" name="symbolCountLabel">
Jeandet Alexis
ElfFile classes WIP.
r36 <property name="text">
<string>none</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
ElfFile classes WIP.
r35 </widget>
<widget class="QWidget" name="symbolsTab">
<attribute name="title">
<string>Symbols</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_2">
added binary file loader, improved elf and srec loaders
r47 <item row="0" column="1">
<widget class="QLineEdit" name="symbolsFilter"/>
</item>
ElfFile classes WIP.
r35 <item row="0" column="0">
added binary file loader, improved elf and srec loaders
r47 <widget class="QLabel" name="label_2">
<property name="text">
<string>Filter:</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QCheckBox" name="caseSensitive">
<property name="text">
<string>Case Sensitive</string>
</property>
</widget>
</item>
<item row="2" column="0" colspan="3">
Elf Symbol enumeration working, elf update buggy!
r42 <widget class="QTableWidget" name="symbolsList">
added binary file loader, improved elf and srec loaders
r47 <property name="contextMenuPolicy">
<enum>Qt::ActionsContextMenu</enum>
</property>
Elf Symbol enumeration working, elf update buggy!
r42 <property name="sortingEnabled">
<bool>true</bool>
</property>
Jeandet Alexis
Elf viewer almost completed.
r43 <attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderShowSortIndicator" stdset="0">
<bool>false</bool>
</attribute>
<column>
<property name="text">
<string>Index</string>
</property>
</column>
Elf Symbol enumeration working, elf update buggy!
r42 <column>
<property name="text">
<string>Value</string>
</property>
</column>
<column>
<property name="text">
<string>Size</string>
</property>
</column>
<column>
<property name="text">
<string>Type</string>
</property>
</column>
<column>
<property name="text">
<string>Link</string>
</property>
</column>
<column>
<property name="text">
<string>Section</string>
</property>
</column>
<column>
<property name="text">
<string>Name</string>
</property>
</column>
</widget>
ElfFile classes WIP.
r35 </item>
</layout>
</widget>
<widget class="QWidget" name="sectionsTab">
<attribute name="title">
<string>Sections</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
added binary file loader, improved elf and srec loaders
r47 <widget class="QSplitter" name="splitter">
<property name="orientation">
<enum>Qt::Horizontal</enum>
Jeandet Alexis
Elf viewer almost completed.
r43 </property>
added binary file loader, improved elf and srec loaders
r47 <widget class="QHexEdit" name="sectionsHexView" native="true">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
</widget>
<widget class="QTableWidget" name="sectionsList">
<property name="contextMenuPolicy">
<enum>Qt::ActionsContextMenu</enum>
</property>
<property name="sortingEnabled">
<bool>true</bool>
Jeandet Alexis
Elf viewer almost completed.
r43 </property>
added binary file loader, improved elf and srec loaders
r47 <attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderShowSortIndicator" stdset="0">
<bool>false</bool>
</attribute>
<column>
<property name="text">
<string>Index</string>
</property>
</column>
<column>
<property name="text">
<string>Name</string>
</property>
</column>
<column>
<property name="text">
<string>Address</string>
</property>
</column>
<column>
<property name="text">
<string>Size</string>
</property>
</column>
<column>
<property name="text">
<string>File Size</string>
</property>
</column>
<column>
<property name="text">
<string>Type</string>
</property>
</column>
</widget>
Jeandet Alexis
Elf viewer almost completed.
r43 </widget>
ElfFile classes WIP.
r35 </item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>QHexEdit</class>
<extends>QWidget</extends>
<header location="global">qhexedit.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>