ПП отображаются в виде выпадающего списка (назн-е)

This commit is contained in:
2025-11-21 14:05:02 +03:00
parent 72438e8257
commit 5bb9816593
14 changed files with 214 additions and 62 deletions

View File

@@ -85,7 +85,7 @@
<string/>
</property>
<property name="pixmap">
<pixmap resource="../resources.qrc">:/resources/icons/circleGray.png</pixmap>
<pixmap resource="../../ServerLMS/ServerLMS.qrc">:/resources/icons/circleGray.png</pixmap>
</property>
</widget>
</item>
@@ -128,7 +128,7 @@
<string>Send</string>
</property>
<property name="icon">
<iconset resource="../resources.qrc">
<iconset>
<normaloff>:/resources/icons/sendMsg.png</normaloff>:/resources/icons/sendMsg.png</iconset>
</property>
<property name="iconSize">
@@ -149,7 +149,7 @@
</layout>
</widget>
<resources>
<include location="../resources.qrc"/>
<include location="../../ServerLMS/ServerLMS.qrc"/>
</resources>
<connections/>
</ui>