瀏覽代碼

adding styling

logicp 5 年之前
父節點
當前提交
38e744e5b7
共有 6 個文件被更改,包括 26 次插入0 次删除
  1. 二進制
      icons/arguments.png
  2. 二進制
      icons/execute.png
  3. 二進制
      icons/kstyleyo_logo.png
  4. 二進制
      icons/task.png
  5. 14 0
      style/messagebox.css
  6. 12 0
      style/style.qss

二進制
icons/arguments.png


二進制
icons/execute.png


二進制
icons/kstyleyo_logo.png


二進制
icons/task.png


+ 14 - 0
style/messagebox.css

@@ -0,0 +1,14 @@
+QMainWindow {
+  font: 87 10pt "Noto Sans";
+  background-color: rgb(255, 85, 0);
+}
+
+QWidget {
+  border-color: rgb(0, 0, 0);
+  background-color: rgb(0, 43, 54);
+}
+
+QMessageBox {
+  background-color: rgb(0, 43, 54);
+  text-align: center;
+}

+ 12 - 0
style/style.qss

@@ -0,0 +1,12 @@
+QMainWindow {
+  font: 87 10pt "Noto Sans";
+  background-color: rgb(255, 85, 0);
+}
+
+QWidget {
+  border-color: rgb(0, 0, 0);
+  background-color: rgb(0, 43, 54);
+}
+
+
+QMessageBox { background-color: rgb(255, 255, 255); }