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..38ad582a227e304b93bbf0771ea1b1c71deec2ca --- /dev/null +++ b/Makefile @@ -0,0 +1,270 @@ +############################################################################# +# Makefile for building: bin/okintck_vlv_pos_tmr_04 +# Generated by qmake (2.01a) (Qt 4.8.4) on: Wed Mar 7 11:40:39 2018 +# Project: okintck_vlv_pos_tmr_04.pro +# Template: app +# Command: /usr/bin/qmake -o Makefile okintck_vlv_pos_tmr_04.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_vlv_pos_tmr_04.cpp \ + src/main.cpp moc/moc_okintck_vlv_pos_tmr_04.cpp +OBJECTS = objects/okintck_vlv_pos_tmr_04.o \ + objects/main.o \ + objects/moc_okintck_vlv_pos_tmr_04.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_vlv_pos_tmr_04.pro +QMAKE_TARGET = okintck_vlv_pos_tmr_04 +DESTDIR = bin/ +TARGET = bin/okintck_vlv_pos_tmr_04 + +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_vlv_pos_tmr_04.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_vlv_pos_tmr_04.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_vlv_pos_tmr_04.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_vlv_pos_tmr_04.pro + +dist: + @$(CHK_DIR_EXISTS) objects/okintck_vlv_pos_tmr_046.4.4 || $(MKDIR) objects/okintck_vlv_pos_tmr_046.4.4 + $(COPY_FILE) --parents $(SOURCES) $(DIST) objects/okintck_vlv_pos_tmr_046.4.4/ && $(COPY_FILE) --parents src/okintck_vlv_pos_tmr_04.h objects/okintck_vlv_pos_tmr_046.4.4/ && $(COPY_FILE) --parents src/okintck_vlv_pos_tmr_04.cpp src/main.cpp objects/okintck_vlv_pos_tmr_046.4.4/ && $(COPY_FILE) --parents src/okintck_vlv_pos_tmr_04.ui objects/okintck_vlv_pos_tmr_046.4.4/ && (cd `dirname objects/okintck_vlv_pos_tmr_046.4.4` && $(TAR) okintck_vlv_pos_tmr_046.4.4.tar okintck_vlv_pos_tmr_046.4.4 && $(COMPRESS) okintck_vlv_pos_tmr_046.4.4.tar) && $(MOVE) `dirname objects/okintck_vlv_pos_tmr_046.4.4`/okintck_vlv_pos_tmr_046.4.4.tar.gz . && $(DEL_FILE) -r objects/okintck_vlv_pos_tmr_046.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_vlv_pos_tmr_04.cpp +compiler_moc_header_clean: + -$(DEL_FILE) moc/moc_okintck_vlv_pos_tmr_04.cpp +moc/moc_okintck_vlv_pos_tmr_04.cpp: src/ui_okintck_vlv_pos_tmr_04.h \ + src/okintck_vlv_pos_tmr_04.h + /usr/local/qt-4.8.4/bin/moc $(DEFINES) $(INCPATH) src/okintck_vlv_pos_tmr_04.h -o moc/moc_okintck_vlv_pos_tmr_04.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_vlv_pos_tmr_04.h +compiler_uic_clean: + -$(DEL_FILE) src/ui_okintck_vlv_pos_tmr_04.h +src/ui_okintck_vlv_pos_tmr_04.h: src/okintck_vlv_pos_tmr_04.ui + /usr/local/qt-4.8.4/bin/uic src/okintck_vlv_pos_tmr_04.ui -o src/ui_okintck_vlv_pos_tmr_04.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_vlv_pos_tmr_04.o: src/okintck_vlv_pos_tmr_04.cpp src/okintck_vlv_pos_tmr_04.h \ + src/ui_okintck_vlv_pos_tmr_04.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o objects/okintck_vlv_pos_tmr_04.o src/okintck_vlv_pos_tmr_04.cpp + +objects/main.o: src/main.cpp src/okintck_vlv_pos_tmr_04.h \ + src/ui_okintck_vlv_pos_tmr_04.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o objects/main.o src/main.cpp + +objects/moc_okintck_vlv_pos_tmr_04.o: moc/moc_okintck_vlv_pos_tmr_04.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o objects/moc_okintck_vlv_pos_tmr_04.o moc/moc_okintck_vlv_pos_tmr_04.cpp + +####### Install + +install: FORCE + +uninstall: FORCE + +FORCE: + diff --git a/okintck_vlv_pos_tmr_04.kdevelop b/okintck_vlv_pos_tmr_04.kdevelop new file mode 100644 index 0000000000000000000000000000000000000000..8dc526e3bc04848a184098b7c87879603cc69655 --- /dev/null +++ b/okintck_vlv_pos_tmr_04.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_vlv_pos_tmr_04.kdevelop.pcs b/okintck_vlv_pos_tmr_04.kdevelop.pcs new file mode 100644 index 0000000000000000000000000000000000000000..9ab3212546ed0ea104c36d3f54d832cfd7d692ff Binary files /dev/null and b/okintck_vlv_pos_tmr_04.kdevelop.pcs differ diff --git a/okintck_vlv_pos_tmr_04.kdevses b/okintck_vlv_pos_tmr_04.kdevses new file mode 100644 index 0000000000000000000000000000000000000000..5fafa68099d9d735ff40e780c7f49dc9f8f4d294 --- /dev/null +++ b/okintck_vlv_pos_tmr_04.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_vlv_pos_tmr_04.pro b/okintck_vlv_pos_tmr_04.pro new file mode 100755 index 0000000000000000000000000000000000000000..2dd46e1a17eb241571bdfc50a2c4251f318aeb81 --- /dev/null +++ b/okintck_vlv_pos_tmr_04.pro @@ -0,0 +1,8 @@ +# include(../../../../utils/qmake.custom.4) +include(/usr/local/qtango/include/qtango6/qtango.pri) + +SOURCES += src/okintck_vlv_pos_tmr_04.cpp \ + src/main.cpp +HEADERS += src/okintck_vlv_pos_tmr_04.h +FORMS = src/okintck_vlv_pos_tmr_04.ui +TARGET = ./bin/okintck_vlv_pos_tmr_04 diff --git a/src/main.cpp b/src/main.cpp new file mode 100755 index 0000000000000000000000000000000000000000..4467856f4212d432f0d4620b1ddd82c04f73db8a --- /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_vlv_pos_tmr_04.h" +#include <X11/Xlib.h> +#include <QX11Info> +#define CVSVERSION "$Name: $" + +int main( int argc, char ** argv ) { + + TApplication a( argc, argv ); + a.setApplicationVersion(CVSVERSION); + okintck_vlv_pos_tmr_04 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_vlv_pos_tmr.ui b/src/okintck_vlv_pos_tmr.ui new file mode 100755 index 0000000000000000000000000000000000000000..14f940bfcf10e0f7f2c01477cab9babc765b24f2 --- /dev/null +++ b/src/okintck_vlv_pos_tmr.ui @@ -0,0 +1,13466 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>okintck_vlv_pos_tmr_04</class> + <widget class="QWidget" name="okintck_vlv_pos_tmr_04"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>619</width> + <height>3000</height> + </rect> + </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_VLV_POS_TMR.03</string> + </property> + <widget class="QFrame" name="cond_552"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_379"> + <property name="geometry"> + <rect> + <x>390</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>582</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_925"> + <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>SIP75_POS_TMR_01</string> + </property> + </widget> + <widget class="QLabel" name="label_926"> + <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>SIP300_POS_TMR_01</string> + </property> + </widget> + <widget class="QLabel" name="label_927"> + <property name="geometry"> + <rect> + <x>450</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_928"> + <property name="geometry"> + <rect> + <x>450</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_929"> + <property name="geometry"> + <rect> + <x>560</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_376"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_377"> + <property name="geometry"> + <rect> + <x>500</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="cond552"> + <property name="geometry"> + <rect> + <x>505</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>1642</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_380"> + <property name="geometry"> + <rect> + <x>390</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>581</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_553"> + <property name="geometry"> + <rect> + <x>0</x> + <y>70</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_381"> + <property name="geometry"> + <rect> + <x>390</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>583</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_930"> + <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>SIP150_POS_TMR_01</string> + </property> + </widget> + <widget class="QLabel" name="label_931"> + <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>SIP75_POS_TMR_01</string> + </property> + </widget> + <widget class="QLabel" name="label_932"> + <property name="geometry"> + <rect> + <x>450</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_933"> + <property name="geometry"> + <rect> + <x>450</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_934"> + <property name="geometry"> + <rect> + <x>560</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_378"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_379"> + <property name="geometry"> + <rect> + <x>500</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="cond553"> + <property name="geometry"> + <rect> + <x>505</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>1643</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_382"> + <property name="geometry"> + <rect> + <x>390</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>582</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_554"> + <property name="geometry"> + <rect> + <x>0</x> + <y>140</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_384"> + <property name="geometry"> + <rect> + <x>390</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>240</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_936"> + <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>SIP150_POS_TMR_02</string> + </property> + </widget> + <widget class="QLabel" name="label_937"> + <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>SIP150_POS_TMR_01</string> + </property> + </widget> + <widget class="QLabel" name="label_940"> + <property name="geometry"> + <rect> + <x>450</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_941"> + <property name="geometry"> + <rect> + <x>450</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_942"> + <property name="geometry"> + <rect> + <x>560</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_380"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_382"> + <property name="geometry"> + <rect> + <x>500</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="cond554"> + <property name="geometry"> + <rect> + <x>505</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>1643</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_385"> + <property name="geometry"> + <rect> + <x>390</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>583</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_555"> + <property name="geometry"> + <rect> + <x>0</x> + <y>210</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_386"> + <property name="geometry"> + <rect> + <x>390</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>257</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_938"> + <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>VGFR_POS_TMR_03</string> + </property> + </widget> + <widget class="QLabel" name="label_939"> + <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>SIP150_POS_TMR_02</string> + </property> + </widget> + <widget class="QLabel" name="label_943"> + <property name="geometry"> + <rect> + <x>450</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_944"> + <property name="geometry"> + <rect> + <x>450</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_945"> + <property name="geometry"> + <rect> + <x>560</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_381"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_383"> + <property name="geometry"> + <rect> + <x>500</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="cond555"> + <property name="geometry"> + <rect> + <x>505</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>1565</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_387"> + <property name="geometry"> + <rect> + <x>390</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>240</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_556"> + <property name="geometry"> + <rect> + <x>0</x> + <y>280</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_388"> + <property name="geometry"> + <rect> + <x>390</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>241</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_946"> + <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>SIP150_POS_TMR_03</string> + </property> + </widget> + <widget class="QLabel" name="label_947"> + <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>SIP150_POS_TMR_02</string> + </property> + </widget> + <widget class="QLabel" name="label_948"> + <property name="geometry"> + <rect> + <x>450</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_949"> + <property name="geometry"> + <rect> + <x>450</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_950"> + <property name="geometry"> + <rect> + <x>560</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_384"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_385"> + <property name="geometry"> + <rect> + <x>500</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="cond556"> + <property name="geometry"> + <rect> + <x>505</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>2145</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_389"> + <property name="geometry"> + <rect> + <x>390</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>240</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_557"> + <property name="geometry"> + <rect> + <x>0</x> + <y>350</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_390"> + <property name="geometry"> + <rect> + <x>390</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>258</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_951"> + <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>VGFR_POS_TMR_04</string> + </property> + </widget> + <widget class="QLabel" name="label_952"> + <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>SIP150_POS_TMR_03</string> + </property> + </widget> + <widget class="QLabel" name="label_953"> + <property name="geometry"> + <rect> + <x>450</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_954"> + <property name="geometry"> + <rect> + <x>450</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_955"> + <property name="geometry"> + <rect> + <x>560</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_386"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_387"> + <property name="geometry"> + <rect> + <x>500</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="cond557"> + <property name="geometry"> + <rect> + <x>505</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>2146</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_391"> + <property name="geometry"> + <rect> + <x>390</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>241</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_558"> + <property name="geometry"> + <rect> + <x>0</x> + <y>420</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_392"> + <property name="geometry"> + <rect> + <x>390</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>242</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_956"> + <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>SIP150_POS_TMR_04</string> + </property> + </widget> + <widget class="QLabel" name="label_957"> + <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>SIP150_POS_TMR_03</string> + </property> + </widget> + <widget class="QLabel" name="label_958"> + <property name="geometry"> + <rect> + <x>450</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_959"> + <property name="geometry"> + <rect> + <x>450</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_960"> + <property name="geometry"> + <rect> + <x>560</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_388"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_389"> + <property name="geometry"> + <rect> + <x>500</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="cond558"> + <property name="geometry"> + <rect> + <x>505</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>2147</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_393"> + <property name="geometry"> + <rect> + <x>390</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>241</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_559"> + <property name="geometry"> + <rect> + <x>0</x> + <y>490</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_394"> + <property name="geometry"> + <rect> + <x>390</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>259</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_961"> + <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>VGFR_POS_TMR_05</string> + </property> + </widget> + <widget class="QLabel" name="label_962"> + <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>SIP150_POS_TMR_04</string> + </property> + </widget> + <widget class="QLabel" name="label_963"> + <property name="geometry"> + <rect> + <x>450</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_964"> + <property name="geometry"> + <rect> + <x>450</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_965"> + <property name="geometry"> + <rect> + <x>560</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_390"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_391"> + <property name="geometry"> + <rect> + <x>500</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="cond559"> + <property name="geometry"> + <rect> + <x>505</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>2148</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_395"> + <property name="geometry"> + <rect> + <x>390</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>242</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_560"> + <property name="geometry"> + <rect> + <x>0</x> + <y>560</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_396"> + <property name="geometry"> + <rect> + <x>390</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>243</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_966"> + <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>SIP300_POS_TMR_02</string> + </property> + </widget> + <widget class="QLabel" name="label_967"> + <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>SIP150_POS_TMR_04</string> + </property> + </widget> + <widget class="QLabel" name="label_968"> + <property name="geometry"> + <rect> + <x>450</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_969"> + <property name="geometry"> + <rect> + <x>450</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_970"> + <property name="geometry"> + <rect> + <x>560</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_392"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_393"> + <property name="geometry"> + <rect> + <x>500</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="cond560"> + <property name="geometry"> + <rect> + <x>505</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>2149</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_397"> + <property name="geometry"> + <rect> + <x>390</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>242</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_561"> + <property name="geometry"> + <rect> + <x>0</x> + <y>630</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_398"> + <property name="geometry"> + <rect> + <x>390</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>260</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_971"> + <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>VGFR_POS_TMR_06</string> + </property> + </widget> + <widget class="QLabel" name="label_972"> + <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>SIP300_POS_TMR_02</string> + </property> + </widget> + <widget class="QLabel" name="label_973"> + <property name="geometry"> + <rect> + <x>450</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_974"> + <property name="geometry"> + <rect> + <x>450</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_975"> + <property name="geometry"> + <rect> + <x>560</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_394"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_395"> + <property name="geometry"> + <rect> + <x>500</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="cond561"> + <property name="geometry"> + <rect> + <x>505</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>2150</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_399"> + <property name="geometry"> + <rect> + <x>390</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>243</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_562"> + <property name="geometry"> + <rect> + <x>0</x> + <y>700</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_400"> + <property name="geometry"> + <rect> + <x>390</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>244</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_976"> + <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>SIP150_POS_TMRB_01</string> + </property> + </widget> + <widget class="QLabel" name="label_977"> + <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>SIP300_POS_TMR_02</string> + </property> + </widget> + <widget class="QLabel" name="label_978"> + <property name="geometry"> + <rect> + <x>450</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_979"> + <property name="geometry"> + <rect> + <x>450</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_980"> + <property name="geometry"> + <rect> + <x>560</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_396"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_397"> + <property name="geometry"> + <rect> + <x>500</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="cond562"> + <property name="geometry"> + <rect> + <x>505</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>2151</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_401"> + <property name="geometry"> + <rect> + <x>390</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>243</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_563"> + <property name="geometry"> + <rect> + <x>0</x> + <y>770</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_402"> + <property name="geometry"> + <rect> + <x>390</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>248</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_981"> + <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>SIP55_POS_TMR_02</string> + </property> + </widget> + <widget class="QLabel" name="label_982"> + <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>SIP150_POS_TMRB_01</string> + </property> + </widget> + <widget class="QLabel" name="label_983"> + <property name="geometry"> + <rect> + <x>450</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_984"> + <property name="geometry"> + <rect> + <x>450</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_985"> + <property name="geometry"> + <rect> + <x>560</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_398"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_399"> + <property name="geometry"> + <rect> + <x>500</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="cond563"> + <property name="geometry"> + <rect> + <x>505</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>2152</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_403"> + <property name="geometry"> + <rect> + <x>390</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>244</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_564"> + <property name="geometry"> + <rect> + <x>0</x> + <y>840</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_404"> + <property name="geometry"> + <rect> + <x>390</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>249</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_986"> + <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>SIP150_POS_TMR_05</string> + </property> + </widget> + <widget class="QLabel" name="label_987"> + <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>SIP55_POS_TMR_02</string> + </property> + </widget> + <widget class="QLabel" name="label_988"> + <property name="geometry"> + <rect> + <x>450</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_989"> + <property name="geometry"> + <rect> + <x>450</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_990"> + <property name="geometry"> + <rect> + <x>560</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_400"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_401"> + <property name="geometry"> + <rect> + <x>500</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="cond564"> + <property name="geometry"> + <rect> + <x>505</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>2153</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_405"> + <property name="geometry"> + <rect> + <x>390</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>248</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_565"> + <property name="geometry"> + <rect> + <x>0</x> + <y>910</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_406"> + <property name="geometry"> + <rect> + <x>390</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>250</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_991"> + <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>SIP300_POS_TMR_03</string> + </property> + </widget> + <widget class="QLabel" name="label_992"> + <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>SIP150_POS_TMR_05</string> + </property> + </widget> + <widget class="QLabel" name="label_993"> + <property name="geometry"> + <rect> + <x>450</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_994"> + <property name="geometry"> + <rect> + <x>450</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_995"> + <property name="geometry"> + <rect> + <x>560</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_402"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_403"> + <property name="geometry"> + <rect> + <x>500</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="cond565"> + <property name="geometry"> + <rect> + <x>505</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>2154</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_407"> + <property name="geometry"> + <rect> + <x>390</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>249</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_566"> + <property name="geometry"> + <rect> + <x>0</x> + <y>980</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_408"> + <property name="geometry"> + <rect> + <x>390</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>251</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_996"> + <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>SIP300_POS_TMR_04</string> + </property> + </widget> + <widget class="QLabel" name="label_997"> + <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>SIP300_POS_TMR_03</string> + </property> + </widget> + <widget class="QLabel" name="label_998"> + <property name="geometry"> + <rect> + <x>450</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_999"> + <property name="geometry"> + <rect> + <x>450</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_1000"> + <property name="geometry"> + <rect> + <x>560</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_404"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_405"> + <property name="geometry"> + <rect> + <x>500</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="cond566"> + <property name="geometry"> + <rect> + <x>505</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>2155</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_409"> + <property name="geometry"> + <rect> + <x>390</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>250</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_567"> + <property name="geometry"> + <rect> + <x>0</x> + <y>1050</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_410"> + <property name="geometry"> + <rect> + <x>390</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>271</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_1001"> + <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>OK_TMR_BL</string> + </property> + </widget> + <widget class="QLabel" name="label_1002"> + <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>SIP300_POS_TMR_04</string> + </property> + </widget> + <widget class="QLabel" name="label_1003"> + <property name="geometry"> + <rect> + <x>450</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_1004"> + <property name="geometry"> + <rect> + <x>450</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_1005"> + <property name="geometry"> + <rect> + <x>560</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_406"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_407"> + <property name="geometry"> + <rect> + <x>500</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="cond567"> + <property name="geometry"> + <rect> + <x>505</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>2156</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_411"> + <property name="geometry"> + <rect> + <x>390</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>251</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_570"> + <property name="geometry"> + <rect> + <x>0</x> + <y>1120</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_412"> + <property name="geometry"> + <rect> + <x>390</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>244</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_1006"> + <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>SIP150_POS_TMRB_01</string> + </property> + </widget> + <widget class="QLabel" name="label_1007"> + <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>SIP300_POS_TMR_02</string> + </property> + </widget> + <widget class="QLabel" name="label_1008"> + <property name="geometry"> + <rect> + <x>450</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_1009"> + <property name="geometry"> + <rect> + <x>450</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_1010"> + <property name="geometry"> + <rect> + <x>560</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_408"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_409"> + <property name="geometry"> + <rect> + <x>500</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="cond570"> + <property name="geometry"> + <rect> + <x>505</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>2169</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_413"> + <property name="geometry"> + <rect> + <x>390</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>243</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_571"> + <property name="geometry"> + <rect> + <x>0</x> + <y>1230</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_414"> + <property name="geometry"> + <rect> + <x>390</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>262</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_1011"> + <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>VGFR_POS_TMRB_01</string> + </property> + </widget> + <widget class="QLabel" name="label_1012"> + <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>SIP150_POS_TMRB_01</string> + </property> + </widget> + <widget class="QLabel" name="label_1013"> + <property name="geometry"> + <rect> + <x>450</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_1014"> + <property name="geometry"> + <rect> + <x>450</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_1015"> + <property name="geometry"> + <rect> + <x>560</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_410"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_411"> + <property name="geometry"> + <rect> + <x>500</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="cond571"> + <property name="geometry"> + <rect> + <x>505</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>2170</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_415"> + <property name="geometry"> + <rect> + <x>390</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>244</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_572"> + <property name="geometry"> + <rect> + <x>0</x> + <y>1300</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_416"> + <property name="geometry"> + <rect> + <x>390</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>249</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_1016"> + <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>SIP150_POS_TMR_05</string> + </property> + </widget> + <widget class="QLabel" name="label_1017"> + <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>SIP150_POS_TMRB_01</string> + </property> + </widget> + <widget class="QLabel" name="label_1018"> + <property name="geometry"> + <rect> + <x>450</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_1019"> + <property name="geometry"> + <rect> + <x>450</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_1020"> + <property name="geometry"> + <rect> + <x>560</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_412"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_413"> + <property name="geometry"> + <rect> + <x>500</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="cond572"> + <property name="geometry"> + <rect> + <x>505</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>2171</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_417"> + <property name="geometry"> + <rect> + <x>390</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>244</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_573"> + <property name="geometry"> + <rect> + <x>0</x> + <y>1370</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_418"> + <property name="geometry"> + <rect> + <x>390</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>245</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_1021"> + <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>SIP300_POS_TMRB_01</string> + </property> + </widget> + <widget class="QLabel" name="label_1022"> + <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>SIP150_POS_TMR_05</string> + </property> + </widget> + <widget class="QLabel" name="label_1023"> + <property name="geometry"> + <rect> + <x>450</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_1024"> + <property name="geometry"> + <rect> + <x>450</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_1025"> + <property name="geometry"> + <rect> + <x>560</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_414"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_415"> + <property name="geometry"> + <rect> + <x>500</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="cond573"> + <property name="geometry"> + <rect> + <x>505</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>2172</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_419"> + <property name="geometry"> + <rect> + <x>390</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>249</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_574"> + <property name="geometry"> + <rect> + <x>0</x> + <y>1440</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_420"> + <property name="geometry"> + <rect> + <x>390</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>246</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_1026"> + <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>SIP300_POS_TMRB_02</string> + </property> + </widget> + <widget class="QLabel" name="label_1027"> + <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>SIP300_POS_TMRB_01</string> + </property> + </widget> + <widget class="QLabel" name="label_1028"> + <property name="geometry"> + <rect> + <x>450</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_1029"> + <property name="geometry"> + <rect> + <x>450</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_1030"> + <property name="geometry"> + <rect> + <x>560</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_416"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_417"> + <property name="geometry"> + <rect> + <x>500</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="cond574"> + <property name="geometry"> + <rect> + <x>505</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>2173</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_421"> + <property name="geometry"> + <rect> + <x>390</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>245</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_575"> + <property name="geometry"> + <rect> + <x>0</x> + <y>1510</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_422"> + <property name="geometry"> + <rect> + <x>390</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>247</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_1031"> + <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>SIP300_POS_TMRB_03</string> + </property> + </widget> + <widget class="QLabel" name="label_1032"> + <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>SIP300_POS_TMRB_02</string> + </property> + </widget> + <widget class="QLabel" name="label_1033"> + <property name="geometry"> + <rect> + <x>450</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_1034"> + <property name="geometry"> + <rect> + <x>450</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_1035"> + <property name="geometry"> + <rect> + <x>560</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_418"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_419"> + <property name="geometry"> + <rect> + <x>500</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="cond575"> + <property name="geometry"> + <rect> + <x>505</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>2174</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_423"> + <property name="geometry"> + <rect> + <x>390</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>246</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_576"> + <property name="geometry"> + <rect> + <x>0</x> + <y>1580</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_424"> + <property name="geometry"> + <rect> + <x>390</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>265</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_1036"> + <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>VGFR_POS_TMRB_04</string> + </property> + </widget> + <widget class="QLabel" name="label_1037"> + <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>SIP300_POS_TMRB_03</string> + </property> + </widget> + <widget class="QLabel" name="label_1038"> + <property name="geometry"> + <rect> + <x>450</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_1039"> + <property name="geometry"> + <rect> + <x>450</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_1040"> + <property name="geometry"> + <rect> + <x>560</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_420"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_421"> + <property name="geometry"> + <rect> + <x>500</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="cond576"> + <property name="geometry"> + <rect> + <x>505</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>2175</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_425"> + <property name="geometry"> + <rect> + <x>390</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>247</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_577"> + <property name="geometry"> + <rect> + <x>0</x> + <y>1650</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_426"> + <property name="geometry"> + <rect> + <x>390</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>271</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_1041"> + <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>OK_TMR_BL</string> + </property> + </widget> + <widget class="QLabel" name="label_1042"> + <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>SIP300_POS_TMR_03</string> + </property> + </widget> + <widget class="QLabel" name="label_1043"> + <property name="geometry"> + <rect> + <x>450</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_1044"> + <property name="geometry"> + <rect> + <x>450</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_1045"> + <property name="geometry"> + <rect> + <x>560</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_422"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_423"> + <property name="geometry"> + <rect> + <x>500</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="cond577"> + <property name="geometry"> + <rect> + <x>505</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>2176</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_427"> + <property name="geometry"> + <rect> + <x>390</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>250</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_578"> + <property name="geometry"> + <rect> + <x>0</x> + <y>1720</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_428"> + <property name="geometry"> + <rect> + <x>390</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>271</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_1046"> + <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>OK_TMR_BL</string> + </property> + </widget> + <widget class="QLabel" name="label_1047"> + <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>SIP300_POS_TMR_03</string> + </property> + </widget> + <widget class="QLabel" name="label_1048"> + <property name="geometry"> + <rect> + <x>450</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_1049"> + <property name="geometry"> + <rect> + <x>450</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_1050"> + <property name="geometry"> + <rect> + <x>560</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_424"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_425"> + <property name="geometry"> + <rect> + <x>500</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="cond578"> + <property name="geometry"> + <rect> + <x>505</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>2177</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_429"> + <property name="geometry"> + <rect> + <x>390</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>250</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_579"> + <property name="geometry"> + <rect> + <x>0</x> + <y>1790</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_430"> + <property name="geometry"> + <rect> + <x>390</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>251</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_1051"> + <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>SIP300_POS_TMR_04</string> + </property> + </widget> + <widget class="QLabel" name="label_1052"> + <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>SIP300_POS_TMRB_01</string> + </property> + </widget> + <widget class="QLabel" name="label_1053"> + <property name="geometry"> + <rect> + <x>450</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_1054"> + <property name="geometry"> + <rect> + <x>450</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_1055"> + <property name="geometry"> + <rect> + <x>560</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_426"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_427"> + <property name="geometry"> + <rect> + <x>500</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="cond579"> + <property name="geometry"> + <rect> + <x>505</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>2178</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_431"> + <property name="geometry"> + <rect> + <x>390</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>245</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_580"> + <property name="geometry"> + <rect> + <x>0</x> + <y>1860</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_432"> + <property name="geometry"> + <rect> + <x>390</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>251</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_1056"> + <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>SIP300_POS_TMR_04</string> + </property> + </widget> + <widget class="QLabel" name="label_1057"> + <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>SIP300_POS_TMRB_02</string> + </property> + </widget> + <widget class="QLabel" name="label_1058"> + <property name="geometry"> + <rect> + <x>450</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_1059"> + <property name="geometry"> + <rect> + <x>450</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_1060"> + <property name="geometry"> + <rect> + <x>560</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_428"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_429"> + <property name="geometry"> + <rect> + <x>500</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="cond580"> + <property name="geometry"> + <rect> + <x>505</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>2179</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_433"> + <property name="geometry"> + <rect> + <x>390</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>246</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_590"> + <property name="geometry"> + <rect> + <x>0</x> + <y>1930</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_434"> + <property name="geometry"> + <rect> + <x>390</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>252</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_1061"> + <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>SIP300_POS_TMRA_01</string> + </property> + </widget> + <widget class="QLabel" name="label_1062"> + <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>SIP150_POS_TMR_05</string> + </property> + </widget> + <widget class="QLabel" name="label_1063"> + <property name="geometry"> + <rect> + <x>450</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_1064"> + <property name="geometry"> + <rect> + <x>450</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_1065"> + <property name="geometry"> + <rect> + <x>560</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_430"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_431"> + <property name="geometry"> + <rect> + <x>500</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="cond590"> + <property name="geometry"> + <rect> + <x>505</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>2159</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_435"> + <property name="geometry"> + <rect> + <x>390</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>249</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_591"> + <property name="geometry"> + <rect> + <x>0</x> + <y>2000</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_436"> + <property name="geometry"> + <rect> + <x>390</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>253</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_1066"> + <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>SIP300_POS_TMRA_02</string> + </property> + </widget> + <widget class="QLabel" name="label_1067"> + <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>SIP300_POS_TMRA_01</string> + </property> + </widget> + <widget class="QLabel" name="label_1068"> + <property name="geometry"> + <rect> + <x>450</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_1069"> + <property name="geometry"> + <rect> + <x>450</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_1070"> + <property name="geometry"> + <rect> + <x>560</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_432"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_433"> + <property name="geometry"> + <rect> + <x>500</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="cond591"> + <property name="geometry"> + <rect> + <x>505</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>2160</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_437"> + <property name="geometry"> + <rect> + <x>390</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>252</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_592"> + <property name="geometry"> + <rect> + <x>0</x> + <y>2070</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_438"> + <property name="geometry"> + <rect> + <x>390</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>254</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_1071"> + <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>SIP300_POS_TMRA_03</string> + </property> + </widget> + <widget class="QLabel" name="label_1072"> + <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>SIP300_POS_TMRA_02</string> + </property> + </widget> + <widget class="QLabel" name="label_1073"> + <property name="geometry"> + <rect> + <x>450</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_1074"> + <property name="geometry"> + <rect> + <x>450</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_1075"> + <property name="geometry"> + <rect> + <x>560</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_434"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_435"> + <property name="geometry"> + <rect> + <x>500</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="cond592"> + <property name="geometry"> + <rect> + <x>505</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>2161</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_439"> + <property name="geometry"> + <rect> + <x>390</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>253</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_593"> + <property name="geometry"> + <rect> + <x>0</x> + <y>2140</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_440"> + <property name="geometry"> + <rect> + <x>390</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>267</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_1076"> + <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>VGFR_POS_TMRA_02</string> + </property> + </widget> + <widget class="QLabel" name="label_1077"> + <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>SIP300_POS_TMRA_03</string> + </property> + </widget> + <widget class="QLabel" name="label_1078"> + <property name="geometry"> + <rect> + <x>450</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_1079"> + <property name="geometry"> + <rect> + <x>450</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_1080"> + <property name="geometry"> + <rect> + <x>560</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_436"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_437"> + <property name="geometry"> + <rect> + <x>500</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="cond593"> + <property name="geometry"> + <rect> + <x>505</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>2162</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_441"> + <property name="geometry"> + <rect> + <x>390</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>254</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_594"> + <property name="geometry"> + <rect> + <x>0</x> + <y>2210</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_442"> + <property name="geometry"> + <rect> + <x>390</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>271</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_1081"> + <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>OK_TMR_BL</string> + </property> + </widget> + <widget class="QLabel" name="label_1082"> + <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>SIP300_POS_TMRA_03</string> + </property> + </widget> + <widget class="QLabel" name="label_1083"> + <property name="geometry"> + <rect> + <x>450</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_1084"> + <property name="geometry"> + <rect> + <x>450</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_1085"> + <property name="geometry"> + <rect> + <x>560</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_438"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_439"> + <property name="geometry"> + <rect> + <x>500</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="cond594"> + <property name="geometry"> + <rect> + <x>505</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>2163</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_443"> + <property name="geometry"> + <rect> + <x>390</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>254</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_595"> + <property name="geometry"> + <rect> + <x>0</x> + <y>2280</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_444"> + <property name="geometry"> + <rect> + <x>390</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>271</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_1086"> + <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>OK_TMR_BL</string> + </property> + </widget> + <widget class="QLabel" name="label_1087"> + <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>SIP300_POS_TMRA_03</string> + </property> + </widget> + <widget class="QLabel" name="label_1088"> + <property name="geometry"> + <rect> + <x>450</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_1089"> + <property name="geometry"> + <rect> + <x>450</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_1090"> + <property name="geometry"> + <rect> + <x>560</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_440"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_441"> + <property name="geometry"> + <rect> + <x>500</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="cond595"> + <property name="geometry"> + <rect> + <x>505</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>2164</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_445"> + <property name="geometry"> + <rect> + <x>390</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>254</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_596"> + <property name="geometry"> + <rect> + <x>0</x> + <y>2350</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_446"> + <property name="geometry"> + <rect> + <x>390</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>242</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_1091"> + <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>SIP150_POS_TMR_04</string> + </property> + </widget> + <widget class="QLabel" name="label_1092"> + <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>SIP300_POS_TMRA_01</string> + </property> + </widget> + <widget class="QLabel" name="label_1093"> + <property name="geometry"> + <rect> + <x>450</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_1094"> + <property name="geometry"> + <rect> + <x>450</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_1095"> + <property name="geometry"> + <rect> + <x>560</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_442"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_443"> + <property name="geometry"> + <rect> + <x>500</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="cond596"> + <property name="geometry"> + <rect> + <x>505</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>2165</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_447"> + <property name="geometry"> + <rect> + <x>390</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>252</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_597"> + <property name="geometry"> + <rect> + <x>0</x> + <y>2420</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_448"> + <property name="geometry"> + <rect> + <x>390</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>242</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_1096"> + <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>SIP150_POS_TMR_04</string> + </property> + </widget> + <widget class="QLabel" name="label_1097"> + <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>SIP300_POS_TMRA_02</string> + </property> + </widget> + <widget class="QLabel" name="label_1098"> + <property name="geometry"> + <rect> + <x>450</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_1099"> + <property name="geometry"> + <rect> + <x>450</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_1100"> + <property name="geometry"> + <rect> + <x>560</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_444"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_445"> + <property name="geometry"> + <rect> + <x>500</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="cond597"> + <property name="geometry"> + <rect> + <x>505</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>2166</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_449"> + <property name="geometry"> + <rect> + <x>390</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>253</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/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/okintck_vlv_pos_tmr_04.cpp b/src/okintck_vlv_pos_tmr_04.cpp new file mode 100755 index 0000000000000000000000000000000000000000..26f4e9c433e03f043a0e7c9d72b7c539324f0dcf --- /dev/null +++ b/src/okintck_vlv_pos_tmr_04.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_vlv_pos_tmr_04.h" +#include <qtango.h> + +okintck_vlv_pos_tmr_04::okintck_vlv_pos_tmr_04(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_vlv_pos_tmr_04::~okintck_vlv_pos_tmr_04() +{ + exit(0); +} + diff --git a/src/okintck_vlv_pos_tmr_04.h b/src/okintck_vlv_pos_tmr_04.h new file mode 100755 index 0000000000000000000000000000000000000000..aad05258c28356386d1a7acedc6a61cdf8dd3fc4 --- /dev/null +++ b/src/okintck_vlv_pos_tmr_04.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_vlv_pos_tmr_04_H +#define okintck_vlv_pos_tmr_04_H + +#include "ui_okintck_vlv_pos_tmr_04.h" +#include <tango.h> +#include <QProcess> +#include <QSettings> + +class okintck_vlv_pos_tmr_04: public QWidget +{ + Q_OBJECT + +public: + okintck_vlv_pos_tmr_04(QWidget * =NULL); + ~okintck_vlv_pos_tmr_04(); + +public slots: + +private: + Ui::okintck_vlv_pos_tmr_04 ui; + QString imgpath; +}; + + +#endif diff --git a/src/okintck_vlv_pos_tmr_04.ui b/src/okintck_vlv_pos_tmr_04.ui new file mode 100755 index 0000000000000000000000000000000000000000..4c5a41fa172751a1c49e571809ba2bd4fac5ec2b --- /dev/null +++ b/src/okintck_vlv_pos_tmr_04.ui @@ -0,0 +1,2304 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>okintck_vlv_pos_tmr_04</class> + <widget class="QWidget" name="okintck_vlv_pos_tmr_04"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>619</width> + <height>389</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </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_VLV_POS_TMR.04</string> + </property> + <widget class="QFrame" name="frame"> + <property name="geometry"> + <rect> + <x>-10</x> + <y>350</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_VLV_POS_TMR.04</string> + </property> + </widget> + <widget class="TTable" name="cond9_2"> + <property name="geometry"> + <rect> + <x>515</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>2048</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="Line" name="line_26"> + <property name="geometry"> + <rect> + <x>500</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_556"> + <property name="geometry"> + <rect> + <x>0</x> + <y>140</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_388"> + <property name="geometry"> + <rect> + <x>390</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>241</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_946"> + <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>SIP150_POS_TMR_03</string> + </property> + </widget> + <widget class="QLabel" name="label_947"> + <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>SIP150_POS_TMR_02</string> + </property> + </widget> + <widget class="QLabel" name="label_948"> + <property name="geometry"> + <rect> + <x>450</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_949"> + <property name="geometry"> + <rect> + <x>450</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_950"> + <property name="geometry"> + <rect> + <x>560</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_384"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_385"> + <property name="geometry"> + <rect> + <x>500</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="cond556"> + <property name="geometry"> + <rect> + <x>505</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>2145</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_389"> + <property name="geometry"> + <rect> + <x>390</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>240</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_558"> + <property name="geometry"> + <rect> + <x>0</x> + <y>280</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_392"> + <property name="geometry"> + <rect> + <x>390</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>242</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_956"> + <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>SIP150_POS_TMR_04</string> + </property> + </widget> + <widget class="QLabel" name="label_957"> + <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>SIP150_POS_TMR_03</string> + </property> + </widget> + <widget class="QLabel" name="label_958"> + <property name="geometry"> + <rect> + <x>450</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_959"> + <property name="geometry"> + <rect> + <x>450</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_960"> + <property name="geometry"> + <rect> + <x>560</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_388"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_389"> + <property name="geometry"> + <rect> + <x>500</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="cond558"> + <property name="geometry"> + <rect> + <x>505</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>2147</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_393"> + <property name="geometry"> + <rect> + <x>390</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>241</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_555"> + <property name="geometry"> + <rect> + <x>0</x> + <y>70</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_386"> + <property name="geometry"> + <rect> + <x>390</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>257</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_938"> + <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>VGFR_POS_TMR_03</string> + </property> + </widget> + <widget class="QLabel" name="label_939"> + <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>SIP150_POS_TMR_02</string> + </property> + </widget> + <widget class="QLabel" name="label_943"> + <property name="geometry"> + <rect> + <x>450</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_944"> + <property name="geometry"> + <rect> + <x>450</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_945"> + <property name="geometry"> + <rect> + <x>560</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_381"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_383"> + <property name="geometry"> + <rect> + <x>500</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="cond555"> + <property name="geometry"> + <rect> + <x>505</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>1565</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_387"> + <property name="geometry"> + <rect> + <x>390</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>240</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_557"> + <property name="geometry"> + <rect> + <x>0</x> + <y>210</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_390"> + <property name="geometry"> + <rect> + <x>390</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>258</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_951"> + <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>VGFR_POS_TMR_04</string> + </property> + </widget> + <widget class="QLabel" name="label_952"> + <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>SIP150_POS_TMR_03</string> + </property> + </widget> + <widget class="QLabel" name="label_953"> + <property name="geometry"> + <rect> + <x>450</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_954"> + <property name="geometry"> + <rect> + <x>450</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_955"> + <property name="geometry"> + <rect> + <x>560</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_386"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_387"> + <property name="geometry"> + <rect> + <x>500</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="cond557"> + <property name="geometry"> + <rect> + <x>505</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>2146</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_391"> + <property name="geometry"> + <rect> + <x>390</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>241</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + </widget> + <widget class="QFrame" name="cond_554"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>620</width> + <height>70</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <widget class="TTable" name="tTable_384"> + <property name="geometry"> + <rect> + <x>390</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>240</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="QLabel" name="label_936"> + <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>SIP150_POS_TMR_02</string> + </property> + </widget> + <widget class="QLabel" name="label_937"> + <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>SIP150_POS_TMR_01</string> + </property> + </widget> + <widget class="QLabel" name="label_940"> + <property name="geometry"> + <rect> + <x>450</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_941"> + <property name="geometry"> + <rect> + <x>450</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_942"> + <property name="geometry"> + <rect> + <x>560</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_380"> + <property name="geometry"> + <rect> + <x>0</x> + <y>36</y> + <width>500</width> + <height>3</height> + </rect> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + <widget class="Line" name="line_382"> + <property name="geometry"> + <rect> + <x>500</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="cond554"> + <property name="geometry"> + <rect> + <x>505</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>1564</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_385"> + <property name="geometry"> + <rect> + <x>390</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>269</string> + </property> + <property name="source"> + <string>srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/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_vlv_pos_tmr_04.h b/src/ui_okintck_vlv_pos_tmr_04.h new file mode 100755 index 0000000000000000000000000000000000000000..a9e2ef3af3aecdb6f2acf62a5b88de08c9da5d48 --- /dev/null +++ b/src/ui_okintck_vlv_pos_tmr_04.h @@ -0,0 +1,666 @@ +/******************************************************************************** +** Form generated from reading UI file 'okintck_vlv_pos_tmr_04.ui' +** +** Created: Wed Mar 7 11:40:39 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_VLV_POS_TMR_04_H +#define UI_OKINTCK_VLV_POS_TMR_04_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_vlv_pos_tmr_04 +{ +public: + QFrame *frame; + QLabel *label_79; + TTable *cond9_2; + QFrame *line_26; + QFrame *cond_556; + TTable *tTable_388; + QLabel *label_946; + QLabel *label_947; + QLabel *label_948; + QLabel *label_949; + QLabel *label_950; + QFrame *line_384; + QFrame *line_385; + TTable *cond556; + TTable *tTable_389; + QFrame *cond_558; + TTable *tTable_392; + QLabel *label_956; + QLabel *label_957; + QLabel *label_958; + QLabel *label_959; + QLabel *label_960; + QFrame *line_388; + QFrame *line_389; + TTable *cond558; + TTable *tTable_393; + QFrame *cond_555; + TTable *tTable_386; + QLabel *label_938; + QLabel *label_939; + QLabel *label_943; + QLabel *label_944; + QLabel *label_945; + QFrame *line_381; + QFrame *line_383; + TTable *cond555; + TTable *tTable_387; + QFrame *cond_557; + TTable *tTable_390; + QLabel *label_951; + QLabel *label_952; + QLabel *label_953; + QLabel *label_954; + QLabel *label_955; + QFrame *line_386; + QFrame *line_387; + TTable *cond557; + TTable *tTable_391; + QFrame *cond_554; + TTable *tTable_384; + QLabel *label_936; + QLabel *label_937; + QLabel *label_940; + QLabel *label_941; + QLabel *label_942; + QFrame *line_380; + QFrame *line_382; + TTable *cond554; + TTable *tTable_385; + + void setupUi(QWidget *okintck_vlv_pos_tmr_04) + { + if (okintck_vlv_pos_tmr_04->objectName().isEmpty()) + okintck_vlv_pos_tmr_04->setObjectName(QString::fromUtf8("okintck_vlv_pos_tmr_04")); + okintck_vlv_pos_tmr_04->resize(619, 389); + QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred); + sizePolicy.setHorizontalStretch(0); + sizePolicy.setVerticalStretch(0); + sizePolicy.setHeightForWidth(okintck_vlv_pos_tmr_04->sizePolicy().hasHeightForWidth()); + okintck_vlv_pos_tmr_04->setSizePolicy(sizePolicy); + 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_vlv_pos_tmr_04->setPalette(palette); + frame = new QFrame(okintck_vlv_pos_tmr_04); + frame->setObjectName(QString::fromUtf8("frame")); + frame->setGeometry(QRect(-10, 350, 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(515, 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(500, 0, 3, 40)); + line_26->setFrameShape(QFrame::VLine); + line_26->setFrameShadow(QFrame::Sunken); + cond_556 = new QFrame(okintck_vlv_pos_tmr_04); + cond_556->setObjectName(QString::fromUtf8("cond_556")); + cond_556->setGeometry(QRect(0, 140, 620, 70)); + cond_556->setFrameShape(QFrame::Box); + tTable_388 = new TTable(cond_556); + tTable_388->setObjectName(QString::fromUtf8("tTable_388")); + tTable_388->setGeometry(QRect(390, 40, 56, 24)); + tTable_388->setFont(font1); + tTable_388->setNumRows(1); + tTable_388->setNumColumns(1); + label_946 = new QLabel(cond_556); + label_946->setObjectName(QString::fromUtf8("label_946")); + label_946->setGeometry(QRect(10, 40, 320, 24)); + label_946->setFont(font1); + label_947 = new QLabel(cond_556); + label_947->setObjectName(QString::fromUtf8("label_947")); + label_947->setGeometry(QRect(10, 10, 320, 24)); + label_947->setFont(font1); + label_948 = new QLabel(cond_556); + label_948->setObjectName(QString::fromUtf8("label_948")); + label_948->setGeometry(QRect(450, 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_948->setPalette(palette2); + QFont font2; + font2.setPointSize(16); + font2.setBold(true); + font2.setWeight(75); + label_948->setFont(font2); + label_948->setAlignment(Qt::AlignCenter); + label_949 = new QLabel(cond_556); + label_949->setObjectName(QString::fromUtf8("label_949")); + label_949->setGeometry(QRect(450, 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_949->setPalette(palette3); + label_949->setFont(font2); + label_949->setAlignment(Qt::AlignCenter); + label_950 = new QLabel(cond_556); + label_950->setObjectName(QString::fromUtf8("label_950")); + label_950->setGeometry(QRect(560, 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_950->setPalette(palette4); + label_950->setFont(font2); + label_950->setAlignment(Qt::AlignCenter); + line_384 = new QFrame(cond_556); + line_384->setObjectName(QString::fromUtf8("line_384")); + line_384->setGeometry(QRect(0, 36, 500, 3)); + line_384->setFrameShape(QFrame::HLine); + line_384->setFrameShadow(QFrame::Sunken); + line_385 = new QFrame(cond_556); + line_385->setObjectName(QString::fromUtf8("line_385")); + line_385->setGeometry(QRect(500, 0, 3, 70)); + line_385->setFrameShape(QFrame::VLine); + line_385->setFrameShadow(QFrame::Sunken); + cond556 = new TTable(cond_556); + cond556->setObjectName(QString::fromUtf8("cond556")); + cond556->setGeometry(QRect(505, 23, 56, 24)); + cond556->setFont(font1); + cond556->setNumRows(1); + cond556->setNumColumns(1); + tTable_389 = new TTable(cond_556); + tTable_389->setObjectName(QString::fromUtf8("tTable_389")); + tTable_389->setGeometry(QRect(390, 10, 56, 24)); + tTable_389->setFont(font1); + tTable_389->setNumRows(1); + tTable_389->setNumColumns(1); + cond_558 = new QFrame(okintck_vlv_pos_tmr_04); + cond_558->setObjectName(QString::fromUtf8("cond_558")); + cond_558->setGeometry(QRect(0, 280, 620, 70)); + cond_558->setFrameShape(QFrame::Box); + tTable_392 = new TTable(cond_558); + tTable_392->setObjectName(QString::fromUtf8("tTable_392")); + tTable_392->setGeometry(QRect(390, 40, 56, 24)); + tTable_392->setFont(font1); + tTable_392->setNumRows(1); + tTable_392->setNumColumns(1); + label_956 = new QLabel(cond_558); + label_956->setObjectName(QString::fromUtf8("label_956")); + label_956->setGeometry(QRect(10, 40, 320, 24)); + label_956->setFont(font1); + label_957 = new QLabel(cond_558); + label_957->setObjectName(QString::fromUtf8("label_957")); + label_957->setGeometry(QRect(10, 10, 320, 24)); + label_957->setFont(font1); + label_958 = new QLabel(cond_558); + label_958->setObjectName(QString::fromUtf8("label_958")); + label_958->setGeometry(QRect(450, 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_958->setPalette(palette5); + label_958->setFont(font2); + label_958->setAlignment(Qt::AlignCenter); + label_959 = new QLabel(cond_558); + label_959->setObjectName(QString::fromUtf8("label_959")); + label_959->setGeometry(QRect(450, 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_959->setPalette(palette6); + label_959->setFont(font2); + label_959->setAlignment(Qt::AlignCenter); + label_960 = new QLabel(cond_558); + label_960->setObjectName(QString::fromUtf8("label_960")); + label_960->setGeometry(QRect(560, 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_960->setPalette(palette7); + label_960->setFont(font2); + label_960->setAlignment(Qt::AlignCenter); + line_388 = new QFrame(cond_558); + line_388->setObjectName(QString::fromUtf8("line_388")); + line_388->setGeometry(QRect(0, 36, 500, 3)); + line_388->setFrameShape(QFrame::HLine); + line_388->setFrameShadow(QFrame::Sunken); + line_389 = new QFrame(cond_558); + line_389->setObjectName(QString::fromUtf8("line_389")); + line_389->setGeometry(QRect(500, 0, 3, 70)); + line_389->setFrameShape(QFrame::VLine); + line_389->setFrameShadow(QFrame::Sunken); + cond558 = new TTable(cond_558); + cond558->setObjectName(QString::fromUtf8("cond558")); + cond558->setGeometry(QRect(505, 23, 56, 24)); + cond558->setFont(font1); + cond558->setNumRows(1); + cond558->setNumColumns(1); + tTable_393 = new TTable(cond_558); + tTable_393->setObjectName(QString::fromUtf8("tTable_393")); + tTable_393->setGeometry(QRect(390, 10, 56, 24)); + tTable_393->setFont(font1); + tTable_393->setNumRows(1); + tTable_393->setNumColumns(1); + cond_555 = new QFrame(okintck_vlv_pos_tmr_04); + cond_555->setObjectName(QString::fromUtf8("cond_555")); + cond_555->setGeometry(QRect(0, 70, 620, 70)); + cond_555->setFrameShape(QFrame::Box); + tTable_386 = new TTable(cond_555); + tTable_386->setObjectName(QString::fromUtf8("tTable_386")); + tTable_386->setGeometry(QRect(390, 40, 56, 24)); + tTable_386->setFont(font1); + tTable_386->setNumRows(1); + tTable_386->setNumColumns(1); + label_938 = new QLabel(cond_555); + label_938->setObjectName(QString::fromUtf8("label_938")); + label_938->setGeometry(QRect(10, 40, 320, 24)); + label_938->setFont(font1); + label_939 = new QLabel(cond_555); + label_939->setObjectName(QString::fromUtf8("label_939")); + label_939->setGeometry(QRect(10, 10, 320, 24)); + label_939->setFont(font1); + label_943 = new QLabel(cond_555); + label_943->setObjectName(QString::fromUtf8("label_943")); + label_943->setGeometry(QRect(450, 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_943->setPalette(palette8); + label_943->setFont(font2); + label_943->setAlignment(Qt::AlignCenter); + label_944 = new QLabel(cond_555); + label_944->setObjectName(QString::fromUtf8("label_944")); + label_944->setGeometry(QRect(450, 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_944->setPalette(palette9); + label_944->setFont(font2); + label_944->setAlignment(Qt::AlignCenter); + label_945 = new QLabel(cond_555); + label_945->setObjectName(QString::fromUtf8("label_945")); + label_945->setGeometry(QRect(560, 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_945->setPalette(palette10); + label_945->setFont(font2); + label_945->setAlignment(Qt::AlignCenter); + line_381 = new QFrame(cond_555); + line_381->setObjectName(QString::fromUtf8("line_381")); + line_381->setGeometry(QRect(0, 36, 500, 3)); + line_381->setFrameShape(QFrame::HLine); + line_381->setFrameShadow(QFrame::Sunken); + line_383 = new QFrame(cond_555); + line_383->setObjectName(QString::fromUtf8("line_383")); + line_383->setGeometry(QRect(500, 0, 3, 70)); + line_383->setFrameShape(QFrame::VLine); + line_383->setFrameShadow(QFrame::Sunken); + cond555 = new TTable(cond_555); + cond555->setObjectName(QString::fromUtf8("cond555")); + cond555->setGeometry(QRect(505, 23, 56, 24)); + cond555->setFont(font1); + cond555->setNumRows(1); + cond555->setNumColumns(1); + tTable_387 = new TTable(cond_555); + tTable_387->setObjectName(QString::fromUtf8("tTable_387")); + tTable_387->setGeometry(QRect(390, 10, 56, 24)); + tTable_387->setFont(font1); + tTable_387->setNumRows(1); + tTable_387->setNumColumns(1); + cond_557 = new QFrame(okintck_vlv_pos_tmr_04); + cond_557->setObjectName(QString::fromUtf8("cond_557")); + cond_557->setGeometry(QRect(0, 210, 620, 70)); + cond_557->setFrameShape(QFrame::Box); + tTable_390 = new TTable(cond_557); + tTable_390->setObjectName(QString::fromUtf8("tTable_390")); + tTable_390->setGeometry(QRect(390, 40, 56, 24)); + tTable_390->setFont(font1); + tTable_390->setNumRows(1); + tTable_390->setNumColumns(1); + label_951 = new QLabel(cond_557); + label_951->setObjectName(QString::fromUtf8("label_951")); + label_951->setGeometry(QRect(10, 40, 320, 24)); + label_951->setFont(font1); + label_952 = new QLabel(cond_557); + label_952->setObjectName(QString::fromUtf8("label_952")); + label_952->setGeometry(QRect(10, 10, 320, 24)); + label_952->setFont(font1); + label_953 = new QLabel(cond_557); + label_953->setObjectName(QString::fromUtf8("label_953")); + label_953->setGeometry(QRect(450, 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_953->setPalette(palette11); + label_953->setFont(font2); + label_953->setAlignment(Qt::AlignCenter); + label_954 = new QLabel(cond_557); + label_954->setObjectName(QString::fromUtf8("label_954")); + label_954->setGeometry(QRect(450, 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_954->setPalette(palette12); + label_954->setFont(font2); + label_954->setAlignment(Qt::AlignCenter); + label_955 = new QLabel(cond_557); + label_955->setObjectName(QString::fromUtf8("label_955")); + label_955->setGeometry(QRect(560, 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_955->setPalette(palette13); + label_955->setFont(font2); + label_955->setAlignment(Qt::AlignCenter); + line_386 = new QFrame(cond_557); + line_386->setObjectName(QString::fromUtf8("line_386")); + line_386->setGeometry(QRect(0, 36, 500, 3)); + line_386->setFrameShape(QFrame::HLine); + line_386->setFrameShadow(QFrame::Sunken); + line_387 = new QFrame(cond_557); + line_387->setObjectName(QString::fromUtf8("line_387")); + line_387->setGeometry(QRect(500, 0, 3, 70)); + line_387->setFrameShape(QFrame::VLine); + line_387->setFrameShadow(QFrame::Sunken); + cond557 = new TTable(cond_557); + cond557->setObjectName(QString::fromUtf8("cond557")); + cond557->setGeometry(QRect(505, 23, 56, 24)); + cond557->setFont(font1); + cond557->setNumRows(1); + cond557->setNumColumns(1); + tTable_391 = new TTable(cond_557); + tTable_391->setObjectName(QString::fromUtf8("tTable_391")); + tTable_391->setGeometry(QRect(390, 10, 56, 24)); + tTable_391->setFont(font1); + tTable_391->setNumRows(1); + tTable_391->setNumColumns(1); + cond_554 = new QFrame(okintck_vlv_pos_tmr_04); + cond_554->setObjectName(QString::fromUtf8("cond_554")); + cond_554->setGeometry(QRect(0, 0, 620, 70)); + cond_554->setFrameShape(QFrame::Box); + tTable_384 = new TTable(cond_554); + tTable_384->setObjectName(QString::fromUtf8("tTable_384")); + tTable_384->setGeometry(QRect(390, 40, 56, 24)); + tTable_384->setFont(font1); + tTable_384->setNumRows(1); + tTable_384->setNumColumns(1); + label_936 = new QLabel(cond_554); + label_936->setObjectName(QString::fromUtf8("label_936")); + label_936->setGeometry(QRect(10, 40, 320, 24)); + label_936->setFont(font1); + label_937 = new QLabel(cond_554); + label_937->setObjectName(QString::fromUtf8("label_937")); + label_937->setGeometry(QRect(10, 10, 320, 24)); + label_937->setFont(font1); + label_940 = new QLabel(cond_554); + label_940->setObjectName(QString::fromUtf8("label_940")); + label_940->setGeometry(QRect(450, 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_940->setPalette(palette14); + label_940->setFont(font2); + label_940->setAlignment(Qt::AlignCenter); + label_941 = new QLabel(cond_554); + label_941->setObjectName(QString::fromUtf8("label_941")); + label_941->setGeometry(QRect(450, 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_941->setPalette(palette15); + label_941->setFont(font2); + label_941->setAlignment(Qt::AlignCenter); + label_942 = new QLabel(cond_554); + label_942->setObjectName(QString::fromUtf8("label_942")); + label_942->setGeometry(QRect(560, 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_942->setPalette(palette16); + label_942->setFont(font2); + label_942->setAlignment(Qt::AlignCenter); + line_380 = new QFrame(cond_554); + line_380->setObjectName(QString::fromUtf8("line_380")); + line_380->setGeometry(QRect(0, 36, 500, 3)); + line_380->setFrameShape(QFrame::HLine); + line_380->setFrameShadow(QFrame::Sunken); + line_382 = new QFrame(cond_554); + line_382->setObjectName(QString::fromUtf8("line_382")); + line_382->setGeometry(QRect(500, 0, 3, 70)); + line_382->setFrameShape(QFrame::VLine); + line_382->setFrameShadow(QFrame::Sunken); + cond554 = new TTable(cond_554); + cond554->setObjectName(QString::fromUtf8("cond554")); + cond554->setGeometry(QRect(505, 23, 56, 24)); + cond554->setFont(font1); + cond554->setNumRows(1); + cond554->setNumColumns(1); + tTable_385 = new TTable(cond_554); + tTable_385->setObjectName(QString::fromUtf8("tTable_385")); + tTable_385->setGeometry(QRect(390, 10, 56, 24)); + tTable_385->setFont(font1); + tTable_385->setNumRows(1); + tTable_385->setNumColumns(1); + + retranslateUi(okintck_vlv_pos_tmr_04); + + QMetaObject::connectSlotsByName(okintck_vlv_pos_tmr_04); + } // setupUi + + void retranslateUi(QWidget *okintck_vlv_pos_tmr_04) + { + okintck_vlv_pos_tmr_04->setWindowTitle(QApplication::translate("okintck_vlv_pos_tmr_04", "OKINTCK_VLV_POS_TMR.04", 0, QApplication::UnicodeUTF8)); + label_79->setText(QApplication::translate("okintck_vlv_pos_tmr_04", "OKINTCK_VLV_POS_TMR.04", 0, QApplication::UnicodeUTF8)); + cond9_2->setTrueColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4278241280", 0, QApplication::UnicodeUTF8)); + cond9_2->setFalseColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4292608000", 0, QApplication::UnicodeUTF8)); + cond9_2->setTrueStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "OK", 0, QApplication::UnicodeUTF8)); + cond9_2->setFalseStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "NOK", 0, QApplication::UnicodeUTF8)); + cond9_2->setDisplayMask(QApplication::translate("okintck_vlv_pos_tmr_04", "2048", 0, QApplication::UnicodeUTF8)); + cond9_2->setSource(QApplication::translate("okintck_vlv_pos_tmr_04", "srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_388->setTrueColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_388->setFalseColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_388->setTrueStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "OK", 0, QApplication::UnicodeUTF8)); + tTable_388->setFalseStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "NOK", 0, QApplication::UnicodeUTF8)); + tTable_388->setDisplayMask(QApplication::translate("okintck_vlv_pos_tmr_04", "241", 0, QApplication::UnicodeUTF8)); + tTable_388->setSource(QApplication::translate("okintck_vlv_pos_tmr_04", "srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + label_946->setText(QApplication::translate("okintck_vlv_pos_tmr_04", "SIP150_POS_TMR_03", 0, QApplication::UnicodeUTF8)); + label_947->setText(QApplication::translate("okintck_vlv_pos_tmr_04", "SIP150_POS_TMR_02", 0, QApplication::UnicodeUTF8)); + label_948->setText(QApplication::translate("okintck_vlv_pos_tmr_04", "OR", 0, QApplication::UnicodeUTF8)); + label_949->setText(QApplication::translate("okintck_vlv_pos_tmr_04", "OR", 0, QApplication::UnicodeUTF8)); + label_950->setText(QApplication::translate("okintck_vlv_pos_tmr_04", "AND", 0, QApplication::UnicodeUTF8)); + cond556->setTrueColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4278241280", 0, QApplication::UnicodeUTF8)); + cond556->setFalseColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4292608000", 0, QApplication::UnicodeUTF8)); + cond556->setTrueStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "OK", 0, QApplication::UnicodeUTF8)); + cond556->setFalseStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "NOK", 0, QApplication::UnicodeUTF8)); + cond556->setDisplayMask(QApplication::translate("okintck_vlv_pos_tmr_04", "2145", 0, QApplication::UnicodeUTF8)); + cond556->setSource(QApplication::translate("okintck_vlv_pos_tmr_04", "srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_389->setTrueColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_389->setFalseColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_389->setTrueStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "OK", 0, QApplication::UnicodeUTF8)); + tTable_389->setFalseStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "NOK", 0, QApplication::UnicodeUTF8)); + tTable_389->setDisplayMask(QApplication::translate("okintck_vlv_pos_tmr_04", "240", 0, QApplication::UnicodeUTF8)); + tTable_389->setSource(QApplication::translate("okintck_vlv_pos_tmr_04", "srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_392->setTrueColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_392->setFalseColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_392->setTrueStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "OK", 0, QApplication::UnicodeUTF8)); + tTable_392->setFalseStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "NOK", 0, QApplication::UnicodeUTF8)); + tTable_392->setDisplayMask(QApplication::translate("okintck_vlv_pos_tmr_04", "242", 0, QApplication::UnicodeUTF8)); + tTable_392->setSource(QApplication::translate("okintck_vlv_pos_tmr_04", "srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + label_956->setText(QApplication::translate("okintck_vlv_pos_tmr_04", "SIP150_POS_TMR_04", 0, QApplication::UnicodeUTF8)); + label_957->setText(QApplication::translate("okintck_vlv_pos_tmr_04", "SIP150_POS_TMR_03", 0, QApplication::UnicodeUTF8)); + label_958->setText(QApplication::translate("okintck_vlv_pos_tmr_04", "OR", 0, QApplication::UnicodeUTF8)); + label_959->setText(QApplication::translate("okintck_vlv_pos_tmr_04", "OR", 0, QApplication::UnicodeUTF8)); + label_960->setText(QApplication::translate("okintck_vlv_pos_tmr_04", "AND", 0, QApplication::UnicodeUTF8)); + cond558->setTrueColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4278241280", 0, QApplication::UnicodeUTF8)); + cond558->setFalseColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4292608000", 0, QApplication::UnicodeUTF8)); + cond558->setTrueStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "OK", 0, QApplication::UnicodeUTF8)); + cond558->setFalseStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "NOK", 0, QApplication::UnicodeUTF8)); + cond558->setDisplayMask(QApplication::translate("okintck_vlv_pos_tmr_04", "2147", 0, QApplication::UnicodeUTF8)); + cond558->setSource(QApplication::translate("okintck_vlv_pos_tmr_04", "srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_393->setTrueColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_393->setFalseColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_393->setTrueStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "OK", 0, QApplication::UnicodeUTF8)); + tTable_393->setFalseStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "NOK", 0, QApplication::UnicodeUTF8)); + tTable_393->setDisplayMask(QApplication::translate("okintck_vlv_pos_tmr_04", "241", 0, QApplication::UnicodeUTF8)); + tTable_393->setSource(QApplication::translate("okintck_vlv_pos_tmr_04", "srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_386->setTrueColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_386->setFalseColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_386->setTrueStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "OK", 0, QApplication::UnicodeUTF8)); + tTable_386->setFalseStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "NOK", 0, QApplication::UnicodeUTF8)); + tTable_386->setDisplayMask(QApplication::translate("okintck_vlv_pos_tmr_04", "257", 0, QApplication::UnicodeUTF8)); + tTable_386->setSource(QApplication::translate("okintck_vlv_pos_tmr_04", "srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + label_938->setText(QApplication::translate("okintck_vlv_pos_tmr_04", "VGFR_POS_TMR_03", 0, QApplication::UnicodeUTF8)); + label_939->setText(QApplication::translate("okintck_vlv_pos_tmr_04", "SIP150_POS_TMR_02", 0, QApplication::UnicodeUTF8)); + label_943->setText(QApplication::translate("okintck_vlv_pos_tmr_04", "OR", 0, QApplication::UnicodeUTF8)); + label_944->setText(QApplication::translate("okintck_vlv_pos_tmr_04", "OR", 0, QApplication::UnicodeUTF8)); + label_945->setText(QApplication::translate("okintck_vlv_pos_tmr_04", "AND", 0, QApplication::UnicodeUTF8)); + cond555->setTrueColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4278241280", 0, QApplication::UnicodeUTF8)); + cond555->setFalseColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4292608000", 0, QApplication::UnicodeUTF8)); + cond555->setTrueStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "OK", 0, QApplication::UnicodeUTF8)); + cond555->setFalseStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "NOK", 0, QApplication::UnicodeUTF8)); + cond555->setDisplayMask(QApplication::translate("okintck_vlv_pos_tmr_04", "1565", 0, QApplication::UnicodeUTF8)); + cond555->setSource(QApplication::translate("okintck_vlv_pos_tmr_04", "srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_387->setTrueColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_387->setFalseColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_387->setTrueStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "OK", 0, QApplication::UnicodeUTF8)); + tTable_387->setFalseStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "NOK", 0, QApplication::UnicodeUTF8)); + tTable_387->setDisplayMask(QApplication::translate("okintck_vlv_pos_tmr_04", "240", 0, QApplication::UnicodeUTF8)); + tTable_387->setSource(QApplication::translate("okintck_vlv_pos_tmr_04", "srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_390->setTrueColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_390->setFalseColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_390->setTrueStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "OK", 0, QApplication::UnicodeUTF8)); + tTable_390->setFalseStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "NOK", 0, QApplication::UnicodeUTF8)); + tTable_390->setDisplayMask(QApplication::translate("okintck_vlv_pos_tmr_04", "258", 0, QApplication::UnicodeUTF8)); + tTable_390->setSource(QApplication::translate("okintck_vlv_pos_tmr_04", "srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + label_951->setText(QApplication::translate("okintck_vlv_pos_tmr_04", "VGFR_POS_TMR_04", 0, QApplication::UnicodeUTF8)); + label_952->setText(QApplication::translate("okintck_vlv_pos_tmr_04", "SIP150_POS_TMR_03", 0, QApplication::UnicodeUTF8)); + label_953->setText(QApplication::translate("okintck_vlv_pos_tmr_04", "OR", 0, QApplication::UnicodeUTF8)); + label_954->setText(QApplication::translate("okintck_vlv_pos_tmr_04", "OR", 0, QApplication::UnicodeUTF8)); + label_955->setText(QApplication::translate("okintck_vlv_pos_tmr_04", "AND", 0, QApplication::UnicodeUTF8)); + cond557->setTrueColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4278241280", 0, QApplication::UnicodeUTF8)); + cond557->setFalseColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4292608000", 0, QApplication::UnicodeUTF8)); + cond557->setTrueStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "OK", 0, QApplication::UnicodeUTF8)); + cond557->setFalseStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "NOK", 0, QApplication::UnicodeUTF8)); + cond557->setDisplayMask(QApplication::translate("okintck_vlv_pos_tmr_04", "2146", 0, QApplication::UnicodeUTF8)); + cond557->setSource(QApplication::translate("okintck_vlv_pos_tmr_04", "srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_391->setTrueColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_391->setFalseColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_391->setTrueStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "OK", 0, QApplication::UnicodeUTF8)); + tTable_391->setFalseStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "NOK", 0, QApplication::UnicodeUTF8)); + tTable_391->setDisplayMask(QApplication::translate("okintck_vlv_pos_tmr_04", "241", 0, QApplication::UnicodeUTF8)); + tTable_391->setSource(QApplication::translate("okintck_vlv_pos_tmr_04", "srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_384->setTrueColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_384->setFalseColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_384->setTrueStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "OK", 0, QApplication::UnicodeUTF8)); + tTable_384->setFalseStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "NOK", 0, QApplication::UnicodeUTF8)); + tTable_384->setDisplayMask(QApplication::translate("okintck_vlv_pos_tmr_04", "240", 0, QApplication::UnicodeUTF8)); + tTable_384->setSource(QApplication::translate("okintck_vlv_pos_tmr_04", "srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + label_936->setText(QApplication::translate("okintck_vlv_pos_tmr_04", "SIP150_POS_TMR_02", 0, QApplication::UnicodeUTF8)); + label_937->setText(QApplication::translate("okintck_vlv_pos_tmr_04", "SIP150_POS_TMR_01", 0, QApplication::UnicodeUTF8)); + label_940->setText(QApplication::translate("okintck_vlv_pos_tmr_04", "OR", 0, QApplication::UnicodeUTF8)); + label_941->setText(QApplication::translate("okintck_vlv_pos_tmr_04", "OR", 0, QApplication::UnicodeUTF8)); + label_942->setText(QApplication::translate("okintck_vlv_pos_tmr_04", "AND", 0, QApplication::UnicodeUTF8)); + cond554->setTrueColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4278241280", 0, QApplication::UnicodeUTF8)); + cond554->setFalseColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4292608000", 0, QApplication::UnicodeUTF8)); + cond554->setTrueStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "OK", 0, QApplication::UnicodeUTF8)); + cond554->setFalseStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "NOK", 0, QApplication::UnicodeUTF8)); + cond554->setDisplayMask(QApplication::translate("okintck_vlv_pos_tmr_04", "1564", 0, QApplication::UnicodeUTF8)); + cond554->setSource(QApplication::translate("okintck_vlv_pos_tmr_04", "srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_385->setTrueColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_385->setFalseColors(QApplication::translate("okintck_vlv_pos_tmr_04", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_385->setTrueStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "OK", 0, QApplication::UnicodeUTF8)); + tTable_385->setFalseStrings(QApplication::translate("okintck_vlv_pos_tmr_04", "NOK", 0, QApplication::UnicodeUTF8)); + tTable_385->setDisplayMask(QApplication::translate("okintck_vlv_pos_tmr_04", "269", 0, QApplication::UnicodeUTF8)); + tTable_385->setSource(QApplication::translate("okintck_vlv_pos_tmr_04", "srv-padres-srf:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + } // retranslateUi + +}; + +namespace Ui { + class okintck_vlv_pos_tmr_04: public Ui_okintck_vlv_pos_tmr_04 {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_OKINTCK_VLV_POS_TMR_04_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. * + ***************************************************************************/