Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
tdeedu/libtdeedu
Michele Calgaro 69e4de2f4c
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
il y a 3 mois
..
extdate Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
ideas Finish rename from prior commit il y a 13 ans
tdeeducore Conversion to the cmake building system. il y a 5 ans
tdeeduplot Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version il y a 7 mois
tdeeduui Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
AUTHORS Finish rename from prior commit il y a 13 ans
CMakeL10n.txt Add CMakeL10n rules. il y a 5 ans
CMakeLists.txt Conversion to the cmake building system. il y a 5 ans
Makefile.am Renaming of files in preparation for code style tools. il y a 3 ans
README Finish rename from prior commit il y a 13 ans

README

Contents of libtdeedu as of Jul 2005, and brief description of each module:

extdate:
Contains a reimplementation of QDate named ExtDate which eliminates the 
limitation on the year (1752-8000) imposed by QDate.  Also contains 
related reimplemented classes such as ExtDateTime, ExtDatePicker, 
ExtDateTimeEdit, and ExtCalendarSystem.  
Currently used by:  kstars.

tdeeducore:
Contains classes KEduVocData and KEduVocDataItem, for storing and parsing
vocabulary data in a QDom object.
Currently used by:  khangman, klatin

tdeeduplot:
Constains classes KPlotObject and KPlotWidget for easy plotting of 
data points, including automatic generation of labeled axes with 
"smart" tickmarks.
Currently used by:  kalzium, kstars, ktouch

tdeeduui:
Contains:
- KEduSimpleEntryDlg, a simple dialog for entering vocabulary data
- Glossary, GlossaryItem and GLossaryDialog, which can be useful to embed a
  small glossary in an application
Currently used by:  kalzium, kstars

ideas: stub directory, contains generic README and TODO files.