##// 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
<?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>24</width>
<height>24</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>24</width>
<height>24</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="FileList" name="fileList">
<property name="dragEnabled">
<bool>false</bool>
</property>
<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="minimumSize">
<size>
<width>300</width>
<height>0</height>
</size>
</property>
<property name="currentIndex">
<number>-1</number>
</property>
</widget>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>FileList</class>
<extends>QTableWidget</extends>
<header>filelist.h</header>
</customwidget>
</customwidgets>
<resources>
<include location="genericBinaryFiles.qrc"/>
</resources>
<connections/>
</ui>