From a2c8ae13a1ea76c9c7bcc06c8f40943978e8ac13 Mon Sep 17 00:00:00 2001 From: EricSeynaeve Date: Sat, 23 Mar 2013 00:54:43 +0100 Subject: Converting spline dialog box to glade. Change-Id: I945445ab703b146b048cd45768d256d8b6a833d5 --- sc/UI_scalc.mk | 1 + sc/uiconfig/scalc/ui/smoothlinesdlg.ui | 228 +++++++++++++++++++++++++++++++++ 2 files changed, 229 insertions(+) create mode 100644 sc/uiconfig/scalc/ui/smoothlinesdlg.ui (limited to 'sc') diff --git a/sc/UI_scalc.mk b/sc/UI_scalc.mk index 46afc890e99c..34cdee453988 100644 --- a/sc/UI_scalc.mk +++ b/sc/UI_scalc.mk @@ -20,6 +20,7 @@ $(eval $(call gb_UI_add_uifiles,modules/scalc,\ sc/uiconfig/scalc/ui/sortoptionspage \ sc/uiconfig/scalc/ui/textimportoptions \ sc/uiconfig/scalc/ui/textimportcsv \ + sc/uiconfig/scalc/ui/smoothlinesdlg \ )) # vim: set noet sw=4 ts=4: diff --git a/sc/uiconfig/scalc/ui/smoothlinesdlg.ui b/sc/uiconfig/scalc/ui/smoothlinesdlg.ui new file mode 100644 index 000000000000..26fe81d44746 --- /dev/null +++ b/sc/uiconfig/scalc/ui/smoothlinesdlg.ui @@ -0,0 +1,228 @@ + + + + + 1 + 15 + 3 + 1 + 10 + + + 1 + 100 + 20 + 1 + 10 + + + False + 5 + Smooth Lines + True + dialog + + + False + vertical + 2 + + + True + False + + + True + False + vertical + + + Cubic _spline + True + True + False + True + 0 + True + True + BSplineRadioButton + + + False + True + 0 + + + + + _B-Spline + True + True + False + True + 0 + True + CubicSplineRadioButton + + + False + True + 1 + + + + + False + True + 0 + + + + + + + + True + False + + + True + False + start + _Resolution + True + ResolutionSpinbutton + + + 0 + 0 + 1 + 1 + + + + + True + False + start + _Degree of polynomials + True + PolynomialsSpinButton + + + 0 + 1 + 1 + 1 + + + + + True + True + start + + ResolutionAdjustment + + + 1 + 0 + 1 + 1 + + + + + True + True + start + + PolynomialsAdjustment + + + 1 + 1 + 1 + 1 + + + + + False + True + 2 + + + + + False + True + 0 + + + + + False + True + spread + + + 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 + + + + + + OKButton + CancelButton + HelpButton + + + -- cgit