From b6b99da7f8f8ff3ce5ec7ea5ae5388b5a7dfbdfb Mon Sep 17 00:00:00 2001 From: Ewald Arnold Date: Sun, 2 Jun 2002 15:45:58 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/kdeedu/libkdeedu/; revision=159019 --- kdeeduui/Makefile.am | 15 ++++ kdeeduui/kdeeduui.kdevprj | 92 ++++++++++++++++++++ kdeeduui/kedusimpleentrydlg.cpp | 5 ++ kdeeduui/kedusimpleentrydlg.h | 24 +++++ kdeeduui/kedusimpleentrydlgForm.ui | 135 +++++++++++++++++++++++++++++ kdeeduui/tests/Makefile.am | 12 +++ kdeeduui/tests/entrydialogs.cpp | 6 ++ 7 files changed, 289 insertions(+) create mode 100644 kdeeduui/Makefile.am create mode 100644 kdeeduui/kdeeduui.kdevprj create mode 100644 kdeeduui/kedusimpleentrydlg.cpp create mode 100644 kdeeduui/kedusimpleentrydlg.h create mode 100644 kdeeduui/kedusimpleentrydlgForm.ui create mode 100644 kdeeduui/tests/Makefile.am create mode 100644 kdeeduui/tests/entrydialogs.cpp diff --git a/kdeeduui/Makefile.am b/kdeeduui/Makefile.am new file mode 100644 index 0000000..1b987c9 --- /dev/null +++ b/kdeeduui/Makefile.am @@ -0,0 +1,15 @@ +INCLUDES= $(all_includes) +SUBDIRS = . tests + +lib_LTLIBRARIES = libkdeeduui.la + +libkdeeduui_la_SOURCES = \ + kedusimpleentrydlg.cpp kedusimpleentrydlgForm.ui + +libkdeeduui_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 1:0 +libkdeeduui_la_LIBADD = $(LIB_KDECORE) $(LIB_QT) + +include_HEADERS = + +METASOURCES = AUTO + diff --git a/kdeeduui/kdeeduui.kdevprj b/kdeeduui/kdeeduui.kdevprj new file mode 100644 index 0000000..4fac167 --- /dev/null +++ b/kdeeduui/kdeeduui.kdevprj @@ -0,0 +1,92 @@ +[./Makefile.am] +files=./kdeeduui.kdevprj, +sub_dirs= +type=normal + +[./kdeeduui.kdevprj] +dist=true +install=false +install_location= +type=DATA + +[Config for BinMakefileAm] +addcxxflags= +bin_program=kdeeduui +cflags= +cppflags= +cxxflags=\s-O0 +ldadd= +ldflags=\s \s +libtool_dir= +path_to_bin_program=. + +[General] +author=earnold +configure_args=\s--build=i386-linux --host=i386-linux --target=i386-linux\s +dir_where_make_will_be_called=\s +email=earnold@venus +kdevprj_version=1.3 +lfv_open_groups=Others +make_options=\s-j1 all\s +makefiles=./Makefile.am,Makefile.am,tests/Makefile.am +modifyMakefiles=false +project_name=kdeeduui +project_type=normal_empty +short_info= +sub_dir= +version=1.0 +version_control=CVS +workspace=1 + +[LFV Groups] +GNU=AUTHORS,COPYING,ChangeLog,INSTALL,README,TODO,NEWS, +Headers=*.h,*.hxx,*.hpp,*.H, +Others=*, +Sources=*.cpp,*.c,*.cc,*.C,*.cxx,*.ec,*.ecpp,*.lxx,*.l++,*.ll,*.l, +Translations=*.ts,*.po, +User Interface=*.ui,*.kdevdlg,*.rc, +groups=Headers,Sources,GNU,Translations,User Interface,Others + +[Makefile.am] +dist=true +files=Makefile.am,kedusimpleentrydlg.h,kedusimpleentrydlgForm.ui,kedusimpleentrydlg.cpp +install=false +install_location= +sharedlib_LDFLAGS=-version-info 0:0:0 +sharedlib_rootname=. +sub_dirs=tests +type=static_library + +[kedusimpleentrydlg.cpp] +dist=true +install=false +install_location= +type=SOURCE + +[kedusimpleentrydlg.h] +dist=true +install=false +install_location= +type=HEADER + +[kedusimpleentrydlgForm.ui] +dist=true +install=false +install_location= +type=SOURCE + +[tests/Makefile.am] +dist=true +files=tests/entrydialogs.cpp,tests/Makefile.am +install=false +install_location= +sharedlib_LDFLAGS=-version-info 0:0:0 +sharedlib_rootname=tests +sub_dirs= +type=DATA + +[tests/entrydialogs.cpp] +dist=true +install=false +install_location= +type=SOURCE diff --git a/kdeeduui/kedusimpleentrydlg.cpp b/kdeeduui/kedusimpleentrydlg.cpp new file mode 100644 index 0000000..74c463e --- /dev/null +++ b/kdeeduui/kedusimpleentrydlg.cpp @@ -0,0 +1,5 @@ +#include + +/* + $Log: $ +*/ diff --git a/kdeeduui/kedusimpleentrydlg.h b/kdeeduui/kedusimpleentrydlg.h new file mode 100644 index 0000000..bde9b22 --- /dev/null +++ b/kdeeduui/kedusimpleentrydlg.h @@ -0,0 +1,24 @@ +#ifndef kedusimpleentrydlg_included +#define kedusimpleentrydlg_included + +#include + +#include "kedusimpleentrydlgForm.h" + +class KEduSimpleEntryDlg : public KEduSimpleEntryDlgForm +{ + Q_OBJECT + + public: + + + + + +}; + +#endif // kedusimpleentrydlg_included + +/* + $Log: $ +*/ diff --git a/kdeeduui/kedusimpleentrydlgForm.ui b/kdeeduui/kedusimpleentrydlgForm.ui new file mode 100644 index 0000000..e9a1947 --- /dev/null +++ b/kdeeduui/kedusimpleentrydlgForm.ui @@ -0,0 +1,135 @@ + +KEduSimpleEntryDlgForm + + QDialog + + name + Simple_entry_dialog + + + geometry + + 0 + 0 + 592 + 480 + + + + caption + Simple Entry Dialog + + + QLineEdit + + name + e_original + + + geometry + + 40 + 80 + 511 + 40 + + + + + QLineEdit + + name + e_translation + + + geometry + + 40 + 180 + 511 + 40 + + + + + QLabel + + name + TextLabel1_2 + + + geometry + + 40 + 150 + 171 + 21 + + + + text + Translation + + + + QPushButton + + name + PushButton1 + + + geometry + + 50 + 360 + 91 + 41 + + + + text + &OK + + + + QPushButton + + name + PushButton1_2 + + + geometry + + 460 + 360 + 91 + 41 + + + + text + C&ancel + + + + QLabel + + name + TextLabel1 + + + geometry + + 40 + 50 + 171 + 21 + + + + text + Original + + + + diff --git a/kdeeduui/tests/Makefile.am b/kdeeduui/tests/Makefile.am new file mode 100644 index 0000000..9510f8f --- /dev/null +++ b/kdeeduui/tests/Makefile.am @@ -0,0 +1,12 @@ +SUBDIRS = . +INCLUDES = -I. -I$(top_srcdir)/kdeeduui $(all_includes) + +LDADD = ../libkdeeduui.la +LDFLAGS = $(all_libraries) + +check_PROGRAMS = entrydialogs + +#all: check + +entrydialogs_SOURCES = entrydialogs.cpp + diff --git a/kdeeduui/tests/entrydialogs.cpp b/kdeeduui/tests/entrydialogs.cpp new file mode 100644 index 0000000..781b32e --- /dev/null +++ b/kdeeduui/tests/entrydialogs.cpp @@ -0,0 +1,6 @@ + +int main() +{ + + return 0; +} \ No newline at end of file -- 2.47.3