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

2015-11-11 Thread Scott Aron Bloom
-Original Message- From: Interest [mailto:interest-boun...@qt-project.org] On Behalf Of Nicolas Jäger Sent: Wednesday, November 11, 2015 12:18 PM To: interest@qt-project.org Subject: Re: [Interest] emulate windows 10 behaviour on a QT window Hi, Thiago Macieira : > I'm not. This would

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

2015-11-11 Thread Nicolas Jäger
Hi, Thiago Macieira : > I'm not. This would apply if you were using any other toolkit: you have the > Qt > code that runs on Linux. Why are you writing *another* application you'll > have > to maintain when you already have a working one? > I think it's for historical reason, people who st

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

2015-11-11 Thread Thiago Macieira
On Wednesday 11 November 2015 13:09:00 jagernico...@legtux.org wrote: > 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 beca

Re: [Interest] QML popup window closing

2015-11-11 Thread Juhani Matilainen
This works even worse on Windows. Popup window is not closed when clicked parent window (works on Mac). What is right way to do this? Basicly I'd need combobox with multiple columns. I didn't find way to do this with ComboBox in QtQuick Controls. That's why I tried with TableView in popup Wind

[Interest] Qt 5.5.x Android Arm Vs Intel

2015-11-11 Thread mark diener
Hello List: I just ran a test where I ran an ARM compiled test program on an Intel CPU tablet and it worked very well. Should we just expect to build our Android versions in ARM and the Intel CPU will emulate the program correctly? Anybody run more tests on Android Intel devices running ARM comp

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 any

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 Thiago Macieira
On Wednesday 11 November 2015 10:42:01 jagernico...@legtux.org wrote: > 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 sear

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

2015-11-11 Thread Thiago Macieira
On Wednesday 11 November 2015 11:14:40 Matthew Woehlke wrote: > Does your application have a menu bar? Why not add your widgets to the > menu bar area? Note that widgets on the menu bar are not supported on systems that have external menu bars (OS X, Unity). -- Thiago Macieira - thiago.macieira

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

2015-11-11 Thread Thiago Macieira
On Wednesday 11 November 2015 12:09:47 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? It's a borderless window

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

2015-11-11 Thread Matthew Woehlke
On 2015-11-11 10:15, jagernico...@legtux.org wrote: > actually, we want to put some widgets in the window bar. For doing this, > I`m using a borderless qtmainwindow and using the toolbar as window bar. Do you really *need* to do that? Besides all the headaches you are going to have reimplementing

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 > http://stackoverflow.com/quest

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

2015-11-11 Thread Sze Howe Koh
Hi Nicolas, On 11 November 2015 at 05:57, Nicolas Jäger wrote: > Hi, > I have to use QT5 on windows 10 (both are not my choice...), I wrote an ui > with QT, I have a > borderless window and I use a widget to make the window bar. I can move the > window around the > screen by clicking and holdin

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 want

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

2015-11-11 Thread Matthew Woehlke
On 2015-11-10 16:57, Nicolas Jäger wrote: > I have to use QT5 on windows 10 (both are not my choice...), I wrote an ui > with QT, I have a > borderless window and I use a widget to make the window bar. I can move the > window around the > screen by clicking and holding the mouse button on that wi

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

2015-11-11 Thread Scott Aron Bloom
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 Original message From: Constantin Makshin Date: 11/10/2015 20:51 (GM

Re: [Interest] Qt 5.5.1 Error when building dbus support

2015-11-11 Thread Paulo Caetano
On Fri, Nov 6, 2015 at 1:56 PM, wrote: > -- Forwarded message -- > From: Paulo Caetano As promised, here is the follow-up. The workaround worked. I then ran ths command on gdb: - BEGIN /mnt/Data/devel/source/qt/build.exp/qtbase/bin/qmake /mnt/Data/devel/source/qt/qt