From 96d7f6171a0b887aa89e32cee279d97c876b1605 Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Wed, 20 Aug 2014 12:29:37 +0200 Subject: DLG_FILTER_SELECT and DLG_SIMPLE_NAME_CLASH conversion to .ui Change-Id: I2a87330d73e2735a764296185f165a29f05b517c Reviewed-on: https://gerrit.libreoffice.org/11040 Reviewed-by: David Tardon Tested-by: David Tardon --- uui/uiconfig/ui/filterselect.ui | 129 ++++++++++++++++++++++++++++++++++ uui/uiconfig/ui/simplenameclash.ui | 138 +++++++++++++++++++++++++++++++++++++ 2 files changed, 267 insertions(+) create mode 100644 uui/uiconfig/ui/filterselect.ui create mode 100644 uui/uiconfig/ui/simplenameclash.ui (limited to 'uui/uiconfig') diff --git a/uui/uiconfig/ui/filterselect.ui b/uui/uiconfig/ui/filterselect.ui new file mode 100644 index 000000000000..7053bbde59fa --- /dev/null +++ b/uui/uiconfig/ui/filterselect.ui @@ -0,0 +1,129 @@ + + + + + False + 6 + Filter Selection + dialog + + + False + True + True + 12 + + + False + vertical + start + + + gtk-ok + False + True + True + True + False + True + + + False + True + 0 + + + + + gtk-cancel + False + True + True + True + False + True + + + False + True + 1 + + + + + gtk-help + False + True + True + True + False + True + + + False + True + 2 + + + + + False + True + end + 0 + + + + + True + False + True + True + vertical + 6 + + + True + False + start + True + 0 + + + False + True + 0 + + + + + True + True + True + True + + + + + + True + True + 1 + + + + + True + True + 1 + + + + + + ok + cancel + help + + + diff --git a/uui/uiconfig/ui/simplenameclash.ui b/uui/uiconfig/ui/simplenameclash.ui new file mode 100644 index 000000000000..18590bd20c4c --- /dev/null +++ b/uui/uiconfig/ui/simplenameclash.ui @@ -0,0 +1,138 @@ + + + + + False + 6 + File Exists + dialog + + + False + vertical + 12 + + + False + end + + + gtk-help + False + True + True + True + False + True + + + False + True + 0 + + + + + Replace + False + True + True + True + False + + + False + True + 1 + + + + + Rename + False + True + True + True + True + False + + + False + True + 2 + + + + + gtk-cancel + False + True + True + True + False + True + + + False + True + 3 + + + + + False + True + end + 0 + + + + + True + False + vertical + 6 + + + True + False + start + True + 0 + + + False + True + 0 + + + + + True + True + True + + + + False + True + 1 + + + + + True + True + 1 + + + + + + help + replace + rename + cancel + + + -- cgit