Home
last modified time | relevance | path

Searched refs:ErrorDialog (Results 1 – 25 of 732) sorted by relevance

12345678910>>...30

/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/
H A Ddialog_messages.py33 ErrorDialog),
39 ErrorDialog),
45 ErrorDialog),
50 ErrorDialog),
55 ErrorDialog),
61 ErrorDialog),
67 ErrorDialog),
72 ErrorDialog),
83 ErrorDialog),
88 ErrorDialog),
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DMsgDialog.hpp52 class ErrorDialog : public MsgDialog class
57 ErrorDialog(wxWindow *parent, const wxString &msg, bool courier_font);
58 ErrorDialog(ErrorDialog &&) = delete;
59 ErrorDialog(const ErrorDialog &) = delete;
60 ErrorDialog &operator=(ErrorDialog &&) = delete;
61 ErrorDialog &operator=(const ErrorDialog &) = delete;
62 virtual ~ErrorDialog() = default;
/dports/science/xcrysden/xcrysden-1.6.2/Tcl/
H A DscriptingScalarField3D.tcl344 ErrorDialog "wrong -isosurface value $option, must be 0 or 1"
351 ErrorDialog "expected integer for -interpolationdegree option, but got $option"
361 ErrorDialog "expected real-number for -isolevel option, but got $option"
372 ErrorDialog "wrong -isosurface value $option, must be 0 or 1"
384 ErrorDialog "the value of -revertsides must be pos or neg, but got $option"
396 ErrorDialog "the value of -revertnormals must be pos or neg, but got $option"
424 ErrorDialog "wrong colorbasis $option, must be ..."
434 ErrorDialog "wrong scale-function $option, must be ..."
446 ErrorDialog "wrong $tag value $option, must be none, whole, specify"
458 ErrorDialog "expected integer for $tag option, but got $option"
[all …]
H A Dscripting.tcl180 ErrorDialog "wrong number of arguments, $len. Must be ::scripting::save ?format? filename"
190 ErrorDialog "wrong format in ::scripting::save, $fmt. Must be \"xsf\"."
393 ErrorDialog "wrong lighting-mode $mode, should one On or Off"
451 ErrorDialog "wrong scripting::display mode $mode, should be on or off"
817 ErrorDialog "wanted integer, but got $ntimes, while executing scripting::zoom $step $ntimes"
823 ErrorDialog "wanted double, but got $step, while executing scripting::zoom $step $ntimes"
827 ErrorDialog "wanted double, but got $step, while executing scripting::zoom $step $ntimes"
882 ErrorDialog "wrong number of scripting::rotate ++ arguments"
892 ErrorDialog "wanted integer, but got $ntimes, while executing scripting::rotate $dir $args"
904 ErrorDialog "wrong number of scripting::rotate arguments"
[all …]
H A DscriptingScalarField2D.tcl260 ErrorDialog "expected integer for -interpolationdegree option, but got $option"
262 ErrorDialog "-interpolationdegree value should be greater then 0, but got $option"
272 ErrorDialog "wrong colorbasis $option, must be ..."
282 ErrorDialog "wrong scale-function $option, must be ..."
292 ErrorDialog "wrong -expand2D value $option, must be none, whole, specify"
301 ErrorDialog "expected integer for $tag option, but got $option"
303 ErrorDialog "$tag value should be greater then 0, but got $option"
328 ErrorDialog "scripting::scalarField2D::configure called with an odd number of arguments !!!"
381ErrorDialog "can't render contours, the scalar field was not loaded. Call scripting::scalarField2D…
386ErrorDialog "can't render contours, since they were not configured. Call scripting::scalarField2D:…
H A DparseComLinArg.tcl66 ErrorDialog "file \"$filedir\" does not exist !!!"
135 ErrorDialog "$filedir doesn't exists !!!"
153 ErrorDialog "$filedir doesn't exists !!!"
169 ErrorDialog "$filedir doesn't exists !!!"
183 ErrorDialog "$filedir doesn't exists !!!"
197 ErrorDialog "$filedir doesn't exists !!!"
206 ErrorDialog "$filedir doesn't exists !!!"
243 ErrorDialog "$filedir directory|file does not exist !!!"
257 ErrorDialog "$filedir directory does not exist !!!"
273 ErrorDialog "$filedir directory does not exist !!!"
[all …]
H A DscriptingMakeMovie.tcl190 ErrorDialog "wrong value $option for $tag option, should be 0 or 1"
200 ErrorDialog "wrong value $option for $tag option, should be \"mpeg\" or \"gif\""
209 ErrorDialog "wrong value $option for $tag option, should be \"tmp\" or \"pwd\""
219 ErrorDialog "wrong value $option for $tag option, should be \"PPM\" or \"JPEG\""
228 ErrorDialog "expected integer, but got $option for $tag option"
236 ErrorDialog "expected integer, but got $option for $tag option"
245 ErrorDialog "expected integer, but got $option for $tag option"
255 ErrorDialog "scripting::makeMovie::init called with an odd number of arguments !!!"
H A DloadAttributes.tcl48 ErrorDialog "while parsing attribute file \"$file\", while reading string \"$keyword\""
51ErrorDialog "while parsing attribute file \"$file\", while reading string \"$keyword\".\n\nError m…
59ErrorDialog "should get 4 numbers (i.e. atomic-number r g b), but got: $line\nwhile reading attrib…
68ErrorDialog "should get 2 numbers (i.e. atomic-number atomic-radius), but got: $line\nwhile readin…
93 ErrorDialog "atomic number out of range. Check the atmRad array in the deifinition file"
107 ErrorDialog "atomic number out of range. Check the atmCol array in the deifinition file"
212ErrorDialog "syntax error in custom-definition file: myParam array element \"$_elem\" is not recog…
H A Dxyz.tcl31 ErrorDialog "File \"$file\" does not exist !!!"
58 ErrorDialog "error parsing XYZ file: \"$file\" !!!"
89 ErrorDialog "error parsing XYZ file: \"$file\" !!!"
106 ErrorDialog "error parsing XYZ file: \"$file\" !!!"
/dports/lang/kturtle/kturtle-21.12.3/src/
H A Derrordialog.cpp22 ErrorDialog::ErrorDialog(QWidget* parent) in ErrorDialog() function in ErrorDialog
68 connect(m_buttonBox, &QDialogButtonBox::accepted, this, &ErrorDialog::accept); in ErrorDialog()
69 connect(m_buttonBox, &QDialogButtonBox::rejected, this, &ErrorDialog::reject); in ErrorDialog()
70 connect(m_buttonBox, &QDialogButtonBox::helpRequested, this, &ErrorDialog::helpRequested); in ErrorDialog()
81 void ErrorDialog::clear() in clear()
101 void ErrorDialog::enable() in enable()
106 …connect(errorTable, &QTableWidget::itemSelectionChanged, this, &ErrorDialog::selectedErrorChangedP… in enable()
110 void ErrorDialog::disable() in disable()
119 void ErrorDialog::setErrorList(ErrorList *list) in setErrorList()
139 void ErrorDialog::selectedErrorChangedProxy() in selectedErrorChangedProxy()
[all …]
/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Derrordialog.cpp26 ErrorDialog::ErrorDialog( QWidget* parent, Qt::WindowFlags f ) in ErrorDialog() function in ErrorDialog
51 ErrorDialog::~ErrorDialog() { in ~ErrorDialog()
54 void ErrorDialog::setText(QString error) { in setText()
58 void ErrorDialog::setLog(QString log_text) { in setLog()
63 void ErrorDialog::toggleLog(bool checked) { in toggleLog()
H A Derrordialog.h24 class ErrorDialog : public QDialog, public Ui::ErrorDialog
29 ErrorDialog( QWidget* parent = 0, Qt::WindowFlags f = QFlag(0) );
30 ~ErrorDialog();
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/widgets/
H A Derrordialog.cpp23 ErrorDialog::ErrorDialog(QWidget* parent) in ErrorDialog() function in ErrorDialog
38 ErrorDialog::~ErrorDialog() { delete ui_; } in ~ErrorDialog()
40 void ErrorDialog::ShowMessage(const QString& message) { in ShowMessage()
49 void ErrorDialog::hideEvent(QHideEvent*) { in hideEvent()
54 void ErrorDialog::UpdateContent() { in UpdateContent()
H A Derrordialog.h25 class ErrorDialog : public QDialog {
29 ErrorDialog(QWidget* parent = nullptr);
30 ~ErrorDialog();
/dports/audio/audacity/audacity-Audacity-3.1.3/src/widgets/
H A DErrorDialog.cpp43 BEGIN_EVENT_TABLE(ErrorDialog, wxDialogWrapper) in BEGIN_EVENT_TABLE() argument
44 EVT_COLLAPSIBLEPANE_CHANGED( wxID_ANY, ErrorDialog::OnPane ) in BEGIN_EVENT_TABLE()
45 EVT_BUTTON( wxID_OK, ErrorDialog::OnOk) in BEGIN_EVENT_TABLE()
46 EVT_BUTTON( wxID_HELP, ErrorDialog::OnHelp) in BEGIN_EVENT_TABLE()
49 ErrorDialog::ErrorDialog( in BEGIN_EVENT_TABLE()
116 void ErrorDialog::OnPane(wxCollapsiblePaneEvent & event) in OnPane()
124 void ErrorDialog::OnOk(wxCommandEvent & WXUNUSED(event)) in OnOk()
132 void ErrorDialog::OnHelp(wxCommandEvent & WXUNUSED(event)) in OnHelp()
/dports/audio/strawberry/strawberry-1.0.0/src/dialogs/
H A Derrordialog.cpp37 ErrorDialog::ErrorDialog(QWidget *parent)
54 ErrorDialog::~ErrorDialog() {
58 void ErrorDialog::ShowMessage(const QString &message) {
71 void ErrorDialog::hideEvent(QHideEvent *) {
76 void ErrorDialog::UpdateContent() {
/dports/graphics/pencil2d/pencil-0.6.6/app/src/
H A Derrordialog.h24 class ErrorDialog; variable
27 class ErrorDialog : public QDialog
32 …explicit ErrorDialog(QString title, QString description, QString details = QString(), QWidget *par…
33 ~ErrorDialog();
36 Ui::ErrorDialog *ui;
H A Derrordialog.cpp20 ErrorDialog::ErrorDialog( QString title, QString description, QString details, QWidget *parent ) : in ErrorDialog() function in ErrorDialog
22 ui(new Ui::ErrorDialog) in ErrorDialog()
39 ErrorDialog::~ErrorDialog() in ~ErrorDialog()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/WIN32/
H A DOgreErrorDialog.cpp33 Ogre::ErrorDialog* errdlg; // This is a pointer to instance, since this is a static member
38 ErrorDialog::ErrorDialog() in ErrorDialog() function in Ogre::ErrorDialog
52 INT_PTR CALLBACK ErrorDialog::DlgProc(HWND hDlg, UINT iMsg, WPARAM wParam, LPARAM lParam) in DlgProc()
54 BOOL CALLBACK ErrorDialog::DlgProc(HWND hDlg, UINT iMsg, WPARAM wParam, LPARAM lParam) in DlgProc()
96 void ErrorDialog::display(const String& errorMessage, String logName) in display()
H A DOgreErrorDialogWinRT.cpp33 Ogre::ErrorDialog* errdlg; // This is a pointer to instance, since this is a static member
38 ErrorDialog::ErrorDialog() in ErrorDialog() function in Ogre::ErrorDialog
42 void ErrorDialog::display(const String& errorMessage, String logName) in display()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/Android/
H A DOgreErrorDialog.cpp34 ErrorDialog::ErrorDialog() in ErrorDialog() function in ErrorDialog
38 void ErrorDialog::display(const String& errorMessage, String logName) in display()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/iOS/
H A DOgreErrorDialog.cpp35 ErrorDialog::ErrorDialog() in ErrorDialog() function in ErrorDialog
39 void ErrorDialog::display(const String& errorMessage, String logName) in display()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/GLX/
H A DOgreErrorDialog.cpp34 ErrorDialog::ErrorDialog() in ErrorDialog() function in Ogre::ErrorDialog
39 void ErrorDialog::display(const String& errorMessage, String logName) in display()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/NaCl/
H A DOgreErrorDialog.cpp34 ErrorDialog::ErrorDialog() in ErrorDialog() function in ErrorDialog
39 void ErrorDialog::display(const String& errorMessage, String logName) in display()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/WIN32/
H A DOgreErrorDialogImpWinRT.h40 class _OgreExport ErrorDialog
43 ErrorDialog();
44 ~ErrorDialog() {} in ~ErrorDialog()

12345678910>>...30