show selected nodes in slice.
[sface.git] / sface.py
index ea81d0a..f719257 100644 (file)
--- a/sface.py
+++ b/sface.py
@@ -13,6 +13,18 @@ def main(args):
     win.show()
     win.setWindowTitle("Sface: SFA Interface")
     app.setActiveWindow(win)
+    app.setStyleSheet('''
+QTreeView, QLineEdit { 
+  border: 2px solid gray;
+  border-radius: 4px;
+  padding: 1px;
+  margin: 2px;
+}
+
+QLabel {
+
+}
+''')
 
     sys.exit(app.exec_())