<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[SOLVED] Qt Quick&#x2F;Qt Creator grid element question]]></title><description><![CDATA[<p dir="auto">Hello...</p>
<p dir="auto">I'm starting a Qt Quick UI project from scratch.  In Qt Creator (3.1.2), in the designer, I dragged a grid element onto the canvas.  Then I tried to drag some label elements onto the grid, which I was able to do.  <em>But</em>, once the label elements were on the grid, they were cast in stone.  I couldn't move or resize them via the GUI.  I could do so changing in the Geometry in the Properties, but that wasn't the idea.</p>
<p dir="auto">Is this expected behavior?   Or am I missing something (again?)</p>
<p dir="auto">I'm running under Mac OS 10.9.5, Qt 5.3.1</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.qt.io/topic/47088/solved-qt-quick-qt-creator-grid-element-question</link><generator>RSS for Node</generator><lastBuildDate>Tue, 22 Sep 2026 04:49:52 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/47088.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 16 Oct 2014 01:00:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [SOLVED] Qt Quick&#x2F;Qt Creator grid element question on Mon, 20 Oct 2014 21:23:14 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the detailed explanation.  It makes it a lot easier to understand the situation.</p>
<p dir="auto">I might still campaign to at least be able to <em>resize</em> an object in a layout.  Maybe someday...</p>
<p dir="auto">Thanks again!</p>
]]></description><link>https://forum.qt.io/post/248402</link><guid isPermaLink="true">https://forum.qt.io/post/248402</guid><dc:creator><![CDATA[EricRFMA]]></dc:creator><pubDate>Mon, 20 Oct 2014 21:23:14 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Qt Quick&#x2F;Qt Creator grid element question on Mon, 20 Oct 2014 15:42:30 GMT]]></title><description><![CDATA[<p dir="auto">The problem is that the position (and for layouts also  the size)  is defined by the layout. This means that any code/tool that  is capable of direct manipulating the items inside the layout has to understand the semantics of the layout to work correctly. Also getting the ui right for manipulating/positioning items inside e.g. a grid is not trivial.</p>
<p dir="auto">While this is something nice to have, we did not have the resources to implement this. So instead of having something that only works "sometimes" and has unexpected behavior we locked the items.</p>
<p dir="auto">You can still "move" them around by changing the order in the navigator (tree view).<br />
So there is no need to get the position right. The position is determined by the order of the items and can be changed any time.</p>
]]></description><link>https://forum.qt.io/post/248351</link><guid isPermaLink="true">https://forum.qt.io/post/248351</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Mon, 20 Oct 2014 15:42:30 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Qt Quick&#x2F;Qt Creator grid element question on Mon, 20 Oct 2014 15:04:07 GMT]]></title><description><![CDATA[<p dir="auto">That seems like a major usability issue to me.  If you don't get it right as soon as the child object lands in the layout, you can't use the GUI to reposition it.  Even worse, in my experience, you'd have to drag and drop an object <em>outside</em> the layout, resize it, and <em>then</em> drag it into the layout and hope you get the positioning right first time.</p>
<p dir="auto">Are there any plans for an enhancement to improve this?  Or is there a different way to approach it so it doesn't seem as difficult and error-prone?</p>
<p dir="auto">Thanks Thomas!</p>
]]></description><link>https://forum.qt.io/post/248343</link><guid isPermaLink="true">https://forum.qt.io/post/248343</guid><dc:creator><![CDATA[EricRFMA]]></dc:creator><pubDate>Mon, 20 Oct 2014 15:04:07 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Qt Quick&#x2F;Qt Creator grid element question on Mon, 20 Oct 2014 10:15:32 GMT]]></title><description><![CDATA[<p dir="auto">Once an item is child of a layout/positioner you cannot move/resize the item in the form editor anymore.<br />
The position inside the layout can still be changed in the navigator.</p>
]]></description><link>https://forum.qt.io/post/248314</link><guid isPermaLink="true">https://forum.qt.io/post/248314</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Mon, 20 Oct 2014 10:15:32 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Qt Quick&#x2F;Qt Creator grid element question on Sat, 18 Oct 2014 22:10:06 GMT]]></title><description><![CDATA[<p dir="auto">Forgot that qbs is a separated git repo, you have to update that one also</p>
]]></description><link>https://forum.qt.io/post/248155</link><guid isPermaLink="true">https://forum.qt.io/post/248155</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sat, 18 Oct 2014 22:10:06 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Qt Quick&#x2F;Qt Creator grid element question on Sat, 18 Oct 2014 04:35:21 GMT]]></title><description><![CDATA[<p dir="auto">Hmmmm... I could have sworn a posted a reply here, but it seems to have gone <em>poof!</em></p>
<p dir="auto">So I pulled down the 3.2 build, but I'm having trouble building the source.  In case anything obvious jumps out at you as the issue, the errors are:</p>
<p dir="auto">@<br />
/Projects/Qt5.3/bin/moc -DWITH_TESTS -DIDE_LIBRARY_BASENAME="lib" -DQT_CREATOR -DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII -DQT_DISABLE_DEPRECATED_BEFORE=0x040900 -DQMAKE_AS_LIBRARY -DPROPARSER_THREAD_SAFE -DPROEVALUATOR_THREAD_SAFE -DPROEVALUATOR_CUMULATIVE -DPROEVALUATOR_SETENV -DREMOTELINUX_LIBRARY -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_CONCURRENT_LIB -DQT_TESTLIB_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR="/Volumes/Projects/myQt_Creator/src/plugins/remotelinux" -D__APPLE__ -D__GNUC__=4 -I/Projects/Qt5.3/mkspecs/macx-clang -I/Volumes/Projects/myQt_Creator/src/plugins/remotelinux -I/Volumes/Projects/myQt_Creator/src -I/Volumes/Projects/myQt_Creator/src/libs -I/Volumes/Projects/myQt_Creator/tools -I/Volumes/Projects/myQt_Creator/src/plugins -I/Volumes/Projects/myQt_Creator/src/shared -I/Volumes/Projects/myQt_Creator/src/libs/3rdparty -I/Projects/Qt5.3/lib/QtWidgets.framework/Headers -I/Projects/Qt5.3/lib/QtConcurrent.framework/Headers -I/Projects/Qt5.3/lib/QtTest.framework/Headers -I/Projects/Qt5.3/lib/QtNetwork.framework/Headers -I/Projects/Qt5.3/lib/QtGui.framework/Headers -I/Projects/Qt5.3/lib/QtCore.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1/backward -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.0/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include -F/Projects/Qt5.3/lib remotelinuxcheckforfreediskspacestep.h -o .moc/debug-shared/moc_remotelinuxcheckforfreediskspacestep.cpp<br />
qbsproject.cpp:267:43: error: no member named 'addFiles' in 'qbs::Project'<br />
qbs::ErrorInfo err = m_qbsProject.addFiles(productData, groupData, QStringList() &lt;&lt; path);<br />
~~~~~~~~~~~~ ^<br />
qbsproject.cpp:294:32: error: no member named 'removeFiles' in 'qbs::Project'<br />
= m_qbsProject.removeFiles(productData, groupData, QStringList() &lt;&lt; path);<br />
~~~~~~~~~~~~ ^<br />
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.7 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -fPIC -DWITH_TESTS -DIDE_LIBRARY_BASENAME="lib" -DQT_CREATOR -DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII -DQT_DISABLE_DEPRECATED_BEFORE=0x040900 -DQMAKE_AS_LIBRARY -DPROPARSER_THREAD_SAFE -DPROEVALUATOR_THREAD_SAFE -DPROEVALUATOR_CUMULATIVE -DPROEVALUATOR_SETENV -DQMLJSEDITOR_LIBRARY -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_SCRIPT_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_TESTLIB_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR="/Volumes/Projects/myQt_Creator/src/plugins/qmljseditor" -I/Volumes/Projects/Qt5.3/mkspecs/macx-clang -I. -I../../../src -I../../libs -I/Volumes/Projects/myQt_Creator/tools -I../../plugins -I../../shared -I../../libs/3rdparty -I/Volumes/Projects/Qt5.3/lib/QtWidgets.framework/Versions/5/Headers -I/Volumes/Projects/Qt5.3/lib/QtScript.framework/Versions/5/Headers -I/Volumes/Projects/Qt5.3/lib/QtNetwork.framework/Versions/5/Headers -I/Volumes/Projects/Qt5.3/lib/QtConcurrent.framework/Versions/5/Headers -I/Volumes/Projects/Qt5.3/lib/QtTest.framework/Versions/5/Headers -I/Volumes/Projects/Qt5.3/lib/QtGui.framework/Versions/5/Headers -I/Volumes/Projects/Qt5.3/lib/QtCore.framework/Versions/5/Headers -I.moc/debug-shared -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AGL.framework/Headers -I.uic -F/Projects/Qt5.3/lib -o .obj/debug-shared/qmljshoverhandler.o qmljshoverhandler.cpp<br />
2 errors generated.<br />
make[3]: *** [.obj/debug-shared/qbsproject.o] Error 1<br />
make[2]: *** [sub-qbsprojectmanager-make_first] Error 2<br />
make[2]: *** Waiting for unfinished jobs....<br />
@</p>
<p dir="auto">I've cleaned and rebuilt a few times, all with the same results.  I'll have a look at the source code, but it looks like a relatively straightforward C++ error (Ha!  Famous last words!)</p>
]]></description><link>https://forum.qt.io/post/248063</link><guid isPermaLink="true">https://forum.qt.io/post/248063</guid><dc:creator><![CDATA[EricRFMA]]></dc:creator><pubDate>Sat, 18 Oct 2014 04:35:21 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Qt Quick&#x2F;Qt Creator grid element question on Fri, 17 Oct 2014 21:37:39 GMT]]></title><description><![CDATA[<p dir="auto">Nope, 3.2.2 is the latest officially released (some days ago if my memory serves well)</p>
]]></description><link>https://forum.qt.io/post/248033</link><guid isPermaLink="true">https://forum.qt.io/post/248033</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Fri, 17 Oct 2014 21:37:39 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Qt Quick&#x2F;Qt Creator grid element question on Fri, 17 Oct 2014 20:46:41 GMT]]></title><description><![CDATA[<p dir="auto">Which would be "latest?"  I'm using 3.1.2 which I built from sources I pulled down two nights ago.  My git-knowledge is limited, but I think the branch I got it from is <code>3.1 34d8971 Fix the build: add missing #includes</code></p>
<p dir="auto">Is that the most recent?</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.qt.io/post/248022</link><guid isPermaLink="true">https://forum.qt.io/post/248022</guid><dc:creator><![CDATA[EricRFMA]]></dc:creator><pubDate>Fri, 17 Oct 2014 20:46:41 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Qt Quick&#x2F;Qt Creator grid element question on Fri, 17 Oct 2014 07:46:46 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Can you try again with the latest version of Qt Creator ? That behavior sounds a bit fishy to me</p>
]]></description><link>https://forum.qt.io/post/247945</link><guid isPermaLink="true">https://forum.qt.io/post/247945</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Fri, 17 Oct 2014 07:46:46 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Qt Quick&#x2F;Qt Creator grid element question on Thu, 16 Oct 2014 21:10:15 GMT]]></title><description><![CDATA[<p dir="auto">Thanks Ildar... That has occurred to me, but I'm stubbornly trying to use the supplied GUI Designer :/  It seems like what I want to do should be something typical, that designer would be able to handle.</p>
<p dir="auto">I'll probably end up using a combination of by hand and the Designer.</p>
]]></description><link>https://forum.qt.io/post/247859</link><guid isPermaLink="true">https://forum.qt.io/post/247859</guid><dc:creator><![CDATA[EricRFMA]]></dc:creator><pubDate>Thu, 16 Oct 2014 21:10:15 GMT</pubDate></item><item><title><![CDATA[Reply to [SOLVED] Qt Quick&#x2F;Qt Creator grid element question on Thu, 16 Oct 2014 09:48:41 GMT]]></title><description><![CDATA[<p dir="auto">IMHO,The best way to create QML files is create them by hands, without Designer</p>
]]></description><link>https://forum.qt.io/post/247770</link><guid isPermaLink="true">https://forum.qt.io/post/247770</guid><dc:creator><![CDATA[Ildar]]></dc:creator><pubDate>Thu, 16 Oct 2014 09:48:41 GMT</pubDate></item></channel></rss>