Archive for the ‘Qt’ Category

Recently I need to create thumbnail images in one of my Qt applications, so I googled the Internet and found an article called Creating thumbnail preview by Ariya Hidayat. Ariya introduced three methods to create thumbnail images, all of them uses the QImage::scaled() function. Here’s a quick review of the three methods he introduced respectively. [...]


Qt Designer is an important tool for designing and building graphical user interface from Qt components. However, if you are a Java programmer and want to use Qt Designer with Qt Jambi in Mac, you can’t simply double-click the Designer app bundle shipped with Qt Jambi SDK. If you do so, you can still invoke [...]


In my previous post, Hello World! Qt Jambi, I showed you my brief experience with GUI toolkits for Python, and my idea to integrate Qt Jambi with Jython. Thus, we can take advantage of both Java and Python to use Qt library in Python. This is possible because Jython is an implementation of Python written [...]


Let me clear first. I am a Python guy, most of my projects are written in Python programming language. I only had a few small projects written in Java before, I was never a Java guy. However, I do know the power of Java and now, I think it’s time to take advantage of Java, [...]



Follow

Get every new post delivered to your Inbox.