Aligning widgets in layouts using Designer July 27, 2012 Posted by Antanas Qt No comments If you want to align widgets inside, for example, QHBoxLayout or QVBoxLayout using Qt Creator designer, just right click on particular widget and choose Layout Alignment Read More
Open with Xcode July 22, 2012 Posted by Antanas OSX, Terminal, Xcode No comments To open document from Terminal using Xcode use this: open -a Xcode <filename> Read More