Warning: session_start(): open(/tmp/sess_4bh3latmrl99vlm68rsqab29o3, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
CuteReport 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 (10) .- Knowledge Base (2) . 

CuteReport

   1.2  

Qt Printing

Score 70%
alexandermalexanderm
CuteReport
CuteReport
zoom


CuteReport
zoom


CuteReport
zoom


Homepage:  http://cute-report.com
Downloads:  4682
Submitted:  Jan 3 2013
Updated:  Jan 18 2016

Description:

CuteReport is report solution. It is based on Qt framework and can be easily integrated into any Qt application.

It has powerful template designer with Form designer, Page editor, Dataset editor and other modules. Functionality of CuteReport designer and CuteReport library can be easily extended by writing custom plugin. As dataset can be used any sources such as CSV file, file system, any kind of databases, version control systems, remote file storages, etc. It contains a large set of bands and items, such as line, rect, circle, image, barcode, charts.

CuteReport designer comes with GPLv3 license and library comes with LGPL. So you can use CuteReport library with your open source or proprietary softwares.
Also Professional commercial version is available via project web site.




Changelog:

v1.2

- NEW: Demo application to show report examples
- NEW: ability to edit preview data (initial implementation)
- NEW: new module "ScriptSpellout" has been added to spell out numbers, currencies,
money amount on various languages with correct plurality and gender.
See documentation and example in demo application: General->Invoice. (pro version)
- NEW: Designer now has menu with list of recent reports
- NEW: New page property "resetPageNumber" to optional resetting page number on a new
template page rendering.
- NEW: some detalisation level for items implemented: Full content, Name only, etc.
Memo can show only its name on a template to prevent template mess.
- UPDATE: Documentation updated: "Script signals"
- UPDATE: Documentation updated with new section: Functions -> Spelling out
- UPDATE: Designer now shows warning message before deleting Storage, Renderer or printer object
- UPDATE: Merged cutereport and cutereport_cli. Use -g argument to start in GUI mode (template designer)
- UPDATE: Histogram multiseries support (pro version)
- UPDATE: Chart big improvements: support of static and dynamic data, updated helper (pro version)
- FIX: BarcodeExt helper fix (pro version)




LicenseGPL
(Source Code)
MS Windows(Windows GPL Installer)
MS Windows(Windows LGPL Installer)
Ubuntu(Ubuntu 14.04 GPL)
Ubuntu(Ubuntu 14.04 LGPL)
Mac OS X(Mac OS X GPL)
Mac OS X(Mac OS X LGPL)
other(Documentation PDF)
MS Windows(Windows Demo Qt5)
MS Windows(Windows Demo Qt4)
Ubuntu(Ubuntu Demo Qt4)
other(Linux Demo Qt4)
Donate
Send to a friend
Subscribe
Other  Content  from alexanderm
Report inappropriate content



goto page:  1  2  3  4 

-

 ld.exe: cannot find -lPropertyEditor

 
 by cydside on: Jan 4 2013
 
Score 50%

Hi,
I'm having the following error message using Windows XP, Qt 4.8.2(Mingw):

...
c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: cannot find -lPropertyEditor
collect2: ld returned 1 exit status
mingw32-make[5]: *** [release\NumbersProperty.dll] Error 1
mingw32-make[4]: *** [release] Error 2
mingw32-make[3]: *** [sub-numbers-make_default] Error 2
mingw32-make[2]: *** [sub-plugins-make_default-ordered] Error 2
mingw32-make[1]: *** [sub-propertyeditor-make_default-ordered] Error 2
mingw32-make: *** [sub-libs-make_default-ordered] Error 2
18:25:04: The process "C:\mingw\bin\mingw32-make.exe" exited with code 2.
Error while building/deploying project CuteReport (target: Desktop)
When executing step 'Make'

How to fix it?
Thanks.


Reply to this

-

 Re: ld.exe: cannot find -lPropertyEditor

 
 by alexanderm on: Jan 4 2013
 
Score 50%
alexandermalexanderm
CuteReport

try to apply this patch. Unfortunately I can't test it on Windows right now.
--------------------------------------------------
diff --git a/libs/propertyeditor/plugins/property_plugins.pri b/libs/propertyeditor/plugins/property_plugins.pri
index d37257e..762f8ae 100644
--- a/libs/propertyeditor/plugins/property_plugins.pri
+++ b/libs/propertyeditor/plugins/property_plugins.pri
@@ -24,6 +24,7 @@ macx{
QMAKE_LFLAGS += -F$$[PROPERTY_EDITOR_INSTALL_LIBS]
LIBS += -framework PropertyEditor
}else{
+ LIBS += -L$$OUT_PWD/../../lib/ -L../../libs/propertyeditor/lib -L$$PROPERTY_EDITOR_INSTALL_LIBS -lPropertyEditor
LIBS += -L$$PROPERTY_EDITOR_INSTALL_LIBS -L../../lib/ -lPropertyEditor
}


Reply to this

-

 ...again but later

 
 by cydside on: Jan 5 2013
 
Score 50%

Hi,
thanks for your reply. I've applied your patch and it happens again but later, here is the error message:

g++ -Wl,-s -mthreads -shared -Wl,--out-implib,release\libNumbersProperty.a -o release\NumbersProperty.dll release/numbers.o release/moc_numbers.o -L"c:\Qt\4.8.2\lib" -L/home/alex/temp/install/lib/propertyEditor -L../../lib/ -lPropertyEditor -lQtScript4 -lQtSql4 -lQtXml4 -lQtGui4 -lQtCore4
mingw32-make[5]: Leaving directory `C:/Documents and Settings/Test01/Desktop/TestNE/DEV_QT/CuteReport-build-desktop-Qt_4_8_2__4_8_2__Release/libs/propertyeditor/plugins/numbers'
mingw32-make[4]: Leaving directory `C:/Documents and Settings/Test01/Desktop/TestNE/DEV_QT/CuteReport-build-desktop-Qt_4_8_2__4_8_2__Release/libs/propertyeditor/plugins/numbers'
mingw32-make[3]: Leaving directory `C:/Documents and Settings/Test01/Desktop/TestNE/DEV_QT/CuteReport-build-desktop-Qt_4_8_2__4_8_2__Release/libs/propertyeditor/plugins'
mingw32-make[2]: Leaving directory `C:/Documents and Settings/Test01/Desktop/TestNE/DEV_QT/CuteReport-build-desktop-Qt_4_8_2__4_8_2__Release/libs/propertyeditor'
mingw32-make[1]: Leaving directory `C:/Documents and Settings/Test01/Desktop/TestNE/DEV_QT/CuteReport-build-desktop-Qt_4_8_2__4_8_2__Release/libs'
c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: cannot find -lPropertyEditor
collect2: ld returned 1 exit status
mingw32-make[5]: *** [release\NumbersProperty.dll] Error 1
mingw32-make[4]: *** [release] Error 2
mingw32-make[3]: *** [sub-numbers-make_default] Error 2
mingw32-make[2]: *** [sub-plugins-make_default-ordered] Error 2
mingw32-make[1]: *** [sub-propertyeditor-make_default-ordered] Error 2
mingw32-make: *** [sub-libs-make_default-ordered] Error 2
08:08:30: The process "C:\mingw\bin\mingw32-make.exe" exited with code 2.
Error while building/deploying project CuteReport (target: Desktop)
When executing step 'Make'

Thanks.


Reply to this

-

 Good to be true

 
 by pkiorpes on: Jan 6 2013
 
Score 50%

I'm having as well the same error message using Windows XP, Qt 4.8.2(Mingw):
...
c:/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: cannot find -lPropertyEditor
Ii is v 0.1 so i wish you good luck
Periklis


Reply to this

-

 How to add field in the guitool ?

 
 by liuqin on: Jan 16 2013
 
Score 50%

How to use the guitool and how to use the *.bdrt in the qt project?thanks!can you give some examples?


Reply to this

-

 Re: How to add field in the guitool ?

 
 by alexanderm on: Jan 29 2013
 
Score 50%
alexandermalexanderm
CuteReport

go to the "Pages" tab, there 2 buttons (icons): "bands" and "shapes" with dropdown list. Use DragNDrop to current page.


Reply to this

-

 Windows compilation Issues

 
 by alexanderm on: Jan 29 2013
 
Score 50%
alexandermalexanderm
CuteReport

Seems windows issues fixed.


Reply to this

-

 cutereport

 
 by mrbit on: Feb 7 2013
 
Score 50%

Hi, so=Archlinux 64bit kde 4.9.5 qt 4.8.4
I created a PKGBUILD, after install:
cute_designer: error while loading shared libraries: libCuteDesigner.so.1: cannot open shared object file: No such file or directory ???


Reply to this

-

 Re: cutereport

 
 by alexanderm on: Feb 7 2013
 
Score 50%
alexandermalexanderm
CuteReport

make sure directories where you have installed libraries (look in common.pri) are accessible for linker. For Ubuntu I have added:
/etc/ld.so.conf.d# cat cutereport.conf
/usr/local/lib/cutereport/designer
/usr/local/lib/cutereport/
/usr/local/lib/propertyEditor/

Should be something like this for Arch.
When you figure it out, could you please send PKGBUILD to me for including to next version?


Reply to this

goto page:  1  2  3  4 

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