Tagged Questions

60
votes
20answers
38k views

Good C++ GUI library for Windows

I'm looking for good windows GUI library for C++. The Ideal in my opinion shoud be: Modern. MFC, wxWidgets, Qt were started a long time ago and they don't use modern C++ features and standard ...
43
votes
15answers
10k views

Is Qt worth learning?

I am a C# developer and work on Windows, but back in High School I took some C++ classes. We worked on console applications only. I want to learn C++ GUI programming. I have been looking at Qt and was ...
34
votes
13answers
1k views

At what point is it worth using a database?

I have a question relating to databases and at what point is worth diving into one. I am primarily an embedded engineer, but I am writing an application using Qt to interface with our controller. ...
31
votes
8answers
9k views

Hand Coded GUI Versus Qt Designer GUI

I'm spending these holidays learning to write Qt applications. I was reading about Qt Designer just a few hours ago, which made me wonder : what do people writing real world applications in Qt use to ...
18
votes
7answers
9k views

How can I redirect stdout to some visible display in a Windows Application?

I have access to a third party library that does "good stuff." It issues status and progress messages to stdout. In a Console application I can see these messages just fine. In a Windows ...
17
votes
11answers
7k views

What are some of the “best” cross-platform C++ UI toolkits today?

I am writing a high performance system in portable modern c++. A lot of STL and Boost. I'd like to start building some front ends to this system. Ordinarily I would opt to use a non c++ solution to a ...
15
votes
11answers
2k views

How to write a GUI for a large cross-platform C++ project?

I have a large cross-platform (Linux and Windows) C++ project, for which I want to create a GUI. I have few very general questions about the basic principles of GUI for such project: Should the GUI ...
15
votes
1answer
1k views

Integration of Python console into a GUI C++ application

I'm going to add a python console widget (into a C++ GUI) below some other controls: Many classes are going to be exposed to the python code, including some access to GUI (maybe I'll consider PyQt). ...
14
votes
3answers
5k views

Windows 8, C++ and Metro GUI samples?

So I look at this (Windows build keynote 1:42:56) And I just do not get it - what I can use to create GUI from C++ and/or GUI language that will be capable to call functions from my C++ code? HTML, ...
14
votes
7answers
404 views

What is better for a student programming in C++ to learn for writing GUI: C# vs QT?

I'm a teacher(instructor) of CS in the university. The course is based on Cormen and Knuth and students program algorithms in C++. But sometimes it is good to show how an algorithm works or just a ...
14
votes
2answers
1k views

Experiences with Adobe's “Adam and Eve” C++ GUI library?

I tried out the demo application which was pretty impressive. However building it and integrating it with my own code is hard because it's such a large project. Has anyone successfully used it for ...
13
votes
10answers
5k views

How do I build a GUI in C++? [closed]

This question is extremely basic, and I feel stupid for asking it. How do I create a GUI in C++? All of my C++ programs so far have been CLI, and the only other language I have experience with is PHP, ...
11
votes
2answers
875 views

Comprehensive tutorial for beginners on how to write Windows GUI programs

I'm trying to learn how to write Windows GUI* programs in C++, using Visual Studio 2008, but I haven't found any more comprehensive tutorial for beginners. The more comprehensive tutorials I have ...
11
votes
8answers
1k views

Gui toolkits, which should I use?

I am writing a fairly large and complex data analysis program and I have reached the point where I think it is about time to build a GUI for the program. So my question is: Which GUI toolkit should I ...
11
votes
10answers
4k views

Open source simple C++ with wxWidgets GUI applications

I would like to write a simple GUI application using C++ and wxWidgets. I'm wondering if there are any open source GUI applications using C++ and wxWidgets and tutorials for reference. Thanks,
10
votes
6answers
2k views

Choosing between WPF/C# or Qt/C++

Me and my team are developing an application, which involves a back-end written in C++ and involves use of libraries such as OpenCV, MIL, etc. Now, we need to develop a GUI to interface with this ...
10
votes
8answers
803 views

