summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/can/mainwindow.ui
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2016-08-01 10:14:48 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2016-08-01 10:14:48 +0200
commit2a5d0ab81718d4bbb2bad427edb713753ac979b9 (patch)
treebbfcf6103a248feb80f8326c1a5c67fea2a819b1 /examples/serialbus/can/mainwindow.ui
parent84c891ce502c2503f8c6cb808d600e88953aeacb (diff)
parent398eda8be9eb3415ca44cc35dad3422311d8e221 (diff)
Merge remote-tracking branch 'gerrit/5.7' into dev
Diffstat (limited to 'examples/serialbus/can/mainwindow.ui')
-rw-r--r--examples/serialbus/can/mainwindow.ui24
1 files changed, 15 insertions, 9 deletions
diff --git a/examples/serialbus/can/mainwindow.ui b/examples/serialbus/can/mainwindow.ui
index 120f7be..3f74017 100644
--- a/examples/serialbus/can/mainwindow.ui
+++ b/examples/serialbus/can/mainwindow.ui
@@ -26,7 +26,10 @@
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
- <string>ID (hex)</string>
+ <string>&amp;ID (hex)</string>
+ </property>
+ <property name="buddy">
+ <cstring>idEdit</cstring>
</property>
</widget>
</item>
@@ -49,7 +52,7 @@
<item>
<widget class="QRadioButton" name="dataFrame">
<property name="text">
- <string>Data</string>
+ <string>D&amp;ata</string>
</property>
<property name="checked">
<bool>true</bool>
@@ -66,7 +69,7 @@
<item>
<widget class="QRadioButton" name="errorFrame">
<property name="text">
- <string>Error</string>
+ <string>&amp;Error</string>
</property>
</widget>
</item>
@@ -76,7 +79,7 @@
<item row="0" column="3">
<widget class="QCheckBox" name="fdBox">
<property name="text">
- <string>Flexible Data-Rate
+ <string>&amp;Flexible Data-Rate
(64 byte payload)</string>
</property>
</widget>
@@ -88,7 +91,7 @@
Otherwise, the standard format with 11 bit idenfier is used.</string>
</property>
<property name="text">
- <string>Extended Frame
+ <string>E&amp;xtended Frame
(29 bit identifier)</string>
</property>
</widget>
@@ -96,7 +99,7 @@ Otherwise, the standard format with 11 bit idenfier is used.</string>
<item row="2" column="3">
<widget class="QPushButton" name="sendButton">
<property name="text">
- <string>send</string>
+ <string>&amp;Send</string>
</property>
</widget>
</item>
@@ -110,7 +113,10 @@ Otherwise, the standard format with 11 bit idenfier is used.</string>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
- <string>Data (hex)</string>
+ <string>&amp;Data (hex)</string>
+ </property>
+ <property name="buddy">
+ <cstring>lineEdit</cstring>
</property>
</widget>
</item>
@@ -163,7 +169,7 @@ Otherwise, the standard format with 11 bit idenfier is used.</string>
<x>0</x>
<y>0</y>
<width>551</width>
- <height>25</height>
+ <height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuCalls">
@@ -177,7 +183,7 @@ Otherwise, the standard format with 11 bit idenfier is used.</string>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
- <string>Help</string>
+ <string>&amp;Help</string>
</property>
<addaction name="actionAboutQt"/>
</widget>