Skip to content
Snippets Groups Projects
Commit ae6a5ef4 authored by Olivier Langella's avatar Olivier Langella
Browse files

new protein view

parent 66043735
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ProteinView</class>
<widget class="QMainWindow" name="ProteinView">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>746</width>
<height>360</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTableWidget" name="tableWidget">
<column>
<property name="text">
<string>group</string>
</property>
</column>
<column>
<property name="text">
<string>subgroup</string>
</property>
</column>
<column>
<property name="text">
<string>accession</string>
</property>
</column>
<column>
<property name="text">
<string>description</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>746</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment