summaryrefslogtreecommitdiffstats
path: root/ui/resources/progress.ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui/resources/progress.ui')
-rw-r--r--ui/resources/progress.ui37
1 files changed, 37 insertions, 0 deletions
diff --git a/ui/resources/progress.ui b/ui/resources/progress.ui
new file mode 100644
index 0000000..e49d9e0
--- /dev/null
+++ b/ui/resources/progress.ui
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <requires lib="gtk" version="4.0"/>
+ <object class="GtkWindow" id="window">
+ <property name="decorated">false</property>
+ <property name="modal">true</property>
+ <property name="resizable">false</property>
+ <property name="halign">center</property>
+ <property name="valign">center</property>
+ <child>
+ <object class="GtkBox">
+ <property name="orientation">vertical</property>
+ <child>
+ <object class="GtkProgressBar" id="progress">
+ <property name="width-request">250</property>
+ <property name="text">Doing operation</property>
+ <property name="show-text">true</property>
+ <property name="fraction">0.25</property>
+ <property name="margin-top">20</property>
+ <property name="margin-bottom">20</property>
+ <property name="margin-start">20</property>
+ <property name="margin-end">20</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkActionBar">
+ <child type="end">
+ <object class="GtkButton" id="btn-cancel">
+ <property name="label">Cancel</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+</interface>