From e423600c6ae24a4e9006882f589e22ca9f688602 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 16 Sep 2013 23:01:34 +0300 Subject: Created a skeleton Qt ui file. --- mesonmain.ui | 199 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 199 insertions(+) create mode 100644 mesonmain.ui diff --git a/mesonmain.ui b/mesonmain.ui new file mode 100644 index 0000000..6418c6e --- /dev/null +++ b/mesonmain.ui @@ -0,0 +1,199 @@ + + + MainWindow + + + + 0 + 0 + 740 + 613 + + + + Meson + + + + + + + Project + + + + + + + + 1 + 0 + + + + TextLabel + + + + + + + Source directory + + + + + + + + 1 + 0 + + + + TextLabel + + + + + + + + 0 + 0 + + + + Build directory + + + + + + + + 1 + 0 + + + + TextLabel + + + + + + + Build type + + + + + + + + 1 + 0 + + + + TextLabel + + + + + + + Backend + + + + + + + Ninja + + + + + + + 3 + + + + Core data + + + + + Paths + + + + + + + + + + Options + + + + + + + + + + Dependencies + + + + + Build targets + + + + + + + + + + + + + + + 0 + 0 + 740 + 20 + + + + + File + + + + + + + + + + &Save + + + + + &Quit + + + + + + -- cgit v1.1