Skip to content
Snippets Groups Projects
Commit 992a94f3 authored by d.kilic's avatar d.kilic
Browse files

Merge branch '231-change-mocap-dialog-to-same-style-as-rest' into 'master'

Change text of Manage MoCap Dialog

Closes #231

See merge request !143
parents aac2b777 8e66baac
No related branches found
No related tags found
1 merge request!143Change text of Manage MoCap Dialog
Pipeline #49244 passed
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>544</width> <width>544</width>
<height>71</height> <height>80</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
...@@ -22,14 +22,14 @@ ...@@ -22,14 +22,14 @@
<item> <item>
<widget class="QPushButton" name="browseFileButton"> <widget class="QPushButton" name="browseFileButton">
<property name="text"> <property name="text">
<string>Browse File</string> <string>browse file</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLabel" name="filePathLabel"> <widget class="QLabel" name="filePathLabel">
<property name="text"> <property name="text">
<string>File</string> <string>file</string>
</property> </property>
<property name="textInteractionFlags"> <property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<item> <item>
<widget class="QLabel" name="label_2"> <widget class="QLabel" name="label_2">
<property name="text"> <property name="text">
<string>Offset(sec):</string> <string>offset [s]:</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
<item> <item>
<widget class="QLabel" name="label"> <widget class="QLabel" name="label">
<property name="text"> <property name="text">
<string>Samplerate(Hz):</string> <string>samplerate [Hz]:</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
<item> <item>
<widget class="QLabel" name="label_4"> <widget class="QLabel" name="label_4">
<property name="text"> <property name="text">
<string>System:</string> <string>system:</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
......
...@@ -89,14 +89,14 @@ ...@@ -89,14 +89,14 @@
<item> <item>
<widget class="QPushButton" name="pushButtonCancel"> <widget class="QPushButton" name="pushButtonCancel">
<property name="text"> <property name="text">
<string>Cancel</string> <string>cancel</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="pushButtonOK"> <widget class="QPushButton" name="pushButtonOK">
<property name="text"> <property name="text">
<string>OK</string> <string>ok</string>
</property> </property>
</widget> </widget>
</item> </item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment