<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"># error: no matching function for call to 'QComboBox::QComboBox(bool)'
# error: no matching function for call to 'PatternBox::PatternBox(bool)'

--- qtiplot/src/plot2D/dialogs/LayerDialog.cpp.orig	2010-09-27 09:12:48.000000000 +0545
+++ qtiplot/src/plot2D/dialogs/LayerDialog.cpp	2022-08-07 00:46:58.000000000 +0545
@@ -69,14 +69,16 @@
 	QGridLayout *gl2 = new QGridLayout(gb2);
 	gl2-&gt;addWidget(new QLabel(tr("Horizontal")), 0, 0);
 
-	alignHorBox = new QComboBox( false );
+	alignHorBox = new QComboBox();
+	alignHorBox-&gt;setEditable(false);
 	alignHorBox-&gt;insertItem( tr( "Center" ) );
 	alignHorBox-&gt;insertItem( tr( "Left" ) );
 	alignHorBox-&gt;insertItem( tr( "Right" ) );
 	gl2-&gt;addWidget(alignHorBox, 0, 1);
 
 	gl2-&gt;addWidget(new QLabel( tr( "Vertical" )), 1, 0 );
-	alignVertBox = new QComboBox( false );
+	alignVertBox = new QComboBox();
+	alignVertBox-&gt;setEditable(false);
 	alignVertBox-&gt;insertItem( tr( "Center" ) );
 	alignVertBox-&gt;insertItem( tr( "Top" ) );
 	alignVertBox-&gt;insertItem( tr( "Bottom" ) );


--- qtiplot/src/plot2D/dialogs/PlotDialog.cpp.orig	2011-09-13 13:50:36.000000000 +0545
+++ qtiplot/src/plot2D/dialogs/PlotDialog.cpp	2022-08-07 00:40:39.000000000 +0545
@@ -954,7 +954,8 @@
 	l4-&gt;setBuddy(boxFirstColor);
 	gl2-&gt;addWidget(l4, 0, 0);
 
-	boxPiePattern = new PatternBox(false);
+	boxPiePattern = new PatternBox();
+	boxPiePattern-&gt;setEditable(false);
 	gl2-&gt;addWidget(boxPiePattern, 1, 1);
 	gl2-&gt;setRowStretch(2, 1);
 
@@ -1337,7 +1338,8 @@
 	hb-&gt;addWidget(boxCurveOpacity);
 	gl2-&gt;addLayout(hb, 1, 1);
 
-	boxPattern = new PatternBox(false);
+	boxPattern = new PatternBox();
+	boxPattern-&gt;setEditable(false);
 	gl2-&gt;addWidget(boxPattern, 2, 1);
 	
 	QLabel *l6 = new QLabel("&amp;" + tr("Pattern"));
@@ -2126,17 +2128,20 @@
     QGridLayout *gl3 = new QGridLayout(GroupBoxVectEnd);
     labelXEnd = new QLabel(tr( "X End" ));
     gl3-&gt;addWidget(labelXEnd, 0, 0);
-	xEndBox = new QComboBox(false);
+	xEndBox = new QComboBox();
+	xEndBox-&gt;setEditable(false);
     gl3-&gt;addWidget(xEndBox, 0, 1);
 
 	labelYEnd = new QLabel(tr( "Y End" ));
     gl3-&gt;addWidget(labelYEnd, 1, 0);
-	yEndBox = new  QComboBox( false);
+	yEndBox = new QComboBox();
+	yEndBox-&gt;setEditable(false);
     gl3-&gt;addWidget(yEndBox, 1, 1);
 
 	labelPosition = new QLabel(tr( "Position" ));
     gl3-&gt;addWidget(labelPosition, 2, 0);
-	vectPosBox = new  QComboBox( false);
+	vectPosBox = new  QComboBox();
+	vectPosBox-&gt;setEditable(false);
 	vectPosBox-&gt;addItem(tr("Tail"));
 	vectPosBox-&gt;addItem(tr("Middle"));
 	vectPosBox-&gt;addItem(tr("Head"));


--- qtiplot/src/table/TableDialog.cpp.orig	2011-08-31 20:11:22.000000000 +0545
+++ qtiplot/src/table/TableDialog.cpp	2022-08-07 00:42:42.000000000 +0545
@@ -127,7 +127,8 @@
     labelFormat = new QLabel(tr( "Format:" ));
  	gl1-&gt;addWidget(labelFormat, 2, 0);
 
-    formatBox = new QComboBox(false);
+    formatBox = new QComboBox();
+    formatBox-&gt;setEditable(false);
     gl1-&gt;addWidget(formatBox, 2, 1);
 
 	labelNumeric = new QLabel(tr( "Precision:" ));


--- qtiplot/src/table/SetColValuesDialog.cpp.orig	2010-09-27 09:12:50.000000000 +0545
+++ qtiplot/src/table/SetColValuesDialog.cpp	2022-08-07 01:29:11.000000000 +0545
@@ -72,12 +72,14 @@
 	hbox1-&gt;addWidget(end);
 
 	QGridLayout *gl1 = new QGridLayout();
-	functions = new QComboBox(false);
+	functions = new QComboBox();
+	functions-&gt;setEditable(false);
 	functions-&gt;addItems(muParserScripting::functionsList(true));
 	gl1-&gt;addWidget(functions, 0, 0);
 	btnAddFunction = new QPushButton(tr( "Add function" ));
 	gl1-&gt;addWidget(btnAddFunction, 0, 1);
-	boxColumn = new QComboBox(false);
+	boxColumn = new QComboBox();
+	boxColumn-&gt;setEditable(false);
 	gl1-&gt;addWidget(boxColumn, 1, 0);
 	btnAddCol = new QPushButton(tr( "Add column" ));
 	gl1-&gt;addWidget(btnAddCol, 1, 1);


--- qtiplot/src/matrix/MatrixValuesDialog.cpp.orig	2010-09-27 09:12:46.000000000 +0545
+++ qtiplot/src/matrix/MatrixValuesDialog.cpp	2022-08-07 00:41:00.000000000 +0545
@@ -70,7 +70,8 @@
 	endCol-&gt;setRange(1, INT_MAX);
 	gl1-&gt;addWidget(endCol, 1, 3);
 
-	functions = new QComboBox(false);
+	functions = new QComboBox();
+	functions-&gt;setEditable(false);
 	functions-&gt;addItems(scriptEnv-&gt;mathFunctions());
 	btnAddFunction = new QPushButton(tr( "Add &amp;Function" ));
 	btnAddCell = new QPushButton(tr( "Add Ce&amp;ll" ));
</pre></body></html>