В основном работает

This commit is contained in:
krivoshein
2024-12-12 17:20:06 +03:00
parent d28453440f
commit 1c9e0510a9
51 changed files with 634 additions and 810 deletions

View File

@@ -47,7 +47,7 @@
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_1">
<item>
<widget class="QToolButton" name="btnConnectionToDB">
<widget class="QToolButton" name="btnConnectionToServer">
<property name="minimumSize">
<size>
<width>130</width>
@@ -55,7 +55,7 @@
</size>
</property>
<property name="text">
<string>Connection to DB</string>
<string>Connection to Server</string>
</property>
<property name="icon">
<iconset resource="resources.qrc">
@@ -68,7 +68,7 @@
</size>
</property>
<property name="checkable">
<bool>true</bool>
<bool>false</bool>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
@@ -212,19 +212,6 @@
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnQueryGetAllLists">
<property name="minimumSize">
<size>
<width>58</width>
<height>58</height>
</size>
</property>
<property name="text">
<string>GET_ALL_LISTS</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>