[kde-linux] kdialog (html) issues
- From: "Arvind Autar" <arvind.autar@xxxxxxxxx>
- Date: Wed, 18 Oct 2006 10:55:41 +0200
Hello,
I myself am trying to do the following.
Create a simple app that allows users to fill in a username, passwd,
passwdAgain. then adds a user to the system. I wrote this simple script with
kdialog, but it doesn't give the expected results, here is the code:
#!/bin/bash
kdialog --title "Gebruiker toevoegen" \
--inputbox "<qt>
<form>
Gebruikersnaam::
<input type="text" name="gebruikersnaam"
value="gebruikersnaam">
<br>
Wachtwoord
<input type="text" name="password" value="wachtwoord">
<br>
Herhaal wachtwoord:
<input type="text" name="password"
value="wachtwoordherhaal">
</form></qt>"
help would be aperciate much!
Thanks in advance ___________________________________________________
This message is from the kde-linux mailing list.
Account management: https://mail.kde.org/mailman/listinfo/kde-linux.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.
- Follow-Ups:
- Re: [kde-linux] kdialog (html) issues
- From: Kevin Krammer
- Re: [kde-linux] kdialog (html) issues
- Prev by Date: [kde-linux] panel crash
- Next by Date: Re: [kde-linux] kdialog (html) issues
- Previous by thread: [kde-linux] panel crash
- Next by thread: Re: [kde-linux] kdialog (html) issues
- Index(es):
Relevant Pages
|