diff --git a/icons_imgs/search_icon.png b/icons_imgs/search_icon.png
index 5058f7e..cc72a1e 100644
Binary files a/icons_imgs/search_icon.png and b/icons_imgs/search_icon.png differ
diff --git a/main_window.ui b/main_window.ui
index 309a8ff..6814df7 100644
--- a/main_window.ui
+++ b/main_window.ui
@@ -14,11 +14,11 @@
MainWindow
- background-color: rgb(90, 90, 90);
+ background-color: #464646
-
- -
+
+
-
Qt::Horizontal
@@ -36,7 +36,9 @@
Search a signal name.
- color: rgb(255, 255, 255);
+ color: rgb(255, 255, 255);
+border: 1px solid gray;
+border-radius: 5px;
@@ -82,21 +84,66 @@
- color: rgb(255, 255, 255);
+ color: rgb(255, 255, 255);
+border: 1px solid gray;
+border-radius: 15px;
-
+
true
+
+ Qt::LeftToRight
+
- color: rgb(255, 255, 255);
+ QTabWidget::pane { /* The tab widget frame */
+ border-left: 1px solid gray;
+}
+
+
+QTabWidget::tab-bar {
+ left: 30px; /* move to the right by 5px */
+}
+
+
+/* Style the tab using the tab sub-control. Note that
+ it reads QTabBar _not_ QTabWidget */
+QTabBar::tab {
+ background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
+ stop: 0 #7a7a7a, stop: 1.0 #7a7a7a);
+ /*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
+ stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
+ stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);*/
+ border-top-left-radius: 8px;
+ border-top-right-radius: 8px;
+ min-width: 16ex;
+ padding: 2px;
+ color: #FFFFFF
+}
+
+QTabBar::tab:selected {
+ background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
+ stop: 0 #999999, stop: 1.0 #999999);
+ /* background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
+ stop: 0 #fafafa, stop: 0.4 #f4f4f4,
+ stop: 0.5 #e7e7e7, stop: 1.0 #fafafa);*/
+ color: #1d5eff
+}
+
+
+QTabBar::tab:!selected {
+ margin-top: 3px; /* make non-selected tabs look smaller */
+}
+
+
+ QTabWidget::North
- QTabWidget::Triangular
+ QTabWidget::Rounded
0