/* * $Id$ */ /* * Copyright 2012 Pritpal Bedi * www - http://harbour-project.org * */ /*----------------------------------------------------------------------*/ #include "hbqtgui.ch" #include "common.ch" /*----------------------------------------------------------------------*/ FUNCTION main() LOCAL oStruct oStruct := ui_dbstruct():new() oStruct:create() oStruct:show() QApplication():exec() RETURN NIL /*----------------------------------------------------------------------*/