Skip to content

Commit

Permalink
Änderungen an den GUI Oberflächen
Browse files Browse the repository at this point in the history
  • Loading branch information
matt3o committed Jun 25, 2014
1 parent 339c267 commit bb3e439
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 222 deletions.
13 changes: 10 additions & 3 deletions Widgets/SelectionWidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<item>
<widget class="QTabWidget" name="tab_widget">
<property name="currentIndex">
<number>3</number>
<number>1</number>
</property>
<widget class="QWidget" name="information_tab">
<attribute name="title">
Expand All @@ -111,7 +111,7 @@
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;https://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:7.5pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Bandwidth: 100 Mb/s&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Latency: 50 ms&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;Frequency: 50 Hz&lt;/span&gt;&lt;/p&gt;
Expand All @@ -134,7 +134,7 @@ p, li { white-space: pre-wrap; }
<item>
<widget class="QLabel" name="range_label">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
Expand Down Expand Up @@ -183,6 +183,13 @@ p, li { white-space: pre-wrap; }
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="graph_layout">
<property name="sizeConstraint">
<enum>QLayout::SetMaximumSize</enum>
</property>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="log_tab">
Expand Down
Loading

0 comments on commit bb3e439

Please sign in to comment.