mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
Settings for text messages, ascending or descending (latest first/last)
This commit is contained in:
committed by
Mat Sutcliffe
parent
00941afcf9
commit
f20855b613
@@ -2,6 +2,14 @@
|
||||
<ui version="4.0">
|
||||
<class>CTextMessageComponent</class>
|
||||
<widget class="QFrame" name="CTextMessageComponent">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>260</width>
|
||||
<height>367</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Text messages</string>
|
||||
</property>
|
||||
@@ -249,10 +257,7 @@
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="vl_Settings">
|
||||
<property name="spacing">
|
||||
<number>1</number>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gl_Settings">
|
||||
<property name="leftMargin">
|
||||
<number>1</number>
|
||||
</property>
|
||||
@@ -265,8 +270,8 @@
|
||||
<property name="bottomMargin">
|
||||
<number>1</number>
|
||||
</property>
|
||||
<item alignment="Qt::AlignRight">
|
||||
<widget class="BlackGui::Components::CSettingsTextMessageInlineComponent" name="comp_SettingsOverlay">
|
||||
<item row="1" column="1">
|
||||
<widget class="BlackGui::Components::CSettingsTextMessageStyle" name="comp_SettingsStyle">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>200</width>
|
||||
@@ -275,8 +280,15 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item alignment="Qt::AlignRight">
|
||||
<widget class="BlackGui::Components::CSettingsTextMessageStyle" name="comp_SettingsStyle">
|
||||
<item row="1" column="0" alignment="Qt::AlignRight">
|
||||
<widget class="QCheckBox" name="cb_LatestFirst">
|
||||
<property name="text">
|
||||
<string>latest 1st</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="0" colspan="2">
|
||||
<widget class="BlackGui::Components::CSettingsTextMessageInlineComponent" name="comp_SettingsOverlay">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>200</width>
|
||||
|
||||
Reference in New Issue
Block a user