You should start by making a C++ class based on QObject that will handle the GPIO side of your application. Then you'll be able to put a QtQuick GUI on top.
@sdow are you working with Raspberry Pi hardware? If so, you may want to use wiringPi library (C++) to interface with GPIO. From that, as mentioned previously you may need to interact with QML/Qt Quick side for GUI.