I have implemented a Customized Dialog box with Custom ListWidget
-
I have a Customized Dialog box with Custom ListWidget
In which it is QListWidgeta and each List Widget show have text and a checkbox. and the Up and Down we should be able to move elements up and down. Also how to Drag elements up and down.
If someone can write a prototype code. Also, I am not good at designer
-
I have a Customized Dialog box with Custom ListWidget
In which it is QListWidgeta and each List Widget show have text and a checkbox. and the Up and Down we should be able to move elements up and down. Also how to Drag elements up and down.
If someone can write a prototype code. Also, I am not good at designer
Default
QListWidgetalready has it? Except for the buttons?

-
if you could writte the whole QDIalog code
-
if you could writte the whole QDIalog code
For checkbox I have set flags via properties of each items of
QListWidgetin the designer.
For drag and drop set thedragDropModetodragdropanddefaultDropActionto
MovieActionineditTriggersproperties via designer. -
if you could writte the whole QDIalog code
@Qt-Enthusiast said in I have a implimente Customiszed Dialog box with Custom ListWidget:
if you could writte the whole QDIalog code
Come on it is your job to write the code, don't ask others to do it for you...
If you have specific questions then ask specific questions, but not "write code for me". -
@Qt-Enthusiast said in I have a implimente Customiszed Dialog box with Custom ListWidget:
if you could writte the whole QDIalog code
Come on it is your job to write the code, don't ask others to do it for you...
If you have specific questions then ask specific questions, but not "write code for me".@jsulm Ok