aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/follow_stream_dialog.ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/follow_stream_dialog.ui')
-rw-r--r--ui/qt/follow_stream_dialog.ui18
1 files changed, 16 insertions, 2 deletions
diff --git a/ui/qt/follow_stream_dialog.ui b/ui/qt/follow_stream_dialog.ui
index 4dd0cd850b..364646da57 100644
--- a/ui/qt/follow_stream_dialog.ui
+++ b/ui/qt/follow_stream_dialog.ui
@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>750</width>
+ <width>594</width>
<height>620</height>
</rect>
</property>
@@ -24,13 +24,20 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
- <widget class="QTextEdit" name="teStreamContent">
+ <widget class="FollowStreamText" name="teStreamContent">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
+ <widget class="QLabel" name="hintLabel">
+ <property name="text">
+ <string>Hint.</string>
+ </property>
+ </widget>
+ </item>
+ <item>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,0,0,1,0,0">
<item>
<widget class="QComboBox" name="cbDirections"/>
@@ -142,6 +149,13 @@
</item>
</layout>
</widget>
+ <customwidgets>
+ <customwidget>
+ <class>FollowStreamText</class>
+ <extends>QTextEdit</extends>
+ <header>follow_stream_text.h</header>
+ </customwidget>
+ </customwidgets>
<resources/>
<connections/>
</ui>