summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/btchat/chat.ui
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluetooth/btchat/chat.ui')
-rw-r--r--examples/bluetooth/btchat/chat.ui31
1 files changed, 22 insertions, 9 deletions
diff --git a/examples/bluetooth/btchat/chat.ui b/examples/bluetooth/btchat/chat.ui
index d7829294..bea3d2ee 100644
--- a/examples/bluetooth/btchat/chat.ui
+++ b/examples/bluetooth/btchat/chat.ui
@@ -50,12 +50,16 @@
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
- <widget class="QLineEdit" name="sendText"/>
+ <widget class="QLineEdit" name="sendText">
+ <property name="placeholderText">
+ <string>Enter message</string>
+ </property>
+ </widget>
</item>
<item>
<widget class="QPushButton" name="sendButton">
<property name="text">
- <string>Send</string>
+ <string/>
</property>
<property name="default">
<bool>true</bool>
@@ -84,17 +88,26 @@
<property name="text">
<string>Connect</string>
</property>
+ <property name="autoDefault">
+ <bool>false</bool>
+ </property>
</widget>
</item>
+ <item>
+ <spacer name="horizontalSpacer_2">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
</layout>
</item>
- <item>
- <widget class="QPushButton" name="quitButton">
- <property name="text">
- <string>Quit</string>
- </property>
- </widget>
- </item>
</layout>
</widget>
<resources/>