Warning: session_start(): open(/tmp/sess_h5blmm8denicb4nf0r9bcqk0v4, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
HaiQ openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 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 
 apps.ownCloud.com ownCloud 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
 VLC-Addons.org Themes and Extensions for VLC
--
-
 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    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

HaiQ

   1.0 Beta2  

Qt Development Environment

Score 75%
HaiQ
zoom


Link:  Link
Downloads:  8311
Submitted:  Jul 23 2007
Updated:  Feb 26 2008

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
Subscribe
Other  Content  from magland
Report inappropriate content



goto page: prev   1  2  3 

-

 error when compiling

 
 by amine on: Mar 6 2008
 
Score 50%

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
 
Score 50%

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
 
Score 50%

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


Reply to this

-
.

 I want to get this app~~~~

 
 by TaleStory on: Mar 17 2012
 
Score 50%

Hi,it looks like a wonderful app. And i've tried to download its source for many times,maybe i'm in a terrible net,i cant succeed....
So can anyone send me a copy of source?
My Email: talestory1314@gmail.com.
i really want to taste it.
Thank you very much!!!!!


Reply to this

-

 Download link

 
 by stblack on: Nov 27 2012
 
Score 50%

Here I found the download link on sourceforge.
http://haiq.svn.sourceforge.net/, on sourceforge project page :
http://sourceforge.net/projects/haiq/

Bye
stblack


Reply to this

goto page: prev   1  2  3 

Add commentBack




-



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

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team