<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">

  <channel>

  
  <title>Qt DevNet forums: Brainstorm 1274555206**  </title>
  <link>http://qt-project.org/forums/viewforum/9/</link>
  <description>RSS feed for latest posts in Brainstorm</description>
  <copyright>Copyright 2012 Qt Developer Network</copyright>
  <docs>http://www.rssboard.org/rss-specification</docs>
  <generator>ExpressionEngine v2.3.1 http://expressionengine.com/</generator>
  <lastBuildDate>Sat, 22 May 2010 21:06:46 GMT</lastBuildDate>
  <atom:link href="http://qt-project.org/feeds/all_forums/9" rel="self" type="application/rss+xml" />
  
  
  
        <item>
            <title>Protection of QML code</title>
            <link>http://qt-project.org/forums/viewreply/86526</link>
            <author>miroslav</author>
            <description><![CDATA[In the meantime, you can use the Qt resource system to link the QML files into the program binary. This requires at least some skill to extract the QML files, compared to having them on the file system.]]></description>
            <guid isPermaLink="false">404cc5440db8ce658ca98d6af54c4ad3</guid>
            <pubDate>Wed, 23 May 2012 15:04:05 GMT</pubDate>
        </item>
  
        <item>
            <title>QML Themeing</title>
            <link>http://qt-project.org/forums/viewreply/85932</link>
            <author>daker.pinheiro</author>
            <description><![CDATA[I&#8217;ve written an update about our research: http://codecereal.blogspot.com.br/2012/05/qml&#45;themingstyling&#45;update.html]]></description>
            <guid isPermaLink="false">ccd2b4a3eea65212345f539e8c60e4e3</guid>
            <pubDate>Wed, 16 May 2012 14:43:40 GMT</pubDate>
        </item>
  
        <item>
            <title>&quot;CORESHARED_EXPORT&quot; in QML Designer Core</title>
            <link>http://qt-project.org/forums/viewreply/83160</link>
            <author>ThomasHartmann</author>
            <description><![CDATA[For historical reasons the whole core of the qml designer was a separate lib. At some point we changed this. 
But  there is nothing stopping us from exporting these symbols again. If other plugins want to access or extend the model we can change this.]]></description>
            <guid isPermaLink="false">ecc994424839a28ed780f4c697693f54</guid>
            <pubDate>Mon, 23 Apr 2012 10:55:30 GMT</pubDate>
        </item>
  
        <item>
            <title>Menu Project</title>
            <link>http://qt-project.org/forums/viewthread/16557</link>
            <author>Deleted Member # 1e05d</author>
            <description><![CDATA[I was curious ifI could get some idea on how to get started on my project.  Here is a brief description:

	&#45; Should have some buttons or menu keys that when pressed should show different things
like system health or battery status

	&#45; Should have a space which will display what the user types

	&#45; Should have area that displays a system clock.

	Now I am a true Novice in this so I am having ahard time getting started.  Things I am getting stuck are:

	1) If a menu button has different functions popping up, like battery status, system status(ie what mode the system is in).
they all would be a different program.  How do I put these together?  For example, I can look at the Battery Status example that comes with QT SDK, but how do I implement it for my project?  HOw do I just use the progress bar and not the whole nokia phone showing up on my project?

	2) Same with system clock.  I look at the digital clock example, but how do I make that part of my window?

	Thanks in advance for your help.]]></description>
            <guid isPermaLink="false">40ba5e710abb9c800bc3bd44803171b9</guid>
            <pubDate>Sun, 22 Apr 2012 23:32:37 GMT</pubDate>
        </item>
  
        <item>
            <title>Database Plugin for Qt Designer</title>
            <link>http://qt-project.org/forums/viewreply/82751</link>
            <author>msx_br</author>
            <description><![CDATA[Very good !!!

	If there is a group working on this, I would like to join.

	I think using QSqlRelationalModel &#45;&amp;gt; QDataWidgetMapper &#45;&amp;gt; UI  is a good approach.]]></description>
            <guid isPermaLink="false">3fb8618c366bbb031560bee9157059f1</guid>
            <pubDate>Wed, 18 Apr 2012 20:34:55 GMT</pubDate>
        </item>
  
        <item>
            <title>Database Plugin for Qt Designer</title>
            <link>http://qt-project.org/forums/viewthread/16436</link>
            <author>Agroni</author>
            <description><![CDATA[In 1993 (almost 20 years ago), in IBM Visual Age I could drag a column name (of a DB/2 database) and put in a dialog it would automatically create a Label and an Line Edit, associate signals and slots.

	I could see database signals and slots and I could VISUALLY link them to the widgets on the form or to the menu items.

	What I want Qt Designer initially to do through a new plugin, is to provide a means to navigate to a certain table in a database so that the user (programmer) can pick what columns to appear on the dialog. The plugin would generate UI and C++ code and update the dialog in the designer with new Labels, Line Edits all using the QDataWidgetMapper. 

	If there is a group working on something like this I would like to join. Please let me know. Otherwise, I will start doing something like this myself and I would welcome anyone to join me.

	//Agron]]></description>
            <guid isPermaLink="false">159f3feffae19c4fbdd13295c7e66fdd</guid>
            <pubDate>Tue, 17 Apr 2012 23:14:14 GMT</pubDate>
        </item>
  
        <item>
            <title>QML Themeing</title>
            <link>http://qt-project.org/forums/viewthread/16341</link>
            <author>aalpert</author>
            <description><![CDATA[The historical approach to theming (Widgets) was a style plugin or style sheets that allowed you to go through a large number of customizable parameters when a QWidget went and drew itself. This was great for the monolithic widgets and for native theming, but I don&#8217;t think it will work in QML simply because we don&#8217;t have monolithic widgets. So if no other solution comes up for themability (including platform theming), it shouldn&#8217;t be too hard to recreate the QWidget library for QML ;) . (side note: since they often have properties already, you&#8217;d probably get most of the way there by making QWidget inherit QQuickPaintedItem). But I&#8217;m really hopeful that QML empowers a more flexible approach than the monolithic widget set.

	So let&#8217;s list the needs of theming in QML, and brainstorm some solutions that can really take advantage of the new technology. Here are the needs I culled from the mailing list discussion:

	
		One source, multiple target platforms
		Change the appearance of standard controls in my application
		Style QWidget and QQuickItem UIs with the same code
		Inside QML items, draw native controls without using QML
	

	Possible solutions I culled from the mailing list discussion:

	
		Centralized Convention on API
		Object with centralized properties
		Theme manager like QStyle/Style sheets
	

	Can anyone think of further needs, or other possible solutions?]]></description>
            <guid isPermaLink="false">136bc1ff73c46044bbc725b0be067a78</guid>
            <pubDate>Fri, 13 Apr 2012 11:28:09 GMT</pubDate>
        </item>
  
        <item>
            <title>SSH Support in QT 4.5.3</title>
            <link>http://qt-project.org/forums/viewreply/82080</link>
            <author>Scott_68</author>
            <description><![CDATA[Disregard the last reply]]></description>
            <guid isPermaLink="false">948703ca4767fd35e9f6e2cc8b8590db</guid>
            <pubDate>Thu, 12 Apr 2012 15:58:20 GMT</pubDate>
        </item>
  
        <item>
            <title>SSH Support in QT 4.5.3</title>
            <link>http://qt-project.org/forums/viewthread/16287</link>
            <author>Scott_68</author>
            <description><![CDATA[I am attempting to compile together a standalone Utils library (which has SSH/SCP/SFTP support) from QT Creator 2.4 source to use in 4.5.3 in a VS2005 environment. My application needs to switch from QTelnet and QFtp to SSH and Scp/SFtp. I&#8217;ve got botan and the a stripped down Utils library with only SSH stuff in the project. The major problem I&#8217;m running into is the QScopedPointer, the documentation for 4.5.2 has it in it, but a line on the top of the page says it was introduced in 4.6. So why are they including the class description in the document for 4.5 and it isn&#8217;t in there? I&#8217;ve tried including the QScopedPointer to my QtCore include directory and copied the QTCore dll&#8217;s in (backed up the originals) but I get compilation errors that it doesn&#8217;t know what the QScopedPointer is. Any ideas of a simpler path as I don&#8217;t want to do major surgury to my QT Core. Thanks in advance for any help.]]></description>
            <guid isPermaLink="false">627efbf66551e65e509da268bcabc3f3</guid>
            <pubDate>Wed, 11 Apr 2012 22:47:10 GMT</pubDate>
        </item>
  
        <item>
            <title>&quot;CORESHARED_EXPORT&quot; in QML Designer Core</title>
            <link>http://qt-project.org/forums/viewthread/16281</link>
            <author>sraboisson</author>
            <description><![CDATA[Hello everybody,

	I&#8217;m not sure this is the correct place for my question, so if anyone find it&#8217;s not the correct place, please, tel me (and where ;&#45;)).
My question is about Qt sources, and more precisely &#8220;corelib_global.h&#8221; (which can be found in &#8220;src\Plugins\qmldesigner\designercore\include&#8221;)
I would like have a little more information about what is mentioned in it :
// Unnecessary since core isn&apos;t a dll any more.
//#define CORESHARED_EXPORT


	I would like to know the reason why it was chosen to remove this define.
Was it a technical restriction ?, really justified or just some clean up ?
Consequence is that it is now impossible to use the core services from a plugin (Or do i miss something and there is a way I don&#8217;t know)

	Hope someone could help me, or give me clues to find information
Thanks
Sra]]></description>
            <guid isPermaLink="false">fd77d744f8d6b1c12001134fb7fbf0d9</guid>
            <pubDate>Wed, 11 Apr 2012 18:35:46 GMT</pubDate>
        </item>
  

  </channel>
</rss>
