1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-05-24 11:12:27 -04:00

GLScope: trace memory UI icons and text

This commit is contained in:
f4exb 2015-11-02 00:33:50 +01:00
parent fdfb29d432
commit 754a34c4b2
5 changed files with 92 additions and 12 deletions

View File

@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>811</width> <width>811</width>
<height>120</height> <height>126</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -512,20 +512,90 @@
</item> </item>
</layout> </layout>
</item> </item>
<item>
<widget class="Line" name="rowSep1">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item> <item>
<layout class="QHBoxLayout" name="row3Layout"> <layout class="QHBoxLayout" name="row3Layout">
<item> <item>
<spacer name="horizontalSpacer_2"> <widget class="QLabel" name="memText">
<property name="orientation"> <property name="text">
<enum>Qt::Horizontal</enum> <string>Mem</string>
</property> </property>
<property name="sizeHint" stdset="0"> </widget>
<size> </item>
<width>40</width> <item>
<height>20</height> <widget class="ButtonSwitch" name="memButton">
</size> <property name="toolTip">
<string>Trace memory</string>
</property> </property>
</spacer> <property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../resources/res.qrc">
<normaloff>:/mem.png</normaloff>:/mem.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="memPlayButton">
<property name="toolTip">
<string>Replay memorized trace</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../resources/res.qrc">
<normaloff>:/play.png</normaloff>:/play.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="memMinusButton">
<property name="toolTip">
<string>Go back one trace in history (newer)</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../resources/res.qrc">
<normaloff>:/minusw.png</normaloff>:/minusw.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="memIndexText">
<property name="text">
<string>00</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="memPlusButton">
<property name="toolTip">
<string>Go one more trace in history (older)</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../resources/res.qrc">
<normaloff>:/plusw.png</normaloff>:/plusw.png</iconset>
</property>
</widget>
</item> </item>
<item> <item>
<spacer name="horizontalSpacer"> <spacer name="horizontalSpacer">
@ -540,6 +610,13 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item>
<widget class="Line" name="traceLenLine">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item> <item>
<widget class="QLabel" name="traceLenLabel"> <widget class="QLabel" name="traceLenLabel">
<property name="font"> <property name="font">
@ -587,7 +664,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="Line" name="traceLenLine"> <widget class="Line" name="amp2Line">
<property name="orientation"> <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </property>
@ -698,7 +775,7 @@
</layout> </layout>
</item> </item>
<item> <item>
<widget class="Line" name="rowSep1"> <widget class="Line" name="rowSep2">
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>

BIN
sdrbase/resources/mem.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 528 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 B

BIN
sdrbase/resources/plusw.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

View File

@ -34,5 +34,8 @@
<file>plus.png</file> <file>plus.png</file>
<file>record_off.png</file> <file>record_off.png</file>
<file>record_on.png</file> <file>record_on.png</file>
<file>mem.png</file>
<file>minusw.png</file>
<file>plusw.png</file>
</qresource> </qresource>
</RCC> </RCC>