PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : GUI fuer Make und bash



codefritz
23-06-2009, 20:49
Realisiert werden soll eine GUI mit Eingabemasken welche aus vielen Spalten und Zeilen besteht. Diese sollen mit Drop-Down list und Buttons auswählbar sein.

KDialog hab ich schon versucht ist aber doch gerade wenn es um mehrere Eingabefelder auf einem Fenster geht recht eingeschraenkt. Eine Moeglichkeit waere evlt noch das vom kernel build system genutzte make xconfig - ist aber doch schon recht angestaubt.

Tja gibts noch besseres?

Achja sollte moegl. wenig Einarbeitungszeit brauchen und eben gut zusammenspielen mit make und bash

jeebee
23-06-2009, 20:59
schau dir doch mal make gconfig vom Kernel an (weiss gerade nicht obs auch was für Qt gibt).

codefritz
24-06-2009, 20:53
Werd Tcl und Tk nehmen.

undefined
25-06-2009, 17:37
Kconfigure - wird aber seit Jahren nicht mehr weiter Entwickelt.
Nachtrag:
xconfig verwendet Qt.
Siehe cat /usr/src/linux-`uname -r`/scripts/kconfig/Makefile


help:
@echo ' config - Update current config utilising a line-oriented program'
@echo ' menuconfig - Update current config utilising a menu based program'
@echo ' xconfig - Update current config utilising a QT based front-end'
@echo ' gconfig - Update current config utilising a GTK based front-end'
@echo ' oldconfig - Update current config utilising a provided .config as base'
@echo ' silentoldconfig - Same as oldconfig, but quietly'
@echo ' randconfig - New config with random answer to all options'
@echo ' defconfig - New config with default answer to all options'
@echo ' allmodconfig - New config selecting modules when possible'
@echo ' allyesconfig - New config where all options are accepted with yes'
@echo ' allnoconfig - New config where all options are answered with no'