diff --git a/src/musrgui/forms/GetParameterDialogBase.ui b/src/musrgui/forms/GetParameterDialogBase.ui deleted file mode 100644 index 48254a20..00000000 --- a/src/musrgui/forms/GetParameterDialogBase.ui +++ /dev/null @@ -1,354 +0,0 @@ - -GetParameterDialog - - - GetParameterDialog - - - - 0 - 0 - 245 - 302 - - - - Get Parameter - - - true - - - - fParam_frame - - - - 10 - 10 - 220 - 135 - - - - StyledPanel - - - Raised - - - - fNo_spinBox - - - - 71 - 11 - 140 - 24 - - - - 999 - - - - - fStep_lineEdit - - - - 71 - 101 - 140 - 24 - - - - - - fNo_textLabel - - - - 10 - 13 - 40 - 17 - - - - No - - - - - fName_textLabel - - - - 10 - 45 - 40 - 17 - - - - Name - - - - - fValue_textLabel - - - - 10 - 75 - 40 - 17 - - - - Value - - - - - fStep_textLabel - - - - 10 - 105 - 40 - 17 - - - - Step - - - - - fValue_lineEdit - - - - 71 - 71 - 140 - 24 - - - - - - fName_lineEdit - - - - 71 - 41 - 140 - 24 - - - - - - - fBoundary_frame - - - - 10 - 150 - 220 - 104 - - - - StyledPanel - - - Raised - - - - fUpper_textLabel - - - - 10 - 70 - 71 - 20 - - - - Upper - - - - - fLower_textLabel - - - - 10 - 40 - 71 - 20 - - - - Lower - - - - - fUpper_lineEdit - - - - 70 - 70 - 140 - 24 - - - - - - fBoundaryies_checkBox - - - - 10 - 10 - 95 - 22 - - - - Boundaries - - - - - fLower_lineEdit - - - true - - - - 70 - 40 - 140 - 24 - - - - number or 'none' - - - The lower limit can be either a number are the keyword 'none' - - - - - - layout9 - - - - 9 - 263 - 220 - 28 - - - - - unnamed - - - - buttonOk - - - &OK - - - - - - true - - - true - - - - - Horizontal Spacing2 - - - Horizontal - - - Expanding - - - - 50 - 20 - - - - - - buttonCancel - - - &Cancel - - - - - - true - - - - - - - - buttonOk - clicked() - GetParameterDialog - accept() - - - buttonCancel - clicked() - GetParameterDialog - reject() - - - - fNo_spinBox - fName_lineEdit - fValue_lineEdit - fStep_lineEdit - fBoundaryies_checkBox - fLower_lineEdit - fUpper_lineEdit - buttonOk - buttonCancel - - - diff --git a/src/musrgui/forms/PGetPlotDialogBase.ui b/src/musrgui/forms/PGetPlotDialogBase.ui new file mode 100644 index 00000000..b4631139 --- /dev/null +++ b/src/musrgui/forms/PGetPlotDialogBase.ui @@ -0,0 +1,310 @@ + +PGetPlotDialogBase + + + PGetPlotDialogBase + + + + 0 + 0 + 511 + 312 + + + + Get Plot + + + true + + + + layout2 + + + + 10 + 270 + 490 + 28 + + + + + unnamed + + + + fCancel_button + + + &Cancel + + + + + + true + + + + + Horizontal Spacing2 + + + Horizontal + + + Expanding + + + + 290 + 20 + + + + + + fAdd_pushButton + + + &Add + + + Alt+A + + + + + fOk_button + + + &OK + + + + + + true + + + true + + + + + + + fXRangeUp_lineEdit + + + + 440 + 10 + 60 + 24 + + + + + + fYRangeUp_lineEdit + + + + 440 + 40 + 60 + 24 + + + + + + fYRangeLow_lineEdit + + + + 370 + 40 + 60 + 24 + + + + + + fXRangeLow_lineEdit + + + + 370 + 10 + 60 + 24 + + + + + + fYRange_textLabel + + + + 260 + 43 + 71 + 20 + + + + y-Range + + + + + fXRange_textLabel + + + + 260 + 13 + 100 + 20 + + + + Time-/x-Range + + + + + fType_textLabel + + + + 10 + 13 + 71 + 20 + + + + Type + + + + + fRunList_textLabel + + + + 10 + 43 + 71 + 20 + + + + Run List + + + + + fRunList_lineEdit + + + + 90 + 40 + 150 + 24 + + + + + + + Asymmetry + + + + + Single Histo + + + + + RRF + + + + + NonMusr + + + + fType_comboBox + + + + 90 + 10 + 150 + 24 + + + + + + fPlot_textEdit + + + + 10 + 80 + 490 + 180 + + + + + + + fOk_button + clicked() + PGetPlotDialogBase + accept() + + + fCancel_button + clicked() + PGetPlotDialogBase + reject() + + + fAdd_pushButton + clicked() + PGetPlotDialogBase + addPlot() + + + + fType_comboBox + fRunList_lineEdit + fXRangeLow_lineEdit + fXRangeUp_lineEdit + fYRangeLow_lineEdit + fYRangeUp_lineEdit + fAdd_pushButton + fOk_button + fCancel_button + fPlot_textEdit + + + addPlot() + + + diff --git a/src/musrgui/musrgui.pro b/src/musrgui/musrgui.pro index de06ab51..6d802fb0 100644 --- a/src/musrgui/musrgui.pro +++ b/src/musrgui/musrgui.pro @@ -35,7 +35,8 @@ FORMS = forms/PGetDefaultDialogBase.ui \ forms/PMusrGuiAbout.ui \ forms/PGetTitleDialog.ui \ forms/PGetParameterDialogBase.ui \ - forms/PGetFourierDialogBase.ui + forms/PGetFourierDialogBase.ui \ + forms/PGetPlotDialogBase.ui IMAGES = images/editcopy.xpm \ images/editcut.xpm \