diff --git a/COPYING b/COPYING new file mode 100644 index 0000000000000000000000000000000000000000..5b6e7c66c276e7610d4a73c70ec1a1f7c1003259 --- /dev/null +++ b/COPYING @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + <one line to give the program's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + <signature of Ty Coon>, 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/Doxyfile b/Doxyfile new file mode 100644 index 0000000000000000000000000000000000000000..29f0841c70ca7b71a410fc6723c6ca6046e72099 --- /dev/null +++ b/Doxyfile @@ -0,0 +1,283 @@ +# Doxyfile 1.5.1-KDevelop + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- +PROJECT_NAME = acswatchtunnel +PROJECT_NUMBER = 0.1 +OUTPUT_DIRECTORY = +CREATE_SUBDIRS = NO +OUTPUT_LANGUAGE = English +USE_WINDOWS_ENCODING = NO +BRIEF_MEMBER_DESC = YES +REPEAT_BRIEF = YES +ABBREVIATE_BRIEF = "The $name class" \ + "The $name widget" \ + "The $name file" \ + is \ + provides \ + specifies \ + contains \ + represents \ + a \ + an \ + the +ALWAYS_DETAILED_SEC = NO +INLINE_INHERITED_MEMB = NO +FULL_PATH_NAMES = YES +STRIP_FROM_PATH = /home/zambonl/devel/qt/acswatch/ +STRIP_FROM_INC_PATH = +SHORT_NAMES = NO +JAVADOC_AUTOBRIEF = NO +MULTILINE_CPP_IS_BRIEF = NO +DETAILS_AT_TOP = NO +INHERIT_DOCS = YES +SEPARATE_MEMBER_PAGES = NO +TAB_SIZE = 8 +ALIASES = +OPTIMIZE_OUTPUT_FOR_C = NO +OPTIMIZE_OUTPUT_JAVA = NO +BUILTIN_STL_SUPPORT = NO +DISTRIBUTE_GROUP_DOC = NO +SUBGROUPING = YES +#--------------------------------------------------------------------------- +# Build related configuration options +#--------------------------------------------------------------------------- +EXTRACT_ALL = NO +EXTRACT_PRIVATE = NO +EXTRACT_STATIC = NO +EXTRACT_LOCAL_CLASSES = YES +EXTRACT_LOCAL_METHODS = NO +HIDE_UNDOC_MEMBERS = NO +HIDE_UNDOC_CLASSES = NO +HIDE_FRIEND_COMPOUNDS = NO +HIDE_IN_BODY_DOCS = NO +INTERNAL_DOCS = NO +CASE_SENSE_NAMES = YES +HIDE_SCOPE_NAMES = NO +SHOW_INCLUDE_FILES = YES +INLINE_INFO = YES +SORT_MEMBER_DOCS = YES +SORT_BRIEF_DOCS = NO +SORT_BY_SCOPE_NAME = NO +GENERATE_TODOLIST = YES +GENERATE_TESTLIST = YES +GENERATE_BUGLIST = YES +GENERATE_DEPRECATEDLIST= YES +ENABLED_SECTIONS = +MAX_INITIALIZER_LINES = 30 +SHOW_USED_FILES = YES +SHOW_DIRECTORIES = YES +FILE_VERSION_FILTER = +#--------------------------------------------------------------------------- +# configuration options related to warning and progress messages +#--------------------------------------------------------------------------- +QUIET = NO +WARNINGS = YES +WARN_IF_UNDOCUMENTED = YES +WARN_IF_DOC_ERROR = YES +WARN_NO_PARAMDOC = NO +WARN_FORMAT = "$file:$line: $text" +WARN_LOGFILE = +#--------------------------------------------------------------------------- +# configuration options related to the input files +#--------------------------------------------------------------------------- +INPUT = /home/zambonl/devel/qt/acswatchtunnel +FILE_PATTERNS = *.c \ + *.cc \ + *.cxx \ + *.cpp \ + *.c++ \ + *.d \ + *.java \ + *.ii \ + *.ixx \ + *.ipp \ + *.i++ \ + *.inl \ + *.h \ + *.hh \ + *.hxx \ + *.hpp \ + *.h++ \ + *.idl \ + *.odl \ + *.cs \ + *.php \ + *.php3 \ + *.inc \ + *.m \ + *.mm \ + *.dox \ + *.py \ + *.C \ + *.CC \ + *.C++ \ + *.II \ + *.I++ \ + *.H \ + *.HH \ + *.H++ \ + *.CS \ + *.PHP \ + *.PHP3 \ + *.M \ + *.MM \ + *.PY \ + *.C \ + *.H \ + *.tlh \ + *.diff \ + *.patch \ + *.moc \ + *.xpm \ + *.dox +RECURSIVE = yes +EXCLUDE = +EXCLUDE_SYMLINKS = NO +EXCLUDE_PATTERNS = +EXAMPLE_PATH = +EXAMPLE_PATTERNS = * +EXAMPLE_RECURSIVE = NO +IMAGE_PATH = +INPUT_FILTER = +FILTER_PATTERNS = +FILTER_SOURCE_FILES = NO +#--------------------------------------------------------------------------- +# configuration options related to source browsing +#--------------------------------------------------------------------------- +SOURCE_BROWSER = NO +INLINE_SOURCES = NO +STRIP_CODE_COMMENTS = YES +REFERENCED_BY_RELATION = YES +REFERENCES_RELATION = YES +REFERENCES_LINK_SOURCE = YES +USE_HTAGS = NO +VERBATIM_HEADERS = YES +#--------------------------------------------------------------------------- +# configuration options related to the alphabetical class index +#--------------------------------------------------------------------------- +ALPHABETICAL_INDEX = NO +COLS_IN_ALPHA_INDEX = 5 +IGNORE_PREFIX = +#--------------------------------------------------------------------------- +# configuration options related to the HTML output +#--------------------------------------------------------------------------- +GENERATE_HTML = YES +HTML_OUTPUT = html +HTML_FILE_EXTENSION = .html +HTML_HEADER = +HTML_FOOTER = +HTML_STYLESHEET = +HTML_ALIGN_MEMBERS = YES +GENERATE_HTMLHELP = NO +CHM_FILE = +HHC_LOCATION = +GENERATE_CHI = NO +BINARY_TOC = NO +TOC_EXPAND = NO +DISABLE_INDEX = NO +ENUM_VALUES_PER_LINE = 4 +GENERATE_TREEVIEW = NO +TREEVIEW_WIDTH = 250 +#--------------------------------------------------------------------------- +# configuration options related to the LaTeX output +#--------------------------------------------------------------------------- +GENERATE_LATEX = YES +LATEX_OUTPUT = latex +LATEX_CMD_NAME = latex +MAKEINDEX_CMD_NAME = makeindex +COMPACT_LATEX = NO +PAPER_TYPE = a4wide +EXTRA_PACKAGES = +LATEX_HEADER = +PDF_HYPERLINKS = NO +USE_PDFLATEX = NO +LATEX_BATCHMODE = NO +LATEX_HIDE_INDICES = NO +#--------------------------------------------------------------------------- +# configuration options related to the RTF output +#--------------------------------------------------------------------------- +GENERATE_RTF = NO +RTF_OUTPUT = rtf +COMPACT_RTF = NO +RTF_HYPERLINKS = NO +RTF_STYLESHEET_FILE = +RTF_EXTENSIONS_FILE = +#--------------------------------------------------------------------------- +# configuration options related to the man page output +#--------------------------------------------------------------------------- +GENERATE_MAN = NO +MAN_OUTPUT = man +MAN_EXTENSION = .3 +MAN_LINKS = NO +#--------------------------------------------------------------------------- +# configuration options related to the XML output +#--------------------------------------------------------------------------- +GENERATE_XML = yes +XML_OUTPUT = xml +XML_SCHEMA = +XML_DTD = +XML_PROGRAMLISTING = YES +#--------------------------------------------------------------------------- +# configuration options for the AutoGen Definitions output +#--------------------------------------------------------------------------- +GENERATE_AUTOGEN_DEF = NO +#--------------------------------------------------------------------------- +# configuration options related to the Perl module output +#--------------------------------------------------------------------------- +GENERATE_PERLMOD = NO +PERLMOD_LATEX = NO +PERLMOD_PRETTY = YES +PERLMOD_MAKEVAR_PREFIX = +#--------------------------------------------------------------------------- +# Configuration options related to the preprocessor +#--------------------------------------------------------------------------- +ENABLE_PREPROCESSING = YES +MACRO_EXPANSION = NO +EXPAND_ONLY_PREDEF = NO +SEARCH_INCLUDES = YES +INCLUDE_PATH = +INCLUDE_FILE_PATTERNS = +PREDEFINED = +EXPAND_AS_DEFINED = +SKIP_FUNCTION_MACROS = YES +#--------------------------------------------------------------------------- +# Configuration::additions related to external references +#--------------------------------------------------------------------------- +TAGFILES = +GENERATE_TAGFILE = acswatchtunnel.tag +ALLEXTERNALS = NO +EXTERNAL_GROUPS = YES +PERL_PATH = /usr/bin/perl +#--------------------------------------------------------------------------- +# Configuration options related to the dot tool +#--------------------------------------------------------------------------- +CLASS_DIAGRAMS = YES +HIDE_UNDOC_RELATIONS = YES +HAVE_DOT = NO +CLASS_GRAPH = YES +COLLABORATION_GRAPH = YES +GROUP_GRAPHS = YES +UML_LOOK = NO +TEMPLATE_RELATIONS = NO +INCLUDE_GRAPH = YES +INCLUDED_BY_GRAPH = YES +CALL_GRAPH = NO +CALLER_GRAPH = NO +GRAPHICAL_HIERARCHY = YES +DIRECTORY_GRAPH = YES +DOT_IMAGE_FORMAT = png +DOT_PATH = +DOTFILE_DIRS = +MAX_DOT_GRAPH_WIDTH = 1024 +MAX_DOT_GRAPH_HEIGHT = 1024 +MAX_DOT_GRAPH_DEPTH = 1000 +DOT_TRANSPARENT = NO +DOT_MULTI_TARGETS = NO +GENERATE_LEGEND = YES +DOT_CLEANUP = YES +#--------------------------------------------------------------------------- +# Configuration::additions related to the search engine +#--------------------------------------------------------------------------- +SEARCHENGINE = NO diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..6fb568b278131cfc910d7aa05a3dd74c6554dcf7 --- /dev/null +++ b/Makefile @@ -0,0 +1,270 @@ +############################################################################# +# Makefile for building: bin/okintck_dbd_01 +# Generated by qmake (2.01a) (Qt 4.8.4) on: Fri Feb 23 11:54:49 2018 +# Project: okintck_dbd_01.pro +# Template: app +# Command: /usr/bin/qmake -o Makefile okintck_dbd_01.pro +############################################################################# + +####### Compiler, tools and options + +CC = gcc +CXX = g++ +DEFINES = -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"6.4.4\"" -DQTANGO_VERSION=0x060404 -DVER_MAJ=6 -DVER_MIN=4 -DVER_FIX=4 -D__x86__ -D__linux__ -D__OSVERSION__=2 -DQT_SHARED -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_CORE_LIB +CFLAGS = -pipe -g -std=c++0x -Wall -W -D_REENTRANT $(DEFINES) +CXXFLAGS = -std=c++0x -Wall -g -std=c++0x -Wall -W -D_REENTRANT $(DEFINES) +INCPATH = -I/usr/local/qt-4.8.4/mkspecs/linux-g++ -I. -I/usr/local/qt-4.8.4/include/QtCore -I/usr/local/qt-4.8.4/include/QtGui -I/usr/local/qt-4.8.4/include/QtDBus -I/usr/local/qt-4.8.4/include -I/usr/local/qwt-6.1.3/include -I/usr/include/qwt -I/usr/local/qtango/include/qtango6 -I/usr/local/qwt-6.1.3/include -I/usr/include/qwt -I/usr/local/tango-9.2.5a/include/tango -I/usr/local/omniorb-4.2.1/include -I/usr/local/zeromq-4.0.7/include -I/usr/local/qt-4.8.4/include -I/usr/local/qt-4.8.4/include/QtSvg -I/usr/local/qt-4.8.4/include/QtOpenGL -Imoc -Isrc +LINK = g++ +LFLAGS = -Wl,-rpath,/usr/local/qt-4.8.4/lib +LIBS = $(SUBLIBS) -L/usr/local/qt-4.8.4/lib -L/usr/local/qtango/lib -lQTangoDBus6 -lQTango6 -lQTangoCore6 -lqtcontrols6 -L/usr/local/tango-9.2.5a/lib -L/usr/local/omniorb-4.2.1/lib -L/usr/local/zeromq-4.0.7/lib -ltango -lomniDynamic4 -lCOS4 -llog4tango -lzmq -lomniORB4 -lomnithread -lX11 -L/usr/local/qwt-6.1.3/lib -L/usr/local/qt-4.8.4/lib -lqwt -lQtSvg -L/usr/X11R6/lib -lQtOpenGL -lQtDBus -lQtXml -lQtGui -lQtCore -lpthread +AR = ar cqs +RANLIB = +QMAKE = /usr/bin/qmake +TAR = tar -cf +COMPRESS = gzip -9f +COPY = cp -f +SED = sed +COPY_FILE = $(COPY) +COPY_DIR = $(COPY) -r +STRIP = strip +INSTALL_FILE = install -m 644 -p +INSTALL_DIR = $(COPY_DIR) +INSTALL_PROGRAM = install -m 755 -p +DEL_FILE = rm -rf +SYMLINK = ln -f -s +DEL_DIR = rmdir +MOVE = mv -f +CHK_DIR_EXISTS= test -d +MKDIR = mkdir -p + +####### Output directory + +OBJECTS_DIR = objects/ + +####### Files + +SOURCES = src/okintck_dbd_01.cpp \ + src/main.cpp moc/moc_okintck_dbd_01.cpp +OBJECTS = objects/okintck_dbd_01.o \ + objects/main.o \ + objects/moc_okintck_dbd_01.o +DIST = /usr/local/qtango/include/qtango6/messages.pri \ + /usr/local/qt-4.8.4/mkspecs/common/unix.conf \ + /usr/local/qt-4.8.4/mkspecs/common/linux.conf \ + /usr/local/qt-4.8.4/mkspecs/common/gcc-base.conf \ + /usr/local/qt-4.8.4/mkspecs/common/gcc-base-unix.conf \ + /usr/local/qt-4.8.4/mkspecs/common/g++-base.conf \ + /usr/local/qt-4.8.4/mkspecs/common/g++-unix.conf \ + /usr/local/qt-4.8.4/mkspecs/qconfig.pri \ + /usr/local/qt-4.8.4/mkspecs/modules/qt_webkit_version.pri \ + /usr/local/qt-4.8.4/mkspecs/features/qt_functions.prf \ + /usr/local/qt-4.8.4/mkspecs/features/qt_config.prf \ + /usr/local/qt-4.8.4/mkspecs/features/exclusive_builds.prf \ + /usr/local/qt-4.8.4/mkspecs/features/default_pre.prf \ + /usr/local/qtango/include/qtango6/qtango.pri \ + /usr/local/qt-4.8.4/mkspecs/features/debug.prf \ + /usr/local/qt-4.8.4/mkspecs/features/default_post.prf \ + /usr/local/qt-4.8.4/mkspecs/features/link_pkgconfig.prf \ + /usr/local/qt-4.8.4/mkspecs/features/unix/gdb_dwarf_index.prf \ + /usr/local/qt-4.8.4/mkspecs/features/warn_on.prf \ + /usr/local/qt-4.8.4/mkspecs/features/qt.prf \ + /usr/local/qt-4.8.4/mkspecs/features/moc.prf \ + /usr/local/qt-4.8.4/mkspecs/features/dbusinterfaces.prf \ + /usr/local/qt-4.8.4/mkspecs/features/dbusadaptors.prf \ + /usr/local/qt-4.8.4/mkspecs/features/unix/thread.prf \ + /usr/local/qt-4.8.4/mkspecs/features/resources.prf \ + /usr/local/qt-4.8.4/mkspecs/features/uic.prf \ + /usr/local/qt-4.8.4/mkspecs/features/yacc.prf \ + /usr/local/qt-4.8.4/mkspecs/features/lex.prf \ + okintck_dbd_01.pro +QMAKE_TARGET = okintck_dbd_01 +DESTDIR = bin/ +TARGET = bin/okintck_dbd_01 + +first: all +####### Implicit rules + +.SUFFIXES: .o .c .cpp .cc .cxx .C + +.cpp.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" + +.cc.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" + +.cxx.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" + +.C.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" + +.c.o: + $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<" + +####### Build rules + +all: Makefile $(TARGET) + +$(TARGET): src/ui_okintck_dbd_01.h $(OBJECTS) + @$(CHK_DIR_EXISTS) bin/ || $(MKDIR) bin/ + $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS) + { test -n "$(DESTDIR)" && DESTDIR="$(DESTDIR)" || DESTDIR=.; } && test $$(gdb --version | sed -e 's,[^0-9]\+\([0-9]\)\.\([0-9]\).*,\1\2,;q') -gt 72 && gdb --nx --batch --quiet -ex 'set confirm off' -ex "save gdb-index $$DESTDIR" -ex quit '$(TARGET)' && test -f $(TARGET).gdb-index && objcopy --add-section '.gdb_index=$(TARGET).gdb-index' --set-section-flags '.gdb_index=readonly' '$(TARGET)' '$(TARGET)' && rm -rf $(TARGET).gdb-index || true + +Makefile: okintck_dbd_01.pro /usr/local/qt-4.8.4/mkspecs/linux-g++/qmake.conf /usr/local/qt-4.8.4/mkspecs/common/unix.conf \ + /usr/local/qt-4.8.4/mkspecs/common/linux.conf \ + /usr/local/qt-4.8.4/mkspecs/common/gcc-base.conf \ + /usr/local/qt-4.8.4/mkspecs/common/gcc-base-unix.conf \ + /usr/local/qt-4.8.4/mkspecs/common/g++-base.conf \ + /usr/local/qt-4.8.4/mkspecs/common/g++-unix.conf \ + /usr/local/qt-4.8.4/mkspecs/qconfig.pri \ + /usr/local/qt-4.8.4/mkspecs/modules/qt_webkit_version.pri \ + /usr/local/qt-4.8.4/mkspecs/features/qt_functions.prf \ + /usr/local/qt-4.8.4/mkspecs/features/qt_config.prf \ + /usr/local/qt-4.8.4/mkspecs/features/exclusive_builds.prf \ + /usr/local/qt-4.8.4/mkspecs/features/default_pre.prf \ + /usr/local/qtango/include/qtango6/qtango.pri \ + /usr/local/qt-4.8.4/mkspecs/features/debug.prf \ + /usr/local/qt-4.8.4/mkspecs/features/default_post.prf \ + /usr/local/qt-4.8.4/mkspecs/features/link_pkgconfig.prf \ + /usr/local/qt-4.8.4/mkspecs/features/unix/gdb_dwarf_index.prf \ + /usr/local/qt-4.8.4/mkspecs/features/warn_on.prf \ + /usr/local/qt-4.8.4/mkspecs/features/qt.prf \ + /usr/local/qt-4.8.4/mkspecs/features/moc.prf \ + /usr/local/qt-4.8.4/mkspecs/features/dbusinterfaces.prf \ + /usr/local/qt-4.8.4/mkspecs/features/dbusadaptors.prf \ + /usr/local/qt-4.8.4/mkspecs/features/unix/thread.prf \ + /usr/local/qt-4.8.4/mkspecs/features/resources.prf \ + /usr/local/qt-4.8.4/mkspecs/features/uic.prf \ + /usr/local/qt-4.8.4/mkspecs/features/yacc.prf \ + /usr/local/qt-4.8.4/mkspecs/features/lex.prf \ + /usr/local/qt-4.8.4/lib/libQtSvg.prl \ + /usr/local/qt-4.8.4/lib/libQtGui.prl \ + /usr/local/qt-4.8.4/lib/libQtCore.prl \ + /usr/local/qt-4.8.4/lib/libQtOpenGL.prl \ + /usr/local/qt-4.8.4/lib/libQtDBus.prl \ + /usr/local/qt-4.8.4/lib/libQtXml.prl + $(QMAKE) -o Makefile okintck_dbd_01.pro +/usr/local/qt-4.8.4/mkspecs/common/unix.conf: +/usr/local/qt-4.8.4/mkspecs/common/linux.conf: +/usr/local/qt-4.8.4/mkspecs/common/gcc-base.conf: +/usr/local/qt-4.8.4/mkspecs/common/gcc-base-unix.conf: +/usr/local/qt-4.8.4/mkspecs/common/g++-base.conf: +/usr/local/qt-4.8.4/mkspecs/common/g++-unix.conf: +/usr/local/qt-4.8.4/mkspecs/qconfig.pri: +/usr/local/qt-4.8.4/mkspecs/modules/qt_webkit_version.pri: +/usr/local/qt-4.8.4/mkspecs/features/qt_functions.prf: +/usr/local/qt-4.8.4/mkspecs/features/qt_config.prf: +/usr/local/qt-4.8.4/mkspecs/features/exclusive_builds.prf: +/usr/local/qt-4.8.4/mkspecs/features/default_pre.prf: +/usr/local/qtango/include/qtango6/qtango.pri: +/usr/local/qt-4.8.4/mkspecs/features/debug.prf: +/usr/local/qt-4.8.4/mkspecs/features/default_post.prf: +/usr/local/qt-4.8.4/mkspecs/features/link_pkgconfig.prf: +/usr/local/qt-4.8.4/mkspecs/features/unix/gdb_dwarf_index.prf: +/usr/local/qt-4.8.4/mkspecs/features/warn_on.prf: +/usr/local/qt-4.8.4/mkspecs/features/qt.prf: +/usr/local/qt-4.8.4/mkspecs/features/moc.prf: +/usr/local/qt-4.8.4/mkspecs/features/dbusinterfaces.prf: +/usr/local/qt-4.8.4/mkspecs/features/dbusadaptors.prf: +/usr/local/qt-4.8.4/mkspecs/features/unix/thread.prf: +/usr/local/qt-4.8.4/mkspecs/features/resources.prf: +/usr/local/qt-4.8.4/mkspecs/features/uic.prf: +/usr/local/qt-4.8.4/mkspecs/features/yacc.prf: +/usr/local/qt-4.8.4/mkspecs/features/lex.prf: +/usr/local/qt-4.8.4/lib/libQtSvg.prl: +/usr/local/qt-4.8.4/lib/libQtGui.prl: +/usr/local/qt-4.8.4/lib/libQtCore.prl: +/usr/local/qt-4.8.4/lib/libQtOpenGL.prl: +/usr/local/qt-4.8.4/lib/libQtDBus.prl: +/usr/local/qt-4.8.4/lib/libQtXml.prl: +qmake: FORCE + @$(QMAKE) -o Makefile okintck_dbd_01.pro + +dist: + @$(CHK_DIR_EXISTS) objects/okintck_dbd_016.4.4 || $(MKDIR) objects/okintck_dbd_016.4.4 + $(COPY_FILE) --parents $(SOURCES) $(DIST) objects/okintck_dbd_016.4.4/ && $(COPY_FILE) --parents src/okintck_dbd_01.h objects/okintck_dbd_016.4.4/ && $(COPY_FILE) --parents src/okintck_dbd_01.cpp src/main.cpp objects/okintck_dbd_016.4.4/ && $(COPY_FILE) --parents src/okintck_dbd_01.ui objects/okintck_dbd_016.4.4/ && (cd `dirname objects/okintck_dbd_016.4.4` && $(TAR) okintck_dbd_016.4.4.tar okintck_dbd_016.4.4 && $(COMPRESS) okintck_dbd_016.4.4.tar) && $(MOVE) `dirname objects/okintck_dbd_016.4.4`/okintck_dbd_016.4.4.tar.gz . && $(DEL_FILE) -r objects/okintck_dbd_016.4.4 + + +clean:compiler_clean + -$(DEL_FILE) $(OBJECTS) + -$(DEL_FILE) moc obj Makefile *.tag + -$(DEL_FILE) *~ core *.core + + +####### Sub-libraries + +distclean: clean + -$(DEL_FILE) $(TARGET) + -$(DEL_FILE) Makefile + + +docs: + doxygen Doxyfile; + +check: first + +mocclean: compiler_moc_header_clean compiler_moc_source_clean + +mocables: compiler_moc_header_make_all compiler_moc_source_make_all + +compiler_moc_header_make_all: moc/moc_okintck_dbd_01.cpp +compiler_moc_header_clean: + -$(DEL_FILE) moc/moc_okintck_dbd_01.cpp +moc/moc_okintck_dbd_01.cpp: src/ui_okintck_dbd_01.h \ + src/okintck_dbd_01.h + /usr/local/qt-4.8.4/bin/moc $(DEFINES) $(INCPATH) src/okintck_dbd_01.h -o moc/moc_okintck_dbd_01.cpp + +compiler_dbus_interface_source_make_all: +compiler_dbus_interface_source_clean: +compiler_dbus_adaptor_source_make_all: +compiler_dbus_adaptor_source_clean: +compiler_rcc_make_all: +compiler_rcc_clean: +compiler_image_collection_make_all: src/qmake_image_collection.cpp +compiler_image_collection_clean: + -$(DEL_FILE) src/qmake_image_collection.cpp +compiler_moc_source_make_all: +compiler_moc_source_clean: +compiler_dbus_interface_header_make_all: +compiler_dbus_interface_header_clean: +compiler_dbus_interface_moc_make_all: +compiler_dbus_interface_moc_clean: +compiler_dbus_adaptor_header_make_all: +compiler_dbus_adaptor_header_clean: +compiler_dbus_adaptor_moc_make_all: +compiler_dbus_adaptor_moc_clean: +compiler_uic_make_all: src/ui_okintck_dbd_01.h +compiler_uic_clean: + -$(DEL_FILE) src/ui_okintck_dbd_01.h +src/ui_okintck_dbd_01.h: src/okintck_dbd_01.ui + /usr/local/qt-4.8.4/bin/uic src/okintck_dbd_01.ui -o src/ui_okintck_dbd_01.h + +compiler_yacc_decl_make_all: +compiler_yacc_decl_clean: +compiler_yacc_impl_make_all: +compiler_yacc_impl_clean: +compiler_lex_make_all: +compiler_lex_clean: +compiler_clean: compiler_moc_header_clean compiler_uic_clean + +####### Compile + +objects/okintck_dbd_01.o: src/okintck_dbd_01.cpp src/okintck_dbd_01.h \ + src/ui_okintck_dbd_01.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o objects/okintck_dbd_01.o src/okintck_dbd_01.cpp + +objects/main.o: src/main.cpp src/okintck_dbd_01.h \ + src/ui_okintck_dbd_01.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o objects/main.o src/main.cpp + +objects/moc_okintck_dbd_01.o: moc/moc_okintck_dbd_01.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o objects/moc_okintck_dbd_01.o moc/moc_okintck_dbd_01.cpp + +####### Install + +install: FORCE + +uninstall: FORCE + +FORCE: + diff --git a/okintck_dbd_01.kdevelop b/okintck_dbd_01.kdevelop new file mode 100644 index 0000000000000000000000000000000000000000..8dc526e3bc04848a184098b7c87879603cc69655 --- /dev/null +++ b/okintck_dbd_01.kdevelop @@ -0,0 +1,163 @@ +<?xml version = '1.0'?> +<kdevelop> + <general> + <author/> + <email/> + <version>0.1</version> + <projectmanagement>KDevTrollProject</projectmanagement> + <primarylanguage>C++</primarylanguage> + <keywords> + <keyword>Qt</keyword> + </keywords> + <ignoreparts/> + <projectname>acswatchtunnel</projectname> + </general> + <kdevfileview> + <groups> + <group pattern="*.cpp;*.cxx;*.h" name="Sources" /> + <group pattern="*.ui" name="User Interface" /> + <group pattern="*.png" name="Icons" /> + <group pattern="*" name="Others" /> + <hidenonprojectfiles>false</hidenonprojectfiles> + <hidenonlocation>false</hidenonlocation> + </groups> + <tree> + <hidenonprojectfiles>false</hidenonprojectfiles> + <hidepatterns>*.o,*.lo,CVS</hidepatterns> + </tree> + </kdevfileview> + <kdevdoctreeview> + <ignoretocs> + <toc>bash</toc> + <toc>bash_bugs</toc> + <toc>clanlib</toc> + <toc>fortran_bugs_gcc</toc> + <toc>gnome1</toc> + <toc>gnustep</toc> + <toc>gtk</toc> + <toc>gtk_bugs</toc> + <toc>haskell</toc> + <toc>haskell_bugs_ghc</toc> + <toc>java_bugs_gcc</toc> + <toc>java_bugs_sun</toc> + <toc>kde2book</toc> + <toc>opengl</toc> + <toc>pascal_bugs_fp</toc> + <toc>php</toc> + <toc>php_bugs</toc> + <toc>perl</toc> + <toc>perl_bugs</toc> + <toc>python</toc> + <toc>python_bugs</toc> + <toc>qt-kdev3</toc> + <toc>ruby</toc> + <toc>ruby_bugs</toc> + <toc>sdl</toc> + <toc>stl</toc> + <toc>sw</toc> + <toc>w3c-dom-level2-html</toc> + <toc>w3c-svg</toc> + <toc>w3c-uaag10</toc> + <toc>wxwidgets_bugs</toc> + </ignoretocs> + <ignoredoxygen> + <toc>KDE Libraries (Doxygen)</toc> + </ignoredoxygen> + </kdevdoctreeview> + <kdevdebugger> + <general> + <dbgshell/> + <breakpoints/> + <programargs/> + <gdbpath>/usr/bin/</gdbpath> + <breakonloadinglibs>true</breakonloadinglibs> + <separatetty>false</separatetty> + <floatingtoolbar>false</floatingtoolbar> + </general> + <display> + <staticmembers>false</staticmembers> + <demanglenames>true</demanglenames> + </display> + <breakpoints/> + </kdevdebugger> + <kdevtrollproject> + <run> + <mainprogram>./bin/acswatchtunnel</mainprogram> + <programargs/> + <directoryradio>executable</directoryradio> + </run> + <general> + <activedir></activedir> + </general> + </kdevtrollproject> + <workspace> + <openfiles/> + </workspace> + <kdevfilecreate> + <useglobaltypes> + <type ext="ui" /> + <type ext="cpp" /> + <type ext="h" /> + <type ext="ts" /> + </useglobaltypes> + </kdevfilecreate> + <kdevdocumentation> + <projectdoc> + <docsystem>Doxygen Documentation Collection</docsystem> + <docurl>acswatchtunnel.tag</docurl> + </projectdoc> + </kdevdocumentation> + <kdevcppsupport> + <references/> + <codecompletion> + <includeGlobalFunctions>true</includeGlobalFunctions> + <includeTypes>true</includeTypes> + <includeEnums>true</includeEnums> + <includeTypedefs>false</includeTypedefs> + <automaticCodeCompletion>true</automaticCodeCompletion> + <automaticArgumentsHint>true</automaticArgumentsHint> + <automaticHeaderCompletion>true</automaticHeaderCompletion> + <codeCompletionDelay>250</codeCompletionDelay> + <argumentsHintDelay>400</argumentsHintDelay> + <headerCompletionDelay>250</headerCompletionDelay> + <showOnlyAccessibleItems>false</showOnlyAccessibleItems> + <completionBoxItemOrder>0</completionBoxItemOrder> + <howEvaluationContextMenu>true</howEvaluationContextMenu> + <showCommentWithArgumentHint>true</showCommentWithArgumentHint> + <statusBarTypeEvaluation>false</statusBarTypeEvaluation> + <namespaceAliases>std=_GLIBCXX_STD;__gnu_cxx=std</namespaceAliases> + <processPrimaryTypes>true</processPrimaryTypes> + <processFunctionArguments>false</processFunctionArguments> + <preProcessAllHeaders>false</preProcessAllHeaders> + <parseMissingHeaders>false</parseMissingHeaders> + <resolveIncludePaths>true</resolveIncludePaths> + <alwaysParseInBackground>true</alwaysParseInBackground> + <usePermanentCaching>true</usePermanentCaching> + <alwaysIncludeNamespaces>false</alwaysIncludeNamespaces> + <includePaths>.;</includePaths> + </codecompletion> + <qt> + <used>false</used> + <version>3</version> + <includestyle>3</includestyle> + <root></root> + <designerintegration>EmbeddedKDevDesigner</designerintegration> + <qmake>/usr/local/Trolltech/Qt/bin/qmake</qmake> + <designer>/usr/local/Trolltech/Qt/bin/designer</designer> + <designerpluginpaths/> + </qt> + </kdevcppsupport> + <substmap> + <APPNAME>acswatchtunnel</APPNAME> + <APPNAMELC>acswatchtunnel</APPNAMELC> + <APPNAMESC>Acswatchtunnel</APPNAMESC> + <APPNAMEUC>ACSWATCHTUNNEL</APPNAMEUC> + <AUTHOR/> + <EMAIL/> + <LICENSE>GPL</LICENSE> + <LICENSEFILE>COPYING</LICENSEFILE> + <VERSION>0.1</VERSION> + <YEAR>2007</YEAR> + <dest>/home/zambonl/devel/qt/acswatchtunnel</dest> + </substmap> +</kdevelop> diff --git a/okintck_dbd_01.kdevelop.pcs b/okintck_dbd_01.kdevelop.pcs new file mode 100644 index 0000000000000000000000000000000000000000..9ab3212546ed0ea104c36d3f54d832cfd7d692ff Binary files /dev/null and b/okintck_dbd_01.kdevelop.pcs differ diff --git a/okintck_dbd_01.kdevses b/okintck_dbd_01.kdevses new file mode 100644 index 0000000000000000000000000000000000000000..5fafa68099d9d735ff40e780c7f49dc9f8f4d294 --- /dev/null +++ b/okintck_dbd_01.kdevses @@ -0,0 +1,34 @@ +<?xml version = '1.0' encoding = 'UTF-8'?> +<!DOCTYPE KDevPrjSession> +<KDevPrjSession> + <DocsAndViews NumberOfDocuments="3" > + <Doc0 NumberOfViews="1" URL="file:///home/zambonl/devel/qt/acswatchtunnel/src/acswatchtunnel.cpp" > + <View0 Encoding="" Type="Source" /> + </Doc0> + <Doc1 NumberOfViews="1" URL="file:///home/zambonl/devel/qt/acswatchtunnel/src/main.cpp" > + <View0 Encoding="" Type="Source" /> + </Doc1> + <Doc2 NumberOfViews="1" URL="file:///home/zambonl/devel/qt/acswatchtunnel/src/acswatchtunnel.h" > + <View0 Encoding="" line="27" Type="Source" /> + </Doc2> + </DocsAndViews> + <pluginList> + <kdevdebugger> + <breakpointList/> + <showInternalCommands value="0" /> + </kdevdebugger> + <kdevastyle> + <Extensions ext="*.cpp *.h,*.c *.h,*.cxx *.hxx,*.c++ *.h++,*.cc *.hh,*.C *.H,*.diff,*.inl,*.java,*.moc,*.patch,*.tlh,*.xpm" /> + <AStyle IndentPreprocessors="0" FillCount="4" PadParenthesesOut="1" IndentNamespaces="1" IndentLabels="1" Fill="Tabs" MaxStatement="40" Brackets="Break" MinConditional="-1" IndentBrackets="0" PadParenthesesUn="1" BlockBreak="0" KeepStatements="1" KeepBlocks="1" BlockIfElse="0" IndentSwitches="1" PadOperators="0" FStyle="UserDefined" IndentCases="0" FillEmptyLines="0" BracketsCloseHeaders="0" BlockBreakAll="0" PadParenthesesIn="1" IndentClasses="1" IndentBlocks="0" FillForce="0" /> + </kdevastyle> + <kdevbookmarks> + <bookmarks/> + </kdevbookmarks> + <kdevvalgrind> + <executable path="" params="" /> + <valgrind path="" params="" /> + <calltree path="" params="" /> + <kcachegrind path="" /> + </kdevvalgrind> + </pluginList> +</KDevPrjSession> diff --git a/okintck_dbd_01.pro b/okintck_dbd_01.pro new file mode 100755 index 0000000000000000000000000000000000000000..58eadd3bd3896c9b5dc9a2816c10b0871fe9f229 --- /dev/null +++ b/okintck_dbd_01.pro @@ -0,0 +1,8 @@ +# include(../../../../utils/qmake.custom.4) +include(/usr/local/qtango/include/qtango6/qtango.pri) + +SOURCES += src/okintck_dbd_01.cpp \ + src/main.cpp +HEADERS += src/okintck_dbd_01.h +FORMS = src/okintck_dbd_01.ui +TARGET = ./bin/okintck_dbd_01 diff --git a/src/main.cpp b/src/main.cpp new file mode 100755 index 0000000000000000000000000000000000000000..07c1111cbd2d335f3fa04353b1f1b6dbc3eb489e --- /dev/null +++ b/src/main.cpp @@ -0,0 +1,41 @@ +/*************************************************************************** + * Copyright (C) 2007 by * + * * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + + +#include <TApplication> +#include "okintck_dbd_01.h" +#include <X11/Xlib.h> +#include <QX11Info> +#define CVSVERSION "$Name: $" + +int main( int argc, char ** argv ) { + + TApplication a( argc, argv ); + a.setApplicationVersion(CVSVERSION); + okintck_dbd_01 mw; + mw.show(); + + /* register to window manager */ + Display *disp = QX11Info::display(); + Window root_win = (Window) mw.winId(); + XSetCommand(disp, root_win, argv, argc); + + return a.exec(); +} diff --git a/src/okintck_dbd_01.cpp b/src/okintck_dbd_01.cpp new file mode 100755 index 0000000000000000000000000000000000000000..40d246c6ef2b36cea0d96dc36bd9bab717910111 --- /dev/null +++ b/src/okintck_dbd_01.cpp @@ -0,0 +1,49 @@ +/*************************************************************************** + * Copyright (C) 2007 by * + * * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + + +#include "okintck_dbd_01.h" +#include <qtango.h> + +okintck_dbd_01::okintck_dbd_01(QWidget *parent) : QWidget(parent) +{ + QSettings settings("fermi", "acs"); + // load (or set) path for images + if (settings.contains("imgpath")) { + imgpath = settings.value("imgpath").toString(); + // cout << imgpath.toStdString() << endl; + } + else { + settings.setValue("imgpath", "/runtime/fermi/share/images/acs"); + // settings.setValue("imgpath", "/home/zambonl/devel/qt/fermi/acs/img"); + } + if (!imgpath.endsWith("/")) { + imgpath = imgpath + "/"; + } + // setup User Interface + ui.setupUi(this); + +} + +okintck_dbd_01::~okintck_dbd_01() +{ + exit(0); +} + diff --git a/src/okintck_dbd_01.h b/src/okintck_dbd_01.h new file mode 100755 index 0000000000000000000000000000000000000000..967fdbda81817ed87e78f7635f27b4f74bc8d23a --- /dev/null +++ b/src/okintck_dbd_01.h @@ -0,0 +1,46 @@ +/*************************************************************************** + * Copyright (C) 2007 by * + * * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + + +#ifndef okintck_dbd_01_H +#define okintck_dbd_01_H + +#include "ui_okintck_dbd_01.h" +#include <tango.h> +#include <QProcess> +#include <QSettings> + +class okintck_dbd_01: public QWidget +{ + Q_OBJECT + +public: + okintck_dbd_01(QWidget * =NULL); + ~okintck_dbd_01(); + +public slots: + +private: + Ui::okintck_dbd_01 ui; + QString imgpath; +}; + + +#endif diff --git a/src/okintck_dbd_01.ui b/src/okintck_dbd_01.ui new file mode 100755 index 0000000000000000000000000000000000000000..42f3fd1168dc610bdb23704085bc2aeb36f533f7 --- /dev/null +++ b/src/okintck_dbd_01.ui @@ -0,0 +1,3593 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>okintck_dbd_01</class> + <widget class="QWidget" name="okintck_dbd_01"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>569</width> + <height>629</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="maximumSize"> + <size> + <width>569</width> + <height>629</height> + </size> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="Base"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>255</red> + <green>255</green> + <blue>255</blue> + </color> + </brush> + </colorrole> + <colorrole role="Window"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>218</red> + <green>221</green> + <blue>224</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="Base"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>255</red> + <green>255</green> + <blue>255</blue> + </color> + </brush> + </colorrole> + <colorrole role="Window"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>218</red> + <green>221</green> + <blue>224</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="Base"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>218</red> + <green>221</green> + <blue>224</blue> + </color> + </brush> + </colorrole> + <colorrole role="Window"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>218</red> + <green>221</green> + <blue>224</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="windowTitle"> + <string>OKINTCK_DBD.01</string> + </property> + <widget class="QFrame" name="frame"> + <property name="geometry"> + <rect> + <x>0</x> + <y>590</y> + <width>6000</width> + <height>40</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>0</blue> + </color> + </brush> + </colorrole> + <colorrole role="Dark"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>200</red> + <green>255</green> + <blue>200</blue> + </color> + </brush> + </colorrole> + <colorrole role="Mid"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>200</red> + <green>255</green> + <blue>200</blue> + </color> + </brush> + </colorrole> + <colorrole role="Text"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>0</blue> + </color> + </brush> + </colorrole> + <colorrole role="ButtonText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>0</blue> + </color> + </brush> + </colorrole> + <colorrole role="Base"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>255</red> + <green>255</green> + <blue>255</blue> + </color> + </brush> + </colorrole> + <colorrole role="Window"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>200</red> + <green>255</green> + <blue>200</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>0</blue> + </color> + </brush> + </colorrole> + <colorrole role="Dark"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>200</red> + <green>255</green> + <blue>200</blue> + </color> + </brush> + </colorrole> + <colorrole role="Mid"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>200</red> + <green>255</green> + <blue>200</blue> + </color> + </brush> + </colorrole> + <colorrole role="Text"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>0</blue> + </color> + </brush> + </colorrole> + <colorrole role="ButtonText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>0</blue> + </color> + </brush> + </colorrole> + <colorrole role="Base"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>255</red> + <green>255</green> + <blue>255</blue> + </color> + </brush> + </colorrole> + <colorrole role="Window"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>200</red> + <green>255</green> + <blue>200</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>200</red> + <green>255</green> + <blue>200</blue> + </color> + </brush> + </colorrole> + <colorrole role="Dark"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>200</red> + <green>255</green> + <blue>200</blue> + </color> + </brush> + </colorrole> + <colorrole role="Mid"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>200</red> + <green>255</green> + <blue>200</blue> + </color> + </brush> + </colorrole> + <colorrole role="Text"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>200</red> + <green>255</green> + <blue>200</blue> + </color> + </brush> + </colorrole> + <colorrole role="ButtonText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>200</red> + <green>255</green> + <blue>200</blue> + </color> + </brush> + </colorrole> + <colorrole role="Base"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>200</red> + <green>255</green> + <blue>200</blue> + </color> + </brush> + </colorrole> + <colorrole role="Window"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>200</red> + <green>255</green> + <blue>200</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="autoFillBackground"> + <bool>true</bool> + </property> + <property name="frameShape"> + <enum>QFrame::StyledPanel</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Raised</enum> + </property> + <widget class="QLabel" name="label_79"> + <property name="geometry"> + <rect> + <x>10</x> + <y>10</y> + <width>441</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>17</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>OKINTCK_DBD.01</string> + </property> + </widget> + <widget class="TTable" name="cond9_2"> + <property name="geometry"> + <rect> + <x>455</x> + <y>10</y> + <width>56</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000</string> + </property> + <property name="trueStrings"> + <string>OK</string> + </property> + <property name="falseStrings"> + <string>NOK</string> + </property> + <property name="displayMask"> + <string>1312</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="Line" name="line_26"> + <property name="geometry"> + <rect> + <x>450</x> + <y>0</y> + <width>3</width> + <height>40</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_70"> + <property name="geometry"> + <rect> + <x>0</x> + <y>170</y> + <width>570</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_185"> + <property name="geometry"> + <rect> + <x>330</x> + <y>40</y> + <width>56</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000</string> + </property> + <property name="trueStrings"> + <string>OK</string> + </property> + <property name="falseStrings"> + <string>NOK</string> + </property> + <property name="displayMask"> + <string>1028</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_186"> + <property name="geometry"> + <rect> + <x>330</x> + <y>10</y> + <width>56</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000</string> + </property> + <property name="trueStrings"> + <string>OK</string> + </property> + <property name="falseStrings"> + <string>NOK</string> + </property> + <property name="displayMask"> + <string>1026</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_440"> + <property name="geometry"> + <rect> + <x>10</x> + <y>40</y> + <width>320</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>VAC_ALR_SIP300_TLS.02</string> + </property> + </widget> + <widget class="QLabel" name="label_441"> + <property name="geometry"> + <rect> + <x>10</x> + <y>10</y> + <width>320</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>VAC_ALR_SIP55_TLS.01</string> + </property> + </widget> + <widget class="QLabel" name="label_442"> + <property name="geometry"> + <rect> + <x>395</x> + <y>10</y> + <width>50</width> + <height>24</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>16</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>OR</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="QLabel" name="label_443"> + <property name="geometry"> + <rect> + <x>395</x> + <y>40</y> + <width>50</width> + <height>24</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>16</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>OR</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="QLabel" name="label_444"> + <property name="geometry"> + <rect> + <x>510</x> + <y>10</y> + <width>60</width> + <height>50</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>16</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>AND</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="Line" name="line_182"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>450</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_183"> + <property name="geometry"> + <rect> + <x>450</x> + <y>0</y> + <width>3</width> + <height>70</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + </widget> + <widget class="TTable" name="cond70"> + <property name="geometry"> + <rect> + <x>455</x> + <y>23</y> + <width>56</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000</string> + </property> + <property name="trueStrings"> + <string>OK</string> + </property> + <property name="falseStrings"> + <string>NOK</string> + </property> + <property name="displayMask"> + <string>1477</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_72"> + <property name="geometry"> + <rect> + <x>0</x> + <y>310</y> + <width>570</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_189"> + <property name="geometry"> + <rect> + <x>330</x> + <y>40</y> + <width>56</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000</string> + </property> + <property name="trueStrings"> + <string>OK</string> + </property> + <property name="falseStrings"> + <string>NOK</string> + </property> + <property name="displayMask"> + <string>1027</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_190"> + <property name="geometry"> + <rect> + <x>330</x> + <y>10</y> + <width>56</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000</string> + </property> + <property name="trueStrings"> + <string>OK</string> + </property> + <property name="falseStrings"> + <string>NOK</string> + </property> + <property name="displayMask"> + <string>1024</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_450"> + <property name="geometry"> + <rect> + <x>10</x> + <y>40</y> + <width>320</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>VAC_ALR_SIP75_DBD.01</string> + </property> + </widget> + <widget class="QLabel" name="label_451"> + <property name="geometry"> + <rect> + <x>10</x> + <y>10</y> + <width>320</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>VAC_ALR_SIP300_TLS.01</string> + </property> + </widget> + <widget class="QLabel" name="label_452"> + <property name="geometry"> + <rect> + <x>395</x> + <y>10</y> + <width>50</width> + <height>24</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>16</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>OR</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="QLabel" name="label_453"> + <property name="geometry"> + <rect> + <x>395</x> + <y>40</y> + <width>50</width> + <height>24</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>16</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>OR</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="QLabel" name="label_454"> + <property name="geometry"> + <rect> + <x>510</x> + <y>10</y> + <width>60</width> + <height>50</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>16</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>AND</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="Line" name="line_186"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>450</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_187"> + <property name="geometry"> + <rect> + <x>450</x> + <y>0</y> + <width>3</width> + <height>70</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + </widget> + <widget class="TTable" name="cond72"> + <property name="geometry"> + <rect> + <x>455</x> + <y>23</y> + <width>56</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000</string> + </property> + <property name="trueStrings"> + <string>OK</string> + </property> + <property name="falseStrings"> + <string>NOK</string> + </property> + <property name="displayMask"> + <string>1479</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_71"> + <property name="geometry"> + <rect> + <x>0</x> + <y>240</y> + <width>570</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_187"> + <property name="geometry"> + <rect> + <x>330</x> + <y>40</y> + <width>56</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000</string> + </property> + <property name="trueStrings"> + <string>OK</string> + </property> + <property name="falseStrings"> + <string>NOK</string> + </property> + <property name="displayMask"> + <string>1025</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_188"> + <property name="geometry"> + <rect> + <x>330</x> + <y>10</y> + <width>56</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000</string> + </property> + <property name="trueStrings"> + <string>OK</string> + </property> + <property name="falseStrings"> + <string>NOK</string> + </property> + <property name="displayMask"> + <string>1028</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_445"> + <property name="geometry"> + <rect> + <x>10</x> + <y>40</y> + <width>320</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>VAC_ALR_SIP75_TLS.01</string> + </property> + </widget> + <widget class="QLabel" name="label_446"> + <property name="geometry"> + <rect> + <x>10</x> + <y>10</y> + <width>320</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>VAC_ALR_SIP300_TLS.02</string> + </property> + </widget> + <widget class="QLabel" name="label_447"> + <property name="geometry"> + <rect> + <x>395</x> + <y>10</y> + <width>50</width> + <height>24</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>16</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>OR</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="QLabel" name="label_448"> + <property name="geometry"> + <rect> + <x>395</x> + <y>40</y> + <width>50</width> + <height>24</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>16</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>OR</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="QLabel" name="label_449"> + <property name="geometry"> + <rect> + <x>510</x> + <y>10</y> + <width>60</width> + <height>50</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>16</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>AND</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="Line" name="line_184"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>450</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_185"> + <property name="geometry"> + <rect> + <x>450</x> + <y>0</y> + <width>3</width> + <height>70</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + </widget> + <widget class="TTable" name="cond71"> + <property name="geometry"> + <rect> + <x>455</x> + <y>23</y> + <width>56</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000</string> + </property> + <property name="trueStrings"> + <string>OK</string> + </property> + <property name="falseStrings"> + <string>NOK</string> + </property> + <property name="displayMask"> + <string>1478</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_69"> + <property name="geometry"> + <rect> + <x>0</x> + <y>100</y> + <width>570</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_183"> + <property name="geometry"> + <rect> + <x>330</x> + <y>40</y> + <width>56</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000</string> + </property> + <property name="trueStrings"> + <string>OK</string> + </property> + <property name="falseStrings"> + <string>NOK</string> + </property> + <property name="displayMask"> + <string>1026</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_184"> + <property name="geometry"> + <rect> + <x>330</x> + <y>10</y> + <width>56</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000</string> + </property> + <property name="trueStrings"> + <string>OK</string> + </property> + <property name="falseStrings"> + <string>NOK</string> + </property> + <property name="displayMask"> + <string>1024</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_435"> + <property name="geometry"> + <rect> + <x>10</x> + <y>40</y> + <width>320</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>VAC_ALR_SIP55_TLS.01</string> + </property> + </widget> + <widget class="QLabel" name="label_436"> + <property name="geometry"> + <rect> + <x>10</x> + <y>10</y> + <width>320</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>VAC_ALR_SIP300_TLS.01</string> + </property> + </widget> + <widget class="QLabel" name="label_437"> + <property name="geometry"> + <rect> + <x>395</x> + <y>10</y> + <width>50</width> + <height>24</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>16</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>OR</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="QLabel" name="label_438"> + <property name="geometry"> + <rect> + <x>395</x> + <y>40</y> + <width>50</width> + <height>24</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>16</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>OR</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="QLabel" name="label_439"> + <property name="geometry"> + <rect> + <x>510</x> + <y>10</y> + <width>60</width> + <height>50</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>16</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>AND</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="Line" name="line_180"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>450</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_181"> + <property name="geometry"> + <rect> + <x>450</x> + <y>0</y> + <width>3</width> + <height>70</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + </widget> + <widget class="TTable" name="cond69"> + <property name="geometry"> + <rect> + <x>455</x> + <y>23</y> + <width>56</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000</string> + </property> + <property name="trueStrings"> + <string>OK</string> + </property> + <property name="falseStrings"> + <string>NOK</string> + </property> + <property name="displayMask"> + <string>1476</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_75"> + <property name="geometry"> + <rect> + <x>0</x> + <y>520</y> + <width>570</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_195"> + <property name="geometry"> + <rect> + <x>330</x> + <y>40</y> + <width>56</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000</string> + </property> + <property name="trueStrings"> + <string>OK</string> + </property> + <property name="falseStrings"> + <string>NOK</string> + </property> + <property name="displayMask"> + <string>688</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.02/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_196"> + <property name="geometry"> + <rect> + <x>330</x> + <y>10</y> + <width>56</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000</string> + </property> + <property name="trueStrings"> + <string>OK</string> + </property> + <property name="falseStrings"> + <string>NOK</string> + </property> + <property name="displayMask"> + <string>1025</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_465"> + <property name="geometry"> + <rect> + <x>10</x> + <y>40</y> + <width>320</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>VAC_ALR_SIP55_SCL.01</string> + </property> + </widget> + <widget class="QLabel" name="label_466"> + <property name="geometry"> + <rect> + <x>10</x> + <y>10</y> + <width>320</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>VAC_ALR_SIP75_TLS.01</string> + </property> + </widget> + <widget class="QLabel" name="label_467"> + <property name="geometry"> + <rect> + <x>395</x> + <y>10</y> + <width>50</width> + <height>24</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>16</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>OR</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="QLabel" name="label_468"> + <property name="geometry"> + <rect> + <x>395</x> + <y>40</y> + <width>50</width> + <height>24</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>16</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>OR</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="QLabel" name="label_469"> + <property name="geometry"> + <rect> + <x>510</x> + <y>10</y> + <width>60</width> + <height>50</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>16</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>AND</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="Line" name="line_192"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>450</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_193"> + <property name="geometry"> + <rect> + <x>450</x> + <y>0</y> + <width>3</width> + <height>70</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + </widget> + <widget class="TTable" name="cond75"> + <property name="geometry"> + <rect> + <x>455</x> + <y>23</y> + <width>56</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000</string> + </property> + <property name="trueStrings"> + <string>OK</string> + </property> + <property name="falseStrings"> + <string>NOK</string> + </property> + <property name="displayMask"> + <string>1408</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_68"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>570</width> + <height>100</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Plain</enum> + </property> + <widget class="QLabel" name="label_428"> + <property name="geometry"> + <rect> + <x>10</x> + <y>70</y> + <width>320</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>VAC_ALR_SIP300_TLS.01</string> + </property> + </widget> + <widget class="TTable" name="tTable_180"> + <property name="geometry"> + <rect> + <x>330</x> + <y>40</y> + <width>56</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000</string> + </property> + <property name="trueStrings"> + <string>OK</string> + </property> + <property name="falseStrings"> + <string>NOK</string> + </property> + <property name="displayMask"> + <string>951</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_181"> + <property name="geometry"> + <rect> + <x>330</x> + <y>10</y> + <width>56</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000</string> + </property> + <property name="trueStrings"> + <string>OK</string> + </property> + <property name="falseStrings"> + <string>NOK</string> + </property> + <property name="displayMask"> + <string>927</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_429"> + <property name="geometry"> + <rect> + <x>10</x> + <y>40</y> + <width>320</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>VAC_ALR_SIP75_L04.28</string> + </property> + </widget> + <widget class="QLabel" name="label_430"> + <property name="geometry"> + <rect> + <x>10</x> + <y>10</y> + <width>320</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>VAC_ALR_SIP75_L04.27</string> + </property> + </widget> + <widget class="TTable" name="tTable_182"> + <property name="geometry"> + <rect> + <x>330</x> + <y>70</y> + <width>56</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000</string> + </property> + <property name="trueStrings"> + <string>OK</string> + </property> + <property name="falseStrings"> + <string>NOK</string> + </property> + <property name="displayMask"> + <string>1024</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_431"> + <property name="geometry"> + <rect> + <x>395</x> + <y>10</y> + <width>50</width> + <height>24</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>16</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>OR</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="QLabel" name="label_432"> + <property name="geometry"> + <rect> + <x>395</x> + <y>40</y> + <width>50</width> + <height>24</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>16</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>OR</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="QLabel" name="label_433"> + <property name="geometry"> + <rect> + <x>395</x> + <y>70</y> + <width>50</width> + <height>24</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>16</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>OR</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="Line" name="line_177"> + <property name="geometry"> + <rect> + <x>450</x> + <y>0</y> + <width>3</width> + <height>100</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + </widget> + <widget class="Line" name="line_178"> + <property name="geometry"> + <rect> + <x>0</x> + <y>66</y> + <width>450</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_179"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>450</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="QLabel" name="label_434"> + <property name="geometry"> + <rect> + <x>510</x> + <y>27</y> + <width>60</width> + <height>50</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>16</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>AND</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="TTable" name="cond68"> + <property name="geometry"> + <rect> + <x>455</x> + <y>40</y> + <width>56</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000</string> + </property> + <property name="trueStrings"> + <string>OK</string> + </property> + <property name="falseStrings"> + <string>NOK</string> + </property> + <property name="displayMask"> + <string>1475</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_74"> + <property name="geometry"> + <rect> + <x>0</x> + <y>450</y> + <width>570</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_193"> + <property name="geometry"> + <rect> + <x>330</x> + <y>40</y> + <width>56</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000</string> + </property> + <property name="trueStrings"> + <string>OK</string> + </property> + <property name="falseStrings"> + <string>NOK</string> + </property> + <property name="displayMask"> + <string>1030</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_194"> + <property name="geometry"> + <rect> + <x>330</x> + <y>10</y> + <width>56</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000</string> + </property> + <property name="trueStrings"> + <string>OK</string> + </property> + <property name="falseStrings"> + <string>NOK</string> + </property> + <property name="displayMask"> + <string>1029</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_460"> + <property name="geometry"> + <rect> + <x>10</x> + <y>40</y> + <width>320</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>VGPE_DBD.02</string> + </property> + </widget> + <widget class="QLabel" name="label_461"> + <property name="geometry"> + <rect> + <x>10</x> + <y>10</y> + <width>320</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>VAC_ALR_SIP150_DBD.01</string> + </property> + </widget> + <widget class="QLabel" name="label_462"> + <property name="geometry"> + <rect> + <x>395</x> + <y>10</y> + <width>50</width> + <height>24</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>16</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>OR</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="QLabel" name="label_463"> + <property name="geometry"> + <rect> + <x>395</x> + <y>40</y> + <width>50</width> + <height>24</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>16</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>OR</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="QLabel" name="label_464"> + <property name="geometry"> + <rect> + <x>510</x> + <y>10</y> + <width>60</width> + <height>50</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>16</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>AND</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="Line" name="line_190"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>450</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_191"> + <property name="geometry"> + <rect> + <x>450</x> + <y>0</y> + <width>3</width> + <height>70</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + </widget> + <widget class="TTable" name="cond74"> + <property name="geometry"> + <rect> + <x>455</x> + <y>23</y> + <width>56</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000</string> + </property> + <property name="trueStrings"> + <string>OK</string> + </property> + <property name="falseStrings"> + <string>NOK</string> + </property> + <property name="displayMask"> + <string>1481</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_73"> + <property name="geometry"> + <rect> + <x>0</x> + <y>380</y> + <width>570</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_191"> + <property name="geometry"> + <rect> + <x>330</x> + <y>40</y> + <width>56</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000</string> + </property> + <property name="trueStrings"> + <string>OK</string> + </property> + <property name="falseStrings"> + <string>NOK</string> + </property> + <property name="displayMask"> + <string>1029</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_192"> + <property name="geometry"> + <rect> + <x>330</x> + <y>10</y> + <width>56</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000</string> + </property> + <property name="trueStrings"> + <string>OK</string> + </property> + <property name="falseStrings"> + <string>NOK</string> + </property> + <property name="displayMask"> + <string>1027</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_455"> + <property name="geometry"> + <rect> + <x>10</x> + <y>40</y> + <width>320</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>VAC_ALR_SIP150_DBD.01</string> + </property> + </widget> + <widget class="QLabel" name="label_456"> + <property name="geometry"> + <rect> + <x>10</x> + <y>10</y> + <width>320</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>VAC_ALR_SIP75_DBD.01</string> + </property> + </widget> + <widget class="QLabel" name="label_457"> + <property name="geometry"> + <rect> + <x>395</x> + <y>10</y> + <width>50</width> + <height>24</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>16</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>OR</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="QLabel" name="label_458"> + <property name="geometry"> + <rect> + <x>395</x> + <y>40</y> + <width>50</width> + <height>24</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>16</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>OR</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="QLabel" name="label_459"> + <property name="geometry"> + <rect> + <x>510</x> + <y>10</y> + <width>60</width> + <height>50</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>0</red> + <green>0</green> + <blue>160</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>16</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>AND</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="Line" name="line_188"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>450</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_189"> + <property name="geometry"> + <rect> + <x>450</x> + <y>0</y> + <width>3</width> + <height>70</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + </widget> + <widget class="TTable" name="cond73"> + <property name="geometry"> + <rect> + <x>455</x> + <y>23</y> + <width>56</width> + <height>24</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000</string> + </property> + <property name="trueStrings"> + <string>OK</string> + </property> + <property name="falseStrings"> + <string>NOK</string> + </property> + <property name="displayMask"> + <string>1480</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + </widget> + </widget> + <layoutdefault spacing="6" margin="11"/> + <customwidgets> + <customwidget> + <class>TTable</class> + <extends>EFlag</extends> + <header>TTable</header> + </customwidget> + <customwidget> + <class>EFlag</class> + <extends>QWidget</extends> + <header>EFlag</header> + </customwidget> + </customwidgets> + <resources/> + <connections/> +</ui> diff --git a/src/ui_okintck_dbd_01.h b/src/ui_okintck_dbd_01.h new file mode 100755 index 0000000000000000000000000000000000000000..c0815c9be73d72d5300c3a2710b17a8e3bca54bb --- /dev/null +++ b/src/ui_okintck_dbd_01.h @@ -0,0 +1,1017 @@ +/******************************************************************************** +** Form generated from reading UI file 'okintck_dbd_01.ui' +** +** Created: Fri Feb 23 11:54:49 2018 +** by: Qt User Interface Compiler version 4.8.4 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_OKINTCK_DBD_01_H +#define UI_OKINTCK_DBD_01_H + +#include <QtCore/QVariant> +#include <QtGui/QAction> +#include <QtGui/QApplication> +#include <QtGui/QButtonGroup> +#include <QtGui/QFrame> +#include <QtGui/QHeaderView> +#include <QtGui/QLabel> +#include <QtGui/QWidget> +#include "EFlag" +#include "TTable" + +QT_BEGIN_NAMESPACE + +class Ui_okintck_dbd_01 +{ +public: + QFrame *frame; + QLabel *label_79; + TTable *cond9_2; + QFrame *line_26; + QFrame *cond_70; + TTable *tTable_185; + TTable *tTable_186; + QLabel *label_440; + QLabel *label_441; + QLabel *label_442; + QLabel *label_443; + QLabel *label_444; + QFrame *line_182; + QFrame *line_183; + TTable *cond70; + QFrame *cond_72; + TTable *tTable_189; + TTable *tTable_190; + QLabel *label_450; + QLabel *label_451; + QLabel *label_452; + QLabel *label_453; + QLabel *label_454; + QFrame *line_186; + QFrame *line_187; + TTable *cond72; + QFrame *cond_71; + TTable *tTable_187; + TTable *tTable_188; + QLabel *label_445; + QLabel *label_446; + QLabel *label_447; + QLabel *label_448; + QLabel *label_449; + QFrame *line_184; + QFrame *line_185; + TTable *cond71; + QFrame *cond_69; + TTable *tTable_183; + TTable *tTable_184; + QLabel *label_435; + QLabel *label_436; + QLabel *label_437; + QLabel *label_438; + QLabel *label_439; + QFrame *line_180; + QFrame *line_181; + TTable *cond69; + QFrame *cond_75; + TTable *tTable_195; + TTable *tTable_196; + QLabel *label_465; + QLabel *label_466; + QLabel *label_467; + QLabel *label_468; + QLabel *label_469; + QFrame *line_192; + QFrame *line_193; + TTable *cond75; + QFrame *cond_68; + QLabel *label_428; + TTable *tTable_180; + TTable *tTable_181; + QLabel *label_429; + QLabel *label_430; + TTable *tTable_182; + QLabel *label_431; + QLabel *label_432; + QLabel *label_433; + QFrame *line_177; + QFrame *line_178; + QFrame *line_179; + QLabel *label_434; + TTable *cond68; + QFrame *cond_74; + TTable *tTable_193; + TTable *tTable_194; + QLabel *label_460; + QLabel *label_461; + QLabel *label_462; + QLabel *label_463; + QLabel *label_464; + QFrame *line_190; + QFrame *line_191; + TTable *cond74; + QFrame *cond_73; + TTable *tTable_191; + TTable *tTable_192; + QLabel *label_455; + QLabel *label_456; + QLabel *label_457; + QLabel *label_458; + QLabel *label_459; + QFrame *line_188; + QFrame *line_189; + TTable *cond73; + + void setupUi(QWidget *okintck_dbd_01) + { + if (okintck_dbd_01->objectName().isEmpty()) + okintck_dbd_01->setObjectName(QString::fromUtf8("okintck_dbd_01")); + okintck_dbd_01->resize(569, 629); + QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred); + sizePolicy.setHorizontalStretch(0); + sizePolicy.setVerticalStretch(0); + sizePolicy.setHeightForWidth(okintck_dbd_01->sizePolicy().hasHeightForWidth()); + okintck_dbd_01->setSizePolicy(sizePolicy); + okintck_dbd_01->setMaximumSize(QSize(569, 629)); + QPalette palette; + QBrush brush(QColor(255, 255, 255, 255)); + brush.setStyle(Qt::SolidPattern); + palette.setBrush(QPalette::Active, QPalette::Base, brush); + QBrush brush1(QColor(218, 221, 224, 255)); + brush1.setStyle(Qt::SolidPattern); + palette.setBrush(QPalette::Active, QPalette::Window, brush1); + palette.setBrush(QPalette::Inactive, QPalette::Base, brush); + palette.setBrush(QPalette::Inactive, QPalette::Window, brush1); + palette.setBrush(QPalette::Disabled, QPalette::Base, brush1); + palette.setBrush(QPalette::Disabled, QPalette::Window, brush1); + okintck_dbd_01->setPalette(palette); + frame = new QFrame(okintck_dbd_01); + frame->setObjectName(QString::fromUtf8("frame")); + frame->setGeometry(QRect(0, 590, 6000, 40)); + QPalette palette1; + QBrush brush2(QColor(0, 0, 0, 255)); + brush2.setStyle(Qt::SolidPattern); + palette1.setBrush(QPalette::Active, QPalette::WindowText, brush2); + QBrush brush3(QColor(200, 255, 200, 255)); + brush3.setStyle(Qt::SolidPattern); + palette1.setBrush(QPalette::Active, QPalette::Dark, brush3); + palette1.setBrush(QPalette::Active, QPalette::Mid, brush3); + palette1.setBrush(QPalette::Active, QPalette::Text, brush2); + palette1.setBrush(QPalette::Active, QPalette::ButtonText, brush2); + palette1.setBrush(QPalette::Active, QPalette::Base, brush); + palette1.setBrush(QPalette::Active, QPalette::Window, brush3); + palette1.setBrush(QPalette::Inactive, QPalette::WindowText, brush2); + palette1.setBrush(QPalette::Inactive, QPalette::Dark, brush3); + palette1.setBrush(QPalette::Inactive, QPalette::Mid, brush3); + palette1.setBrush(QPalette::Inactive, QPalette::Text, brush2); + palette1.setBrush(QPalette::Inactive, QPalette::ButtonText, brush2); + palette1.setBrush(QPalette::Inactive, QPalette::Base, brush); + palette1.setBrush(QPalette::Inactive, QPalette::Window, brush3); + palette1.setBrush(QPalette::Disabled, QPalette::WindowText, brush3); + palette1.setBrush(QPalette::Disabled, QPalette::Dark, brush3); + palette1.setBrush(QPalette::Disabled, QPalette::Mid, brush3); + palette1.setBrush(QPalette::Disabled, QPalette::Text, brush3); + palette1.setBrush(QPalette::Disabled, QPalette::ButtonText, brush3); + palette1.setBrush(QPalette::Disabled, QPalette::Base, brush3); + palette1.setBrush(QPalette::Disabled, QPalette::Window, brush3); + frame->setPalette(palette1); + frame->setAutoFillBackground(true); + frame->setFrameShape(QFrame::StyledPanel); + frame->setFrameShadow(QFrame::Raised); + label_79 = new QLabel(frame); + label_79->setObjectName(QString::fromUtf8("label_79")); + label_79->setGeometry(QRect(10, 10, 441, 24)); + QFont font; + font.setPointSize(17); + font.setBold(true); + font.setWeight(75); + label_79->setFont(font); + cond9_2 = new TTable(frame); + cond9_2->setObjectName(QString::fromUtf8("cond9_2")); + cond9_2->setGeometry(QRect(455, 10, 56, 24)); + QFont font1; + font1.setPointSize(15); + font1.setBold(true); + font1.setWeight(75); + cond9_2->setFont(font1); + cond9_2->setNumRows(1); + cond9_2->setNumColumns(1); + line_26 = new QFrame(frame); + line_26->setObjectName(QString::fromUtf8("line_26")); + line_26->setGeometry(QRect(450, 0, 3, 40)); + line_26->setFrameShape(QFrame::VLine); + line_26->setFrameShadow(QFrame::Sunken); + cond_70 = new QFrame(okintck_dbd_01); + cond_70->setObjectName(QString::fromUtf8("cond_70")); + cond_70->setGeometry(QRect(0, 170, 570, 70)); + cond_70->setFrameShape(QFrame::Box); + tTable_185 = new TTable(cond_70); + tTable_185->setObjectName(QString::fromUtf8("tTable_185")); + tTable_185->setGeometry(QRect(330, 40, 56, 24)); + tTable_185->setFont(font1); + tTable_185->setNumRows(1); + tTable_185->setNumColumns(1); + tTable_186 = new TTable(cond_70); + tTable_186->setObjectName(QString::fromUtf8("tTable_186")); + tTable_186->setGeometry(QRect(330, 10, 56, 24)); + tTable_186->setFont(font1); + tTable_186->setNumRows(1); + tTable_186->setNumColumns(1); + label_440 = new QLabel(cond_70); + label_440->setObjectName(QString::fromUtf8("label_440")); + label_440->setGeometry(QRect(10, 40, 320, 24)); + label_440->setFont(font1); + label_441 = new QLabel(cond_70); + label_441->setObjectName(QString::fromUtf8("label_441")); + label_441->setGeometry(QRect(10, 10, 320, 24)); + label_441->setFont(font1); + label_442 = new QLabel(cond_70); + label_442->setObjectName(QString::fromUtf8("label_442")); + label_442->setGeometry(QRect(395, 10, 50, 24)); + QPalette palette2; + QBrush brush4(QColor(0, 0, 160, 255)); + brush4.setStyle(Qt::SolidPattern); + palette2.setBrush(QPalette::Active, QPalette::WindowText, brush4); + palette2.setBrush(QPalette::Inactive, QPalette::WindowText, brush4); + QBrush brush5(QColor(106, 104, 100, 255)); + brush5.setStyle(Qt::SolidPattern); + palette2.setBrush(QPalette::Disabled, QPalette::WindowText, brush5); + label_442->setPalette(palette2); + QFont font2; + font2.setPointSize(16); + font2.setBold(true); + font2.setWeight(75); + label_442->setFont(font2); + label_442->setAlignment(Qt::AlignCenter); + label_443 = new QLabel(cond_70); + label_443->setObjectName(QString::fromUtf8("label_443")); + label_443->setGeometry(QRect(395, 40, 50, 24)); + QPalette palette3; + palette3.setBrush(QPalette::Active, QPalette::WindowText, brush4); + palette3.setBrush(QPalette::Inactive, QPalette::WindowText, brush4); + palette3.setBrush(QPalette::Disabled, QPalette::WindowText, brush5); + label_443->setPalette(palette3); + label_443->setFont(font2); + label_443->setAlignment(Qt::AlignCenter); + label_444 = new QLabel(cond_70); + label_444->setObjectName(QString::fromUtf8("label_444")); + label_444->setGeometry(QRect(510, 10, 60, 50)); + QPalette palette4; + palette4.setBrush(QPalette::Active, QPalette::WindowText, brush4); + palette4.setBrush(QPalette::Inactive, QPalette::WindowText, brush4); + palette4.setBrush(QPalette::Disabled, QPalette::WindowText, brush5); + label_444->setPalette(palette4); + label_444->setFont(font2); + label_444->setAlignment(Qt::AlignCenter); + line_182 = new QFrame(cond_70); + line_182->setObjectName(QString::fromUtf8("line_182")); + line_182->setGeometry(QRect(0, 36, 450, 3)); + line_182->setFrameShape(QFrame::HLine); + line_182->setFrameShadow(QFrame::Sunken); + line_183 = new QFrame(cond_70); + line_183->setObjectName(QString::fromUtf8("line_183")); + line_183->setGeometry(QRect(450, 0, 3, 70)); + line_183->setFrameShape(QFrame::VLine); + line_183->setFrameShadow(QFrame::Sunken); + cond70 = new TTable(cond_70); + cond70->setObjectName(QString::fromUtf8("cond70")); + cond70->setGeometry(QRect(455, 23, 56, 24)); + cond70->setFont(font1); + cond70->setNumRows(1); + cond70->setNumColumns(1); + cond_72 = new QFrame(okintck_dbd_01); + cond_72->setObjectName(QString::fromUtf8("cond_72")); + cond_72->setGeometry(QRect(0, 310, 570, 70)); + cond_72->setFrameShape(QFrame::Box); + tTable_189 = new TTable(cond_72); + tTable_189->setObjectName(QString::fromUtf8("tTable_189")); + tTable_189->setGeometry(QRect(330, 40, 56, 24)); + tTable_189->setFont(font1); + tTable_189->setNumRows(1); + tTable_189->setNumColumns(1); + tTable_190 = new TTable(cond_72); + tTable_190->setObjectName(QString::fromUtf8("tTable_190")); + tTable_190->setGeometry(QRect(330, 10, 56, 24)); + tTable_190->setFont(font1); + tTable_190->setNumRows(1); + tTable_190->setNumColumns(1); + label_450 = new QLabel(cond_72); + label_450->setObjectName(QString::fromUtf8("label_450")); + label_450->setGeometry(QRect(10, 40, 320, 24)); + label_450->setFont(font1); + label_451 = new QLabel(cond_72); + label_451->setObjectName(QString::fromUtf8("label_451")); + label_451->setGeometry(QRect(10, 10, 320, 24)); + label_451->setFont(font1); + label_452 = new QLabel(cond_72); + label_452->setObjectName(QString::fromUtf8("label_452")); + label_452->setGeometry(QRect(395, 10, 50, 24)); + QPalette palette5; + palette5.setBrush(QPalette::Active, QPalette::WindowText, brush4); + palette5.setBrush(QPalette::Inactive, QPalette::WindowText, brush4); + palette5.setBrush(QPalette::Disabled, QPalette::WindowText, brush5); + label_452->setPalette(palette5); + label_452->setFont(font2); + label_452->setAlignment(Qt::AlignCenter); + label_453 = new QLabel(cond_72); + label_453->setObjectName(QString::fromUtf8("label_453")); + label_453->setGeometry(QRect(395, 40, 50, 24)); + QPalette palette6; + palette6.setBrush(QPalette::Active, QPalette::WindowText, brush4); + palette6.setBrush(QPalette::Inactive, QPalette::WindowText, brush4); + palette6.setBrush(QPalette::Disabled, QPalette::WindowText, brush5); + label_453->setPalette(palette6); + label_453->setFont(font2); + label_453->setAlignment(Qt::AlignCenter); + label_454 = new QLabel(cond_72); + label_454->setObjectName(QString::fromUtf8("label_454")); + label_454->setGeometry(QRect(510, 10, 60, 50)); + QPalette palette7; + palette7.setBrush(QPalette::Active, QPalette::WindowText, brush4); + palette7.setBrush(QPalette::Inactive, QPalette::WindowText, brush4); + palette7.setBrush(QPalette::Disabled, QPalette::WindowText, brush5); + label_454->setPalette(palette7); + label_454->setFont(font2); + label_454->setAlignment(Qt::AlignCenter); + line_186 = new QFrame(cond_72); + line_186->setObjectName(QString::fromUtf8("line_186")); + line_186->setGeometry(QRect(0, 36, 450, 3)); + line_186->setFrameShape(QFrame::HLine); + line_186->setFrameShadow(QFrame::Sunken); + line_187 = new QFrame(cond_72); + line_187->setObjectName(QString::fromUtf8("line_187")); + line_187->setGeometry(QRect(450, 0, 3, 70)); + line_187->setFrameShape(QFrame::VLine); + line_187->setFrameShadow(QFrame::Sunken); + cond72 = new TTable(cond_72); + cond72->setObjectName(QString::fromUtf8("cond72")); + cond72->setGeometry(QRect(455, 23, 56, 24)); + cond72->setFont(font1); + cond72->setNumRows(1); + cond72->setNumColumns(1); + cond_71 = new QFrame(okintck_dbd_01); + cond_71->setObjectName(QString::fromUtf8("cond_71")); + cond_71->setGeometry(QRect(0, 240, 570, 70)); + cond_71->setFrameShape(QFrame::Box); + tTable_187 = new TTable(cond_71); + tTable_187->setObjectName(QString::fromUtf8("tTable_187")); + tTable_187->setGeometry(QRect(330, 40, 56, 24)); + tTable_187->setFont(font1); + tTable_187->setNumRows(1); + tTable_187->setNumColumns(1); + tTable_188 = new TTable(cond_71); + tTable_188->setObjectName(QString::fromUtf8("tTable_188")); + tTable_188->setGeometry(QRect(330, 10, 56, 24)); + tTable_188->setFont(font1); + tTable_188->setNumRows(1); + tTable_188->setNumColumns(1); + label_445 = new QLabel(cond_71); + label_445->setObjectName(QString::fromUtf8("label_445")); + label_445->setGeometry(QRect(10, 40, 320, 24)); + label_445->setFont(font1); + label_446 = new QLabel(cond_71); + label_446->setObjectName(QString::fromUtf8("label_446")); + label_446->setGeometry(QRect(10, 10, 320, 24)); + label_446->setFont(font1); + label_447 = new QLabel(cond_71); + label_447->setObjectName(QString::fromUtf8("label_447")); + label_447->setGeometry(QRect(395, 10, 50, 24)); + QPalette palette8; + palette8.setBrush(QPalette::Active, QPalette::WindowText, brush4); + palette8.setBrush(QPalette::Inactive, QPalette::WindowText, brush4); + palette8.setBrush(QPalette::Disabled, QPalette::WindowText, brush5); + label_447->setPalette(palette8); + label_447->setFont(font2); + label_447->setAlignment(Qt::AlignCenter); + label_448 = new QLabel(cond_71); + label_448->setObjectName(QString::fromUtf8("label_448")); + label_448->setGeometry(QRect(395, 40, 50, 24)); + QPalette palette9; + palette9.setBrush(QPalette::Active, QPalette::WindowText, brush4); + palette9.setBrush(QPalette::Inactive, QPalette::WindowText, brush4); + palette9.setBrush(QPalette::Disabled, QPalette::WindowText, brush5); + label_448->setPalette(palette9); + label_448->setFont(font2); + label_448->setAlignment(Qt::AlignCenter); + label_449 = new QLabel(cond_71); + label_449->setObjectName(QString::fromUtf8("label_449")); + label_449->setGeometry(QRect(510, 10, 60, 50)); + QPalette palette10; + palette10.setBrush(QPalette::Active, QPalette::WindowText, brush4); + palette10.setBrush(QPalette::Inactive, QPalette::WindowText, brush4); + palette10.setBrush(QPalette::Disabled, QPalette::WindowText, brush5); + label_449->setPalette(palette10); + label_449->setFont(font2); + label_449->setAlignment(Qt::AlignCenter); + line_184 = new QFrame(cond_71); + line_184->setObjectName(QString::fromUtf8("line_184")); + line_184->setGeometry(QRect(0, 36, 450, 3)); + line_184->setFrameShape(QFrame::HLine); + line_184->setFrameShadow(QFrame::Sunken); + line_185 = new QFrame(cond_71); + line_185->setObjectName(QString::fromUtf8("line_185")); + line_185->setGeometry(QRect(450, 0, 3, 70)); + line_185->setFrameShape(QFrame::VLine); + line_185->setFrameShadow(QFrame::Sunken); + cond71 = new TTable(cond_71); + cond71->setObjectName(QString::fromUtf8("cond71")); + cond71->setGeometry(QRect(455, 23, 56, 24)); + cond71->setFont(font1); + cond71->setNumRows(1); + cond71->setNumColumns(1); + cond_69 = new QFrame(okintck_dbd_01); + cond_69->setObjectName(QString::fromUtf8("cond_69")); + cond_69->setGeometry(QRect(0, 100, 570, 70)); + cond_69->setFrameShape(QFrame::Box); + tTable_183 = new TTable(cond_69); + tTable_183->setObjectName(QString::fromUtf8("tTable_183")); + tTable_183->setGeometry(QRect(330, 40, 56, 24)); + tTable_183->setFont(font1); + tTable_183->setNumRows(1); + tTable_183->setNumColumns(1); + tTable_184 = new TTable(cond_69); + tTable_184->setObjectName(QString::fromUtf8("tTable_184")); + tTable_184->setGeometry(QRect(330, 10, 56, 24)); + tTable_184->setFont(font1); + tTable_184->setNumRows(1); + tTable_184->setNumColumns(1); + label_435 = new QLabel(cond_69); + label_435->setObjectName(QString::fromUtf8("label_435")); + label_435->setGeometry(QRect(10, 40, 320, 24)); + label_435->setFont(font1); + label_436 = new QLabel(cond_69); + label_436->setObjectName(QString::fromUtf8("label_436")); + label_436->setGeometry(QRect(10, 10, 320, 24)); + label_436->setFont(font1); + label_437 = new QLabel(cond_69); + label_437->setObjectName(QString::fromUtf8("label_437")); + label_437->setGeometry(QRect(395, 10, 50, 24)); + QPalette palette11; + palette11.setBrush(QPalette::Active, QPalette::WindowText, brush4); + palette11.setBrush(QPalette::Inactive, QPalette::WindowText, brush4); + palette11.setBrush(QPalette::Disabled, QPalette::WindowText, brush5); + label_437->setPalette(palette11); + label_437->setFont(font2); + label_437->setAlignment(Qt::AlignCenter); + label_438 = new QLabel(cond_69); + label_438->setObjectName(QString::fromUtf8("label_438")); + label_438->setGeometry(QRect(395, 40, 50, 24)); + QPalette palette12; + palette12.setBrush(QPalette::Active, QPalette::WindowText, brush4); + palette12.setBrush(QPalette::Inactive, QPalette::WindowText, brush4); + palette12.setBrush(QPalette::Disabled, QPalette::WindowText, brush5); + label_438->setPalette(palette12); + label_438->setFont(font2); + label_438->setAlignment(Qt::AlignCenter); + label_439 = new QLabel(cond_69); + label_439->setObjectName(QString::fromUtf8("label_439")); + label_439->setGeometry(QRect(510, 10, 60, 50)); + QPalette palette13; + palette13.setBrush(QPalette::Active, QPalette::WindowText, brush4); + palette13.setBrush(QPalette::Inactive, QPalette::WindowText, brush4); + palette13.setBrush(QPalette::Disabled, QPalette::WindowText, brush5); + label_439->setPalette(palette13); + label_439->setFont(font2); + label_439->setAlignment(Qt::AlignCenter); + line_180 = new QFrame(cond_69); + line_180->setObjectName(QString::fromUtf8("line_180")); + line_180->setGeometry(QRect(0, 36, 450, 3)); + line_180->setFrameShape(QFrame::HLine); + line_180->setFrameShadow(QFrame::Sunken); + line_181 = new QFrame(cond_69); + line_181->setObjectName(QString::fromUtf8("line_181")); + line_181->setGeometry(QRect(450, 0, 3, 70)); + line_181->setFrameShape(QFrame::VLine); + line_181->setFrameShadow(QFrame::Sunken); + cond69 = new TTable(cond_69); + cond69->setObjectName(QString::fromUtf8("cond69")); + cond69->setGeometry(QRect(455, 23, 56, 24)); + cond69->setFont(font1); + cond69->setNumRows(1); + cond69->setNumColumns(1); + cond_75 = new QFrame(okintck_dbd_01); + cond_75->setObjectName(QString::fromUtf8("cond_75")); + cond_75->setGeometry(QRect(0, 520, 570, 70)); + cond_75->setFrameShape(QFrame::Box); + tTable_195 = new TTable(cond_75); + tTable_195->setObjectName(QString::fromUtf8("tTable_195")); + tTable_195->setGeometry(QRect(330, 40, 56, 24)); + tTable_195->setFont(font1); + tTable_195->setNumRows(1); + tTable_195->setNumColumns(1); + tTable_196 = new TTable(cond_75); + tTable_196->setObjectName(QString::fromUtf8("tTable_196")); + tTable_196->setGeometry(QRect(330, 10, 56, 24)); + tTable_196->setFont(font1); + tTable_196->setNumRows(1); + tTable_196->setNumColumns(1); + label_465 = new QLabel(cond_75); + label_465->setObjectName(QString::fromUtf8("label_465")); + label_465->setGeometry(QRect(10, 40, 320, 24)); + label_465->setFont(font1); + label_466 = new QLabel(cond_75); + label_466->setObjectName(QString::fromUtf8("label_466")); + label_466->setGeometry(QRect(10, 10, 320, 24)); + label_466->setFont(font1); + label_467 = new QLabel(cond_75); + label_467->setObjectName(QString::fromUtf8("label_467")); + label_467->setGeometry(QRect(395, 10, 50, 24)); + QPalette palette14; + palette14.setBrush(QPalette::Active, QPalette::WindowText, brush4); + palette14.setBrush(QPalette::Inactive, QPalette::WindowText, brush4); + palette14.setBrush(QPalette::Disabled, QPalette::WindowText, brush5); + label_467->setPalette(palette14); + label_467->setFont(font2); + label_467->setAlignment(Qt::AlignCenter); + label_468 = new QLabel(cond_75); + label_468->setObjectName(QString::fromUtf8("label_468")); + label_468->setGeometry(QRect(395, 40, 50, 24)); + QPalette palette15; + palette15.setBrush(QPalette::Active, QPalette::WindowText, brush4); + palette15.setBrush(QPalette::Inactive, QPalette::WindowText, brush4); + palette15.setBrush(QPalette::Disabled, QPalette::WindowText, brush5); + label_468->setPalette(palette15); + label_468->setFont(font2); + label_468->setAlignment(Qt::AlignCenter); + label_469 = new QLabel(cond_75); + label_469->setObjectName(QString::fromUtf8("label_469")); + label_469->setGeometry(QRect(510, 10, 60, 50)); + QPalette palette16; + palette16.setBrush(QPalette::Active, QPalette::WindowText, brush4); + palette16.setBrush(QPalette::Inactive, QPalette::WindowText, brush4); + palette16.setBrush(QPalette::Disabled, QPalette::WindowText, brush5); + label_469->setPalette(palette16); + label_469->setFont(font2); + label_469->setAlignment(Qt::AlignCenter); + line_192 = new QFrame(cond_75); + line_192->setObjectName(QString::fromUtf8("line_192")); + line_192->setGeometry(QRect(0, 36, 450, 3)); + line_192->setFrameShape(QFrame::HLine); + line_192->setFrameShadow(QFrame::Sunken); + line_193 = new QFrame(cond_75); + line_193->setObjectName(QString::fromUtf8("line_193")); + line_193->setGeometry(QRect(450, 0, 3, 70)); + line_193->setFrameShape(QFrame::VLine); + line_193->setFrameShadow(QFrame::Sunken); + cond75 = new TTable(cond_75); + cond75->setObjectName(QString::fromUtf8("cond75")); + cond75->setGeometry(QRect(455, 23, 56, 24)); + cond75->setFont(font1); + cond75->setNumRows(1); + cond75->setNumColumns(1); + cond_68 = new QFrame(okintck_dbd_01); + cond_68->setObjectName(QString::fromUtf8("cond_68")); + cond_68->setGeometry(QRect(0, 0, 570, 100)); + cond_68->setFrameShape(QFrame::Box); + cond_68->setFrameShadow(QFrame::Plain); + label_428 = new QLabel(cond_68); + label_428->setObjectName(QString::fromUtf8("label_428")); + label_428->setGeometry(QRect(10, 70, 320, 24)); + label_428->setFont(font1); + tTable_180 = new TTable(cond_68); + tTable_180->setObjectName(QString::fromUtf8("tTable_180")); + tTable_180->setGeometry(QRect(330, 40, 56, 24)); + tTable_180->setFont(font1); + tTable_180->setNumRows(1); + tTable_180->setNumColumns(1); + tTable_181 = new TTable(cond_68); + tTable_181->setObjectName(QString::fromUtf8("tTable_181")); + tTable_181->setGeometry(QRect(330, 10, 56, 24)); + tTable_181->setFont(font1); + tTable_181->setNumRows(1); + tTable_181->setNumColumns(1); + label_429 = new QLabel(cond_68); + label_429->setObjectName(QString::fromUtf8("label_429")); + label_429->setGeometry(QRect(10, 40, 320, 24)); + label_429->setFont(font1); + label_430 = new QLabel(cond_68); + label_430->setObjectName(QString::fromUtf8("label_430")); + label_430->setGeometry(QRect(10, 10, 320, 24)); + label_430->setFont(font1); + tTable_182 = new TTable(cond_68); + tTable_182->setObjectName(QString::fromUtf8("tTable_182")); + tTable_182->setGeometry(QRect(330, 70, 56, 24)); + tTable_182->setFont(font1); + tTable_182->setNumRows(1); + tTable_182->setNumColumns(1); + label_431 = new QLabel(cond_68); + label_431->setObjectName(QString::fromUtf8("label_431")); + label_431->setGeometry(QRect(395, 10, 50, 24)); + QPalette palette17; + palette17.setBrush(QPalette::Active, QPalette::WindowText, brush4); + palette17.setBrush(QPalette::Inactive, QPalette::WindowText, brush4); + palette17.setBrush(QPalette::Disabled, QPalette::WindowText, brush5); + label_431->setPalette(palette17); + label_431->setFont(font2); + label_431->setAlignment(Qt::AlignCenter); + label_432 = new QLabel(cond_68); + label_432->setObjectName(QString::fromUtf8("label_432")); + label_432->setGeometry(QRect(395, 40, 50, 24)); + QPalette palette18; + palette18.setBrush(QPalette::Active, QPalette::WindowText, brush4); + palette18.setBrush(QPalette::Inactive, QPalette::WindowText, brush4); + palette18.setBrush(QPalette::Disabled, QPalette::WindowText, brush5); + label_432->setPalette(palette18); + label_432->setFont(font2); + label_432->setAlignment(Qt::AlignCenter); + label_433 = new QLabel(cond_68); + label_433->setObjectName(QString::fromUtf8("label_433")); + label_433->setGeometry(QRect(395, 70, 50, 24)); + QPalette palette19; + palette19.setBrush(QPalette::Active, QPalette::WindowText, brush4); + palette19.setBrush(QPalette::Inactive, QPalette::WindowText, brush4); + palette19.setBrush(QPalette::Disabled, QPalette::WindowText, brush5); + label_433->setPalette(palette19); + label_433->setFont(font2); + label_433->setAlignment(Qt::AlignCenter); + line_177 = new QFrame(cond_68); + line_177->setObjectName(QString::fromUtf8("line_177")); + line_177->setGeometry(QRect(450, 0, 3, 100)); + line_177->setFrameShape(QFrame::VLine); + line_177->setFrameShadow(QFrame::Sunken); + line_178 = new QFrame(cond_68); + line_178->setObjectName(QString::fromUtf8("line_178")); + line_178->setGeometry(QRect(0, 66, 450, 3)); + line_178->setFrameShape(QFrame::HLine); + line_178->setFrameShadow(QFrame::Sunken); + line_179 = new QFrame(cond_68); + line_179->setObjectName(QString::fromUtf8("line_179")); + line_179->setGeometry(QRect(0, 36, 450, 3)); + line_179->setFrameShape(QFrame::HLine); + line_179->setFrameShadow(QFrame::Sunken); + label_434 = new QLabel(cond_68); + label_434->setObjectName(QString::fromUtf8("label_434")); + label_434->setGeometry(QRect(510, 27, 60, 50)); + QPalette palette20; + palette20.setBrush(QPalette::Active, QPalette::WindowText, brush4); + palette20.setBrush(QPalette::Inactive, QPalette::WindowText, brush4); + palette20.setBrush(QPalette::Disabled, QPalette::WindowText, brush5); + label_434->setPalette(palette20); + label_434->setFont(font2); + label_434->setAlignment(Qt::AlignCenter); + cond68 = new TTable(cond_68); + cond68->setObjectName(QString::fromUtf8("cond68")); + cond68->setGeometry(QRect(455, 40, 56, 24)); + cond68->setFont(font1); + cond68->setNumRows(1); + cond68->setNumColumns(1); + cond_74 = new QFrame(okintck_dbd_01); + cond_74->setObjectName(QString::fromUtf8("cond_74")); + cond_74->setGeometry(QRect(0, 450, 570, 70)); + cond_74->setFrameShape(QFrame::Box); + tTable_193 = new TTable(cond_74); + tTable_193->setObjectName(QString::fromUtf8("tTable_193")); + tTable_193->setGeometry(QRect(330, 40, 56, 24)); + tTable_193->setFont(font1); + tTable_193->setNumRows(1); + tTable_193->setNumColumns(1); + tTable_194 = new TTable(cond_74); + tTable_194->setObjectName(QString::fromUtf8("tTable_194")); + tTable_194->setGeometry(QRect(330, 10, 56, 24)); + tTable_194->setFont(font1); + tTable_194->setNumRows(1); + tTable_194->setNumColumns(1); + label_460 = new QLabel(cond_74); + label_460->setObjectName(QString::fromUtf8("label_460")); + label_460->setGeometry(QRect(10, 40, 320, 24)); + label_460->setFont(font1); + label_461 = new QLabel(cond_74); + label_461->setObjectName(QString::fromUtf8("label_461")); + label_461->setGeometry(QRect(10, 10, 320, 24)); + label_461->setFont(font1); + label_462 = new QLabel(cond_74); + label_462->setObjectName(QString::fromUtf8("label_462")); + label_462->setGeometry(QRect(395, 10, 50, 24)); + QPalette palette21; + palette21.setBrush(QPalette::Active, QPalette::WindowText, brush4); + palette21.setBrush(QPalette::Inactive, QPalette::WindowText, brush4); + palette21.setBrush(QPalette::Disabled, QPalette::WindowText, brush5); + label_462->setPalette(palette21); + label_462->setFont(font2); + label_462->setAlignment(Qt::AlignCenter); + label_463 = new QLabel(cond_74); + label_463->setObjectName(QString::fromUtf8("label_463")); + label_463->setGeometry(QRect(395, 40, 50, 24)); + QPalette palette22; + palette22.setBrush(QPalette::Active, QPalette::WindowText, brush4); + palette22.setBrush(QPalette::Inactive, QPalette::WindowText, brush4); + palette22.setBrush(QPalette::Disabled, QPalette::WindowText, brush5); + label_463->setPalette(palette22); + label_463->setFont(font2); + label_463->setAlignment(Qt::AlignCenter); + label_464 = new QLabel(cond_74); + label_464->setObjectName(QString::fromUtf8("label_464")); + label_464->setGeometry(QRect(510, 10, 60, 50)); + QPalette palette23; + palette23.setBrush(QPalette::Active, QPalette::WindowText, brush4); + palette23.setBrush(QPalette::Inactive, QPalette::WindowText, brush4); + palette23.setBrush(QPalette::Disabled, QPalette::WindowText, brush5); + label_464->setPalette(palette23); + label_464->setFont(font2); + label_464->setAlignment(Qt::AlignCenter); + line_190 = new QFrame(cond_74); + line_190->setObjectName(QString::fromUtf8("line_190")); + line_190->setGeometry(QRect(0, 36, 450, 3)); + line_190->setFrameShape(QFrame::HLine); + line_190->setFrameShadow(QFrame::Sunken); + line_191 = new QFrame(cond_74); + line_191->setObjectName(QString::fromUtf8("line_191")); + line_191->setGeometry(QRect(450, 0, 3, 70)); + line_191->setFrameShape(QFrame::VLine); + line_191->setFrameShadow(QFrame::Sunken); + cond74 = new TTable(cond_74); + cond74->setObjectName(QString::fromUtf8("cond74")); + cond74->setGeometry(QRect(455, 23, 56, 24)); + cond74->setFont(font1); + cond74->setNumRows(1); + cond74->setNumColumns(1); + cond_73 = new QFrame(okintck_dbd_01); + cond_73->setObjectName(QString::fromUtf8("cond_73")); + cond_73->setGeometry(QRect(0, 380, 570, 70)); + cond_73->setFrameShape(QFrame::Box); + tTable_191 = new TTable(cond_73); + tTable_191->setObjectName(QString::fromUtf8("tTable_191")); + tTable_191->setGeometry(QRect(330, 40, 56, 24)); + tTable_191->setFont(font1); + tTable_191->setNumRows(1); + tTable_191->setNumColumns(1); + tTable_192 = new TTable(cond_73); + tTable_192->setObjectName(QString::fromUtf8("tTable_192")); + tTable_192->setGeometry(QRect(330, 10, 56, 24)); + tTable_192->setFont(font1); + tTable_192->setNumRows(1); + tTable_192->setNumColumns(1); + label_455 = new QLabel(cond_73); + label_455->setObjectName(QString::fromUtf8("label_455")); + label_455->setGeometry(QRect(10, 40, 320, 24)); + label_455->setFont(font1); + label_456 = new QLabel(cond_73); + label_456->setObjectName(QString::fromUtf8("label_456")); + label_456->setGeometry(QRect(10, 10, 320, 24)); + label_456->setFont(font1); + label_457 = new QLabel(cond_73); + label_457->setObjectName(QString::fromUtf8("label_457")); + label_457->setGeometry(QRect(395, 10, 50, 24)); + QPalette palette24; + palette24.setBrush(QPalette::Active, QPalette::WindowText, brush4); + palette24.setBrush(QPalette::Inactive, QPalette::WindowText, brush4); + palette24.setBrush(QPalette::Disabled, QPalette::WindowText, brush5); + label_457->setPalette(palette24); + label_457->setFont(font2); + label_457->setAlignment(Qt::AlignCenter); + label_458 = new QLabel(cond_73); + label_458->setObjectName(QString::fromUtf8("label_458")); + label_458->setGeometry(QRect(395, 40, 50, 24)); + QPalette palette25; + palette25.setBrush(QPalette::Active, QPalette::WindowText, brush4); + palette25.setBrush(QPalette::Inactive, QPalette::WindowText, brush4); + palette25.setBrush(QPalette::Disabled, QPalette::WindowText, brush5); + label_458->setPalette(palette25); + label_458->setFont(font2); + label_458->setAlignment(Qt::AlignCenter); + label_459 = new QLabel(cond_73); + label_459->setObjectName(QString::fromUtf8("label_459")); + label_459->setGeometry(QRect(510, 10, 60, 50)); + QPalette palette26; + palette26.setBrush(QPalette::Active, QPalette::WindowText, brush4); + palette26.setBrush(QPalette::Inactive, QPalette::WindowText, brush4); + palette26.setBrush(QPalette::Disabled, QPalette::WindowText, brush5); + label_459->setPalette(palette26); + label_459->setFont(font2); + label_459->setAlignment(Qt::AlignCenter); + line_188 = new QFrame(cond_73); + line_188->setObjectName(QString::fromUtf8("line_188")); + line_188->setGeometry(QRect(0, 36, 450, 3)); + line_188->setFrameShape(QFrame::HLine); + line_188->setFrameShadow(QFrame::Sunken); + line_189 = new QFrame(cond_73); + line_189->setObjectName(QString::fromUtf8("line_189")); + line_189->setGeometry(QRect(450, 0, 3, 70)); + line_189->setFrameShape(QFrame::VLine); + line_189->setFrameShadow(QFrame::Sunken); + cond73 = new TTable(cond_73); + cond73->setObjectName(QString::fromUtf8("cond73")); + cond73->setGeometry(QRect(455, 23, 56, 24)); + cond73->setFont(font1); + cond73->setNumRows(1); + cond73->setNumColumns(1); + + retranslateUi(okintck_dbd_01); + + QMetaObject::connectSlotsByName(okintck_dbd_01); + } // setupUi + + void retranslateUi(QWidget *okintck_dbd_01) + { + okintck_dbd_01->setWindowTitle(QApplication::translate("okintck_dbd_01", "OKINTCK_DBD.01", 0, QApplication::UnicodeUTF8)); + label_79->setText(QApplication::translate("okintck_dbd_01", "OKINTCK_DBD.01", 0, QApplication::UnicodeUTF8)); + cond9_2->setTrueColors(QApplication::translate("okintck_dbd_01", "4278241280", 0, QApplication::UnicodeUTF8)); + cond9_2->setFalseColors(QApplication::translate("okintck_dbd_01", "4292608000", 0, QApplication::UnicodeUTF8)); + cond9_2->setTrueStrings(QApplication::translate("okintck_dbd_01", "OK", 0, QApplication::UnicodeUTF8)); + cond9_2->setFalseStrings(QApplication::translate("okintck_dbd_01", "NOK", 0, QApplication::UnicodeUTF8)); + cond9_2->setDisplayMask(QApplication::translate("okintck_dbd_01", "1312", 0, QApplication::UnicodeUTF8)); + cond9_2->setSource(QApplication::translate("okintck_dbd_01", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_185->setTrueColors(QApplication::translate("okintck_dbd_01", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_185->setFalseColors(QApplication::translate("okintck_dbd_01", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_185->setTrueStrings(QApplication::translate("okintck_dbd_01", "OK", 0, QApplication::UnicodeUTF8)); + tTable_185->setFalseStrings(QApplication::translate("okintck_dbd_01", "NOK", 0, QApplication::UnicodeUTF8)); + tTable_185->setDisplayMask(QApplication::translate("okintck_dbd_01", "1028", 0, QApplication::UnicodeUTF8)); + tTable_185->setSource(QApplication::translate("okintck_dbd_01", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_186->setTrueColors(QApplication::translate("okintck_dbd_01", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_186->setFalseColors(QApplication::translate("okintck_dbd_01", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_186->setTrueStrings(QApplication::translate("okintck_dbd_01", "OK", 0, QApplication::UnicodeUTF8)); + tTable_186->setFalseStrings(QApplication::translate("okintck_dbd_01", "NOK", 0, QApplication::UnicodeUTF8)); + tTable_186->setDisplayMask(QApplication::translate("okintck_dbd_01", "1026", 0, QApplication::UnicodeUTF8)); + tTable_186->setSource(QApplication::translate("okintck_dbd_01", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + label_440->setText(QApplication::translate("okintck_dbd_01", "VAC_ALR_SIP300_TLS.02", 0, QApplication::UnicodeUTF8)); + label_441->setText(QApplication::translate("okintck_dbd_01", "VAC_ALR_SIP55_TLS.01", 0, QApplication::UnicodeUTF8)); + label_442->setText(QApplication::translate("okintck_dbd_01", "OR", 0, QApplication::UnicodeUTF8)); + label_443->setText(QApplication::translate("okintck_dbd_01", "OR", 0, QApplication::UnicodeUTF8)); + label_444->setText(QApplication::translate("okintck_dbd_01", "AND", 0, QApplication::UnicodeUTF8)); + cond70->setTrueColors(QApplication::translate("okintck_dbd_01", "4278241280", 0, QApplication::UnicodeUTF8)); + cond70->setFalseColors(QApplication::translate("okintck_dbd_01", "4292608000", 0, QApplication::UnicodeUTF8)); + cond70->setTrueStrings(QApplication::translate("okintck_dbd_01", "OK", 0, QApplication::UnicodeUTF8)); + cond70->setFalseStrings(QApplication::translate("okintck_dbd_01", "NOK", 0, QApplication::UnicodeUTF8)); + cond70->setDisplayMask(QApplication::translate("okintck_dbd_01", "1477", 0, QApplication::UnicodeUTF8)); + cond70->setSource(QApplication::translate("okintck_dbd_01", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_189->setTrueColors(QApplication::translate("okintck_dbd_01", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_189->setFalseColors(QApplication::translate("okintck_dbd_01", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_189->setTrueStrings(QApplication::translate("okintck_dbd_01", "OK", 0, QApplication::UnicodeUTF8)); + tTable_189->setFalseStrings(QApplication::translate("okintck_dbd_01", "NOK", 0, QApplication::UnicodeUTF8)); + tTable_189->setDisplayMask(QApplication::translate("okintck_dbd_01", "1027", 0, QApplication::UnicodeUTF8)); + tTable_189->setSource(QApplication::translate("okintck_dbd_01", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_190->setTrueColors(QApplication::translate("okintck_dbd_01", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_190->setFalseColors(QApplication::translate("okintck_dbd_01", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_190->setTrueStrings(QApplication::translate("okintck_dbd_01", "OK", 0, QApplication::UnicodeUTF8)); + tTable_190->setFalseStrings(QApplication::translate("okintck_dbd_01", "NOK", 0, QApplication::UnicodeUTF8)); + tTable_190->setDisplayMask(QApplication::translate("okintck_dbd_01", "1024", 0, QApplication::UnicodeUTF8)); + tTable_190->setSource(QApplication::translate("okintck_dbd_01", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + label_450->setText(QApplication::translate("okintck_dbd_01", "VAC_ALR_SIP75_DBD.01", 0, QApplication::UnicodeUTF8)); + label_451->setText(QApplication::translate("okintck_dbd_01", "VAC_ALR_SIP300_TLS.01", 0, QApplication::UnicodeUTF8)); + label_452->setText(QApplication::translate("okintck_dbd_01", "OR", 0, QApplication::UnicodeUTF8)); + label_453->setText(QApplication::translate("okintck_dbd_01", "OR", 0, QApplication::UnicodeUTF8)); + label_454->setText(QApplication::translate("okintck_dbd_01", "AND", 0, QApplication::UnicodeUTF8)); + cond72->setTrueColors(QApplication::translate("okintck_dbd_01", "4278241280", 0, QApplication::UnicodeUTF8)); + cond72->setFalseColors(QApplication::translate("okintck_dbd_01", "4292608000", 0, QApplication::UnicodeUTF8)); + cond72->setTrueStrings(QApplication::translate("okintck_dbd_01", "OK", 0, QApplication::UnicodeUTF8)); + cond72->setFalseStrings(QApplication::translate("okintck_dbd_01", "NOK", 0, QApplication::UnicodeUTF8)); + cond72->setDisplayMask(QApplication::translate("okintck_dbd_01", "1479", 0, QApplication::UnicodeUTF8)); + cond72->setSource(QApplication::translate("okintck_dbd_01", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_187->setTrueColors(QApplication::translate("okintck_dbd_01", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_187->setFalseColors(QApplication::translate("okintck_dbd_01", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_187->setTrueStrings(QApplication::translate("okintck_dbd_01", "OK", 0, QApplication::UnicodeUTF8)); + tTable_187->setFalseStrings(QApplication::translate("okintck_dbd_01", "NOK", 0, QApplication::UnicodeUTF8)); + tTable_187->setDisplayMask(QApplication::translate("okintck_dbd_01", "1025", 0, QApplication::UnicodeUTF8)); + tTable_187->setSource(QApplication::translate("okintck_dbd_01", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_188->setTrueColors(QApplication::translate("okintck_dbd_01", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_188->setFalseColors(QApplication::translate("okintck_dbd_01", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_188->setTrueStrings(QApplication::translate("okintck_dbd_01", "OK", 0, QApplication::UnicodeUTF8)); + tTable_188->setFalseStrings(QApplication::translate("okintck_dbd_01", "NOK", 0, QApplication::UnicodeUTF8)); + tTable_188->setDisplayMask(QApplication::translate("okintck_dbd_01", "1028", 0, QApplication::UnicodeUTF8)); + tTable_188->setSource(QApplication::translate("okintck_dbd_01", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + label_445->setText(QApplication::translate("okintck_dbd_01", "VAC_ALR_SIP75_TLS.01", 0, QApplication::UnicodeUTF8)); + label_446->setText(QApplication::translate("okintck_dbd_01", "VAC_ALR_SIP300_TLS.02", 0, QApplication::UnicodeUTF8)); + label_447->setText(QApplication::translate("okintck_dbd_01", "OR", 0, QApplication::UnicodeUTF8)); + label_448->setText(QApplication::translate("okintck_dbd_01", "OR", 0, QApplication::UnicodeUTF8)); + label_449->setText(QApplication::translate("okintck_dbd_01", "AND", 0, QApplication::UnicodeUTF8)); + cond71->setTrueColors(QApplication::translate("okintck_dbd_01", "4278241280", 0, QApplication::UnicodeUTF8)); + cond71->setFalseColors(QApplication::translate("okintck_dbd_01", "4292608000", 0, QApplication::UnicodeUTF8)); + cond71->setTrueStrings(QApplication::translate("okintck_dbd_01", "OK", 0, QApplication::UnicodeUTF8)); + cond71->setFalseStrings(QApplication::translate("okintck_dbd_01", "NOK", 0, QApplication::UnicodeUTF8)); + cond71->setDisplayMask(QApplication::translate("okintck_dbd_01", "1478", 0, QApplication::UnicodeUTF8)); + cond71->setSource(QApplication::translate("okintck_dbd_01", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_183->setTrueColors(QApplication::translate("okintck_dbd_01", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_183->setFalseColors(QApplication::translate("okintck_dbd_01", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_183->setTrueStrings(QApplication::translate("okintck_dbd_01", "OK", 0, QApplication::UnicodeUTF8)); + tTable_183->setFalseStrings(QApplication::translate("okintck_dbd_01", "NOK", 0, QApplication::UnicodeUTF8)); + tTable_183->setDisplayMask(QApplication::translate("okintck_dbd_01", "1026", 0, QApplication::UnicodeUTF8)); + tTable_183->setSource(QApplication::translate("okintck_dbd_01", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_184->setTrueColors(QApplication::translate("okintck_dbd_01", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_184->setFalseColors(QApplication::translate("okintck_dbd_01", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_184->setTrueStrings(QApplication::translate("okintck_dbd_01", "OK", 0, QApplication::UnicodeUTF8)); + tTable_184->setFalseStrings(QApplication::translate("okintck_dbd_01", "NOK", 0, QApplication::UnicodeUTF8)); + tTable_184->setDisplayMask(QApplication::translate("okintck_dbd_01", "1024", 0, QApplication::UnicodeUTF8)); + tTable_184->setSource(QApplication::translate("okintck_dbd_01", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + label_435->setText(QApplication::translate("okintck_dbd_01", "VAC_ALR_SIP55_TLS.01", 0, QApplication::UnicodeUTF8)); + label_436->setText(QApplication::translate("okintck_dbd_01", "VAC_ALR_SIP300_TLS.01", 0, QApplication::UnicodeUTF8)); + label_437->setText(QApplication::translate("okintck_dbd_01", "OR", 0, QApplication::UnicodeUTF8)); + label_438->setText(QApplication::translate("okintck_dbd_01", "OR", 0, QApplication::UnicodeUTF8)); + label_439->setText(QApplication::translate("okintck_dbd_01", "AND", 0, QApplication::UnicodeUTF8)); + cond69->setTrueColors(QApplication::translate("okintck_dbd_01", "4278241280", 0, QApplication::UnicodeUTF8)); + cond69->setFalseColors(QApplication::translate("okintck_dbd_01", "4292608000", 0, QApplication::UnicodeUTF8)); + cond69->setTrueStrings(QApplication::translate("okintck_dbd_01", "OK", 0, QApplication::UnicodeUTF8)); + cond69->setFalseStrings(QApplication::translate("okintck_dbd_01", "NOK", 0, QApplication::UnicodeUTF8)); + cond69->setDisplayMask(QApplication::translate("okintck_dbd_01", "1476", 0, QApplication::UnicodeUTF8)); + cond69->setSource(QApplication::translate("okintck_dbd_01", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_195->setTrueColors(QApplication::translate("okintck_dbd_01", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_195->setFalseColors(QApplication::translate("okintck_dbd_01", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_195->setTrueStrings(QApplication::translate("okintck_dbd_01", "OK", 0, QApplication::UnicodeUTF8)); + tTable_195->setFalseStrings(QApplication::translate("okintck_dbd_01", "NOK", 0, QApplication::UnicodeUTF8)); + tTable_195->setDisplayMask(QApplication::translate("okintck_dbd_01", "688", 0, QApplication::UnicodeUTF8)); + tTable_195->setSource(QApplication::translate("okintck_dbd_01", "f/interlock/plc_int_ll.02/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_196->setTrueColors(QApplication::translate("okintck_dbd_01", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_196->setFalseColors(QApplication::translate("okintck_dbd_01", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_196->setTrueStrings(QApplication::translate("okintck_dbd_01", "OK", 0, QApplication::UnicodeUTF8)); + tTable_196->setFalseStrings(QApplication::translate("okintck_dbd_01", "NOK", 0, QApplication::UnicodeUTF8)); + tTable_196->setDisplayMask(QApplication::translate("okintck_dbd_01", "1025", 0, QApplication::UnicodeUTF8)); + tTable_196->setSource(QApplication::translate("okintck_dbd_01", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + label_465->setText(QApplication::translate("okintck_dbd_01", "VAC_ALR_SIP55_SCL.01", 0, QApplication::UnicodeUTF8)); + label_466->setText(QApplication::translate("okintck_dbd_01", "VAC_ALR_SIP75_TLS.01", 0, QApplication::UnicodeUTF8)); + label_467->setText(QApplication::translate("okintck_dbd_01", "OR", 0, QApplication::UnicodeUTF8)); + label_468->setText(QApplication::translate("okintck_dbd_01", "OR", 0, QApplication::UnicodeUTF8)); + label_469->setText(QApplication::translate("okintck_dbd_01", "AND", 0, QApplication::UnicodeUTF8)); + cond75->setTrueColors(QApplication::translate("okintck_dbd_01", "4278241280", 0, QApplication::UnicodeUTF8)); + cond75->setFalseColors(QApplication::translate("okintck_dbd_01", "4292608000", 0, QApplication::UnicodeUTF8)); + cond75->setTrueStrings(QApplication::translate("okintck_dbd_01", "OK", 0, QApplication::UnicodeUTF8)); + cond75->setFalseStrings(QApplication::translate("okintck_dbd_01", "NOK", 0, QApplication::UnicodeUTF8)); + cond75->setDisplayMask(QApplication::translate("okintck_dbd_01", "1408", 0, QApplication::UnicodeUTF8)); + cond75->setSource(QApplication::translate("okintck_dbd_01", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + label_428->setText(QApplication::translate("okintck_dbd_01", "VAC_ALR_SIP300_TLS.01", 0, QApplication::UnicodeUTF8)); + tTable_180->setTrueColors(QApplication::translate("okintck_dbd_01", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_180->setFalseColors(QApplication::translate("okintck_dbd_01", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_180->setTrueStrings(QApplication::translate("okintck_dbd_01", "OK", 0, QApplication::UnicodeUTF8)); + tTable_180->setFalseStrings(QApplication::translate("okintck_dbd_01", "NOK", 0, QApplication::UnicodeUTF8)); + tTable_180->setDisplayMask(QApplication::translate("okintck_dbd_01", "951", 0, QApplication::UnicodeUTF8)); + tTable_180->setSource(QApplication::translate("okintck_dbd_01", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_181->setTrueColors(QApplication::translate("okintck_dbd_01", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_181->setFalseColors(QApplication::translate("okintck_dbd_01", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_181->setTrueStrings(QApplication::translate("okintck_dbd_01", "OK", 0, QApplication::UnicodeUTF8)); + tTable_181->setFalseStrings(QApplication::translate("okintck_dbd_01", "NOK", 0, QApplication::UnicodeUTF8)); + tTable_181->setDisplayMask(QApplication::translate("okintck_dbd_01", "927", 0, QApplication::UnicodeUTF8)); + tTable_181->setSource(QApplication::translate("okintck_dbd_01", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + label_429->setText(QApplication::translate("okintck_dbd_01", "VAC_ALR_SIP75_L04.28", 0, QApplication::UnicodeUTF8)); + label_430->setText(QApplication::translate("okintck_dbd_01", "VAC_ALR_SIP75_L04.27", 0, QApplication::UnicodeUTF8)); + tTable_182->setTrueColors(QApplication::translate("okintck_dbd_01", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_182->setFalseColors(QApplication::translate("okintck_dbd_01", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_182->setTrueStrings(QApplication::translate("okintck_dbd_01", "OK", 0, QApplication::UnicodeUTF8)); + tTable_182->setFalseStrings(QApplication::translate("okintck_dbd_01", "NOK", 0, QApplication::UnicodeUTF8)); + tTable_182->setDisplayMask(QApplication::translate("okintck_dbd_01", "1024", 0, QApplication::UnicodeUTF8)); + tTable_182->setSource(QApplication::translate("okintck_dbd_01", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + label_431->setText(QApplication::translate("okintck_dbd_01", "OR", 0, QApplication::UnicodeUTF8)); + label_432->setText(QApplication::translate("okintck_dbd_01", "OR", 0, QApplication::UnicodeUTF8)); + label_433->setText(QApplication::translate("okintck_dbd_01", "OR", 0, QApplication::UnicodeUTF8)); + label_434->setText(QApplication::translate("okintck_dbd_01", "AND", 0, QApplication::UnicodeUTF8)); + cond68->setTrueColors(QApplication::translate("okintck_dbd_01", "4278241280", 0, QApplication::UnicodeUTF8)); + cond68->setFalseColors(QApplication::translate("okintck_dbd_01", "4292608000", 0, QApplication::UnicodeUTF8)); + cond68->setTrueStrings(QApplication::translate("okintck_dbd_01", "OK", 0, QApplication::UnicodeUTF8)); + cond68->setFalseStrings(QApplication::translate("okintck_dbd_01", "NOK", 0, QApplication::UnicodeUTF8)); + cond68->setDisplayMask(QApplication::translate("okintck_dbd_01", "1475", 0, QApplication::UnicodeUTF8)); + cond68->setSource(QApplication::translate("okintck_dbd_01", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_193->setTrueColors(QApplication::translate("okintck_dbd_01", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_193->setFalseColors(QApplication::translate("okintck_dbd_01", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_193->setTrueStrings(QApplication::translate("okintck_dbd_01", "OK", 0, QApplication::UnicodeUTF8)); + tTable_193->setFalseStrings(QApplication::translate("okintck_dbd_01", "NOK", 0, QApplication::UnicodeUTF8)); + tTable_193->setDisplayMask(QApplication::translate("okintck_dbd_01", "1030", 0, QApplication::UnicodeUTF8)); + tTable_193->setSource(QApplication::translate("okintck_dbd_01", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_194->setTrueColors(QApplication::translate("okintck_dbd_01", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_194->setFalseColors(QApplication::translate("okintck_dbd_01", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_194->setTrueStrings(QApplication::translate("okintck_dbd_01", "OK", 0, QApplication::UnicodeUTF8)); + tTable_194->setFalseStrings(QApplication::translate("okintck_dbd_01", "NOK", 0, QApplication::UnicodeUTF8)); + tTable_194->setDisplayMask(QApplication::translate("okintck_dbd_01", "1029", 0, QApplication::UnicodeUTF8)); + tTable_194->setSource(QApplication::translate("okintck_dbd_01", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + label_460->setText(QApplication::translate("okintck_dbd_01", "VGPE_DBD.02", 0, QApplication::UnicodeUTF8)); + label_461->setText(QApplication::translate("okintck_dbd_01", "VAC_ALR_SIP150_DBD.01", 0, QApplication::UnicodeUTF8)); + label_462->setText(QApplication::translate("okintck_dbd_01", "OR", 0, QApplication::UnicodeUTF8)); + label_463->setText(QApplication::translate("okintck_dbd_01", "OR", 0, QApplication::UnicodeUTF8)); + label_464->setText(QApplication::translate("okintck_dbd_01", "AND", 0, QApplication::UnicodeUTF8)); + cond74->setTrueColors(QApplication::translate("okintck_dbd_01", "4278241280", 0, QApplication::UnicodeUTF8)); + cond74->setFalseColors(QApplication::translate("okintck_dbd_01", "4292608000", 0, QApplication::UnicodeUTF8)); + cond74->setTrueStrings(QApplication::translate("okintck_dbd_01", "OK", 0, QApplication::UnicodeUTF8)); + cond74->setFalseStrings(QApplication::translate("okintck_dbd_01", "NOK", 0, QApplication::UnicodeUTF8)); + cond74->setDisplayMask(QApplication::translate("okintck_dbd_01", "1481", 0, QApplication::UnicodeUTF8)); + cond74->setSource(QApplication::translate("okintck_dbd_01", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_191->setTrueColors(QApplication::translate("okintck_dbd_01", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_191->setFalseColors(QApplication::translate("okintck_dbd_01", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_191->setTrueStrings(QApplication::translate("okintck_dbd_01", "OK", 0, QApplication::UnicodeUTF8)); + tTable_191->setFalseStrings(QApplication::translate("okintck_dbd_01", "NOK", 0, QApplication::UnicodeUTF8)); + tTable_191->setDisplayMask(QApplication::translate("okintck_dbd_01", "1029", 0, QApplication::UnicodeUTF8)); + tTable_191->setSource(QApplication::translate("okintck_dbd_01", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_192->setTrueColors(QApplication::translate("okintck_dbd_01", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_192->setFalseColors(QApplication::translate("okintck_dbd_01", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_192->setTrueStrings(QApplication::translate("okintck_dbd_01", "OK", 0, QApplication::UnicodeUTF8)); + tTable_192->setFalseStrings(QApplication::translate("okintck_dbd_01", "NOK", 0, QApplication::UnicodeUTF8)); + tTable_192->setDisplayMask(QApplication::translate("okintck_dbd_01", "1027", 0, QApplication::UnicodeUTF8)); + tTable_192->setSource(QApplication::translate("okintck_dbd_01", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + label_455->setText(QApplication::translate("okintck_dbd_01", "VAC_ALR_SIP150_DBD.01", 0, QApplication::UnicodeUTF8)); + label_456->setText(QApplication::translate("okintck_dbd_01", "VAC_ALR_SIP75_DBD.01", 0, QApplication::UnicodeUTF8)); + label_457->setText(QApplication::translate("okintck_dbd_01", "OR", 0, QApplication::UnicodeUTF8)); + label_458->setText(QApplication::translate("okintck_dbd_01", "OR", 0, QApplication::UnicodeUTF8)); + label_459->setText(QApplication::translate("okintck_dbd_01", "AND", 0, QApplication::UnicodeUTF8)); + cond73->setTrueColors(QApplication::translate("okintck_dbd_01", "4278241280", 0, QApplication::UnicodeUTF8)); + cond73->setFalseColors(QApplication::translate("okintck_dbd_01", "4292608000", 0, QApplication::UnicodeUTF8)); + cond73->setTrueStrings(QApplication::translate("okintck_dbd_01", "OK", 0, QApplication::UnicodeUTF8)); + cond73->setFalseStrings(QApplication::translate("okintck_dbd_01", "NOK", 0, QApplication::UnicodeUTF8)); + cond73->setDisplayMask(QApplication::translate("okintck_dbd_01", "1480", 0, QApplication::UnicodeUTF8)); + cond73->setSource(QApplication::translate("okintck_dbd_01", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + } // retranslateUi + +}; + +namespace Ui { + class okintck_dbd_01: public Ui_okintck_dbd_01 {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_OKINTCK_DBD_01_H diff --git a/templates/cpp b/templates/cpp new file mode 100644 index 0000000000000000000000000000000000000000..70a6be731816ee80326d9c7bf44ab90226b4200d --- /dev/null +++ b/templates/cpp @@ -0,0 +1,19 @@ +/*************************************************************************** + * Copyright (C) 2007 by * + * * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ diff --git a/templates/h b/templates/h new file mode 100644 index 0000000000000000000000000000000000000000..70a6be731816ee80326d9c7bf44ab90226b4200d --- /dev/null +++ b/templates/h @@ -0,0 +1,19 @@ +/*************************************************************************** + * Copyright (C) 2007 by * + * * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/