diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-17 02:41:34 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-17 02:41:34 -0500 |
commit | 3ce46cc90fa5c488f1c41cd4cace0b2a98f3d143 (patch) | |
tree | b40c1dc766ee07573974c442d630a6b3121b2754 /clients/tde/src/part/scope/layout.ui | |
parent | 192a06da8df1bf95e96d77d2fa0736bb7d2fe58b (diff) | |
download | ulab-3ce46cc90fa5c488f1c41cd4cace0b2a98f3d143.tar.gz ulab-3ce46cc90fa5c488f1c41cd4cace0b2a98f3d143.zip |
More trace viewer updates
Diffstat (limited to 'clients/tde/src/part/scope/layout.ui')
-rw-r--r-- | clients/tde/src/part/scope/layout.ui | 48 |
1 files changed, 28 insertions, 20 deletions
diff --git a/clients/tde/src/part/scope/layout.ui b/clients/tde/src/part/scope/layout.ui index 038bf7f..9390e82 100644 --- a/clients/tde/src/part/scope/layout.ui +++ b/clients/tde/src/part/scope/layout.ui @@ -64,27 +64,35 @@ <property name="name"> <cstring>unnamed</cstring> </property> - <widget class="TraceWidget" row="0" column="0" colspan="1"> + <widget class="TQSplitter" row="0" column="0" colspan="1"> <property name="name"> - <cstring>traceWidget</cstring> - </property> - <property name="minimumSize"> - <size> - <width>80</width> - <height>80</height> - </size> - </property> - </widget> - <widget class="TraceWidget" row="1" column="0" colspan="1"> - <property name="name"> - <cstring>traceZoomWidget</cstring> - </property> - <property name="minimumSize"> - <size> - <width>80</width> - <height>80</height> - </size> - </property> + <cstring>splitter1</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <widget class="TraceWidget" row="0" column="0" colspan="1"> + <property name="name"> + <cstring>traceWidget</cstring> + </property> + <property name="minimumSize"> + <size> + <width>0</width> + <height>0</height> + </size> + </property> + </widget> + <widget class="TraceWidget" row="1" column="0" colspan="1"> + <property name="name"> + <cstring>traceZoomWidget</cstring> + </property> + <property name="minimumSize"> + <size> + <width>0</width> + <height>0</height> + </size> + </property> + </widget> </widget> </grid> </widget> |