ossp-pkg/as/as-gui/TODO 1.36 -> 1.37
--- TODO 2002/12/10 00:00:57 1.36
+++ TODO 2002/12/11 16:00:47 1.37
@@ -37,6 +37,7 @@
Does resetting data clean make sense after closeEvent?
Change default config location to homedir, with --confgen option
Quitting is the same as closing the (only) window
+IDs in as_const.h much better choosing, so they make sense
Beim Editmodus
---------------
@@ -68,6 +69,19 @@
Pasting into as_gui from other app (vim) doesn't work
Opening a zero length file introduces out of range warnings
+Code snippits
+-------------
+// Portable processes
+QProcess *Proc;
+Proc = new QProcess;
+Proc->setArguments("/usr/local/bin/nada");
+bool ok = Proc->start();
+
+> Does anyone know how to set the WhatsThis text for a QPushButton?.
+>
+> Met vriendelijke groet
+Use the static QWhatsThis::add()
+
Document
--------
Use doxygen for C++ interface documentation.
|
|