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

QSimpleSheet

   0.3.9  

Qt Spreadsheet

Score 78%
QSimpleSheet
zoom


QSimpleSheet
zoom


Link:  http://
Downloads:  3311
Submitted:  Feb 15 2008
Updated:  Mar 23 2008

Description:

QSimpleSheet is a simple spreadsheet written using C++, Qt4.x
I'm a beginner in programming and this is my first project, so please don't expect something special.
I just hope you enjoy it!

current key features:
- unlimited undo & redo.
- calculations and functions (see Help menu for function list)
- data formats (when you change data format, the editor changes also - as shown in the screenshot)
- align left-centre-right
- background and foreground colour
- fonts (font, font style, size,...)
- insert images
- move and resize images
- sort data

-------------------------------
Compiling:
To build QSimpleSheet using cmake, call these commands:
$ mkdir build
$ cd build
$ cmake ..
$ make

Then to run QSimpleSheet without installing:
$ ./qsimplesheet

To install QSimpleSheet:
# make install

Thanks for any comment or bug report.




Changelog:

0.3.0 (15/feb/2008) first version in qt-apps.org
- support graphics (images)

0.3.1 (17/feb/2008)
- resize graphics
- some bugfixes

0.3.4 (3/march/2008)
- properties dialog for graphics
- special copy and paste (colors, fonts,...)
- sort data (alphabetically and custom order)

0.3.9 (23/march/2008)
- splashscreen added
- using global clipboard.
- some functions added:
sum(), product(), min(), max(), average(), median(), mode()
- using selection (e.g. A1:B1) in some functions like sum(),...




LicenseGPL
Source(qsimplesheet-0.3.9.tar.gz)
Send to a friend
Subscribe
Other  Content  from shahabsh
Report inappropriate content



-
.

 wow

 
 by xep on: Feb 15 2008
 
Score 50%

looks very good
intuitive and easy

good job!
voted +

fix follow, plz:
- it is unpossible to resize inserted images
- .qss-files - is a qt's (cascading) style sheets. QSimpleSheet can not read them


Reply to this

-
.

 Re: wow

 
 by shahabsh on: Feb 17 2008
 
Score 50%

Thank you...
Both problems are fixed. now you can resize images (hold shift to keep aspect ratio), the file format changed to .qsd (qsimplesheet documents)


Reply to this

-
.

 Re: Re: wow

 
 by xep on: Feb 17 2008
 
Score 50%

many thanks
i like QSimpleSheet and try to think where i can use it...unsuccessfull yet :)

too good for beginner...really


Reply to this

-
.

 Good job

 
 by mantur on: Feb 16 2008
 
Score 50%

Nice work...
I have found only some little bugs with XP-MSVC 7.1 and Qt 4.3.2:
- M_PI itsn't defined...
- In method "void Graphic::drawBoundary(QPainter &painter)" add "(const QBrush &)" to "painter.fillRect(0,0,10,10, (const QBrush &) brush);"
- Also the loaded images aren't removed on new load.


Manu
Reply to this

-
.

 Re: Good job

 
 by shahabsh on: Feb 17 2008
 
Score 50%

Thank you for your report,
I thought M_PI is in standard C++! anyway, all 3 bugs are fixed.


Reply to this

-

 Status

 
 by rraines on: Jan 17 2009
 
Score 50%

Is this still in development?


Reply to this

-

 Re: Status

 
 by elpreto on: Jan 29 2009
 
Score 50%

maybe not...... :(


Reply to this

-

 Need some help

 
 by budiwijaya on: Jun 7 2009
 
Score 50%

thanks shahabsh, this a good app.

I have successfully build it using Qt 4.5, mingw32 and cmake in Windows platform with just a few warning.

But the resulting application always start from Console/ Command prompt. Can you/anybody give a hits on how to get rid this, so it can start as normal Win32 app.

Thanks.


Reply to this

-

 Error

 
 by daimonKor on: Jan 4 2010
 
Score 50%

I found error in programm - new file 5000 columns 5000 rows.


Reply to this

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