From 10faccaec6bffac6eec7159c8897c21a1d1c6d66 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 18 Mar 2014 10:05:42 +0000 Subject: convert select multi paths dialogs to .ui Change-Id: Iecb6dbee9e7af0600b8355db038ec597cab61d1a --- cui/uiconfig/ui/multipathdialog.ui | 212 ++++++++++++++++++++++++++++++++++++ cui/uiconfig/ui/selectpathdialog.ui | 191 ++++++++++++++++++++++++++++++++ 2 files changed, 403 insertions(+) create mode 100644 cui/uiconfig/ui/multipathdialog.ui create mode 100644 cui/uiconfig/ui/selectpathdialog.ui (limited to 'cui/uiconfig') diff --git a/cui/uiconfig/ui/multipathdialog.ui b/cui/uiconfig/ui/multipathdialog.ui new file mode 100644 index 000000000000..41747912fdc7 --- /dev/null +++ b/cui/uiconfig/ui/multipathdialog.ui @@ -0,0 +1,212 @@ + + + + + + + False + 6 + Select Paths + normal + + + False + vertical + 12 + + + False + end + + + gtk-ok + True + True + True + True + True + True + + + False + True + 0 + + + + + gtk-cancel + True + True + True + True + + + False + True + 1 + + + + + gtk-help + True + True + True + True + + + False + True + 2 + + + + + False + True + end + 0 + + + + + True + False + True + True + 0 + none + + + True + False + True + True + 6 + 12 + + + True + False + True + True + 6 + 12 + + + True + False + vertical + 6 + start + + + _Add... + True + True + True + True + + + False + True + 0 + + + + + gtk-delete + True + True + True + True + + + False + True + 1 + + + + + 1 + 0 + 1 + 1 + + + + + True + False + + + True + True + True + True + 0 + + + + + + 0 + 1 + 1 + 1 + + + + + False + True + 0 + Path list + + + 0 + 0 + 1 + 1 + + + + + 0 + 0 + 1 + 1 + + + + + + + + + True + False + Mark the default path for new files + + + + + + + + False + True + 1 + + + + + + ok + cancel + help + + + diff --git a/cui/uiconfig/ui/selectpathdialog.ui b/cui/uiconfig/ui/selectpathdialog.ui new file mode 100644 index 000000000000..326ea4fae877 --- /dev/null +++ b/cui/uiconfig/ui/selectpathdialog.ui @@ -0,0 +1,191 @@ + + + + + + False + 6 + Select Paths + normal + + + False + vertical + 12 + + + False + end + + + gtk-ok + True + True + True + True + True + True + + + False + True + 0 + + + + + gtk-cancel + True + True + True + True + + + False + True + 1 + + + + + gtk-help + True + True + True + True + + + False + True + 2 + + + + + False + True + end + 0 + + + + + True + False + True + True + 0 + none + + + True + False + True + True + 6 + 12 + + + True + False + True + True + 6 + 12 + + + True + False + vertical + 6 + start + + + _Add... + True + True + True + True + + + False + True + 0 + + + + + gtk-delete + True + True + True + True + + + False + True + 1 + + + + + 1 + 0 + 1 + 1 + + + + + True + True + in + + + True + True + True + True + + + + + + + + 0 + 0 + 1 + 1 + + + + + + + + + True + False + Paths + + + + + + + + False + True + 1 + + + + + + ok + cancel + help + + + -- cgit