Jelajahi Sumber

adding styling

logicp 5 tahun lalu
induk
melakukan
38e744e5b7
6 mengubah file dengan 26 tambahan dan 0 penghapusan
  1. TEMPAT SAMPAH
      icons/arguments.png
  2. TEMPAT SAMPAH
      icons/execute.png
  3. TEMPAT SAMPAH
      icons/kstyleyo_logo.png
  4. TEMPAT SAMPAH
      icons/task.png
  5. 14 0
      style/messagebox.css
  6. 12 0
      style/style.qss

TEMPAT SAMPAH
icons/arguments.png


TEMPAT SAMPAH
icons/execute.png


TEMPAT SAMPAH
icons/kstyleyo_logo.png


TEMPAT SAMPAH
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); }