1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-17 13:51:47 -05: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>
<y>0</y>
<width>811</width>
<height>120</height>
<height>126</height>
</rect>
</property>
<property name="windowTitle">
@ -513,19 +513,89 @@
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="row3Layout">
<item>
<spacer name="horizontalSpacer_2">
<widget class="Line" name="rowSep1">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="row3Layout">
<item>
<widget class="QLabel" name="memText">
<property name="text">
<string>Mem</string>
</property>
</spacer>
</widget>
</item>
<item>
<widget class="ButtonSwitch" name="memButton">
<property name="toolTip">
<string>Trace memory</string>
</property>
<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>
<spacer name="horizontalSpacer">
@ -540,6 +610,13 @@
</property>
</spacer>
</item>
<item>
<widget class="Line" name="traceLenLine">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="traceLenLabel">
<property name="font">
@ -587,7 +664,7 @@
</widget>
</item>
<item>
<widget class="Line" name="traceLenLine">
<widget class="Line" name="amp2Line">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
@ -698,7 +775,7 @@
</layout>
</item>
<item>
<widget class="Line" name="rowSep1">
<widget class="Line" name="rowSep2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</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>record_off.png</file>
<file>record_on.png</file>
<file>mem.png</file>
<file>minusw.png</file>
<file>plusw.png</file>
</qresource>
</RCC>