how to design the form . Need valuable inputs
-
-
I feel with just image its difficult to tell what u want to achieve. Can you explain what u need to be done ?
-
A TabelWidget
with SetCellWidget will be h
-
how to Label1 in first row int firtst coluum using QTableWidgeta nd setCellWidget
-
@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 ?
-
how does
Label1
23
9shoul dbe in first column
-
@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
. -
UNSOLVED how to get one common cell in QTabelWidget
-
@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 ?
-
No I want the upper most left cell show be one
-
@Qt-Enthusiast said in how to design the form . Need valuable inputs:
ost left cell show be one
ui->tableWidget->item(0,0)->text();