On 5/19/2015 8:11 AM, Dale Marchand wrote:
>> Can someone explain why the following line in a .pro file fails to
>> >create a softlink:
>> >
>> >system(ln -s /home/marchand/test.xml /home/marchand/test2.xml)
>> >
>> >but when the output is stored
On 5/18/2015 11:46 PM, interest-requ...@qt-project.org wrote:
>> Can someone explain why the following line in a .pro file fails to
>> >create a softlink:
>> >
>> >system(ln -s /home/marchand/test.xml /home/marchand/test2.xml)
>> >
>> >but when the output is stored in a variable, the link is create
/marchand/test2.xml)
This is using qmake bundled with Qt 5.4.1.
Dale
Dale Marchand
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
Hi,
I have an application that we're porting from Qt 4.7 (don't ask) to Qt
5.4, and one of the behavior changes I'm dealing with is that all
separate windows with a parent are staying on top of the parent window.
For example, if I have these widgets:
QMainWindow *mainWindow = new QMainWindow(