add many more icons
This commit is contained in:
parent
7c62abb352
commit
f0f642b6b0
@ -54,7 +54,7 @@
|
||||
</widget>
|
||||
<widget class="QStackedWidget" name="stackedWidget">
|
||||
<property name="currentIndex">
|
||||
<number>1</number>
|
||||
<number>0</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="databasePage">
|
||||
<layout class="QGridLayout" name="gridLayout_4">
|
||||
@ -76,6 +76,10 @@
|
||||
<number>0</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="databasePropertiesTab">
|
||||
<attribute name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/rsrc/chart_bar.png</normaloff>:/rsrc/chart_bar.png</iconset>
|
||||
</attribute>
|
||||
<attribute name="title">
|
||||
<string>Database</string>
|
||||
</attribute>
|
||||
@ -128,9 +132,13 @@
|
||||
<item row="0" column="0">
|
||||
<widget class="QTabWidget" name="bucketTabWidget">
|
||||
<property name="currentIndex">
|
||||
<number>1</number>
|
||||
<number>0</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="bucketPropertiesTab">
|
||||
<attribute name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/rsrc/chart_bar.png</normaloff>:/rsrc/chart_bar.png</iconset>
|
||||
</attribute>
|
||||
<attribute name="title">
|
||||
<string>Bucket</string>
|
||||
</attribute>
|
||||
@ -160,6 +168,10 @@
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="QWidget" name="bucketDataTab">
|
||||
<attribute name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/rsrc/table.png</normaloff>:/rsrc/table.png</iconset>
|
||||
</attribute>
|
||||
<attribute name="title">
|
||||
<string>Data</string>
|
||||
</attribute>
|
||||
@ -210,6 +222,10 @@
|
||||
<property name="text">
|
||||
<string>Add...</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/rsrc/add.png</normaloff>:/rsrc/add.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="2">
|
||||
@ -230,6 +246,10 @@
|
||||
<property name="text">
|
||||
<string>Delete...</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/rsrc/delete.png</normaloff>:/rsrc/delete.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
@ -317,11 +337,19 @@
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionExit">
|
||||
<property name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/rsrc/door_out.png</normaloff>:/rsrc/door_out.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Exit</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionDisconnect">
|
||||
<property name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/rsrc/disconnect.png</normaloff>:/rsrc/disconnect.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Disconnect</string>
|
||||
</property>
|
||||
@ -336,6 +364,10 @@
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionRefresh_buckets">
|
||||
<property name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/rsrc/arrow_refresh.png</normaloff>:/rsrc/arrow_refresh.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Refresh buckets</string>
|
||||
</property>
|
||||
|
@ -7,5 +7,11 @@
|
||||
<file>rsrc/database.png</file>
|
||||
<file>rsrc/table_add.png</file>
|
||||
<file>rsrc/table_delete.png</file>
|
||||
<file>rsrc/add.png</file>
|
||||
<file>rsrc/delete.png</file>
|
||||
<file>rsrc/chart_bar.png</file>
|
||||
<file>rsrc/arrow_refresh.png</file>
|
||||
<file>rsrc/disconnect.png</file>
|
||||
<file>rsrc/door_out.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
BIN
qbolt/rsrc/arrow_refresh.png
Executable file
BIN
qbolt/rsrc/arrow_refresh.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 685 B |
BIN
qbolt/rsrc/chart_bar.png
Executable file
BIN
qbolt/rsrc/chart_bar.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 541 B |
BIN
qbolt/rsrc/database_connect.png
Executable file
BIN
qbolt/rsrc/database_connect.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 763 B |
BIN
qbolt/rsrc/delete.png
Executable file
BIN
qbolt/rsrc/delete.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 715 B |
BIN
qbolt/rsrc/disconnect.png
Executable file
BIN
qbolt/rsrc/disconnect.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 796 B |
BIN
qbolt/rsrc/door_out.png
Executable file
BIN
qbolt/rsrc/door_out.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 688 B |
Loading…
Reference in New Issue
Block a user