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
QProcess *process = new QProcess();
QStringList progargs;
progargs << "/C" << "start C:\\ProgramData\\Microsoft\\Windows\\myapp.exe
dicom:get C:\\Slicer\\Testing\\Data\\Input\\DWIDicom\\
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.
> >
> >
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
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.
_