Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Coffee corner » Qt/Windows Open Source
Re: Qt/Windows Open Source [message #2673 is a reply to message #2667] Thu, 20 April 2006 19:40 Go to previous messageGo to previous message
gprentice is currently offline  gprentice
Messages: 260
Registered: November 2005
Location: New Zealand
Experienced Member
luzr wrote on Fri, 21 April 2006 02:19

gprentice wrote on Thu, 20 April 2006 09:10


	w.mc1.Add(w.s1);
	w.s1.SetPos(w.s1.PosLeft(5, 15), w.s1.PosTop(20, 5));




Can be done with less typing (and typos) as

w.mc1.Add(w.s1.LeftPos(5, 15).TopPos(20, 5));

Of course, one can still use layout here too Wink

Mirek



Cool, thanks! By layout, I guess you mean the GUI designer - yeah, I forgot to mention that. (I thought fudadmin would jump on me there!). I'm more into coding and haven't played with the designer much yet.

Graeme
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: why are these recent changes in upp files of plugins
Next Topic: Think bigger think higher!
Goto Forum:
  


Current Time: Mon Aug 18 08:17:47 CEST 2025

Total time taken to generate the page: 0.06209 seconds