소스 검색

adding styling

logicp 5 년 전
부모
커밋
38e744e5b7
6개의 변경된 파일26개의 추가작업 그리고 0개의 파일을 삭제
  1. BIN
      icons/arguments.png
  2. BIN
      icons/execute.png
  3. BIN
      icons/kstyleyo_logo.png
  4. BIN
      icons/task.png
  5. 14 0
      style/messagebox.css
  6. 12 0
      style/style.qss

BIN
icons/arguments.png


BIN
icons/execute.png


BIN
icons/kstyleyo_logo.png


BIN
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); }