Skip to content

Commit

Permalink
rqt_moveit) GUI layout improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Saito committed Apr 25, 2013
1 parent 7604936 commit 73ad287
Showing 1 changed file with 50 additions and 42 deletions.
92 changes: 50 additions & 42 deletions rqt_moveit/resource/moveit_top.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>464</width>
<height>335</height>
<width>536</width>
<height>436</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -43,25 +43,56 @@
<widget class="QWidget" name="horizontalLayoutWidget">
<layout class="QHBoxLayout" name="_layout_h_view">
<item>
<widget class="QTableView" name="_view_nodes">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
<widget class="QSplitter" name="_splitter">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sortingEnabled">
<bool>false</bool>
<property name="handleWidth">
<number>9</number>
</property>
<property name="allColumnsShowFocus" stdset="0">
<bool>true</bool>
</property>
<attribute name="horizontalHeaderVisible">
<bool>false</bool>
</attribute>
<widget class="QTableView" name="_view_nodes">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="sortingEnabled">
<bool>false</bool>
</property>
<property name="allColumnsShowFocus" stdset="0">
<bool>true</bool>
</property>
<attribute name="horizontalHeaderVisible">
<bool>false</bool>
</attribute>
</widget>
<widget class="QTableView" name="_view_params">
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="alternatingRowColors">
<bool>false</bool>
</property>
<property name="sortingEnabled">
<bool>false</bool>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
<property name="allColumnsShowFocus" stdset="0">
<bool>true</bool>
</property>
<attribute name="horizontalHeaderVisible">
<bool>true</bool>
</attribute>
</widget>
</widget>
</item>
<item>
Expand Down Expand Up @@ -95,29 +126,6 @@
</item>
</layout>
</widget>
<widget class="QTableView" name="_view_params">
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="alternatingRowColors">
<bool>false</bool>
</property>
<property name="sortingEnabled">
<bool>false</bool>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
<property name="allColumnsShowFocus" stdset="0">
<bool>true</bool>
</property>
<attribute name="horizontalHeaderVisible">
<bool>true</bool>
</attribute>
</widget>
<widget class="TopicWidget" name="_widget_topic" native="true">
<property name="enabled">
<bool>true</bool>
Expand Down

0 comments on commit 73ad287

Please sign in to comment.