how to design the form . Need valuable inputs
-
wrote on 7 Dec 2018, 03:52 last edited by
I feel with just image its difficult to tell what u want to achieve. Can you explain what u need to be done ?
-
wrote on 7 Dec 2018, 04:03 last edited by
A TabelWidget
with SetCellWidget will be h
-
A TabelWidget
with SetCellWidget will be h
wrote on 7 Dec 2018, 04:10 last edited byhow to Label1 in first row int firtst coluum using QTableWidgeta nd setCellWidget
-
how to Label1 in first row int firtst coluum using QTableWidgeta nd setCellWidget
wrote on 7 Dec 2018, 04:18 last edited by@Qt-Enthusiast said in how to design the form . Need valuable inputs:
how to Label1 in first row int firtst coluum using QTableWidgeta nd setCellWidget
Did you refer http://doc.qt.io/qt-5/qtablewidget.html#setCellWidget ?
-
wrote on 7 Dec 2018, 05:05 last edited by
how does
Label1
23
9shoul dbe in first column
-
how does
Label1
23
9shoul dbe in first column
wrote on 7 Dec 2018, 05:09 last edited by@Qt-Enthusiast said in how to design the form . Need valuable inputs:
shoul dbe in first column
Use same column number and different row number to
setCellWidget
. -
wrote on 7 Dec 2018, 11:09 last edited by
-
UNSOLVED how to get one common cell in QTabelWidget
wrote on 7 Dec 2018, 11:19 last edited by Ratzz 12 Jul 2018, 11:26@Qt-Enthusiast said in how to design the form . Need valuable inputs:
how to get one common cell in QTabelWidget
Are you looking for http://doc.qt.io/qt-5/qtablewidget.html#item ?
-
wrote on 8 Dec 2018, 05:31 last edited by
No I want the upper most left cell show be one
-
No I want the upper most left cell show be one
wrote on 13 Dec 2018, 03:58 last edited by@Qt-Enthusiast said in how to design the form . Need valuable inputs:
ost left cell show be one
ui->tableWidget->item(0,0)->text();
11/11