KDE integration
KDE integration
Is it possible to configure softmaker to use KDE's save dialogs?
			
			
									
						
										
						- 
				martin-k
 - SoftMaker Team

 - Posts: 3138
 - Joined: Fri Nov 21, 2003 4:57 pm
 - Location: Nürnberg, Germany
 - Contact:
 
Re: KDE integration
That's not possible. In order to access KDE functionality, we would need to turn SoftMaker Office into a Qt application.
			
			
									
						
							Martin Kotulla
SoftMaker Software GmbH
			
						SoftMaker Software GmbH
- 
				AndresCodex
 - Posts: 1
 - Joined: Mon Aug 05, 2019 10:57 pm
 
Re: KDE integration
Thanks for replying, but that is not correct:
KDE allows to use it's dialog without the need of a Qt application.
The implementation is very easy:
First we check if KDE dialog is found '/usr/bin/kdialog'
If this is found we will call it = 'kdialog --getsavefilename /home/.cach-file-directory.doc'
This is too easy to implement.
- 
				euphonious81
 - Posts: 5
 - Joined: Mon Apr 25, 2016 5:57 pm
 
Re: KDE integration
I found the file /usr/bin/kdialog. Can you provide further clarification on the next step? Are we modifying this file or do we create a new file or do we add an argument for when we start the application? Thank you!