-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    LinuxDaily.com    Linux42.org    OpenSkillz.com    Open-PC.com   
Apps
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


Sponsoring


-
- Content .- Fans  .- Knowledge Base  . 

HaiQ

   1.0 Beta2  

Qt Development Environment

HaiQ
zoom


Link:  Link
Depends on:  Qt 4.x
Downloads:  7543
Submitted:  Jul 23 2007
Updated:  Feb 26 2008
Score: 
score75%75%score
 75% good
bad   good

Description:

Download temporarily unavailable. Go to web page and checkout source from svn.





News:
HaiQ 1.0 Beta released!

For Linux, download, extract and compile the source (qmake/make).

For Windows, download and extract the precompiled package.

Report any problems: Jeremy.Magland@gmail.com.

Development version: http://groups.google.com/group/haiq


Description

HaiQ is a unique IDE for Qt4 allowing the user to maintain complete (manual) control over Qt project files. Simplicity, stability, and efficiency are the qualities we pursue. Enjoy the new plugin-based release of HaiQ!





LicenseGPL
Source(Platform Independent Source)
send to a friend
subscription
other apps from magland



goto page: prev   1  2  3 

-

 error when compiling

 
 by amine on: Mar 6 2008
 

Dear all,
If someone could help. many thanks.
I have this error after the commands
"qmake -project
qmake
make <--"

Quote:

