mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-04-04 02:28:33 -04:00
Multi device support: more visible button icons on devices control
This commit is contained in:
parent
ba34b39309
commit
117f636f1f
@ -28,19 +28,6 @@
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="deviceSelectLayout">
|
||||
<item>
|
||||
<widget class="QLabel" name="deviceSelectLabel">
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>22</width>
|
||||
<height>16777215</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Dev</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="deviceSelect">
|
||||
<property name="toolTip">
|
||||
@ -73,13 +60,45 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="channelSelect">
|
||||
<property name="toolTip">
|
||||
<string>Select channel plugin</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="addChannel">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>24</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>24</width>
|
||||
<height>16777215</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Add a new channel</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>
|
||||
<widget class="QPushButton" name="showLoadedPlugins">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>24</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>20</width>
|
||||
@ -90,7 +109,11 @@
|
||||
<string>Show loaded plugins</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>?</string>
|
||||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../resources/res.qrc">
|
||||
<normaloff>:/questionmark.png</normaloff>:/questionmark.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -98,6 +121,8 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<resources/>
|
||||
<resources>
|
||||
<include location="../resources/res.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
BIN
sdrbase/resources/questionmark.png
Normal file
BIN
sdrbase/resources/questionmark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 454 B |
@ -1,5 +1,6 @@
|
||||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<file>questionmark.png</file>
|
||||
<file>res.qrc</file>
|
||||
<file>export.png</file>
|
||||
<file>import.png</file>
|
||||
|
Loading…
Reference in New Issue
Block a user