diff --git a/qbolt/mainwindow.ui b/qbolt/mainwindow.ui index a99a427..abd73c6 100644 --- a/qbolt/mainwindow.ui +++ b/qbolt/mainwindow.ui @@ -54,7 +54,7 @@ - 1 + 0 @@ -76,6 +76,10 @@ 0 + + + :/rsrc/chart_bar.png:/rsrc/chart_bar.png + Database @@ -128,9 +132,13 @@ - 1 + 0 + + + :/rsrc/chart_bar.png:/rsrc/chart_bar.png + Bucket @@ -160,6 +168,10 @@ + + + :/rsrc/table.png:/rsrc/table.png + Data @@ -210,6 +222,10 @@ Add... + + + :/rsrc/add.png:/rsrc/add.png + @@ -230,6 +246,10 @@ Delete... + + + :/rsrc/delete.png:/rsrc/delete.png + @@ -317,11 +337,19 @@ + + + :/rsrc/door_out.png:/rsrc/door_out.png + &Exit + + + :/rsrc/disconnect.png:/rsrc/disconnect.png + Disconnect @@ -336,6 +364,10 @@ + + + :/rsrc/arrow_refresh.png:/rsrc/arrow_refresh.png + Refresh buckets diff --git a/qbolt/resources.qrc b/qbolt/resources.qrc index 98a91f3..d4e59e0 100644 --- a/qbolt/resources.qrc +++ b/qbolt/resources.qrc @@ -7,5 +7,11 @@ rsrc/database.png rsrc/table_add.png rsrc/table_delete.png + rsrc/add.png + rsrc/delete.png + rsrc/chart_bar.png + rsrc/arrow_refresh.png + rsrc/disconnect.png + rsrc/door_out.png diff --git a/qbolt/rsrc/arrow_refresh.png b/qbolt/rsrc/arrow_refresh.png new file mode 100755 index 0000000..0de2656 Binary files /dev/null and b/qbolt/rsrc/arrow_refresh.png differ diff --git a/qbolt/rsrc/chart_bar.png b/qbolt/rsrc/chart_bar.png new file mode 100755 index 0000000..9051fbc Binary files /dev/null and b/qbolt/rsrc/chart_bar.png differ diff --git a/qbolt/rsrc/database_connect.png b/qbolt/rsrc/database_connect.png new file mode 100755 index 0000000..3a11197 Binary files /dev/null and b/qbolt/rsrc/database_connect.png differ diff --git a/qbolt/rsrc/delete.png b/qbolt/rsrc/delete.png new file mode 100755 index 0000000..08f2493 Binary files /dev/null and b/qbolt/rsrc/delete.png differ diff --git a/qbolt/rsrc/disconnect.png b/qbolt/rsrc/disconnect.png new file mode 100755 index 0000000..b335cb1 Binary files /dev/null and b/qbolt/rsrc/disconnect.png differ diff --git a/qbolt/rsrc/door_out.png b/qbolt/rsrc/door_out.png new file mode 100755 index 0000000..2541d2b Binary files /dev/null and b/qbolt/rsrc/door_out.png differ