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

trying better ui

parent bde165a9
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,8 @@ SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${Qt5Xml_EXECUTABLE_COMPILE_FLAGS} ${Qt5
#sudo apt-get install libpappsomspp-dev
#FIND_PACKAGE( Pappsomspp REQUIRED )
SET (PAPPSOMSPP_DIR "/home/olivier/eclipse/git/pappsomspp")
# SET (PAPPSOMSPP_DIR "/home/langella/developpement/git/pappsomspp")
# SET (PAPPSOMSPP_DIR "/home/olivier/eclipse/git/pappsomspp")
SET (PAPPSOMSPP_DIR "/home/langella/developpement/git/pappsomspp")
SET (PAPPSOMSPP_INCLUDE_DIR "${PAPPSOMSPP_DIR}/src")
SET (PAPPSOMSPP_QT5_LIBRARY "${PAPPSOMSPP_DIR}/cbuild/src/libpappsomspp-qt5.so")
SET (PAPPSOMSPP_WIDGET_QT5_LIBRARY "${PAPPSOMSPP_DIR}/cbuild/src/pappsomspp/widget/libpappsomspp-widget-qt5.so")
......
......@@ -23,31 +23,24 @@
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>hide :</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="hideNotValidCheckBox">
<property name="text">
<string>not valid</string>
<string>show only valid proteins</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="hideNotCheckedCheckBox">
<property name="text">
<string>not checked</string>
<string>show only checked proteins</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="hideNotGroupedCheckBox">
<property name="text">
<string>not grouped</string>
<string>show only grouped proteins</string>
</property>
</widget>
</item>
......
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