[Development] How to get winid from qprocess id for QProcess

2020-02-20 Thread Sujan Dasmahapatra
hi friend I am running an external app, which I want to fit onto my QScrollArea, for this I am writing code like this. // launch weasis QProcess *process = new QProcess(); process->start("./viewer-win32.exe"); if (process->waitForFinished()) { return; } QWindow *window = QWindow::fromWinId(21181

[Development] QProcess app to set on QWidget

2020-02-17 Thread Sujan Dasmahapatra
QProcess *process = new QProcess(); QStringList progargs; progargs << "/C" << "start C:\\ProgramData\\Microsoft\\Windows\\myapp.exe dicom:get C:\\Slicer\\Testing\\Data\\Input\\DWIDicom\\

Re: [Development] Got a question on Qy3D

2019-07-08 Thread Sujan Dasmahapatra
No problem Eddy, Thanks for notifying it. On Mon, 8 Jul 2019 at 15:19, Edward Welbourne wrote: > Sujan Dasmahapatra (5 July 2019 20:43) asked > > I'm loading an obj file in Qt3DWindow. The model is a restaurant which > has many objects as sofa, table etc. > > > >

[Development] Got a question on Qy3D

2019-07-05 Thread Sujan Dasmahapatra
Hi folks I'm loading an obj file in Qt3DWindow. The model is a restaurant which has many objects as sofa, table etc. How can I extract individual objects. I'm unable to segregate as the whole object is root entity. I actually want to apply texture different for each entity. Please help me with

[Development] Query for Qt web kits

2019-06-21 Thread Sujan Dasmahapatra
Hi I need some idea about Web and Qt. Is it possible to design a full Website using Qt Webkits or Qt WebEngine? What are the key services of Qt Webkits and Qt Webengine s? Can we use Qt Webkits and Webengine along with PHP or Wordpress? Any suggestions highly appreciated. _