[kde-linux] kdialog (html) issues

Arvind Autar arvind.autar at gmail.com
Wed Oct 18 08:55:41 UTC 2006


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-linux/attachments/20061018/a39096fc/attachment.html>


More information about the kde-linux mailing list