1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 15:33:34 -04:00

Massive UI revamping (v7): feature window basic feature settings dialog: implemented reset to default title. Some cosmetic changes

This commit is contained in:
f4exb
2022-04-18 12:08:33 +02:00
parent e8a2c8b947
commit 560d61abcb
27 changed files with 87 additions and 32 deletions
+23 -1
View File
@@ -48,6 +48,26 @@
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="titleReset">
<property name="maximumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="toolTip">
<string>Reset title to feature type name</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../resources/res.qrc">
<normaloff>:/recycle.png</normaloff>:/recycle.png</iconset>
</property>
</widget>
</item>
</layout>
</item>
<item>
@@ -192,7 +212,9 @@
</item>
</layout>
</widget>
<resources/>
<resources>
<include location="../resources/res.qrc"/>
</resources>
<connections>
<connection>
<sender>buttonBox</sender>