In file included from plugins/haiqdesigner/haiqdesigner.h:15,
from plugins/haiqdesigner/haiqdesigner.cpp:1:
plugins/haiqdesigner/HaiQDesignerWindow.h:4:44: error: designer/ui_HaiQDesignerWindow.h: No such file or directory
In file included from plugins/haiqdesigner/haiqdesigner.cpp:1:
plugins/haiqdesigner/haiqdesigner.h:16:40: error: QDesignerFormEditorInterface: No such file or directory
plugins/haiqdesigner/haiqdesigner.h:17:47: error: QDesignerFormWindowManagerInterface: No such file or directory
In file included from plugins/haiqdesigner/haiqdesigner.h:15,
from plugins/haiqdesigner/haiqdesigner.cpp:1:
plugins/haiqdesigner/HaiQDesignerWindow.h:10: error: ‘Ui’ has not been declared
plugins/haiqdesigner/HaiQDesignerWindow.h:10: error: ISO C++ forbids declaration of ‘HaiQDesignerWindow’ with no type
plugins/haiqdesigner/HaiQDesignerWindow.h:10: error: expected ‘;’ before ‘ui’
In file included from plugins/haiqdesigner/haiqdesigner.cpp:1:
plugins/haiqdesigner/haiqdesigner.h: In member function ‘virtual void HaiQDesignerInterfaceWindow::focusInEvent(QFocusEvent*)’:
plugins/haiqdesigner/haiqdesigner.h:38: error: invalid use of incomplete type ‘struct QDesignerFormEditorInterface’
plugins/haiqdesigner/designer/qdesigner_workbench.h:51: error: forward declaration of ‘struct QDesignerFormEditorInterface’
plugins/haiqdesigner/haiqdesigner.h: At global scope:
plugins/haiqdesigner/haiqdesigner.h:36: warning: unused parameter ‘event’
plugins/haiqdesigner/haiqdesigner.cpp: In member function ‘void HaiQDesignerInterfaceWindow::load_form(const QString&, const QString&)’:
plugins/haiqdesigner/haiqdesigner.cpp:56: error: no matching function for call to ‘HaiQDesignerInterfaceWindow::connect(QDesignerFormWindowInterface*, const char [11], HaiQDesignerInterfaceWindow* const, const char [16])’
/usr/include/QtCore/qobject.h:191: note: candidates are: static bool QObject::connect(const QObject*, const char*, const QObject*, const char*, Qt::ConnectionType)
/usr/include/QtCore/qobject.h:292: note: bool QObject::connect(const QObject*, const char*, const char*, Qt::ConnectionType) const
plugins/haiqdesigner/haiqdesigner.cpp: At global scope:
plugins/haiqdesigner/haiqdesigner.cpp:50: warning: unused parameter ‘txt’
plugins/haiqdesigner/haiqdesigner.cpp: In member function ‘QString HaiQDesignerInterfaceWindow::contents()’:
plugins/haiqdesigner/haiqdesigner.cpp:71: error: invalid use of incomplete type ‘struct QDesignerFormWindowInterface’
plugins/haiqdesigner/designer/qdesigner_workbench.h:52: error: forward declaration of ‘struct QDesignerFormWindowInterface’
plugins/haiqdesigner/haiqdesigner.cpp: In member function ‘bool HaiQDesignerInterfaceWindow::is_modified()’:
plugins/haiqdesigner/haiqdesigner.cpp:76: error: invalid use of incomplete type ‘struct QDesignerFormWindowInterface’
plugins/haiqdesigner/designer/qdesigner_workbench.h:52: error: forward declaration of ‘struct QDesignerFormWindowInterface’
plugins/haiqdesigner/haiqdesigner.cpp: In member function ‘void HaiQDesignerInterfaceWindow::set_modified(bool)’:
plugins/haiqdesigner/haiqdesigner.cpp:81: error: invalid use of incomplete type ‘struct QDesignerFormWindowInterface’
plugins/haiqdesigner/designer/qdesigner_workbench.h:52: error: forward declaration of ‘struct QDesignerFormWindowInterface’
plugins/haiqdesigner/haiqdesigner.cpp: In member function ‘void HaiQDesignerInterfaceWindow::slot_undo()’:
plugins/haiqdesigner/haiqdesigner.cpp:88: error: invalid use of incomplete type ‘struct QDesignerFormEditorInterface’
plugins/haiqdesigner/designer/qdesigner_workbench.h:51: error: forward declaration of ‘struct QDesignerFormEditorInterface’
plugins/haiqdesigner/haiqdesigner.cpp: In member function ‘void HaiQDesignerInterfaceWindow::slot_redo()’:
plugins/haiqdesigner/haiqdesigner.cpp:93: error: invalid use of incomplete type ‘struct QDesignerFormEditorInterface’
plugins/haiqdesigner/designer/qdesigner_workbench.h:51: error: forward declaration of ‘struct QDesignerFormEditorInterface’
plugins/haiqdesigner/haiqdesigner.cpp: In member function ‘void HaiQDesignerInterfaceWindow::slot_cut()’:
plugins/haiqdesigner/haiqdesigner.cpp:98: error: invalid use of incomplete type ‘struct QDesignerFormEditorInterface’
plugins/haiqdesigner/designer/qdesigner_workbench.h:51: error: forward declaration of ‘struct QDesignerFormEditorInterface’
plugins/haiqdesigner/haiqdesigner.cpp: In member function ‘void HaiQDesignerInterfaceWindow::slot_copy()’:
plugins/haiqdesigner/haiqdesigner.cpp:102: error: invalid use of incomplete type ‘struct QDesignerFormEditorInterface’
plugins/haiqdesigner/designer/qdesigner_workbench.h:51: error: forward declaration of ‘struct QDesignerFormEditorInterface’
plugins/haiqdesigner/haiqdesigner.cpp: In member function ‘void HaiQDesignerInterfaceWindow::slot_paste()’:
plugins/haiqdesigner/haiqdesigner.cpp:106: error: invalid use of incomplete type ‘struct QDesignerFormEditorInterface’
plugins/haiqdesigner/designer/qdesigner_workbench.h:51: error: forward declaration of ‘struct QDesignerFormEditorInterface’
plugins/haiqdesigner/haiqdesigner.cpp: In member function ‘void HaiQDesignerInterfaceWindow::slot_select_all()’:
plugins/haiqdesigner/haiqdesigner.cpp:110: error: invalid use of incomplete type ‘struct QDesignerFormEditorInterface’
plugins/haiqdesigner/designer/qdesigner_workbench.h:51: error: forward declaration of ‘struct QDesignerFormEditorInterface’
make: *** [haiqdesigner.o] Error 1


reply to this

-

 crash

 
 by slimus on: Apr 21 2008
 

Hello!
ide look nice, but if i do double click on *.ui program crash.

log here:

Fatal: ASSERT: "indexToActiveWindow != -1" in file widgets/qmdiarea.cpp, line 789
Aborted


reply to this

-

 Download link problem

 
 by yosetl on: Aug 24 2008
 

I try to download HaiQ from the link, but the site is no longer exist. Need help.


reply to this

goto page: prev   1  2  3 

add commentback




-
-
all messages
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Facebook App
Content RSS   
Events RSS   

Participate
Groups
Forum
Add App
Public API
About Qt-Apps.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2006-2010 Qt-Apps.org Team  
All rights reserved. Qt-Apps.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
Qt is a trademarks of Nokia