Alternative to MFC

http://stackoverflow.com/questions/149698/what-is-a-good-mfc-starting-book A lot of the upvoted comments claim there are much better alternatives. I'd like to know what they might be. My main ...
10
votes
10answers
2k views

Java vs. C++ for building a GUI which has a C++ backend

I currently have a C++ backend that I need to connect with a GUI, and since I've never built a GUI before, I was confused on where to start. I'm comfortable writing code in C++ and Java, so I'd ...
9
votes
8answers
1k views

GUI programming c++ or c#

I am taking software engineering classes at my university. I just took data structures and i am almost done taking design patterns. With the design patterns class the instructor let us choose what ...
9
votes
13answers
711 views

Is using Java the proper language/platform for developing a GUI based accounting app?

I know this is partially subjective, but hopefully with enough specifics I can get a good answer. I am looking to develop an accounting app targeted at a specific market segment (think Quickbooks, ...
9
votes
13answers
10k views

C++ win32 GUI programming, the shortest path?

Do you know of a good means of learning C++ win32 (not .Net/MFC/ATL/Wx/Qt..) GUI programming ? A book, a tutorial, an existing project, preferably a hands-on approach with realistic example.. I'm not ...
9
votes
6answers
3k views

Unit testing MFC UI applications?

How do you unit test a large MFC UI application? We have a few large MFC applications that have been in development for many years, we use some standard automated QA tools to run basic scripts to ...
8
votes
3answers
278 views

Windows GUI + Console Output, Linux-style

I have a GUI application, which I am developing cross-platform for Linux and Windows. On Linux, everything works smoothly. However, I've run into a hitch on Windows. I would like to be able to log ...
8
votes
1answer
217 views

PostMessage() succeeds but my message processing code never receives the message

In my C++ application's GUI object I have the following in the main window procedure: case WM_SIZE: { OutputDebugString(L"WM_SIZE received.\n"); RECT rect = {0}; ...
8
votes
3answers
271 views

WPF with C++, it's possible?

I have my main programme in C++ but now I need to build a beautiful application and I know that WPF is easy and do beautiful app so WPF can work with C++ or C# and C++? (How can I do that if it's ...
8
votes
2answers
281 views

Tools to create HTML-Based Windows UI in C++

I'm looking for suggestions on technologies to design a windows UI that's powered by HTML. I've run across HTMLayout which seems pretty good if not perhaps a bit limited. Are there any other ...
8
votes
4answers
1k views

Creating A GUI from scratch in c++ or assembly

I have had numerous bad experiences with GUI library so I would like to know how to create a window from scratch in c++ I am not talking about win32, what I mean is basically create it myself without ...
8
votes
9answers
342 views

C++ and GUIs for teaching

So, I've been tasked to teach a programming course which includes some stuff about GUI programming in C++. I was wondering, what would be the best setup for this? Linux, and GCC are my tools of ...
7
votes
6answers
496 views

Recommendation for GUI framework

We are looking for modern GUI framework to use, in order to upgrade our existing client application. The requirements are quite complicate, so I am just wondering whether somebody have any good ...
7
votes
3answers
474 views

Is there any comparable alternative to Qt?

I love the idea of Qt, however I use it not only for open source but closed source development. This isn't a real problem because I just license under the LGPL and distribute the DLLs needed. I've run ...
7
votes
3answers
524 views

QDockWidget Draggable Tabs

I am using QDockWidgets and placing two of them on the left side of my application so that tabs can be used to select between them. However, Qt's default behavior for this looks horrible and is ...
7
votes
3answers
474 views

Language/GUI library to make map editor

I'm designing a cross-platform map editor for an application I've developed, and I'm unsure what approach to take regarding language/gui library choice. Just for some basic info, the editor needs to ...
7
votes
3answers
5k views

QT4: Transparent Window with rounded corners

How can i create a partially transparent window with rounded borders (no standard borders)? (i used Qt::FramelessWindowHint to disable standard borders) I tried stylesheets, but "border-radius" and ...
7
votes
6answers
2k views

Lightweight C++ Gui Library

I want to create GUI applications with C++ on Windows. I have downloaded Qt, and it works well, but it has sooooo much stuff in it and so many header files that I really don't use. It is a nice ...
7
votes
8answers
8k views

How to make Linux C++ GUI apps

What is the easiest way to make Linux C++ GUI apps? I'm using GNOME and ubuntu 8.10.
7
votes
5answers
2k views

How to apply the MVC pattern to GUI development

I am primary a web developer but I do have a very good understanding of C++ and C#. However, recently I have writing a GUI application and I have started to get lost in how to handle the relationship ...
7
votes
4answers
3k views

Linux GUI development

I have a large GUI project that I'd like to port to Linux. What is the best framework to use for GUI programming in Linux? Should KDE / Gnome frameworks be used? Or can I use something more generic ...
6
votes
2answers
347 views

What is the best library to use when writing GUI applications in C++? [closed]

Possible Duplicate: Gui toolkits, which should I use? I've got a fair bit of C/C++ experience - mostly for writing console application for Windows/Linux, and also a fair bit of C# ...
6
votes
6answers
878 views

Using Java to wrap over C++

I have a project written in C++ and I'm looking to write a Java GUI as an interface to it. The choice of Java is fixed so I'd need to learn how to be able to call the C++ code from Java. Rewriting the ...
6
votes
3answers
960 views

Qt: How to force a hidden widget to calculate its layout?

What I am trying to do is render a qwidget onto a different window (manually using a QPainter) I have a QWidget (w) with a layout and a bunch of child controls. w is hidden. Until w is shown, there ...
6
votes
2answers
709 views

A method of creating simple game GUI

I have been able to find a lot of information on actual logic development for games. I would really like to make a card game, but I just dont understand how, based on the mouse position, an object can ...
6
votes
4answers
552 views

What is best couple for developing small and fast GUI application with some graphical editor features - C++ and (VB or Win32)?

It has to make some time consuming calculations, so i need it to work as fast as possible. Also thought about Delphi. So. Is it a question of taste(or habit) or not and what can you advice me then? ...
6
votes
5answers
1k views

Web interface for c++ applications

Our company has a set of 3d modeling softwares written in c++ with qt based gui. We are planning to offer these applications to customers to try them from a web browser. I mean to say, we need to ...
6
votes
4answers
966 views

minimal cross-platform gui lib?

I'm looking for a minimal and easy to learn C or C++ cross platform gui library. In a nutshell I only need the following functionality: application window menu bar some simple dialogs, File-open ...
6
votes
14answers
1k views

Language to write a Windows application that doesn't take up a lot of space

I need to write a Windows XP/Vista application, main requirements: Just one .exe file, without extra runtime, like Air, .Net; posstibly a couple of dlls. Very small file size. The application is ...
6
votes
7answers
6k views

Windows GUI C++ Programming

I want to learn C++ GUI programming using Visual Studio 2008. I'm not sure where to start though. I learned C++ in high school, but not GUI. I've been doing C# for about 3 years now and thats how I ...
6
votes
15answers
1k views

Which platform should I use : native C++ or C#?

I want to develop a windows application. If I use native C++ and MFC for user interface then the application will be very fast and tiny. But using MFC is very complicated. Also If I use C# then the ...
6
votes
9answers
780 views

Will Learning C++ Help for Building Fast/No-Additional-Requirements Desktop Applications?

Will learning C++ help me build native applications with good speed? Will it help me as a programmer, and what are the other benefits? The reason why I want to learn C++ is because I'm disappointed ...
5
votes
1answer
90 views

Creating a wxWidgets GUI with multiple stages

There's lots of information about creating different layouts, dialogues, even custom controls. However I've not been able to find out how to create a window that has multiple seperate "stages", like ...
5
votes
3answers
208 views

OpenCV and creating GUIs

Can I use OpenCV to create GUIs that contain buttons, list boxes, ...etc for example? Thanks.

1 2 3 4 5 14