Re: [Interest] emulate windows 10 behaviour on a QT window

2015-11-11 Thread jagernicolas
Hi, I may have found a trick in my head using a window behind my QMainWindow... I have to check that... regards, Nicolas ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] emulate windows 10 behaviour on a QT window

2015-11-11 Thread jagernicolas
Hi, On 2015-11-11 12:39, Thiago Macieira wrote: > On Wednesday 11 November 2015 11:59:05 jagernico...@legtux.org wrote: Hi, > > On 2015-11-11 11:54, Thiago Macieira wrote: You can use the DWM/Aero > interface because you'll only use it on Windows. > On Linux, the behaviour is different

Re: [Interest] emulate windows 10 behaviour on a QT window

2015-11-11 Thread jagernicolas
Hi, On 2015-11-11 07:09, Scott Aron Bloom wrote: > my question would be this. as I run Qt 5 and Windows 10 currently, I get that > behavior today for free.. > > why are you trying to redo what the windows manager does for you already? > > what is broken? > > ~~Scott actually, we

Re: [Interest] emulate windows 10 behaviour on a QT window

2015-11-11 Thread jagernicolas
Hi, On 2015-11-11 10:17, Sze Howe Koh wrote: > This feature is called "Aero Snap". It's designed with bordered > windows in mind, but I think hacks exist that emulate it in borderless > windows. > > A quick search on Google for "borderless Aero Snap" yielded >

[Interest] microsft taskbar thumbnail

2015-11-19 Thread jagernicolas
Hi, I have a borderless QtMainWindow, on windows & 7/10 when I minimize a window without the borders, I don`t get the thumbnail in the taskbar. Is it possible to set this issue ? regards, Nicolas Jager ___ Interest mailing list

[Interest] qml <--> c++

2016-02-27 Thread jagernicolas
Hi, in my main.qml I have this code : WebEngineView { id: webview url: "192.168.2.1" anchors.fill: parent onNewViewRequested: { var w_ = crecreateObject() request.openIn(appWin.w_) } } when onNewViewRequested is called, I would like to open the url of the request in the the same

[Interest] how QQmlProperty works ?

2016-02-28 Thread jagernicolas
Hi, I dont understand how QQmlProperty works, consider this example : main.cpp : http://pastebin.com/B17uY2Av [1] MainForm.ui.qml : http://pastebin.com/N3JKnU2h [2] output : Property value: QVariant(int, 3) Property value: QVariant(int, 3) Property value: QVariant(double, 10) Property

[Interest] blocking domains/websites

2016-02-19 Thread jagernicolas
Hi I'm using QtWebEngine, there is a way with Qt to block anything coming from some domain/website ? regards, Nicolas ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] why do I don't see my 3d mesh ?

2018-06-25 Thread jagernicolas
still stuck with this issue. On 2018-06-23 16:40, jagernico...@legtux.org wrote: > Hi, > > I failed to load a 3d object with the following code: > > **- main.cpp** > > #include > #include > > int main(int argc, char *argv[]) > { >

[Interest] why do I don't see my 3d mesh ?

2018-06-23 Thread jagernicolas
Hi, I failed to load a 3d object with the following code: **- main.cpp** #include #include int main(int argc, char *argv[]) { QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling); QGuiApplication app(argc, argv); QQmlApplicationEngine engine;

Re: [Interest] why do I don't see my 3d mesh ?

2018-06-26 Thread jagernicolas
yep it works, thx a lot I was far away thinking the problem came from there... regards, Nicolas Jäger On 2018-06-26 04:05, Sebastian Rampe wrote: > are you using an actual materal like phongmaterieal > > https://doc.qt.io/qt-5.11/qml-qt3d-extras-phongmaterial.html [1] > > Material

[Interest] windeployqt from win7 to win10

2018-08-10 Thread jagernicolas
Hi, I built a project on win7 and I have to deploy this application on a win10 computer over internet. Is it possible to run windeployqt.exe for an application built with msvc2017_64 and to ship all dlls for win10 ? otherwise, do I have to build the application on windows 10 ? regards, //nicoo

Re: [Interest] windeployqt from win7 to win10

2018-08-13 Thread jagernicolas
thx, good to know 11 août 2018 03:17 "Nikos Chantziaras" a écrit: > On 10/08/18 19:39, jagernico...@legtux.org wrote: > >> I built a project on win7 and I have to deploy this application on a > win10 >> computer over >> internet. Is it possible to run windeployqt.exe for > an application