diff --git a/COPYING b/COPYING index 94a9ed02..818433ec 100644 --- a/COPYING +++ b/COPYING @@ -1,674 +1,674 @@ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. 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 -them 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 prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. 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. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey 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; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If 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 convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU 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 that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - 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. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -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. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - 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 -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - 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 3 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, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program 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, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU 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 Lesser General -Public License instead of this License. But first, please read -. + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. 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 +them 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 prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. 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. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey 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; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If 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 convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU 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 that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + 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. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +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. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + 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 +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + 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 3 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, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program 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, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU 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 Lesser General +Public License instead of this License. But first, please read +. diff --git a/DSLogic-gui/CMakeFiles/CMakeDetermineCompilerABI_C.bin b/DSLogic-gui/CMakeFiles/CMakeDetermineCompilerABI_C.bin deleted file mode 100644 index 98d63e3e..00000000 Binary files a/DSLogic-gui/CMakeFiles/CMakeDetermineCompilerABI_C.bin and /dev/null differ diff --git a/DSLogic-gui/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin b/DSLogic-gui/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin deleted file mode 100644 index 5591833f..00000000 Binary files a/DSLogic-gui/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin and /dev/null differ diff --git a/DSLogic-gui/CMakeFiles/CompilerIdC/a.out b/DSLogic-gui/CMakeFiles/CompilerIdC/a.out deleted file mode 100644 index 49e29d4d..00000000 Binary files a/DSLogic-gui/CMakeFiles/CompilerIdC/a.out and /dev/null differ diff --git a/DSLogic-gui/CMakeFiles/CompilerIdCXX/a.out b/DSLogic-gui/CMakeFiles/CompilerIdCXX/a.out deleted file mode 100644 index 4e7c4e28..00000000 Binary files a/DSLogic-gui/CMakeFiles/CompilerIdCXX/a.out and /dev/null differ diff --git a/DSLogic-gui/CMakeLists.txt b/DSLogic-gui/CMakeLists.txt index 70550081..539ab0df 100644 --- a/DSLogic-gui/CMakeLists.txt +++ b/DSLogic-gui/CMakeLists.txt @@ -85,8 +85,8 @@ set(DS_TITLE DSLogic) set(DS_DESCRIPTION "A GUI for DSLogic") set(DS_VERSION_MAJOR 0) -set(DS_VERSION_MINOR 2) -set(DS_VERSION_MICRO 1) +set(DS_VERSION_MINOR 3) +set(DS_VERSION_MICRO 0) set(DS_VERSION_STRING ${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO} ) @@ -156,6 +156,8 @@ set(DSLogic_SOURCES pv/view/view.cpp pv/view/viewport.cpp pv/view/dsosignal.cpp + pv/view/dsldial.cpp + pv/dock/dsotriggerdock.cpp ) set(DSLogic_HEADERS @@ -187,6 +189,8 @@ set(DSLogic_HEADERS pv/view/view.h pv/view/dsosignal.h pv/view/viewport.h + pv/view/dsldial.h + pv/dock/dsotriggerdock.h ) set(DSLogic_FORMS diff --git a/DSLogic-gui/INSTALL b/DSLogic-gui/INSTALL index 4032ead4..126579be 100644 --- a/DSLogic-gui/INSTALL +++ b/DSLogic-gui/INSTALL @@ -1,49 +1,49 @@ -------------------------------------------------------------------------------- -INSTALL -------------------------------------------------------------------------------- - -Requirements ------------- - - - git - - g++ - - make - - libtool - - pkg-config >= 0.22 - - cmake >= 2.6 - - libglib >= 2.28.0 - - Qt >= 4.5 - - libboost >= 1.42 (including the following libs): - - libboost-system - - libboost-thread - - libsigrok4DSLogic >= 0.2.0 - - -Building and installing ------------------------ -Get the DSLogic-gui source code from: www.dreamsourcelab.com/download.html -In order to build it, run: - - $ cd DSLogic-gui - $ cmake . - $ make - -For installing PulseView: - - $ make install - -See the following wiki page for more (OS-specific) instructions: - - http://sigrok.org/wiki/Building - - -Creating a source distribution package --------------------------------------- - -In order to build a source package begin with an unconfigured source tree. - - $ mkdir dist - $ cd dist - $ cmake .. - $ make package_source - +------------------------------------------------------------------------------- +INSTALL +------------------------------------------------------------------------------- + +Requirements +------------ + + - git + - g++ + - make + - libtool + - pkg-config >= 0.22 + - cmake >= 2.6 + - libglib >= 2.28.0 + - Qt >= 4.5 + - libboost >= 1.42 (including the following libs): + - libboost-system + - libboost-thread + - libsigrok4DSLogic >= 0.2.0 + + +Building and installing +----------------------- +Get the DSLogic-gui source code from: www.dreamsourcelab.com/download.html +In order to build it, run: + + $ cd DSLogic-gui + $ cmake . + $ make + +For installing PulseView: + + $ make install + +See the following wiki page for more (OS-specific) instructions: + + http://sigrok.org/wiki/Building + + +Creating a source distribution package +-------------------------------------- + +In order to build a source package begin with an unconfigured source tree. + + $ mkdir dist + $ cd dist + $ cmake .. + $ make package_source + diff --git a/DSLogic-gui/NEWS b/DSLogic-gui/NEWS index dbbe9709..e7c2c79c 100644 --- a/DSLogic-gui/NEWS +++ b/DSLogic-gui/NEWS @@ -1,5 +1,5 @@ -0.1.0 (2013-12-15) ------------------- - - * Initial release. - +0.1.0 (2013-12-15) +------------------ + + * Initial release. + diff --git a/DSLogic-gui/configs/DSLogic.bin b/DSLogic-gui/configs/DSLogic.bin deleted file mode 100644 index d9d5face..00000000 Binary files a/DSLogic-gui/configs/DSLogic.bin and /dev/null differ diff --git a/DSLogic-gui/configs/DSLogic.fw b/DSLogic-gui/configs/DSLogic.fw deleted file mode 100644 index 38288249..00000000 Binary files a/DSLogic-gui/configs/DSLogic.fw and /dev/null differ diff --git a/DSLogic-gui/install_manifest.txt b/DSLogic-gui/install_manifest.txt deleted file mode 100644 index 49f057a8..00000000 --- a/DSLogic-gui/install_manifest.txt +++ /dev/null @@ -1,3 +0,0 @@ -/usr/local/bin/DSLogic -/usr/local/bin/res/DSLogic.fw -/usr/local/bin/res/DSLogic.bin diff --git a/DSLogic-gui/ltrace.txt b/DSLogic-gui/ltrace.txt deleted file mode 100644 index e7e55747..00000000 --- a/DSLogic-gui/ltrace.txt +++ /dev/null @@ -1,28775 +0,0 @@ -__libc_start_main(0x80cce01, 1, 0xbfc081b4, 0x8149310, 0x8149380 -_ZNSt8ios_base4InitC1Ev(0x81b2508, 0xb77536a0, 0xb6a67559, 0xb76efff4, 16) = 0x80cb940 -__cxa_atexit(0x80cb840, 0x81b2508, 0x81b1a8c, 0xb76efff4, 16) = 0 -__cxa_guard_acquire(0x81b2518, 0xbfc08084, 0, 0xb67b5c69, 0x8149768) = 1 -_Znwj(28, 0xbfc08084, 0, 0xb67b5c69, 0x8149768) = 0x9bab730 -_Znwj(16, 0xbfc08064, 0xb682a5e0, 0xb6828ff4, 28) = 0x9bab750 -__cxa_guard_release(0x81b2518, 0x9bab730, 0, 0xb67b5c69, 0x8149768) = 0x81b2518 -__cxa_atexit(0x80cdd88, 0x81b2530, 0x81b1a8c, 0xb67b5c69, 0x8149768) = 0 -_ZNSt9bad_allocD2Ev(0xbfc08064, 0xb675eb98, 0xb682a5e0, 0xb6828ff4, 28) = 0xbfc08064 -_ZNSt9bad_allocD2Ev(0xbfc08080, 0x81b2534, 0x81b1a8c, 0xb66fd3e4, 0x81b2530) = 0xbfc08080 -__cxa_atexit(0x80cdd88, 0x81b2520, 0x81b1a8c, 0xb76efff4, 16) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2640, 0x81b2520, 0x81b1a8c, 0xb76efff4, 16) = 2 -__cxa_atexit(0x80cb840, 0x81b2640, 0x81b1a8c, 0xb76efff4, 16) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2655, 0xb658f206, 0xbfc080c8, 0x80cf31e, 0x81b2649) = 3 -__cxa_atexit(0x80cb840, 0x81b2655, 0x81b1a8c, 0x80cf31e, 0x81b2649) = 0 -_ZN7QString16fromAscii_helperEPKci(0x814a2a2, -1, 0x81b1a8c, 0xb66fd3e4, 2) = 0x9bab5d0 -_ZN7QString16fromAscii_helperEPKci(0x814a2a6, -1, 0x81b1a8c, 0xb66fd3e4, 2) = 0x9bab978 -_ZN7QString16fromAscii_helperEPKci(0x814a2aa, -1, 0x81b1a8c, 0xb66fd3e4, 2) = 0x9bab998 -_ZN7QString16fromAscii_helperEPKci(0x814a2b1, -1, 0x81b1a8c, 0xb66fd3e4, 2) = 0x9bab9c0 -_ZN7QString16fromAscii_helperEPKci(0x814a2b8, -1, 0x81b1a8c, 0xb66fd3e4, 2) = 0x9bab9e8 -_ZN7QString16fromAscii_helperEPKci(0, -1, 0x81b1a8c, 0xb66fd3e4, 2) = 0x81b2420 -__cxa_atexit(0x80d4003, 0, 0x81b1a8c, 0x80cf31e, 0x81b2649) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2674, 0, 0x81b1a8c, 0x80cf31e, 0x81b2649) = 4 -__cxa_atexit(0x80cb840, 0x81b2674, 0x81b1a8c, 0x80cf31e, 0x81b2649) = 0 -_ZN7QString16fromAscii_helperEPKci(0x814abec, -1, 0x81b1a8c, 0xb66fd3e4, 3) = 0x9baba10 -_ZN7QString16fromAscii_helperEPKci(0x814abf0, -1, 0x81b1a8c, 0xb66fd3e4, 3) = 0x9baba30 -_ZN7QString16fromAscii_helperEPKci(0x814abf4, -1, 0x81b1a8c, 0xb66fd3e4, 3) = 0x9baba50 -_ZN7QString16fromAscii_helperEPKci(0x814abfb, -1, 0x81b1a8c, 0xb66fd3e4, 3) = 0x9baba78 -_ZN7QString16fromAscii_helperEPKci(0x814ac02, -1, 0x81b1a8c, 0xb66fd3e4, 3) = 0x9babaa0 -_ZN7QString16fromAscii_helperEPKci(0, -1, 0x81b1a8c, 0xb66fd3e4, 3) = 0x81b2420 -__cxa_atexit(0x80db107, 0, 0x81b1a8c, 0x80cf31e, 0x81b2649) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b269c, 0x81b2640, 0x81b1a8c, 0x81b0ff4, 3) = 5 -__cxa_atexit(0x80cb840, 0x81b269c, 0x81b1a8c, 0x81b0ff4, 3) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b26a8, 0x81b269c, 0x81b1a8c, 0x81b0ff4, 3) = 6 -__cxa_atexit(0x80cb840, 0x81b26a8, 0x81b1a8c, 0x81b0ff4, 3) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b26b4, 0x81b26a8, 0x81b1a8c, 0x81b0ff4, 3) = 7 -__cxa_atexit(0x80cb840, 0x81b26b4, 0x81b1a8c, 0x81b0ff4, 3) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b26c0, 0x81b26b4, 0x81b1a8c, 0x81b0ff4, 3) = 8 -__cxa_atexit(0x80cb840, 0x81b26c0, 0x81b1a8c, 0x81b0ff4, 3) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b26cc, 0x81b26c0, 0x81b1a8c, 0x81b0ff4, 3) = 9 -__cxa_atexit(0x80cb840, 0x81b26cc, 0x81b1a8c, 0x81b0ff4, 3) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b26d8, 0x81b26cc, 0x81b1a8c, 0x81b0ff4, 3) = 10 -__cxa_atexit(0x80cb840, 0x81b26d8, 0x81b1a8c, 0x81b0ff4, 3) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b26e4, 0x81b26d8, 0x81b1a8c, 0x81b0ff4, 3) = 11 -__cxa_atexit(0x80cb840, 0x81b26e4, 0x81b1a8c, 0x81b0ff4, 3) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b26f0, 0x81b26e4, 0x81b1a8c, 0x81b0ff4, 3) = 12 -__cxa_atexit(0x80cb840, 0x81b26f0, 0x81b1a8c, 0x81b0ff4, 3) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b26fc, 0x81b26f0, 0x81b1a8c, 0x81b0ff4, 3) = 13 -__cxa_atexit(0x80cb840, 0x81b26fc, 0x81b1a8c, 0x81b0ff4, 3) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2708, 0xb658f206, 0xbfc080c8, 0x80f2b16, 0x81b2705) = 14 -__cxa_atexit(0x80cb840, 0x81b2708, 0x81b1a8c, 0x80f2b16, 0x81b2705) = 0 -_ZN7QString16fromAscii_helperEPKci(0x814f773, -1, 0x81b1a8c, 0xb66fd3e4, 13) = 0x9babac8 -_ZN7QString16fromAscii_helperEPKci(0x814f777, -1, 0x81b1a8c, 0xb66fd3e4, 13) = 0x9babae8 -_ZN7QString16fromAscii_helperEPKci(0x814f77b, -1, 0x81b1a8c, 0xb66fd3e4, 13) = 0x9babb08 -_ZN7QString16fromAscii_helperEPKci(0x814f782, -1, 0x81b1a8c, 0xb66fd3e4, 13) = 0x9babb30 -_ZN7QString16fromAscii_helperEPKci(0x814f789, -1, 0x81b1a8c, 0xb66fd3e4, 13) = 0x9babb58 -_ZN7QString16fromAscii_helperEPKci(0, -1, 0x81b1a8c, 0xb66fd3e4, 13) = 0x81b2420 -__cxa_atexit(0x80f2ea9, 0, 0x81b1a8c, 0x80f2b16, 0x81b2705) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2724, 0, 0x81b1a8c, 0x80f2b16, 0x81b2705) = 15 -__cxa_atexit(0x80cb840, 0x81b2724, 0x81b1a8c, 0x80f2b16, 0x81b2705) = 0 -_ZN7QString16fromAscii_helperEPKci(0x814f8f2, -1, 0x81b1a8c, 0xb66fd3e4, 14) = 0x9babb80 -_ZN7QString16fromAscii_helperEPKci(0x814f8f6, -1, 0x81b1a8c, 0xb66fd3e4, 14) = 0x9babba0 -_ZN7QString16fromAscii_helperEPKci(0x814f8fa, -1, 0x81b1a8c, 0xb66fd3e4, 14) = 0x9babbc0 -_ZN7QString16fromAscii_helperEPKci(0x814f901, -1, 0x81b1a8c, 0xb66fd3e4, 14) = 0x9babbe8 -_ZN7QString16fromAscii_helperEPKci(0x814f908, -1, 0x81b1a8c, 0xb66fd3e4, 14) = 0x9babc10 -_ZN7QString16fromAscii_helperEPKci(0, -1, 0x81b1a8c, 0xb66fd3e4, 14) = 0x81b2420 -__cxa_atexit(0x80f360b, 0, 0x81b1a8c, 0x80f2b16, 0x81b2705) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b274c, 0, 0x81b1a8c, 0x80f2b16, 0x81b2705) = 16 -__cxa_atexit(0x80cb840, 0x81b274c, 0x81b1a8c, 0x80f2b16, 0x81b2705) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8150002, -1, 0x81b1a8c, 0xb66fd3e4, 15) = 0x9babc38 -_ZN7QString16fromAscii_helperEPKci(0x8150006, -1, 0x81b1a8c, 0xb66fd3e4, 15) = 0x9babc58 -_ZN7QString16fromAscii_helperEPKci(0x815000a, -1, 0x81b1a8c, 0xb66fd3e4, 15) = 0x9babc78 -_ZN7QString16fromAscii_helperEPKci(0x8150011, -1, 0x81b1a8c, 0xb66fd3e4, 15) = 0x9babca0 -_ZN7QString16fromAscii_helperEPKci(0x814ff14, -1, 0x81b1a8c, 0xb66fd3e4, 15) = 0x9babcc8 -_ZN7QString16fromAscii_helperEPKci(0, -1, 0x81b1a8c, 0xb66fd3e4, 15) = 0x81b2420 -__cxa_atexit(0x80f6686, 0, 0x81b1a8c, 0x80f2b16, 0x81b2705) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2820, 0xb658f206, 0, 0x80f6849, 0x80f6686) = 17 -__cxa_atexit(0x80cb840, 0x81b2820, 0x81b1a8c, 0x80f6849, 0x80f6686) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8150348, -1, 0x81b1a8c, 0xb66fd3e4, 16) = 0x9babcf0 -_ZN7QString16fromAscii_helperEPKci(0x815034c, -1, 0x81b1a8c, 0xb66fd3e4, 16) = 0x9babd10 -_ZN7QString16fromAscii_helperEPKci(0x8150350, -1, 0x81b1a8c, 0xb66fd3e4, 16) = 0x9babd30 -_ZN7QString16fromAscii_helperEPKci(0x8150357, -1, 0x81b1a8c, 0xb66fd3e4, 16) = 0x9babd58 -_ZN7QString16fromAscii_helperEPKci(0x8150227, -1, 0x81b1a8c, 0xb66fd3e4, 16) = 0x9babd80 -_ZN7QString16fromAscii_helperEPKci(0, -1, 0x81b1a8c, 0xb66fd3e4, 16) = 0x81b2420 -__cxa_atexit(0x81008b4, 0, 0x81b1a8c, 0x80f6849, 0x80f6686) = 0 -_ZN6QColor6setRgbEiiii(0x81b2780, 255, 255, 255, 150) = 65280 -_ZN6QColor6setRgbEiiii(0x81b2790, 0, 255, 0, 150) = 0 -_ZN6QColor6setRgbEiiii(0x81b27a0, 255, 0, 0, 150) = 0 -_ZN6QColor6setRgbEiiii(0x81b27b0, 0, 255, 0, 150) = 0 -_ZN6QColor6setRgbEiiii(0x81b27c0, 255, 0, 0, 150) = 0 -_ZN6QColor6setRgbEiiii(0x81b27d0, 0, 0, 255, 150) = 65280 -_ZN6QColor6setRgbEiiii(0x81b27e0, 0, 0, 255, 150) = 65280 -_ZN6QColor6setRgbEiiii(0x81b27f0, 0, 255, 255, 150) = 65280 -_ZN7QString16fromAscii_helperEPKci(0x815035e, -1, 0x81b1a8c, 0xb66fd3e4, 16) = 0x9babda8 -_ZN7QString16fromAscii_helperEPKci(0x8150366, -1, 0x81b1a8c, 0xb66fd3e4, 16) = 0x9babdd0 -_ZN7QString16fromAscii_helperEPKci(0x815036c, -1, 0x81b1a8c, 0xb66fd3e4, 16) = 0x9babdf8 -_ZN7QString16fromAscii_helperEPKci(0x8150375, -1, 0x81b1a8c, 0xb66fd3e4, 16) = 0x9babe20 -_ZN7QString16fromAscii_helperEPKci(0x815037d, -1, 0x81b1a8c, 0xb66fd3e4, 16) = 0x9babe48 -_ZN7QString16fromAscii_helperEPKci(0x8150389, -1, 0x81b1a8c, 0xb66fd3e4, 16) = 0x9babe78 -_ZN7QString16fromAscii_helperEPKci(0x8150397, -1, 0x81b1a8c, 0xb66fd3e4, 16) = 0x9babeb0 -_ZN7QString16fromAscii_helperEPKci(0x815039b, -1, 0x81b1a8c, 0xb66fd3e4, 16) = 0x9babed0 -__cxa_atexit(0x81008db, 0, 0x81b1a8c, 255, 150) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2900, 0, 0x81b1a8c, 255, 150) = 18 -__cxa_atexit(0x80cb840, 0x81b2900, 0x81b1a8c, 255, 150) = 0 -_ZN7QString16fromAscii_helperEPKci(0x81509cc, -1, 0x81b1a8c, 0xb66fd3e4, 17) = 0x9babef0 -_ZN7QString16fromAscii_helperEPKci(0x81509d0, -1, 0x81b1a8c, 0xb66fd3e4, 17) = 0x9babf10 -_ZN7QString16fromAscii_helperEPKci(0x81509d4, -1, 0x81b1a8c, 0xb66fd3e4, 17) = 0x9babf30 -_ZN7QString16fromAscii_helperEPKci(0x81508a8, -1, 0x81b1a8c, 0xb66fd3e4, 17) = 0x9babf58 -_ZN7QString16fromAscii_helperEPKci(0x81509db, -1, 0x81b1a8c, 0xb66fd3e4, 17) = 0x9babf80 -_ZN7QString16fromAscii_helperEPKci(0, -1, 0x81b1a8c, 0xb66fd3e4, 17) = 0x81b2420 -__cxa_atexit(0x810589a, 0, 0x81b1a8c, 255, 150) = 0 -_ZN6QColor6setRgbEiiii(0x81b2860, 255, 255, 255, 150) = 65280 -_ZN6QColor6setRgbEiiii(0x81b2870, 0, 255, 0, 150) = 0 -_ZN6QColor6setRgbEiiii(0x81b2880, 255, 0, 0, 150) = 0 -_ZN6QColor6setRgbEiiii(0x81b2890, 0, 255, 0, 150) = 0 -_ZN6QColor6setRgbEiiii(0x81b28a0, 255, 0, 0, 150) = 0 -_ZN6QColor6setRgbEiiii(0x81b28b0, 0, 0, 255, 150) = 65280 -_ZN6QColor6setRgbEiiii(0x81b28c0, 0, 0, 255, 150) = 65280 -_ZN6QColor6setRgbEiiii(0x81b28d0, 0, 255, 255, 150) = 65280 -_ZN7QString16fromAscii_helperEPKci(0x81509e2, -1, 0x81b1a8c, 0xb66fd3e4, 17) = 0x9babfa8 -_ZN7QString16fromAscii_helperEPKci(0x81509ea, -1, 0x81b1a8c, 0xb66fd3e4, 17) = 0x9babfd0 -_ZN7QString16fromAscii_helperEPKci(0x81509f0, -1, 0x81b1a8c, 0xb66fd3e4, 17) = 0x9babff8 -_ZN7QString16fromAscii_helperEPKci(0x81509f4, -1, 0x81b1a8c, 0xb66fd3e4, 17) = 0x9bac018 -_ZN7QString16fromAscii_helperEPKci(0x81509fa, -1, 0x81b1a8c, 0xb66fd3e4, 17) = 0x9bac040 -_ZN7QString16fromAscii_helperEPKci(0x8150a05, -1, 0x81b1a8c, 0xb66fd3e4, 17) = 0x9bac070 -_ZN7QString16fromAscii_helperEPKci(0x8150a0a, -1, 0x81b1a8c, 0xb66fd3e4, 17) = 0x9bac090 -_ZN7QString16fromAscii_helperEPKci(0x8150a0f, -1, 0x81b1a8c, 0xb66fd3e4, 17) = 0x9bac0b0 -__cxa_atexit(0x81058c1, 0, 0x81b1a8c, 255, 150) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b29e0, 0, 0x81b1a8c, 255, 150) = 19 -__cxa_atexit(0x80cb840, 0x81b29e0, 0x81b1a8c, 255, 150) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8150f45, -1, 0x81b1a8c, 0xb66fd3e4, 18) = 0x9bac0d0 -_ZN7QString16fromAscii_helperEPKci(0x8151064, -1, 0x81b1a8c, 0xb66fd3e4, 18) = 0x9bac0f0 -_ZN7QString16fromAscii_helperEPKci(0x8151068, -1, 0x81b1a8c, 0xb66fd3e4, 18) = 0x9bac110 -_ZN7QString16fromAscii_helperEPKci(0x815106f, -1, 0x81b1a8c, 0xb66fd3e4, 18) = 0x9bac138 -_ZN7QString16fromAscii_helperEPKci(0x8151076, -1, 0x81b1a8c, 0xb66fd3e4, 18) = 0x9bac160 -_ZN7QString16fromAscii_helperEPKci(0, -1, 0x81b1a8c, 0xb66fd3e4, 18) = 0x81b2420 -__cxa_atexit(0x8107ca4, 0, 0x81b1a8c, 255, 150) = 0 -_ZN6QColor6setRgbEiiii(0x81b2940, 255, 255, 255, 150) = 65280 -_ZN6QColor6setRgbEiiii(0x81b2950, 0, 255, 0, 150) = 0 -_ZN6QColor6setRgbEiiii(0x81b2960, 255, 0, 0, 150) = 0 -_ZN6QColor6setRgbEiiii(0x81b2970, 0, 255, 0, 150) = 0 -_ZN6QColor6setRgbEiiii(0x81b2980, 255, 0, 0, 150) = 0 -_ZN6QColor6setRgbEiiii(0x81b2990, 0, 0, 255, 150) = 65280 -_ZN6QColor6setRgbEiiii(0x81b29a0, 0, 0, 255, 150) = 65280 -_ZN6QColor6setRgbEiiii(0x81b29b0, 0, 255, 255, 150) = 65280 -_ZN7QString16fromAscii_helperEPKci(0x815107d, -1, 0x81b1a8c, 0xb66fd3e4, 18) = 0x9bac188 -_ZN7QString16fromAscii_helperEPKci(0x8151085, -1, 0x81b1a8c, 0xb66fd3e4, 18) = 0x9bac1b0 -_ZN7QString16fromAscii_helperEPKci(0x815108b, -1, 0x81b1a8c, 0xb66fd3e4, 18) = 0x9bac1d8 -_ZN7QString16fromAscii_helperEPKci(0x8151090, -1, 0x81b1a8c, 0xb66fd3e4, 18) = 0x9bac1f8 -_ZN7QString16fromAscii_helperEPKci(0x8151094, -1, 0x81b1a8c, 0xb66fd3e4, 18) = 0x9bac218 -_ZN7QString16fromAscii_helperEPKci(0x8151098, -1, 0x81b1a8c, 0xb66fd3e4, 18) = 0x9bac238 -_ZN7QString16fromAscii_helperEPKci(0x815109f, -1, 0x81b1a8c, 0xb66fd3e4, 18) = 0x9bac260 -_ZN7QString16fromAscii_helperEPKci(0x81510a7, -1, 0x81b1a8c, 0xb66fd3e4, 18) = 0x9bac288 -__cxa_atexit(0x8107ccb, 0, 0x81b1a8c, 255, 150) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2ac0, 0, 0x81b1a8c, 255, 150) = 20 -__cxa_atexit(0x80cb840, 0x81b2ac0, 0x81b1a8c, 255, 150) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8151698, -1, 0x81b1a8c, 0xb66fd3e4, 19) = 0x9bac2a8 -_ZN7QString16fromAscii_helperEPKci(0x815169c, -1, 0x81b1a8c, 0xb66fd3e4, 19) = 0x9bac2c8 -_ZN7QString16fromAscii_helperEPKci(0x81516a0, -1, 0x81b1a8c, 0xb66fd3e4, 19) = 0x9bac2e8 -_ZN7QString16fromAscii_helperEPKci(0x81516a7, -1, 0x81b1a8c, 0xb66fd3e4, 19) = 0x9bac310 -_ZN7QString16fromAscii_helperEPKci(0x81516ae, -1, 0x81b1a8c, 0xb66fd3e4, 19) = 0x9bac338 -_ZN7QString16fromAscii_helperEPKci(0, -1, 0x81b1a8c, 0xb66fd3e4, 19) = 0x81b2420 -__cxa_atexit(0x810a676, 0, 0x81b1a8c, 255, 150) = 0 -_ZN6QColor6setRgbEiiii(0x81b2a20, 255, 255, 255, 150) = 65280 -_ZN6QColor6setRgbEiiii(0x81b2a30, 0, 255, 0, 150) = 0 -_ZN6QColor6setRgbEiiii(0x81b2a40, 255, 0, 0, 150) = 0 -_ZN6QColor6setRgbEiiii(0x81b2a50, 0, 255, 0, 150) = 0 -_ZN6QColor6setRgbEiiii(0x81b2a60, 255, 0, 0, 150) = 0 -_ZN6QColor6setRgbEiiii(0x81b2a70, 0, 0, 255, 150) = 65280 -_ZN6QColor6setRgbEiiii(0x81b2a80, 0, 0, 255, 150) = 65280 -_ZN6QColor6setRgbEiiii(0x81b2a90, 0, 255, 255, 150) = 65280 -_ZN7QString16fromAscii_helperEPKci(0x81516b5, -1, 0x81b1a8c, 0xb66fd3e4, 19) = 0x9bac360 -_ZN7QString16fromAscii_helperEPKci(0x81516bd, -1, 0x81b1a8c, 0xb66fd3e4, 19) = 0x9bac388 -_ZN7QString16fromAscii_helperEPKci(0x81516c3, -1, 0x81b1a8c, 0xb66fd3e4, 19) = 0x9bac3b0 -_ZN7QString16fromAscii_helperEPKci(0x81516c8, -1, 0x81b1a8c, 0xb66fd3e4, 19) = 0x9bac3d0 -_ZN7QString16fromAscii_helperEPKci(0x81516d4, -1, 0x81b1a8c, 0xb66fd3e4, 19) = 0x9bac400 -_ZN7QString16fromAscii_helperEPKci(0x81516df, -1, 0x81b1a8c, 0xb66fd3e4, 19) = 0x9bac430 -_ZN7QString16fromAscii_helperEPKci(0x81516e6, -1, 0x81b1a8c, 0xb66fd3e4, 19) = 0x9bac458 -_ZN7QString16fromAscii_helperEPKci(0x81516f3, -1, 0x81b1a8c, 0xb66fd3e4, 19) = 0x9bac488 -__cxa_atexit(0x810a69d, 0, 0x81b1a8c, 255, 150) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2b50, 0, 0x81b1a8c, 255, 150) = 21 -__cxa_atexit(0x80cb840, 0x81b2b50, 0x81b1a8c, 255, 150) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8151d14, -1, 0x81b1a8c, 0xb66fd3e4, 20) = 0x9bac6b8 -_ZN7QString16fromAscii_helperEPKci(0x8151bf5, -1, 0x81b1a8c, 0xb66fd3e4, 20) = 0x9bac6d8 -_ZN7QString16fromAscii_helperEPKci(0x8151d18, -1, 0x81b1a8c, 0xb66fd3e4, 20) = 0x9bac6f8 -_ZN7QString16fromAscii_helperEPKci(0x8151d1f, -1, 0x81b1a8c, 0xb66fd3e4, 20) = 0x9bac720 -_ZN7QString16fromAscii_helperEPKci(0x8151d26, -1, 0x81b1a8c, 0xb66fd3e4, 20) = 0x9bac748 -_ZN7QString16fromAscii_helperEPKci(0, -1, 0x81b1a8c, 0xb66fd3e4, 20) = 0x81b2420 -__cxa_atexit(0x810d078, 0, 0x81b1a8c, 255, 150) = 0 -_ZN6QColor6setRgbEiiii(0x81b2b00, 255, 255, 255, 150) = 65280 -_ZN6QColor6setRgbEiiii(0x81b2b10, 255, 0, 0, 150) = 0 -_ZN6QColor6setRgbEiiii(0x81b2b20, 255, 0, 0, 150) = 0 -_ZN6QColor6setRgbEiiii(0x81b2b30, 0, 255, 255, 150) = 65280 -_ZN7QString16fromAscii_helperEPKci(0x8151d2d, -1, 0x81b1a8c, 0xb66fd3e4, 20) = 0x9bac770 -_ZN7QString16fromAscii_helperEPKci(0x8151d35, -1, 0x81b1a8c, 0xb66fd3e4, 20) = 0x9bac798 -_ZN7QString16fromAscii_helperEPKci(0x8151d4a, -1, 0x81b1a8c, 0xb66fd3e4, 20) = 0x9bac7d8 -_ZN7QString16fromAscii_helperEPKci(0x8151d57, -1, 0x81b1a8c, 0xb66fd3e4, 20) = 0x9bac808 -__cxa_atexit(0x810d09f, 0, 0x81b1a8c, 255, 150) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2b78, 0x81b26fc, 0x81b1a8c, 0x81b0ff4, 20) = 22 -__cxa_atexit(0x80cb840, 0x81b2b78, 0x81b1a8c, 0x81b0ff4, 20) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2b84, 0x81b2b78, 0x81b1a8c, 0x81b0ff4, 20) = 23 -__cxa_atexit(0x80cb840, 0x81b2b84, 0x81b1a8c, 0x81b0ff4, 20) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2b88, 0x81b2b84, 0x81b1a8c, 0x81b0ff4, 20) = 24 -__cxa_atexit(0x80cb840, 0x81b2b88, 0x81b1a8c, 0x81b0ff4, 20) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2b94, 0x81b2b88, 0x81b1a8c, 0x81b0ff4, 20) = 25 -__cxa_atexit(0x80cb840, 0x81b2b94, 0x81b1a8c, 0x81b0ff4, 20) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2ba0, 0xb658f206, 0xbfc080c8, 0x8115215, 0x81b2b9d) = 26 -__cxa_atexit(0x80cb840, 0x81b2ba0, 0x81b1a8c, 0x8115215, 0x81b2b9d) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8152f36, -1, 0x81b1a8c, 0xb66fd3e4, 25) = 0x9bac828 -_ZN7QString16fromAscii_helperEPKci(0x8152f3a, -1, 0x81b1a8c, 0xb66fd3e4, 25) = 0x9bac848 -_ZN7QString16fromAscii_helperEPKci(0x8152f3e, -1, 0x81b1a8c, 0xb66fd3e4, 25) = 0x9bac868 -_ZN7QString16fromAscii_helperEPKci(0x8152f45, -1, 0x81b1a8c, 0xb66fd3e4, 25) = 0x9bac890 -_ZN7QString16fromAscii_helperEPKci(0x8152f4c, -1, 0x81b1a8c, 0xb66fd3e4, 25) = 0x9bac8b8 -_ZN7QString16fromAscii_helperEPKci(0, -1, 0x81b1a8c, 0xb66fd3e4, 25) = 0x81b2420 -__cxa_atexit(0x811778e, 0, 0x81b1a8c, 0x8115215, 0x81b2b9d) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2bc8, 0x81b2b94, 0x81b1a8c, 0x81b0ff4, 25) = 27 -__cxa_atexit(0x80cb840, 0x81b2bc8, 0x81b1a8c, 0x81b0ff4, 25) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2bd4, 0x81b2bc8, 0x81b1a8c, 0x81b0ff4, 25) = 28 -__cxa_atexit(0x80cb840, 0x81b2bd4, 0x81b1a8c, 0x81b0ff4, 25) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2be0, 0x81b2bd4, 0x81b1a8c, 0x81b0ff4, 25) = 29 -__cxa_atexit(0x80cb840, 0x81b2be0, 0x81b1a8c, 0x81b0ff4, 25) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2be4, 0x81b2be0, 0x81b1a8c, 0x81b0ff4, 25) = 30 -__cxa_atexit(0x80cb840, 0x81b2be4, 0x81b1a8c, 0x81b0ff4, 25) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2be8, 0x81b2be4, 0x81b1a8c, 0x81b0ff4, 25) = 31 -__cxa_atexit(0x80cb840, 0x81b2be8, 0x81b1a8c, 0x81b0ff4, 25) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2bec, 0x81b2be8, 0x81b1a8c, 0x81b0ff4, 25) = 32 -__cxa_atexit(0x80cb840, 0x81b2bec, 0x81b1a8c, 0x81b0ff4, 25) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2bf0, 0x81b2bec, 0x81b1a8c, 0x81b0ff4, 25) = 33 -__cxa_atexit(0x80cb840, 0x81b2bf0, 0x81b1a8c, 0x81b0ff4, 25) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2bf4, 0x81b2bf0, 0x81b1a8c, 0x81b0ff4, 25) = 34 -__cxa_atexit(0x80cb840, 0x81b2bf4, 0x81b1a8c, 0x81b0ff4, 25) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2c01, 0x81b2bf4, 0x81b1a8c, 0x81b0ff4, 25) = 35 -__cxa_atexit(0x80cb840, 0x81b2c01, 0x81b1a8c, 0x81b0ff4, 25) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2c04, 0x81b2c01, 0x81b1a8c, 0x81b0ff4, 25) = 36 -__cxa_atexit(0x80cb840, 0x81b2c04, 0x81b1a8c, 0x81b0ff4, 25) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2c19, 0x81b2c04, 0x81b1a8c, 0x81b0ff4, 25) = 37 -__cxa_atexit(0x80cb840, 0x81b2c19, 0x81b1a8c, 0x81b0ff4, 25) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2c25, 0x81b2c19, 0x81b1a8c, 0x81b0ff4, 25) = 38 -__cxa_atexit(0x80cb840, 0x81b2c25, 0x81b1a8c, 0x81b0ff4, 25) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2c80, 0xb658f206, 0x81b0ff4, 0x8127d68, 0x80cb840) = 39 -__cxa_atexit(0x80cb840, 0x81b2c80, 0x81b1a8c, 0x8127d68, 0x80cb840) = 0 -_ZN6QColor6setRgbEiiii(0x81b2c40, 17, 133, 209, 255) = 53504 -_ZN6QColor6setRgbEiiii(0x81b2c50, 238, 178, 17, 255) = 4352 -_ZN6QColor6setRgbEiiii(0x81b2c60, 213, 15, 37, 255) = 9472 -_ZN6QColor6setRgbEiiii(0x81b2c70, 0, 153, 37, 255) = 9472 -_ZNSt8ios_base4InitC1Ev(0x81b2ccc, 0, 153, 37, 255) = 40 -__cxa_atexit(0x80cb840, 0x81b2ccc, 0x81b1a8c, 37, 255) = 0 -_ZN6QColor6setRgbEiiii(0x81b2c8c, 32, 74, 135, 255) = 34560 -_ZN6QColor6setRgbEiiii(0x81b2c9c, 52, 101, 164, 255) = 41984 -_ZN6QColor6setRgbEiiii(0x81b2cac, 83, 130, 186, 255) = 47616 -_ZN6QColorC1EN2Qt11GlobalColorE(0x81b2cbc, 3, 130, 186, 255) = 65280 -_ZNSt8ios_base4InitC1Ev(0x81b2d20, 3, 130, 186, 255) = 41 -__cxa_atexit(0x80cb840, 0x81b2d20, 0x81b1a8c, 186, 255) = 0 -_ZN6QColor6setRgbEiiii(0x81b2ce0, 196, 160, 0, 255) = 0 -_ZN6QColor6setRgbEiiii(0x81b2cf0, 135, 32, 122, 255) = 31232 -_ZN6QColor6setRgbEiiii(0x81b2d00, 32, 74, 135, 255) = 34560 -_ZN6QColor6setRgbEiiii(0x81b2d10, 78, 154, 6, 255) = 1536 -_ZNSt8ios_base4InitC1Ev(0x81b2d2c, 0x81b2c25, 0x81b1a8c, 0x81b0ff4, 25) = 42 -__cxa_atexit(0x80cb840, 0x81b2d2c, 0x81b1a8c, 0x81b0ff4, 25) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2e00, 0x81b2d2c, 0x81b1a8c, 0xb66fd3e4, 41) = 43 -__cxa_atexit(0x80cb840, 0x81b2e00, 0x81b1a8c, 0xb66fd3e4, 41) = 0 -_ZN7QString16fromAscii_helperEPKci(0x81565a7, -1, 0x81b1a8c, 0xb66fd3e4, 42) = 0x9bac8e0 -_ZN7QString16fromAscii_helperEPKci(0x81565ab, -1, 0x81b1a8c, 0xb66fd3e4, 42) = 0x9bac900 -_ZN7QString16fromAscii_helperEPKci(0x81565af, -1, 0x81b1a8c, 0xb66fd3e4, 42) = 0x9bac920 -_ZN7QString16fromAscii_helperEPKci(0x81565b6, -1, 0x81b1a8c, 0xb66fd3e4, 42) = 0x9bac948 -_ZN7QString16fromAscii_helperEPKci(0x81565bd, -1, 0x81b1a8c, 0xb66fd3e4, 42) = 0x9bac970 -_ZN7QString16fromAscii_helperEPKci(0, -1, 0x81b1a8c, 0xb66fd3e4, 42) = 0x81b2420 -__cxa_atexit(0x8132116, 0, 0x81b1a8c, 0xb66fd3e4, 41) = 0 -_ZN6QColor6setRgbEiiii(0x81b2d40, 128, 128, 128, 255) = 32768 -_ZN6QColor6setRgbEiiii(0x81b2d50, 0, 192, 0, 255) = 0 -_ZN6QColor6setRgbEiiii(0x81b2d60, 192, 0, 0, 255) = 0 -_ZN6QColor6setRgbEiiii(0x81b2d80, 22, 25, 26, 255) = 6656 -_ZN6QColor6setRgbEiiii(0x81b2d90, 143, 82, 2, 255) = 512 -_ZN6QColor6setRgbEiiii(0x81b2da0, 204, 0, 0, 255) = 0 -_ZN6QColor6setRgbEiiii(0x81b2db0, 245, 121, 0, 255) = 0 -_ZN6QColor6setRgbEiiii(0x81b2dc0, 237, 212, 0, 255) = 0 -_ZN6QColor6setRgbEiiii(0x81b2dd0, 115, 210, 22, 255) = 5632 -_ZN6QColor6setRgbEiiii(0x81b2de0, 52, 101, 164, 255) = 41984 -_ZN6QColor6setRgbEiiii(0x81b2df0, 117, 80, 123, 255) = 31488 -_ZNSt8ios_base4InitC1Ev(0x81b2e28, 0xb658f206, 0xbfc080c8, 0x812f789, 0x81b2d35) = 44 -__cxa_atexit(0x80cb840, 0x81b2e28, 0x81b1a8c, 0x812f789, 0x81b2d35) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8156b6f, -1, 0x81b1a8c, 0xb66fd3e4, 43) = 0x9bac998 -_ZN7QString16fromAscii_helperEPKci(0x8156b73, -1, 0x81b1a8c, 0xb66fd3e4, 43) = 0x9bac9b8 -_ZN7QString16fromAscii_helperEPKci(0x8156b77, -1, 0x81b1a8c, 0xb66fd3e4, 43) = 0x9bac9d8 -_ZN7QString16fromAscii_helperEPKci(0x8156b7e, -1, 0x81b1a8c, 0xb66fd3e4, 43) = 0x9baca00 -_ZN7QString16fromAscii_helperEPKci(0x8156b85, -1, 0x81b1a8c, 0xb66fd3e4, 43) = 0x9baca28 -_ZN7QString16fromAscii_helperEPKci(0, -1, 0x81b1a8c, 0xb66fd3e4, 43) = 0x81b2420 -__cxa_atexit(0x8133e41, 0, 0x81b1a8c, 0x812f789, 0x81b2d35) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b2fc0, 0, 0x81b1a8c, 0xb66fd3e4, 43) = 45 -__cxa_atexit(0x80cb840, 0x81b2fc0, 0x81b1a8c, 0xb66fd3e4, 43) = 0 -_ZN7QString16fromAscii_helperEPKci(0x815712e, -1, 0x81b1a8c, 0xb66fd3e4, 44) = 0x9baca50 -_ZN7QString16fromAscii_helperEPKci(0x8157130, -1, 0x81b1a8c, 0xb66fd3e4, 44) = 0x9baca70 -_ZN7QString16fromAscii_helperEPKci(0x8157132, -1, 0x81b1a8c, 0xb66fd3e4, 44) = 0x9baca90 -_ZN7QStringC1E5QChar(0x81b2e6c, 956, 0x81b1a8c, 0xb66fd3e4, 43) = 0x9bacab0 -_ZN7QString16fromAscii_helperEPKci(0x8157134, -1, 956, 0xb69fa750, 956) = 0x9bacad0 -_ZN7QString16fromAscii_helperEPKci(0x8157136, -1, 956, 0xb69fa750, 956) = 0xb6c2248c -_ZN7QString16fromAscii_helperEPKci(0x8157137, -1, 956, 0xb69fa750, 956) = 0x9bacaf0 -_ZN7QString16fromAscii_helperEPKci(0x8157139, -1, 956, 0xb69fa750, 956) = 0x9bacb10 -_ZN7QString16fromAscii_helperEPKci(0x815713b, -1, 956, 0xb69fa750, 956) = 0x9bacb30 -__cxa_atexit(0x8136e25, 0, 0x81b1a8c, 0xb66fd3e4, 43) = 0 -_ZN7QString16fromAscii_helperEPKci(0x815713d, -1, 0x81b1a8c, 0xb66fd3e4, 956) = 0x9bacb50 -_ZN7QString16fromAscii_helperEPKci(0x815713f, -1, 0x81b1a8c, 0xb66fd3e4, 956) = 0x9bacb70 -_ZN7QString16fromAscii_helperEPKci(0x815713b, -1, 0x81b1a8c, 0xb66fd3e4, 956) = 0x9bacb90 -_ZN7QString16fromAscii_helperEPKci(0x8157139, -1, 0x81b1a8c, 0xb66fd3e4, 956) = 0x9bacbb0 -_ZN7QString16fromAscii_helperEPKci(0x8157141, -1, 0x81b1a8c, 0xb66fd3e4, 956) = 0x9bacbd0 -_ZN7QString16fromAscii_helperEPKci(0x8157136, -1, 0x81b1a8c, 0xb66fd3e4, 956) = 0xb6c2248c -_ZN7QString16fromAscii_helperEPKci(0x8157136, -1, 0x81b1a8c, 0xb66fd3e4, 956) = 0xb6c2248c -_ZN7QString16fromAscii_helperEPKci(0x8157136, -1, 0x81b1a8c, 0xb66fd3e4, 956) = 0xb6c2248c -_ZN7QString16fromAscii_helperEPKci(0x8157136, -1, 0x81b1a8c, 0xb66fd3e4, 956) = 0xb6c2248c -__cxa_atexit(0x8136e4c, 0, 0x81b1a8c, 0xb66fd3e4, 43) = 0 -_ZN6QColor6setRgbEiiii(0x81b2ee0, 25, 189, 155, 200) = 39680 -_ZN6QColor6setRgbEiiii(0x81b2ef0, 46, 205, 113, 200) = 28928 -_ZN6QColor6setRgbEiiii(0x81b2f00, 53, 152, 220, 200) = 56320 -_ZN6QColor6setRgbEiiii(0x81b2f10, 154, 89, 181, 200) = 46336 -_ZN6QColor6setRgbEiiii(0x81b2f20, 52, 73, 94, 200) = 24064 -_ZN6QColor6setRgbEiiii(0x81b2f30, 242, 196, 15, 200) = 3840 -_ZN6QColor6setRgbEiiii(0x81b2f40, 231, 126, 34, 200) = 8704 -_ZN6QColor6setRgbEiiii(0x81b2f50, 232, 76, 61, 200) = 15616 -_ZN6QColor6setRgbEiiii(0x81b2f60, 17, 133, 209, 255) = 53504 -_ZN6QColor6setRgbEiiii(0x81b2f70, 238, 178, 17, 255) = 4352 -_ZN6QColor6setRgbEiiii(0x81b2f80, 213, 15, 37, 255) = 9472 -_ZN6QColor6setRgbEiiii(0x81b2f90, 0, 153, 37, 255) = 9472 -_ZNSt8ios_base4InitC1Ev(0x81b3040, 0xb658f206, 0xbfc080c8, 0x8133fc3, 0x81b2e4c) = 46 -__cxa_atexit(0x80cb840, 0x81b3040, 0x81b1a8c, 0x8133fc3, 0x81b2e4c) = 0 -_ZN6QColor6setRgbEiiii(0x81b2fcc, 17, 133, 209, 255) = 53504 -_ZN6QColor6setRgbEiiii(0x81b2fdc, 238, 178, 17, 255) = 4352 -_ZN6QColor6setRgbEiiii(0x81b2fec, 213, 15, 37, 255) = 9472 -_ZN6QColor6setRgbEiiii(0x81b2ffc, 0, 153, 37, 255) = 9472 -_ZN6QColor6setRgbEiiii(0x81b300c, 136, 138, 133, 100) = 34048 -_ZN6QColor6setRgbEiiii(0x81b301c, 17, 133, 209, 150) = 53504 -_ZN6QColor6setRgbEiiii(0x81b302c, 213, 15, 37, 150) = 9472 -_ZN6QColor6setRgbEiiii(0xbfc080b0, 128, 128, 128, 64) = 32768 -_ZN4QPenC1ERK6QColor(0x81b303c, 0xbfc080b0, 128, 128, 64) = 0x81b3001 -__cxa_atexit(0x80ccc10, 0x81b303c, 0x81b1a8c, 128, 64) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b3044, 0x80804040, 0x80808080, 0x81b0000, 44) = 47 -__cxa_atexit(0x80cb840, 0x81b3044, 0x81b1a8c, 0x81b0000, 44) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b3068, 0xb658f206, 0x81b0ff4, 0x813b073, 0x80cb840) = 48 -__cxa_atexit(0x80cb840, 0x81b3068, 0x81b1a8c, 0x813b073, 0x80cb840) = 0 -_ZN6QColor6setRgbEiiii(0x81b3048, 220, 231, 243, 255) = 62208 -_ZNSt8ios_base4InitC1Ev(0x81b3074, 0x81b3044, 0x81b1a8c, 0x81b0000, 44) = 49 -__cxa_atexit(0x80cb840, 0x81b3074, 0x81b1a8c, 0x81b0000, 44) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b30c0, 0xb658f206, 0xbfc080c8, 0x8144780, 0x81b307d) = 50 -__cxa_atexit(0x80cb840, 0x81b30c0, 0x81b1a8c, 0x8144780, 0x81b307d) = 0 -_ZN6QColor6setRgbEiiii(0x81b3080, 17, 133, 209, 255) = 53504 -_ZN6QColor6setRgbEiiii(0x81b3090, 238, 178, 17, 255) = 4352 -_ZN6QColor6setRgbEiiii(0x81b30a0, 213, 15, 37, 255) = 9472 -_ZN6QColor6setRgbEiiii(0x81b30b0, 0, 153, 37, 255) = 9472 -_ZNSt8ios_base4InitC1Ev(0x81b30cc, 0x81b3074, 0x81b1a8c, 0x81b0000, 44) = 51 -__cxa_atexit(0x80cb840, 0x81b30cc, 0x81b1a8c, 0x81b0000, 44) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b30d8, 0x81b30cc, 0x81b1a8c, 0x81b0000, 44) = 52 -__cxa_atexit(0x80cb840, 0x81b30d8, 0x81b1a8c, 0x81b0000, 44) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b30e4, 0x81b30d8, 0x81b1a8c, 0x81b0000, 44) = 53 -__cxa_atexit(0x80cb840, 0x81b30e4, 0x81b1a8c, 0x81b0000, 44) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b30f0, 0xb658f206, 0xbfc080c8, 0x8146483, 0x81b30ed) = 54 -__cxa_atexit(0x80cb840, 0x81b30f0, 0x81b1a8c, 0x8146483, 0x81b30ed) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8159bbc, -1, 0x81b1a8c, 0xb66fd3e4, 53) = 0x9bacf18 -_ZN7QString16fromAscii_helperEPKci(0x8159bc0, -1, 0x81b1a8c, 0xb66fd3e4, 53) = 0x9bacf38 -_ZN7QString16fromAscii_helperEPKci(0x8159bc4, -1, 0x81b1a8c, 0xb66fd3e4, 53) = 0x9bacf58 -_ZN7QString16fromAscii_helperEPKci(0x8159bcb, -1, 0x81b1a8c, 0xb66fd3e4, 53) = 0x9bacf80 -_ZN7QString16fromAscii_helperEPKci(0x8159bd2, -1, 0x81b1a8c, 0xb66fd3e4, 53) = 0x9bacfa8 -_ZN7QString16fromAscii_helperEPKci(0, -1, 0x81b1a8c, 0xb66fd3e4, 53) = 0x81b2420 -__cxa_atexit(0x8146917, 0, 0x81b1a8c, 0x8146483, 0x81b30ed) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b310c, 0x81b30e4, 0x81b1a8c, 0x81b0ff4, 53) = 55 -__cxa_atexit(0x80cb840, 0x81b310c, 0x81b1a8c, 0x81b0ff4, 53) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b3110, 0x81b310c, 0x81b1a8c, 0x81b0ff4, 53) = 56 -__cxa_atexit(0x80cb840, 0x81b3110, 0x81b1a8c, 0x81b0ff4, 53) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b311c, 0x81b3110, 0x81b1a8c, 0x81b0ff4, 53) = 57 -__cxa_atexit(0x80cb840, 0x81b311c, 0x81b1a8c, 0x81b0ff4, 53) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b3128, 0x81b311c, 0x81b1a8c, 0x81b0ff4, 53) = 58 -__cxa_atexit(0x80cb840, 0x81b3128, 0x81b1a8c, 0x81b0ff4, 53) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b3134, 0x81b3128, 0x81b1a8c, 0x81b0ff4, 53) = 59 -__cxa_atexit(0x80cb840, 0x81b3134, 0x81b1a8c, 0x81b0ff4, 53) = 0 -_ZNSt8ios_base4InitC1Ev(0x81b3138, 0x81b3134, 0x81b1a8c, 0x81b0ff4, 53) = 60 -__cxa_atexit(0x80cb840, 0x81b3138, 0x81b1a8c, 0x81b0ff4, 53) = 0 -_Z21qRegisterResourceDataiPKhS0_S0_(1, 0x817dea0, 0x817db60, 0x815cc00, 59) = 1 -__cxa_atexit(0x8149302, 0x81b313c, 0x81b1a8c, 0x81b0ff4, 53) = 0 -_ZN12QApplicationC1ERiPPci(0xbfc07f40, 0xbfc08120, 0xbfc081b4, 0x1040801, 0xb694e1ac -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f40, 0xbfc07d54, 0xb76f71b8, 0xbfc079b4, 0xbfc07970) = 0xb76d64c8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f40, 0xbfc07bd4, 0xbfc07878, 0xb67f7627, 104) = 0xb76d64c8 -<... _ZN12QApplicationC1ERiPPci resumed> ) = 0xb76f3ce0 -_ZN7QString16fromAscii_helperEPKci(0x814956e, -1, 0xbfc08144, 0xb6d674d0, 0xbfc08120) = 0x9bb02f0 -_ZN16QCoreApplication21setApplicationVersionERK7QString(0xbfc07f54, 0x814956e, 0xbfc081b4, 0x1040801, 0xb694e1ac) = 0x9baefd4 -_ZN7QString16fromAscii_helperEPKci(0x8149574, -1, 0x9bb02f0, 0xb6ac5250, 0xbfc07f54) = 0x9bf5368 -_ZN16QCoreApplication18setApplicationNameERK7QString(0xbfc07f58, 0x8149574, 0xbfc081b4, 0x1040801, 0xb694e1ac) = 0x9baefd0 -_ZN7QString16fromAscii_helperEPKci(0x814957c, -1, 0x9bf5368, 0xb6ac51f0, 0xbfc07f58) = 0x9bfd4e8 -_ZN16QCoreApplication21setOrganizationDomainERK7QString(0xbfc07f5c, 0x814957c, 0xbfc081b4, 0x1040801, 0xb694e1ac) = 0x9baefcc -getopt_long(1, 0xbfc081b4, "l:Vh?", 0x08149700, NULL) = -1 -sr_init(0xbfc07f50, 0xbfc081b4, 0x814959a, 0x8149700, 0) = 0 -sr_driver_list(0xbfc07f28, 0, 0xb6941277, 0xb692eb92, 0x9bfd540) = 0xb69463a4 -sr_driver_init(0x9bfd540, 0xb6946580, 0xb6941277, 0xb692eb92, 0x9bfd540) = 0 -sr_driver_list(0x9bfd540, 0x81b144c, 0xbfc07eb8, 0x80cf4cb, 0xbfc07f28) = 0xb69463a4 -sr_dev_clear(0xb6946580, 0xbfc07e04, 0xbfc07e18, 0x80cf676, 0xbfc07f2c) = 0 -strcmp("demo", "DSLogic") = 1 -sr_driver_scan(0xb6946580, 0, 0xb693ec98, 0xbfc07e64, 0xb6945ff4) = 0x9baec48 -_Znwj(12, 20, 4, 0xb66fcff4, 0xb66fd980) = 0x9bfe478 -_ZNSt8__detail15_List_node_base7_M_hookEPS0_(0x9bfe478, 0xbfc07ea0, 0xbfc07de8, 0x80cf676, 0xbfc07e0c) = 0xbfc07ea0 -g_slist_free(0x9baec48, 0xbfc07e68, 0xb693ec98, 0xbfc07e64, 0xb6945ff4) = 0x9bae778 -_Znwj(12, 0xb7760a74, 0, 0, 1) = 0x9bfe488 -_ZNSt8__detail15_List_node_base7_M_hookEPS0_(0x9bfe488, 0xbfc07e04, 0xbfc07d78, 0x80cf676, 0xbfc07d9c) = 0xbfc07e04 -_ZNSt8__detail15_List_node_base11_M_transferEPS0_S1_(0xbfc07f20, 0x9bfe488, 0xbfc07e04, 0x80d0c13, 0xbfc07dd4) = 0xbfc07e04 -_ZdlPv(0x9bfe478, 0xbfc08120, 0xbfc07e18, 0x80cfa26, 0xbfc07e04) = 0 -_ZN11QMainWindowC2EP7QWidget6QFlagsIN2Qt10WindowTypeEE(0xbfc07f88, 0, 0xbfc07ec8, 0x80cfc0a, 0xbfc07ea0 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc07c94, 0xb694d680, 4, 0xb6154b30) = 0xb76eb728 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc07c24, 0xb76fb6e8, 0xb63c3184, 0) = 0xb76eb728 -<... _ZN11QMainWindowC2EP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0xb6db1dd6 -_ZN7QObjectC2EPS_(0xbfc07fa0, 0, 0, 1, 0xbfc08120) = 0x9bad101 -pthread_mutex_init(0xbfc07fb0, 0, 0, 0, 0xbfc07e08) = 0 -pthread_mutex_init(0xbfc07fcc, 0, 0, 0, 0xbfc07e08) = 0 -pthread_mutex_init(0xbfc08004, 0, 0xbfc07de8, 0x80dccdb, 0xbfc07ff8) = 0 -_Znwj(1, 0, 0, 1, 0xbfc08120) = 0x9bfeeb8 -ds_trigger_init(0x9bfeeb8, 0, 0, 1, 0xbfc08120) = 0 -_ZN7QString8fromUtf8EPKci(0xbfc07d88, 0x8149e98, -1, 1, 0) = 0xbfc07d88 -_ZN7QObject13setObjectNameERK7QString(0xbfc07f88, 0xbfc07d88, -1, 1, 0) = 0x9bfe4b4 -_ZN7QWidget16setMinimumHeightEi(0xbfc07f88, 680, -1, 1, 0) = 2 -_ZN7QWidget6resizeERK5QSize(0xbfc07f88, 0xbfc07d48, 768, 0, 0xbfc07e08) = 1 -_ZN5QIconC1Ev(0xbfc07d8c, 1024, 768, 1, 0) = 0xbfc07d8c -_ZN7QString8fromUtf8EPKci(0xbfc07d90, 0x8149ea3, -1, 1, 0) = 0xbfc07d90 -_ZN5QIcon7addFileERK7QStringRK5QSizeNS_4ModeENS_5StateE(0xbfc07d8c, 0xbfc07d90, 0xbfc07d80, 0, 1) = 0 -_ZN7QWidget13setWindowIconERK5QIcon(0xbfc07f88, 0xbfc07d8c, 0xbfc07d80, 0, 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07d04, 0xbfc07d04, 0xb65d0549, 0) = 0 -<... _ZN7QWidget13setWindowIconERK5QIcon resumed> ) = 0xbfc07d04 -_Znwj(20, 0, 0xbfc07d80, 0, 1) = 0x9bff378 -_ZN7QWidgetC1EPS_6QFlagsIN2Qt10WindowTypeEE(0x9bff378, 0xbfc07f88, 0xbfc07d94, 0, 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07c64, 0xbfc07c64, 0xb6a9347a, 0x9bffbd8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc07c64, 0xb6c21ff4, 0, 0x9c002aa) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 16, 0, 0xb6c22fa8) = 96 -<... _ZN7QWidgetC1EPS_6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0xbfc07ce4 -_Znwj(16, 0xbfc07f88, 0xbfc07d94, 0, 1) = 0x9bff390 -_ZN11QVBoxLayoutC1EP7QWidget(0x9bff390, 0x9bff378, 0xbfc07d94, 0, 1 -_ZN7QObject10childEventEP11QChildEvent(0x9bff378, 0xbfc07c34, 0x9bb94c8, 0, 0x9bb1144) = 0xb76d7388 -<... _ZN11QVBoxLayoutC1EP7QWidget resumed> ) = 0xb76e8664 -_ZN10QBoxLayout10setSpacingEi(0x9bff390, 6, 0xbfc07d94, 0, 1) = 0x9bffd80 -_ZN7QLayout18setContentsMarginsEiiii(0x9bff390, 0, 0, 0, 0) = 0x9bffd80 -_ZN11QMainWindow16setCentralWidgetEP7QWidget(0xbfc07f88, 0x9bff378, 0, 0, 0) = -1 -_Znwj(100, 0x9bff378, 0, 0, 0) = 0x9bffeb8 -_ZN7QString16fromAscii_helperEPKci(0x8154e20, -1, 0xb76efff4, 0xb66fcff4, 0xb66fd440) = 0x9bff2b8 -_ZN8QToolBarC2ERK7QStringP7QWidget(0x9bffeb8, 0xbfc07d20, 0xbfc07f88, 0xb76efff4, 0x9bfe6a8 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07bd4, 0xbfc07bd4, 0xb71f432c, 0xbfc07f88 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc07bd4, 7, 56, 91) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 16, 0, 0xb6c22fa8) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07a4f, 0xac97a6, 0xbfc07ab4) = 96 -_ZN7QObject13connectNotifyEPKc(0x9bff3c0, 0xb74d8b33, 0x9bff3c0, 4, 0xb76df068) = 0xb76def68 -_ZN7QObject13connectNotifyEPKc(0x9bffeb8, 0xb74db130, 0x9bff3c0, 0, 0xb76ecb28) = 0xb76deb08 -_ZN7QObject13connectNotifyEPKc(0x9bff3c0, 0xb74d1ff4, 0x9c00100, 0, 0xb76ec9f8) = 0xb76eca28 -_ZN7QObject13connectNotifyEPKc(0x9bff590, 0xb74d5166, 0x9bffeb8, 10, 0x81b2404) = 0xb76d63c8 -<... _ZN8QToolBarC2ERK7QStringP7QWidget resumed> ) = 0xbfc07ca0 -_ZN9QComboBoxC1EP7QWidget(0x9bffed4, 0x9bffeb8, 0xbfc07f88, 0xb76efff4, 0x9bfe6a8 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07bd4, 0xbfc07bd4, 0xb6d5eed4, 0x9bffeb8 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07bd4, 0xb6c21ff4, 0xb6adeaac, 0x9bffeb8) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07b6f, 0xac97a6, 0xbfc07bd4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9bffed4, 0xbfc07ba4, 14, 0xb7750eb6, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74d2f54, 0x9bffb60, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74d2f54, 0x9bffed4, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74d2f7c, 0x9bffed4, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74d2fd0, 0x9bffed4, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74d2ff4, 0x9bffed4, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74d3048, 0x9bffed4, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74a949d, 0x9bffed4, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74d2d48, 0x9bffed4, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74d2d70, 0x9bffed4, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZN9QComboBoxC1EP7QWidget(0x9bffee8, 0x9bffeb8, 0xbfc07f88, 0xb76efff4, 0x9bfe6a8 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07bd4, 0xbfc07bd4, 0xb6d5eed4, 0x9bffeb8 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07bd4, 0xb6c21ff4, 0xb6adeaac, 0x9bffeb8) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07b6f, 0xac97a6, 0xbfc07bd4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9bffee8, 0xbfc07ba4, 14, 0xb7750eb6, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74d2f54, 0x9c01400, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74d2f54, 0x9bffee8, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74d2f7c, 0x9bffee8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74d2fd0, 0x9bffee8, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74d2ff4, 0x9bffee8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74d3048, 0x9bffee8, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74a949d, 0x9bffee8, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74d2d48, 0x9bffee8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74d2d70, 0x9bffee8, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZN7QString16fromAscii_helperEPKci(0x8154e2d, -1, 0x9bffed4, 0, 0x9bffeb8) = 0x9c01568 -_ZN5QIconC1ERK7QString(0x9bfff00, 0xbfc07d24, 0xbfc07f88, 0xb76efff4, 0x9bfe6a8) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8154e3e, -1, -1, -1, 0xbfc07d24) = 0x9c01870 -_ZN5QIconC1ERK7QString(0x9bfff04, 0xbfc07d28, 0xbfc07f88, 0xb76efff4, 0x9bfe6a8) = 0 -_ZN11QToolButtonC1EP7QWidget(0x9bfff08, 0x9bffeb8, 0xbfc07f88, 0xb76efff4, 0x9bfe6a8 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07ba4, 0xbfc07ba4, 7, 0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07ba4, 0x9bffeb8, 0xb725b1e3, 0x9bffeb8) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07b3f, 0xac97a6, 0xbfc07ba4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject13connectNotifyEPKc(0x9bfff08, 0xb74d8b33, 0x9bfff08, 4, 0xb76df068) = 0xb76def68 -<... _ZN11QToolButtonC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QToolBar10setMovableEb(0x9bffeb8, 0, 0xbfc07f88, 0xb76efff4, 0x9bfe6a8) = 0 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9bfff08, 0x8154e5f, 0x9bffeb8, 0x8154e50, 0 -_ZN7QObject13connectNotifyEPKc(0x9bfff08, 0x8154e5f, 0x9bffeb8, 3, 0x815af2c) = 0xb76def68 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN15QAbstractButton7setIconERK5QIcon(0x9bfff08, 0x9bfff04, 0xbfc07d94, 0, 0xbfc07d58) = 0x9bff1f8 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07d2c, 0x815af2c, 0x8154e6a, 0, 0xbfc07d94) = 0xbfc07d2c -_ZN7QObject13setObjectNameERK7QString(0x9bfff08, 0xbfc07d2c, 0, 0x8154e50, 0) = 0x9c01afc -_ZNK11QMetaObject2trEPKcS1_(0xbfc07d30, 0x815af2c, 0x8154e7a, 0, 0xbfc07d94) = 0xbfc07d30 -_Znwj(20, 0, 0, 0x8154e50, 0) = 0x9c01970 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c01970, 0xbfc07d30, 0, 0xbfc07d34, 0) = 0x81b21a4 -_ZN8QToolBar9addWidgetEP7QWidget(0x9bffeb8, 0x9c01970, 0, 0xbfc07d34, 0 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07bf4, 0xbfc07bf4, 0xb70ae946, 0x9bfff08 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07bf4, 0x9bff3c0, 0xb6dab380, 0x9bff3c0) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07c88, 0xbfc07c88, 0xb69cf4c7, 0x9c00938 -_ZN8QToolBar11actionEventEP12QActionEvent(0x9bffeb8, 0xbfc07c88, 0x9c01970, 0xb76efff4, 0xb6db8e4f -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07584, 0xbfc07584, 8, 1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07584, 210, 0, 0) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar9addWidgetEP7QWidget resumed> ) = 0x9c01988 -_ZN8QToolBar9addWidgetEP7QWidget(0x9bffeb8, 0x9bffed4, 0, 0xbfc07d34, 0 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07bf4, 0xbfc07bf4, 0xb71d6ea5, 0x9c01970 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07bf4, 20, 0xb65d3d3c, 0x9c01970) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07aa4, 0xbfc07aa4, 0xb6db8e62, 0x9c01970 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07aa4, 0xb6c21ff4, 0xb6a0d0ac, 0xb6c21ff4) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07c88, 0xbfc07c88, 0xb69cf4c7, 0x9c00938 -_ZN8QToolBar11actionEventEP12QActionEvent(0x9bffeb8, 0xbfc07c88, 0x9bad018, 0xb6d5eed4, 0x9bffeb8 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07584, 0xbfc07584, 9, 1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07584, 210, 0xb6d5b5bc, 0) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar9addWidgetEP7QWidget resumed> ) = 0x9c01aa8 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07d38, 0x815af2c, 0x8154e7c, 0, 0x9c01970) = 0xbfc07d38 -_Znwj(20, 0, 0, 0xbfc07d34, 0) = 0x9c02478 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c02478, 0xbfc07d38, 0, 0xbfc07d3c, 0) = 0x81b21a4 -_ZN8QToolBar9addWidgetEP7QWidget(0x9bffeb8, 0x9c02478, 0, 0xbfc07d3c, 0 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07bf4, 0xbfc07bf4, 0xb76efff4, 0x9bffed4 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07bf4, 20, 0xb65d3d3c, 0x9bffed4) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07c88, 0xbfc07c88, 0xb69cf4c7, 0x9c00938 -_ZN8QToolBar11actionEventEP12QActionEvent(0x9bffeb8, 0xbfc07c88, 0x9c02478, 0xb76efff4, 0xb6db8e4f -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07584, 0xbfc07584, 17, 2 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07584, 210, 0xb6d5b5bc, 0) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar9addWidgetEP7QWidget resumed> ) = 0x9c02690 -_ZN8QToolBar9addWidgetEP7QWidget(0x9bffeb8, 0x9bffee8, 0, 0xbfc07d3c, 0 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07bf4, 0xbfc07bf4, 0xb71d6ea5, 0x9c02478 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07bf4, 20, 0xb65d3d3c, 0x9c02478) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07aa4, 0xbfc07aa4, 0xb6db8e62, 0x9c02478 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07aa4, 0xb6c21ff4, 0xb6a0d0ac, 0xb6c21ff4) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07c88, 0xbfc07c88, 0xb69cf4c7, 0x9c00938 -_ZN8QToolBar11actionEventEP12QActionEvent(0x9bffeb8, 0xbfc07c88, 0x9bad018, 0xb6d5eed4, 0x9bffeb8 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07584, 0xbfc07584, 17, 2 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07584, 210, 0xb6d5b5bc, 0) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar9addWidgetEP7QWidget resumed> ) = 0x9c02420 -_ZN8QToolBar9addWidgetEP7QWidget(0x9bffeb8, 0x9bfff08, 0, 0xbfc07d3c, 0 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07bf4, 0xbfc07bf4, 0xb76efff4, 0x9bffee8 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07bf4, 0xb6c21ff4, 0xb69cf4c7, 0x9c022c0) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07aa4, 0xbfc07aa4, 0xb6db8e62, 0x9c02478 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07aa4, 0xb69d1649, 0xb65d1011, 0xb6c21ff4) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07c88, 0xbfc07c88, 0xb69cf4c7, 0x9c00938 -_ZN8QToolBar11actionEventEP12QActionEvent(0x9bffeb8, 0xbfc07c88, 0x9bad018, 0xb6d5eed4, 0x9bffeb8 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07584, 0xbfc07584, 17, 2 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07584, 210, 0xb6d5b5bc, 0) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar9addWidgetEP7QWidget resumed> ) = 0x9c02430 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9bffee8, 0x8154e9a, 0x9bffeb8, 0x8154e80, 0 -_ZN7QObject13connectNotifyEPKc(0x9bffee8, 0x8154e9a, 0x9bffeb8, 2, 0x815af2c) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_Znwj(104, 0xbfc07f88, 0, 0, 0) = 0x9c02b98 -_ZN7QString16fromAscii_helperEPKci(0x81550bc, -1, 14, 57, 91) = 0x9c02c08 -_ZN8QToolBarC2ERK7QStringP7QWidget(0x9c02b98, 0xbfc07d0c, 0xbfc07f88, 0xb66fcff4, 0xb66fd440 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07bb4, 0xbfc07bb4, 0, 0 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc07bb4, 0, 0, 66888) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 16, 0, 0xb6c22fa8) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07a2f, 0xac97a6, 0xbfc07a94) = 96 -_ZN7QObject13connectNotifyEPKc(0x9c02670, 0xb74d8b33, 0x9c02670, 4, 0xb76df068) = 0xb76def68 -_ZN7QObject13connectNotifyEPKc(0x9c02b98, 0xb74db130, 0x9c02670, 0, 0xb76ecb28) = 0xb76deb08 -_ZN7QObject13connectNotifyEPKc(0x9c02670, 0xb74d1ff4, 0x9c02dc8, 0, 0xb76ec9f8) = 0xb76eca28 -_ZN7QObject13connectNotifyEPKc(0x9c032e8, 0xb74d5166, 0x9c02b98, 10, 0x81b2404) = 0xb76d63c8 -<... _ZN8QToolBarC2ERK7QStringP7QWidget resumed> ) = 0xbfc07c80 -_ZN11QToolButtonC1EP7QWidget(0x9c02bb0, 0x9c02b98, 0xbfc07f88, 0xb66fcff4, 0xb66fd440 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07b84, 0xbfc07b84, 0xb6d8f583, 0xb74c759b -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07b84, 0xbfc0767c, 0, 0xb6c22fa8) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c02b98, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07b1f, 0xac97a6, 0xbfc07b84) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject13connectNotifyEPKc(0x9c02bb0, 0xb74d8b33, 0x9c02bb0, 4, 0xb76df068) = 0xb76def68 -<... _ZN11QToolButtonC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN11QToolButtonC1EP7QWidget(0x9c02bc4, 0x9c02b98, 0xbfc07f88, 0xb66fcff4, 0xb66fd440 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07b84, 0xbfc07b84, 0xb6d8f583, 0xb74c759b -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07b84, 0xbfc0767c, 0, 0xb6c22fa8) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c02b98, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07b1f, 0xac97a6, 0xbfc07b84) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject13connectNotifyEPKc(0x9c02bc4, 0xb74d8b33, 0x9c02bc4, 4, 0xb76df068) = 0xb76def68 -<... _ZN11QToolButtonC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN11QToolButtonC1EP7QWidget(0x9c02bd8, 0x9c02b98, 0xbfc07f88, 0xb66fcff4, 0xb66fd440 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07b84, 0xbfc07b84, 7, 0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07b84, 0xbfc0767c, 0, 0xb6c22fa8) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c02b98, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07b1f, 0xac97a6, 0xbfc07b84) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject13connectNotifyEPKc(0x9c02bd8, 0xb74d8b33, 0x9c02bd8, 4, 0xb76df068) = 0xb76def68 -<... _ZN11QToolButtonC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN11QToolButtonC1EP7QWidget(0x9c02bec, 0x9c02b98, 0xbfc07f88, 0xb66fcff4, 0xb66fd440 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07b84, 0xbfc07b84, 7, 0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07b84, 0xbfc0767c, 0, 0xb6c22fa8) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c02b98, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07b1f, 0xac97a6, 0xbfc07b84) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject13connectNotifyEPKc(0x9c02bec, 0xb74d8b33, 0x9c02bec, 4, 0xb76df068) = 0xb76def68 -<... _ZN11QToolButtonC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QToolBar10setMovableEb(0x9c02b98, 0, 0xbfc07f88, 0xb66fcff4, 0xb66fd440) = 0 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c02bb0, 0x81550d8, 0x9c02b98, 0x81550c5, 0 -_ZN7QObject13connectNotifyEPKc(0x9c02bb0, 0x81550d8, 0x9c02b98, 5, 0x815bb48) = 0xb76def68 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c02bc4, 0x81550d8, 0x9c02b98, 0x81550e3, 0 -_ZN7QObject13connectNotifyEPKc(0x9c02bc4, 0x81550d8, 0x9c02b98, 4, 0x815bb48) = 0xb76def68 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c02bd8, 0x81550d8, 0x9c02b98, 0x81550f7, 0 -_ZN7QObject13connectNotifyEPKc(0x9c02bd8, 0x81550d8, 0x9c02b98, 6, 0x815bb48) = 0xb76def68 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c02bec, 0x81550d8, 0x9c02b98, 0x815510a, 0 -_ZN7QObject13connectNotifyEPKc(0x9c02bec, 0x81550d8, 0x9c02b98, 7, 0x815bb48) = 0xb76def68 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QString16fromAscii_helperEPKci(0x815511c, -1, 0x9c02b98, 0x9c02b98, 0xbfc07d94) = 0x9c043e0 -_ZN5QIconC1ERK7QString(0xbfc07d18, 0xbfc07d1c, 0x9c02b98, 0x815510a, 0) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8155130, -1, -1, -1, 0xbfc07d94) = 0x9c034e8 -_ZN5QIcon9fromThemeERK7QStringRKS_(0xbfc07d10, 0xbfc07d14, 0xbfc07d18, 0x815510a, 0) = 0xbfc07d10 -_ZN15QAbstractButton7setIconERK5QIcon(0x9c02bb0, 0xbfc07d10, 0xbfc07d18, 0x815510a, 0) = 0x9c02e18 -_ZN5QIconD1Ev(0xbfc07d10, 0xbfc07d10, 0xbfc07d18, 0x815510a, 0) = 0x9c033a8 -_ZN5QIconD1Ev(0xbfc07d18, 0xbfc07d10, 0xbfc07d18, 0x815510a, 0) = 0x9c033a8 -_ZN15QAbstractButton12setCheckableEb(0x9c02bb0, 1, 0xbfc07d18, 0x815510a, 0) = 1 -_ZN7QString16fromAscii_helperEPKci(0x8155135, -1, 0x9c043e0, 0xb718ac70, 0x9c02bb0) = 0x9c048b8 -_ZN5QIconC1ERK7QString(0xbfc07d28, 0xbfc07d2c, 0xbfc07d18, 0x815510a, 0) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8155130, -1, -1, -1, 0x9c02bb0) = 0x9c23238 -_ZN5QIcon9fromThemeERK7QStringRKS_(0xbfc07d20, 0xbfc07d24, 0xbfc07d28, 0x815510a, 0) = 0xbfc07d20 -_ZN15QAbstractButton7setIconERK5QIcon(0x9c02bc4, 0xbfc07d20, 0xbfc07d28, 0x815510a, 0) = 0x9c02e18 -_ZN5QIconD1Ev(0xbfc07d20, 0xbfc07d20, 0xbfc07d28, 0x815510a, 0) = 0x9c23308 -_ZN7QString4freeEPNS_4DataE(0x9c23238, 0xbfc07d20, 0xb6e1e909, 0x9c02b98, 0x9c02b98) = 0x9c521f0 -_ZN5QIconD1Ev(0xbfc07d28, 0xbfc07d20, 0xbfc07d28, 0x815510a, 0) = 0x9c23308 -_ZN15QAbstractButton12setCheckableEb(0x9c02bc4, 1, 0xbfc07d28, 0x815510a, 0) = 1 -_ZN7QString16fromAscii_helperEPKci(0x815514a, -1, 0xb6e1e909, 0x9c02b98, 0x9c02b98) = 0x9c4edc0 -_ZN5QIconC1ERK7QString(0xbfc07d38, 0xbfc07d3c, 0xbfc07d28, 0x815510a, 0) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8155130, -1, -1, -1, 0x9c02b98) = 0x9c23238 -_ZN5QIcon9fromThemeERK7QStringRKS_(0xbfc07d30, 0xbfc07d34, 0xbfc07d38, 0x815510a, 0) = 0xbfc07d30 -_ZN15QAbstractButton7setIconERK5QIcon(0x9c02bd8, 0xbfc07d30, 0xbfc07d38, 0x815510a, 0) = 0x9c02e18 -_ZN5QIconD1Ev(0xbfc07d30, 0xbfc07d30, 0xbfc07d38, 0x815510a, 0) = 0x9c521f8 -_ZN7QString4freeEPNS_4DataE(0x9c23238, 0xbfc07d30, 0xb6e1e909, 0x9c02b98, 0x9c02b98) = 0x9c52110 -_ZN5QIconD1Ev(0xbfc07d38, 0xbfc07d30, 0xbfc07d38, 0x815510a, 0) = 0x9c521f8 -_ZN15QAbstractButton12setCheckableEb(0x9c02bd8, 1, 0xbfc07d38, 0x815510a, 0) = 1 -_ZN7QString16fromAscii_helperEPKci(0x815515e, -1, 0xb6e1e909, 0x9c02b98, 0x9c02b98) = 0x9c08f50 -_ZN5QIconC1ERK7QString(0xbfc07d48, 0xbfc07d4c, 0xbfc07d38, 0x815510a, 0) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8155130, -1, -1, -1, 0x9c02b98) = 0x9c23238 -_ZN5QIcon9fromThemeERK7QStringRKS_(0xbfc07d40, 0xbfc07d44, 0xbfc07d48, 0x815510a, 0) = 0xbfc07d40 -_ZN15QAbstractButton7setIconERK5QIcon(0x9c02bec, 0xbfc07d40, 0xbfc07d48, 0x815510a, 0) = 0x9c02e18 -_ZN5QIconD1Ev(0xbfc07d40, 0xbfc07d40, 0xbfc07d48, 0x815510a, 0) = 0x9c52118 -_ZN7QString4freeEPNS_4DataE(0x9c23238, 0xbfc07d40, 0xb6e1e909, 0x9c02b98, 0x9c02b98) = 0x9c522d0 -_ZN5QIconD1Ev(0xbfc07d48, 0xbfc07d40, 0xbfc07d48, 0x815510a, 0) = 0x9c52118 -_ZN15QAbstractButton12setCheckableEb(0x9c02bec, 1, 0xbfc07d48, 0x815510a, 0) = 1 -_ZN8QToolBar9addWidgetEP7QWidget(0x9c02b98, 0x9c02bb0, 0xbfc07d48, 0x815510a, 0 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07bd4, 0xbfc07bd4, 0xb65d0549, 0x9c23510 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07bd4, 0, 0, 0xbfc07688) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07a84, 0xbfc07a84, 0xb6a3415b, 0xbfc07780 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07a84, 9, 0xb65d1011, 91) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07c68, 0xbfc07c68, 0xb6a00208, 0x9c4ed58 -_ZN8QToolBar11actionEventEP12QActionEvent(0x9c02b98, 0xbfc07c68, 0x9bad018, 0xb6d5eed4, 0x9c02b98 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07564, 0xbfc07564, 0xb657ae76, 59008 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07564, 0, 0xb65ce89e, 0) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar9addWidgetEP7QWidget resumed> ) = 0x9c05b30 -_ZN8QToolBar9addWidgetEP7QWidget(0x9c02b98, 0x9c02bc4, 0xbfc07d48, 0x815510a, 0 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07bd4, 0xbfc07bd4, 0xb76efff4, 0xb76efff4 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07bd4, 20, 0xb65d3d3c, 0x9c02bb0) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07a84, 0xbfc07a84, 0xb6a3415b, 0xbfc07780 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07a84, 0xb69d1649, 0xb6da94d3, 0xb6c21ff4) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07c68, 0xbfc07c68, 0xb6a00208, 0x9c4ed58 -_ZN8QToolBar11actionEventEP12QActionEvent(0x9c02b98, 0xbfc07c68, 0x9bad018, 0xb6d5eed4, 0x9c02b98 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07564, 0xbfc07564, 0xb657ae76, 59008 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07564, 0, 0xb65ce89e, 0) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar9addWidgetEP7QWidget resumed> ) = 0x9c46410 -_ZN8QToolBar9addWidgetEP7QWidget(0x9c02b98, 0x9c02bd8, 0xbfc07d48, 0x815510a, 0 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07bd4, 0xbfc07bd4, 0xb76efff4, 0xb76efff4 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07bd4, 20, 0xb65d3d3c, 0x9c02bc4) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07a84, 0xbfc07a84, 0xb6a3415b, 0xbfc07780 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07a84, 0xb6c21ff4, 0xb6a0d0ac, 0xb6c21ff4) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07c68, 0xbfc07c68, 0xb6a00208, 0x9c4ed58 -_ZN8QToolBar11actionEventEP12QActionEvent(0x9c02b98, 0xbfc07c68, 0x9bad018, 0xb6d5eed4, 0x9c02b98 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07564, 0xbfc07564, 0xb657ae76, 59008 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07564, 0, 0xb65ce89e, 0) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar9addWidgetEP7QWidget resumed> ) = 0x9bff7e8 -_ZN8QToolBar9addWidgetEP7QWidget(0x9c02b98, 0x9c02bec, 0xbfc07d48, 0x815510a, 0 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07bd4, 0xbfc07bd4, 0xb76efff4, 0xb76efff4 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07bd4, 20, 0xb65d3d3c, 0x9c02bd8) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07a84, 0xbfc07a84, 0xb6a3415b, 0xbfc07780 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07a84, 0xb69d1649, 0xb6da94d3, 0xb6c21ff4) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07c68, 0xbfc07c68, 0xb6a00208, 0x9c4ed58 -_ZN8QToolBar11actionEventEP12QActionEvent(0x9c02b98, 0xbfc07c68, 0x9bad018, 0xb6d5eed4, 0x9c02b98 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07564, 0xbfc07564, 0xb657ae76, 59008 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07564, 0, 0xb65ce89e, 0) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar9addWidgetEP7QWidget resumed> ) = 0x9c04760 -_Znwj(60, 0xbfc07f88, 0, 0, 0) = 0x9c4ed58 -_ZN7QString16fromAscii_helperEPKci(0x8154746, -1, 0xb76efff4, 0xb725be5e, 0x9c02b98) = 0x9c52348 -_ZN8QToolBarC2ERK7QStringP7QWidget(0x9c4ed58, 0xbfc07cfc, 0xbfc07f88, 0x81291a7, 0x9c02b98 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07ba4, 0xbfc07ba4, 0xb76efff4, 0x9c02bec -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc07ba4, 3, 0xb6c21ff4, 5) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 16, 0, 0xb6c22fa8) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07a1f, 0xac97a6, 0xbfc07a84) = 96 -_ZN7QObject13connectNotifyEPKc(0x9c23238, 0xb74d8b33, 0x9c23238, 4, 0xb76df068) = 0xb76def68 -_ZN7QObject13connectNotifyEPKc(0x9c4ed58, 0xb74db130, 0x9c23238, 0, 0xb76ecb28) = 0xb76deb08 -_ZN7QObject13connectNotifyEPKc(0x9c23238, 0xb74d1ff4, 0x9c1acc8, 0, 0xb76ec9f8) = 0xb76eca28 -_ZN7QObject13connectNotifyEPKc(0x9c22cb0, 0xb74d5166, 0x9c4ed58, 10, 0x81b2404) = 0xb76d63c8 -<... _ZN8QToolBarC2ERK7QStringP7QWidget resumed> ) = 0xbfc07c70 -_ZN11QToolButtonC1EP7QWidget(0x9c4ed74, 0x9c4ed58, 0xbfc07f88, 0x81291a7, 0x9c02b98 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc07b74, 0xbfc07b74, 0xb6d8f583, 0xb74c759b -_ZN8QToolBar10childEventEP11QChildEvent(0x9c4ed58, 0xbfc07b74, 10953, 10952, 0x9c02bec) = 0x9c4ed58 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c4ed58, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07b0f, 0xac97a6, 0xbfc07b74) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject13connectNotifyEPKc(0x9c4ed74, 0xb74d8b33, 0x9c4ed74, 4, 0xb76df068) = 0xb76def68 -<... _ZN11QToolButtonC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QToolBar10setMovableEb(0x9c4ed58, 0, 0xbfc07f88, 0x81291a7, 0x9c02b98) = 0 -_Znwj(8, 0, 0xbfc07f88, 0x81291a7, 0x9c02b98) = 0x9c04730 -_ZN7QActionC1EP7QObject(0x9c04730, 0x9c4ed58, 0xbfc07f88, 0x81291a7, 0x9c02b98 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc07c04, 0xbfc07c04, 0x9bf8a98, 0x9bad018 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c4ed58, 0xbfc07c04, 0x9c4ed58, 0xb6db8e62, 0x9c4ed58) = 0x9c4ed58 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN7QActionC1EP7QObject resumed> ) = 0 -_ZN16QCoreApplication9translateEPKcS1_S1_NS_8EncodingE(0xbfc07d00, 0x8154758, 0x815474f, 0, 1) = 0xbfc07d00 -_ZN7QAction7setTextERK7QString(0x9c04730, 0xbfc07d00, 0x815474f, 0, 1) = 0xbfc07c9c -_ZN7QString16fromAscii_helperEPKci(0x815475d, -1, 0xbfc07d00, 0x9c04730, 0xbfc07d94) = 0x9c46020 -_ZN5QIconC1ERK7QString(0xbfc07d0c, 0xbfc07d10, 0x815474f, 0, 1) = 0 -_ZN7QString16fromAscii_helperEPKci(0x815476e, -1, -1, -1, 0xbfc07d94) = 0x9c17790 -_ZN5QIcon9fromThemeERK7QStringRKS_(0xbfc07d04, 0xbfc07d08, 0xbfc07d0c, 0, 1) = 0xbfc07d04 -_ZN7QAction7setIconERK5QIcon(0x9c04730, 0xbfc07d04, 0xbfc07d0c, 0, 1) = 0xbfc07c9c -_ZN5QIconD1Ev(0xbfc07d04, 0xbfc07d04, 0xbfc07d0c, 0, 1) = 0x9c51c80 -_ZN5QIconD1Ev(0xbfc07d0c, 0xbfc07d04, 0xbfc07d0c, 0, 1) = 0x9c51c80 -_ZN7QString8fromUtf8EPKci(0xbfc07d14, 0x8154773, -1, 0, 1) = 0xbfc07d14 -_ZN7QObject13setObjectNameERK7QString(0x9c04730, 0xbfc07d14, -1, 0, 1) = 0x9c4a18c -_ZN7QWidget9addActionEP7QAction(0x9c4ed74, 0x9c04730, -1, 0, 1 -_ZN7QObject13connectNotifyEPKc(0x9c04730, 0xb74a5d38, 0x9c4ed74, 7, 0xb76df068) = 0xb76d63c8 -<... _ZN7QWidget9addActionEP7QAction resumed> ) = 0xbfc07c78 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c04730, 0x8154799, 0x9c4ed58, 0x815477e, 0 -_ZN7QObject13connectNotifyEPKc(0x9c04730, 0x8154799, 0x9c4ed58, 1, 0x815b470) = 0xb76d63c8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_Znwj(8, 0x8154799, 0x9c4ed58, 0x815477e, 0) = 0x9c09be0 -_ZN7QActionC1EP7QObject(0x9c09be0, 0x9c4ed58, 0x9c4ed58, 0x815477e, 0 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc07c04, 0xbfc07c04, 0xb76efff4, 0x9c4ed74 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c4ed58, 0xbfc07c04, 6, 1, 36) = 0x9c4ed58 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN7QActionC1EP7QObject resumed> ) = 0 -_ZN16QCoreApplication9translateEPKcS1_S1_NS_8EncodingE(0xbfc07d18, 0x8154758, 0x81547a6, 0, 1) = 0xbfc07d18 -_ZN7QAction7setTextERK7QString(0x9c09be0, 0xbfc07d18, 0x81547a6, 0, 1) = 0xbfc07c9c -_ZN7QString16fromAscii_helperEPKci(0x81547af, -1, 0x9c04730, 0x9c09be0, 0xbfc07d94) = 0x9c46420 -_ZN5QIconC1ERK7QString(0xbfc07d24, 0xbfc07d28, 0x81547a6, 0, 1) = 0 -_ZN7QString16fromAscii_helperEPKci(0x815476e, -1, -1, -1, 0xbfc07d94) = 0x9c30b40 -_ZN5QIcon9fromThemeERK7QStringRKS_(0xbfc07d1c, 0xbfc07d20, 0xbfc07d24, 0, 1) = 0xbfc07d1c -_ZN7QAction7setIconERK5QIcon(0x9c09be0, 0xbfc07d1c, 0xbfc07d24, 0, 1) = 0xbfc07c9c -_ZN5QIconD1Ev(0xbfc07d1c, 0xbfc07d1c, 0xbfc07d24, 0, 1) = 0x9c518b0 -_ZN7QString4freeEPNS_4DataE(0x9c30b40, 0xbfc07d1c, 0xb6e1e909, 0x9c09be0, 0xbfc07d94) = 0x9c517b8 -_ZN5QIconD1Ev(0xbfc07d24, 0xbfc07d1c, 0xbfc07d24, 0, 1) = 0x9c518b0 -_ZN7QString8fromUtf8EPKci(0xbfc07d2c, 0x81547c0, -1, 0, 1) = 0xbfc07d2c -_ZN7QObject13setObjectNameERK7QString(0x9c09be0, 0xbfc07d2c, -1, 0, 1) = 0x9c49f74 -_ZN7QWidget9addActionEP7QAction(0x9c4ed74, 0x9c09be0, -1, 0, 1 -_ZN7QObject13connectNotifyEPKc(0x9c09be0, 0xb74a5d38, 0x9c4ed74, 7, 0xb76df068) = 0xb76d63c8 -<... _ZN7QWidget9addActionEP7QAction resumed> ) = 0xbfc07c78 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c09be0, 0x8154799, 0x9c4ed58, 0x81547cb, 0 -_ZN7QObject13connectNotifyEPKc(0x9c09be0, 0x8154799, 0x9c4ed58, 2, 0x815b470) = 0xb76d63c8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_Znwj(8, 0x8154799, 0x9c4ed58, 0x81547cb, 0) = 0x9c33828 -_ZN7QActionC1EP7QObject(0x9c33828, 0x9c4ed58, 0x9c4ed58, 0x81547cb, 0 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc07c04, 0xbfc07c04, 0xb76efff4, 0x9c4ed74 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c4ed58, 0xbfc07c04, 6, 1, 36) = 0x9c4ed58 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN7QActionC1EP7QObject resumed> ) = 0 -_ZN16QCoreApplication9translateEPKcS1_S1_NS_8EncodingE(0xbfc07d30, 0x8154758, 0x81547e6, 0, 1) = 0xbfc07d30 -_ZN7QAction7setTextERK7QString(0x9c33828, 0xbfc07d30, 0x81547e6, 0, 1) = 0xbfc07c9c -_ZN7QString16fromAscii_helperEPKci(0x81547f2, -1, 0x9c09be0, 0x9c33828, 0xbfc07d94) = 0x9c52468 -_ZN5QIconC1ERK7QString(0xbfc07d3c, 0xbfc07d40, 0x81547e6, 0, 1) = 0 -_ZN7QString16fromAscii_helperEPKci(0x815476e, -1, -1, -1, 0xbfc07d94) = 0x9c30b40 -_ZN5QIcon9fromThemeERK7QStringRKS_(0xbfc07d34, 0xbfc07d38, 0xbfc07d3c, 0, 1) = 0xbfc07d34 -_ZN7QAction7setIconERK5QIcon(0x9c33828, 0xbfc07d34, 0xbfc07d3c, 0, 1) = 0xbfc07c9c -_ZN5QIconD1Ev(0xbfc07d34, 0xbfc07d34, 0xbfc07d3c, 0, 1) = 0x9c517c0 -_ZN7QString4freeEPNS_4DataE(0x9c30b40, 0xbfc07d34, 0xb6e1e909, 0x9c33828, 0xbfc07d94) = 0x9c484a0 -_ZN5QIconD1Ev(0xbfc07d3c, 0xbfc07d34, 0xbfc07d3c, 0, 1) = 0x9c517c0 -_ZN7QString8fromUtf8EPKci(0xbfc07d44, 0x8154806, -1, 0, 1) = 0xbfc07d44 -_ZN7QObject13setObjectNameERK7QString(0x9c33828, 0xbfc07d44, -1, 0, 1) = 0x9c483cc -_ZN7QWidget9addActionEP7QAction(0x9c4ed74, 0x9c33828, -1, 0, 1 -_ZN7QObject13connectNotifyEPKc(0x9c33828, 0xb74a5d38, 0x9c4ed74, 7, 0xb76df068) = 0xb76d63c8 -<... _ZN7QWidget9addActionEP7QAction resumed> ) = 0xbfc07c78 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c33828, 0x8154799, 0x9c4ed58, 0x8154814, 0 -_ZN7QObject13connectNotifyEPKc(0x9c33828, 0x8154799, 0x9c4ed58, 3, 0x815b470) = 0xb76d63c8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN11QToolButton12setPopupModeENS_19ToolButtonPopupModeE(0x9c4ed74, 2, 0x9c4ed58, 0x8154814, 0) = 0x9c4b830 -_ZN7QString16fromAscii_helperEPKci(0x8154832, -1, 0x8154701, 0xb7265f40, 0x9c4ed74) = 0x9c46608 -_ZN5QIconC1ERK7QString(0xbfc07d48, 0xbfc07d4c, 0x9c4ed58, 0x8154814, 0) = 0 -_ZN15QAbstractButton7setIconERK5QIcon(0x9c4ed74, 0xbfc07d48, 0x9c4ed58, 0x8154814, 0) = 0x9c237e0 -_ZN5QIconD1Ev(0xbfc07d48, 0xbfc07d48, 0x9c4ed58, 0x8154814, 0) = 0x9c484a8 -_ZN8QToolBar9addWidgetEP7QWidget(0x9c4ed58, 0x9c4ed74, 0x9c4ed58, 0x8154814, 0 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc07bc4, 0xbfc07bc4, 0xb65d0549, 0x9c50650 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c4ed58, 0xbfc07bc4, 0, 0, 0) = 0x9c4ed58 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc07a74, 0xbfc07a74, 0xb6a3415b, 0xbfc07770 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c4ed58, 0xbfc07a74, 0xbfc074d0, 0xb6e4ad5e, 0xbfc074d0) = 0x9c4ed58 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc07c58, 0xbfc07c58, 0xb6a00208, 0x9c48380 -_ZN8QToolBar11actionEventEP12QActionEvent(0x9c4ed58, 0xbfc07c58, 0x9bad018, 0xb6d5eed4, 0x9c4ed58 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc07554, 0xbfc07554, 0xb6d5eed4, 0x9c02bec -_ZN8QToolBar10childEventEP11QChildEvent(0x9c4ed58, 0xbfc07554, 0xb6c21ff4, 0xb6adeaac, 0x9c02b98) = 0x9c4ed58 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar9addWidgetEP7QWidget resumed> ) = 0x9c33ca8 -_Znwj(64, 0xbfc07fa0, 0xbfc07f88, 0, 0) = 0x9c33df0 -_ZN7QString16fromAscii_helperEPKci(0x81544c6, -1, 64, 0xb65d3d3c, 0x9bffa60) = 0x9c51d68 -_ZN8QToolBarC2ERK7QStringP7QWidget(0x9c33df0, 0xbfc07d3c, 0xbfc07f88, 0x9c518b0, 0x9c30b40 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07be4, 0xbfc07be4, 0xb76efff4, 0xb76efff4 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc07be4, 0, 0xb69a713b, 32) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 16, 0, 0xb6c22fa8) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07a5f, 0xac97a6, 0xbfc07ac4) = 96 -_ZN7QObject13connectNotifyEPKc(0x9c30b40, 0xb74d8b33, 0x9c30b40, 4, 0xb76df068) = 0xb76def68 -_ZN7QObject13connectNotifyEPKc(0x9c33df0, 0xb74db130, 0x9c30b40, 0, 0xb76ecb28) = 0xb76deb08 -_ZN7QObject13connectNotifyEPKc(0x9c30b40, 0xb74d1ff4, 0x9c07df8, 0, 0xb76ec9f8) = 0xb76eca28 -_ZN7QObject13connectNotifyEPKc(0x9c00590, 0xb74d5166, 0x9c33df0, 10, 0x81b2404) = 0xb76d63c8 -<... _ZN8QToolBarC2ERK7QStringP7QWidget resumed> ) = 0xbfc07cb0 -_ZN9QComboBoxC1EP7QWidget(0x9c33e08, 0x9c33df0, 0xbfc07f88, 0x9c518b0, 0x9c30b40 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07be4, 0xbfc07be4, 0xb6d5eed4, 0x9c33df0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c33df0, 0xbfc07be4, 0xb6c21ff4, 0xb6adeaac, 0x9c33df0) = 0x9c33df0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c33df0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07b7f, 0xac97a6, 0xbfc07be4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c33e08, 0xbfc07bb4, 14, 0xb7750eb6, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74d2f54, 0x9c17268, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74d2f54, 0x9c33e08, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74d2f7c, 0x9c33e08, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74d2fd0, 0x9c33e08, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74d2ff4, 0x9c33e08, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74d3048, 0x9c33e08, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74a949d, 0x9c33e08, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74d2d48, 0x9c33e08, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74d2d70, 0x9c33e08, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZN11QToolButtonC1EP7QWidget(0x9c33e1c, 0x9c33df0, 0xbfc07f88, 0x9c518b0, 0x9c30b40 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07bb4, 0xbfc07bb4, 0xb76efff4, 0x9c33e08 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c33df0, 0xbfc07bb4, 20, 0xb725b1e3, 0x9c33df0) = 0x9c33df0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c33df0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07b4f, 0xac97a6, 0xbfc07bb4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject13connectNotifyEPKc(0x9c33e1c, 0xb74d8b33, 0x9c33e1c, 4, 0xb76df068) = 0xb76def68 -<... _ZN11QToolButtonC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QToolBar10setMovableEb(0x9c33df0, 0, 0xbfc07f88, 0x9c518b0, 0x9c30b40) = 0 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c33e08, 0x81544e7, 0x9c33df0, 0x81544d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9c33e08, 0x9c50878, 0x9c33df0, 2, 0x815b188) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c33e1c, 0x8154512, 0x9c33df0, 0x8154502, 0 -_ZN7QObject13connectNotifyEPKc(0x9c33e1c, 0x8154512, 0x9c33df0, 3, 0x815b188) = 0xb76def68 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QString16fromAscii_helperEPKci(0x815451d, -1, 0x9c33df0, 0x9c33df0, 0xbfc07d94) = 0x9c520d8 -_ZN5QIconC1ERK7QString(0xbfc07d48, 0xbfc07d4c, 0x9c33df0, 0x8154502, 0) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8154530, -1, -1, -1, 0xbfc07d94) = 0x9c48380 -_ZN5QIcon9fromThemeERK7QStringRKS_(0xbfc07d40, 0xbfc07d44, 0xbfc07d48, 0x8154502, 0) = 0xbfc07d40 -_ZN15QAbstractButton7setIconERK5QIcon(0x9c33e1c, 0xbfc07d40, 0xbfc07d48, 0x8154502, 0) = 0x9c15468 -_ZN5QIconD1Ev(0xbfc07d40, 0xbfc07d40, 0xbfc07d48, 0x8154502, 0) = 0x9c51500 -_ZN5QIconD1Ev(0xbfc07d48, 0xbfc07d40, 0xbfc07d48, 0x8154502, 0) = 0x9c51500 -_ZN8QToolBar9addWidgetEP7QWidget(0x9c33df0, 0x9c33e08, 0xbfc07d48, 0x8154502, 0 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07c04, 0xbfc07c04, 0xb65d0549, 0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c33df0, 0xbfc07c04, 0, 0, 0xbfc076b8) = 0x9c33df0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07ab4, 0xbfc07ab4, 58, 0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c33df0, 0xbfc07ab4, 0xbfc07510, 0xb6e4ad5e, 0xbfc07510) = 0x9c33df0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07c98, 0xbfc07c98, 0xb6ebda04, 0xbfc07a04 -_ZN8QToolBar11actionEventEP12QActionEvent(0x9c33df0, 0xbfc07c98, 0x9bad018, 0xb6d5eed4, 0x9c33df0 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07594, 0xbfc07594, 0xb6d643a2, 0x9bad018 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c33df0, 0xbfc07594, 0, 0, 0) = 0x9c33df0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar9addWidgetEP7QWidget resumed> ) = 0x9c34c88 -_ZN8QToolBar9addWidgetEP7QWidget(0x9c33df0, 0x9c33e1c, 0xbfc07d48, 0x8154502, 0 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07c04, 0xbfc07c04, 0xb76efff4, 0x9c33e08 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c33df0, 0xbfc07c04, 20, 0xb65d3d3c, 0x9c33e08) = 0x9c33df0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07ab4, 0xbfc07ab4, 58, 0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c33df0, 0xbfc07ab4, 0xb69d1649, 0xb6da94d3, 0xb6c21ff4) = 0x9c33df0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07c98, 0xbfc07c98, 0xb6ebda04, 0xbfc07a04 -_ZN8QToolBar11actionEventEP12QActionEvent(0x9c33df0, 0xbfc07c98, 0x9bad018, 0xb6d5eed4, 0x9c33df0 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07594, 0xbfc07594, 0xb6d643a2, 0x9bad018 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c33df0, 0xbfc07594, 0, 0, 0) = 0x9c33df0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar9addWidgetEP7QWidget resumed> ) = 0x9c1f5d8 -_Znwj(52, 0xbfc07f88, 0xbfc07f88, 0, 0) = 0x9c50830 -_ZN7QString16fromAscii_helperEPKci(0x8154ac6, -1, 0x9c1f5d8, 0xb76efff4, 0x9c1f5d8) = 0x9c4e9d8 -_ZN8QToolBarC2ERK7QStringP7QWidget(0x9c50830, 0xbfc07d1c, 0xbfc07f88, 0xb65d3d3c, 0x9c33df0 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07bc4, 0xbfc07bc4, 0xb65d0549, 0x9c1f508 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc07bc4, 0, 0, 0) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 16, 0, 0xb6c22fa8) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07a3f, 0xac97a6, 0xbfc07aa4) = 96 -_ZN7QObject13connectNotifyEPKc(0x9c51420, 0xb74d8b33, 0x9c51420, 4, 0xb76df068) = 0xb76def68 -_ZN7QObject13connectNotifyEPKc(0x9c50830, 0xb74db130, 0x9c51420, 0, 0xb76ecb28) = 0xb76deb08 -_ZN7QObject13connectNotifyEPKc(0x9c51420, 0xb74d1ff4, 0x9c416b8, 0, 0xb76ec9f8) = 0xb76eca28 -_ZN7QObject13connectNotifyEPKc(0x9c11ee8, 0xb74d5166, 0x9c50830, 10, 0x81b2404) = 0xb76d63c8 -<... _ZN8QToolBarC2ERK7QStringP7QWidget resumed> ) = 0xbfc07c90 -_ZN11QToolButtonC1EP7QWidget(0x9c5084c, 0x9c50830, 0xbfc07f88, 0xb65d3d3c, 0x9c33df0 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07b94, 0xbfc07b94, 0xb6d8f583, 0xb74c759b -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc07b94, 0x9bb94c8, 0, 0xb6c22fa8) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c50830, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07b2f, 0xac97a6, 0xbfc07b94) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject13connectNotifyEPKc(0x9c5084c, 0xb74d8b33, 0x9c5084c, 4, 0xb76df068) = 0xb76def68 -<... _ZN11QToolButtonC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QToolBar10setMovableEb(0x9c50830, 0, 0xbfc07f88, 0xb65d3d3c, 0x9c33df0) = 0 -_Znwj(8, 0, 0xbfc07f88, 0xb65d3d3c, 0x9c33df0) = 0x9c11870 -_ZN7QActionC1EP7QObject(0x9c11870, 0x9c50830, 0xbfc07f88, 0xb65d3d3c, 0x9c33df0 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07c24, 0xbfc07c24, 0x9bf8a98, 0x9bad018 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc07c24, 0x9c50830, 0xb6db8e62, 0x9c50830) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN7QActionC1EP7QObject resumed> ) = 0 -_ZN16QCoreApplication9translateEPKcS1_S1_NS_8EncodingE(0xbfc07d20, 0x8154ad9, 0x8154acf, 0, 1) = 0xbfc07d20 -_ZN7QAction7setTextERK7QString(0x9c11870, 0xbfc07d20, 0x8154acf, 0, 1) = 0xbfc07cbc -_ZN7QString16fromAscii_helperEPKci(0x8154ade, -1, 0x9c50830, 0x9c11870, 0xbfc07d94) = 0x9c4e780 -_ZN5QIconC1ERK7QString(0xbfc07d2c, 0xbfc07d30, 0x8154acf, 0, 1) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8154af0, -1, -1, -1, 0xbfc07d94) = 0x9c11f60 -_ZN5QIcon9fromThemeERK7QStringRKS_(0xbfc07d24, 0xbfc07d28, 0xbfc07d2c, 0, 1) = 0xbfc07d24 -_ZN7QAction7setIconERK5QIcon(0x9c11870, 0xbfc07d24, 0xbfc07d2c, 0, 1) = 0xbfc07cbc -_ZN5QIconD1Ev(0xbfc07d24, 0xbfc07d24, 0xbfc07d2c, 0, 1) = 0x9c50988 -_ZN7QString4freeEPNS_4DataE(0x9c11f60, 0xbfc07d24, 0xb6e1e909, 0x9c11870, 0xbfc07d94) = 0x9c51030 -_ZN5QIconD1Ev(0xbfc07d2c, 0xbfc07d24, 0xbfc07d2c, 0, 1) = 0x9c50988 -_ZN7QString8fromUtf8EPKci(0xbfc07d34, 0x8154af5, -1, 0, 1) = 0xbfc07d34 -_ZN7QObject13setObjectNameERK7QString(0x9c11870, 0xbfc07d34, -1, 0, 1) = 0x9c1189c -_ZN7QWidget9addActionEP7QAction(0x9c5084c, 0x9c11870, -1, 0, 1 -_ZN7QObject13connectNotifyEPKc(0x9c11870, 0xb74a5d38, 0x9c5084c, 7, 0xb76df068) = 0xb76d63c8 -<... _ZN7QWidget9addActionEP7QAction resumed> ) = 0xbfc07c98 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c11870, 0x8154b1d, 0x9c50830, 0x8154b01, 0 -_ZN7QObject13connectNotifyEPKc(0x9c11870, 0x8154b1d, 0x9c50830, 0, 0x815b850) = 0xb76d63c8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN11QToolButton12setPopupModeENS_19ToolButtonPopupModeE(0x9c5084c, 2, 0x9c50830, 0x8154b01, 0) = 0x9c11660 -_ZN7QString16fromAscii_helperEPKci(0x8154b2a, -1, 0x9c11870, 0x9c11870, 0xbfc07d94) = 0x9c358a0 -_ZN5QIconC1ERK7QString(0xbfc07d38, 0xbfc07d3c, 0x9c50830, 0x8154b01, 0) = 0 -_ZN15QAbstractButton7setIconERK5QIcon(0x9c5084c, 0xbfc07d38, 0x9c50830, 0x8154b01, 0) = 0x9c4b0b8 -_ZN5QIconD1Ev(0xbfc07d38, 0xbfc07d38, 0x9c50830, 0x8154b01, 0) = 0x9c51038 -_Znwj(20, 0, 0x9c50830, 0x8154b01, 0) = 0x9c119f0 -_ZN7QWidgetC1EPS_6QFlagsIN2Qt10WindowTypeEE(0x9c119f0, 0x9c50830, 0xbfc07d40, 0x8154b01, 0 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07bf4, 0xbfc07bf4, 0xb6ac3a96, 0xb76efff4 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc07bf4, 0x9c5084c, 0xb6ada380, 32) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c50830, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07b8f, 0xac97a6, 0xbfc07bf4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN7QWidgetC1EPS_6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0xbfc07c74 -_ZN7QWidget13setSizePolicyE11QSizePolicy(0x9c119f0, 119, 7, 0xb67f7627, 20) = 0x9c11ae4 -_ZN8QToolBar9addWidgetEP7QWidget(0x9c50830, 0x9c119f0, 7, 0x8154b01, 0 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07be4, 0xbfc07be4, 0xb65d0549, 0x9c4da20 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc07be4, 0x9c51420, 0, 0) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07a94, 0xbfc07a94, 0xb6a3415b, 0xbfc07790 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc07a94, 0xbfc074f0, 0xb6e4ad5e, 0xbfc074f0) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07c78, 0xbfc07c78, 0xb65d4347, 48 -_ZN8QToolBar11actionEventEP12QActionEvent(0x9c50830, 0xbfc07c78, 0x9bad018, 0xb6dab2d0, 0x9c50830 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07574, 0xbfc07574, 0xb76efff4, 0xb76efff4 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc07574, 0, 0, 0) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar9addWidgetEP7QWidget resumed> ) = 0x9c11b90 -_ZN8QToolBar9addWidgetEP7QWidget(0x9c50830, 0x9c5084c, 7, 0x8154b01, 0 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07be4, 0xbfc07be4, 0xb76efff4, 0x9c119f0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc07be4, 20, 0xb65d3d3c, 0x9c119f0) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07a94, 0xbfc07a94, 0xb6a3415b, 0xb76efff4 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc07a94, 0xb69d1649, 0xb6da94d3, 0xb6c21ff4) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07c78, 0xbfc07c78, 0xb65d4347, 48 -_ZN8QToolBar11actionEventEP12QActionEvent(0x9c50830, 0xbfc07c78, 0x9bad018, 0xb6d5eed4, 0x9c50830 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07574, 0xbfc07574, 0xb76efff4, 0xb76efff4 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc07574, 0, 0, 0) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar9addWidgetEP7QWidget resumed> ) = 0x9c16c70 -_Znwj(20, 0, 7, 0x8154b01, 0) = 0x9c16d80 -_ZN7QWidgetC1EPS_6QFlagsIN2Qt10WindowTypeEE(0x9c16d80, 0x9c50830, 0xbfc07d44, 0x8154b01, 0 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07bf4, 0xbfc07bf4, 9, 0x9c5084c -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc07bf4, 92, 0xb66fcff4, 0xb66fd440) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c50830, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07b8f, 0xac97a6, 0xbfc07bf4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN7QWidgetC1EPS_6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0xbfc07c74 -_ZN7QWidget15setMinimumWidthEi(0x9c16d80, 20, 0xbfc07d44, 0x8154b01, 0) = 1 -_ZN8QToolBar9addWidgetEP7QWidget(0x9c50830, 0x9c16d80, 0xbfc07d44, 0x8154b01, 0 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07be4, 0xbfc07be4, 0xb76efff4, 0xb76efff4 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc07be4, 20, 0xb65d3d3c, 0x9c5084c) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07a94, 0xbfc07a94, 0xb6a3415b, 0xb76efff4 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc07a94, 0xb6c21ff4, 0xb6a0d0ac, 0xb6c21ff4) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07c78, 0xbfc07c78, 0xb65d4347, 64 -_ZN8QToolBar11actionEventEP12QActionEvent(0x9c50830, 0xbfc07c78, 0x9bad018, 0xb6dab2d0, 0x9c50830 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07574, 0xbfc07574, 0xb76efff4, 0xb76efff4 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc07574, 0, 0, 0) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar9addWidgetEP7QWidget resumed> ) = 0x9c16f08 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c02b98, 0x8149ec7, 0xbfc07f88, 0x8149eb4, 0 -_ZN7QObject13connectNotifyEPKc(0x9c02b98, 0x8149ec7, 0xbfc07f88, 8, 0x8158e2c) = 0x815bd08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c02b98, 0x8149eec, 0xbfc07f88, 0x8149eda, 0 -_ZN7QObject13connectNotifyEPKc(0x9c02b98, 0x8149eec, 0xbfc07f88, 9, 0x8158e2c) = 0x815bd08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c02b98, 0x8149f10, 0xbfc07f88, 0x8149efe, 0 -_ZN7QObject13connectNotifyEPKc(0x9c02b98, 0x8149f10, 0xbfc07f88, 10, 0x8158e2c) = 0x815bd08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c02b98, 0x8149f33, 0xbfc07f88, 0x8149f22, 0 -_ZN7QObject13connectNotifyEPKc(0x9c02b98, 0x8149f33, 0xbfc07f88, 11, 0x8158e2c) = 0x815bd08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c4ed58, 0x8149f55, 0xbfc07f88, 0x8149f44, 0 -_ZN7QObject13connectNotifyEPKc(0x9c4ed58, 0x8149f55, 0xbfc07f88, 12, 0x8158e2c) = 0x815b6c8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07d98, 0x8158e2c, 0x8149f66, 0, 0xbfc07d94) = 0xbfc07d98 -_Znwj(20, 0, 0, 0x8149f44, 0) = 0x9c17150 -_ZN11QDockWidgetC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c17150, 0xbfc07d98, 0xbfc07f88, 0xbfc07d9c, 0 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07c34, 0xbfc07c34, 0xb6ac3a96, 0x9bad018 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc07c34, 0x9c5084c, 0xb76efff4, 0xb76efff4) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 16, 0, 0xb6c22fa8) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c17150, 0xbfc07be4, 0x9c5084c, 0xb76efff4, 0xb76efff4) = 0xb76dc448 -_ZN7QObject10childEventEP11QChildEvent(0x9c17150, 0xbfc07b74, 0, 0, 0) = 0xb76dc448 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07b0f, 0xac97a6, 0xbfc07b74) = 96 -_ZN7QObject13connectNotifyEPKc(0x9c14e88, 0xb74d43dc, 0x9c17150, 6, 0xb76dc53c) = 0xb76dc328 -_ZN7QObject10childEventEP11QChildEvent(0x9c17150, 0xbfc07c00, 0x9c17150, 0xb6db8e62, 1) = 0xb76dc448 -_ZN7QObject10childEventEP11QChildEvent(0x9c17150, 0xbfc07b74, 1, 1982, 0) = 0xb76dc448 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07b0f, 0xac97a6, 0xbfc07b74) = 96 -_ZN7QObject13connectNotifyEPKc(0x9c15090, 0xb74d43dc, 0x9c17150, 18, 0x81b24e0) = 0xb76dc328 -_ZN7QObject10childEventEP11QChildEvent(0x9c17150, 0xbfc07c00, 0x9c17150, 0xb6db8e62, 1) = 0xb76dc448 -_ZN7QObject10childEventEP11QChildEvent(0x9c17150, 0xbfc07c14, 74, 0, 0x9c15160) = 0xb76dc448 -_ZN7QObject10childEventEP11QChildEvent(0x9c17150, 0xbfc07c04, 0x9c17150, 0xb6adeaac, 0x9c17150) = 0xb76dc448 -_ZN7QObject13connectNotifyEPKc(0x9c15290, 0xb74d5166, 0x9c17150, 5, 0xb76dc53c) = 0xb76d63c8 -<... _ZN11QDockWidgetC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0xbfc07d00 -_ZN11QDockWidget11setFeaturesE6QFlagsINS_17DockWidgetFeatureEE(0x9c17150, 0xbfc07da0, 0xbfc07f88, 0xbfc07d9c, 0) = 0 -_ZN11QDockWidget15setAllowedAreasE6QFlagsIN2Qt14DockWidgetAreaEE(0x9c17150, 0xbfc07da4, 0xbfc07f88, 0xbfc07d9c, 0) = 0 -_Znwj(60, 0, 0xbfc07f88, 0xbfc07d9c, 0) = 0x9c1f950 -_ZN7QWidgetC2EPS_6QFlagsIN2Qt10WindowTypeEE(0x9c1f950, 0x9c17150, 0xbfc07d18, 0xb66fcff4, 0xb66fd440 -_ZN7QObject10childEventEP11QChildEvent(0x9c17150, 0xbfc07be4, 0xbfc07ca4, 0xb7156442, 0xbfc0775c) = 0xb76dc448 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07b7f, 0xac97a6, 0xbfc07be4) = 96 -<... _ZN7QWidgetC2EPS_6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0xbfc07c64 -_Znwj(16, 0x9c17150, 0xbfc07d18, 0xb66fcff4, 0xb66fd440) = 0x9c23370 -_ZN11QHBoxLayoutC1Ev(0x9c23370, 0x9c17150, 0xbfc07d18, 0xb66fcff4, 0xb66fd440) = 0xb76e8584 -_Znwj(20, 0x9c17150, 0xbfc07d18, 0xb66fcff4, 0xb66fd440) = 0x9c36090 -_ZN11QPushButtonC1EP7QWidget(0x9c36090, 0x9c1f950, 0xbfc07d18, 0xb66fcff4, 0xb66fd440 -_ZN7QWidget5eventEP6QEvent(0x9c1f950, 0xbfc07b84, 0xbfc07b84, 0xb71c2f4c, 0x9c17150 -_ZN7QObject10childEventEP11QChildEvent(0x9c1f950, 0xbfc07b84, 1, 0xb6adeaac, 0x9c17150) = 0x8159ce8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1f950, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0x81b21a4, 8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN11QPushButtonC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN11QPushButton7setFlatEb(0x9c36090, 1, 0xbfc07d18, 0xb66fcff4, 0xb66fd440) = 0x9c36194 -_ZN7QString16fromAscii_helperEPKci(0x8152e26, -1, 0xbfc07c80, 0xb722e940, 0x9c36090) = 0x9c466b0 -_ZN5QIconC1ERK7QString(0xbfc07d24, 0xbfc07d28, 0xbfc07d18, 0xb66fcff4, 0xb66fd440) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8152e36, -1, -1, -1, 0x9c36090) = 0x9c356c8 -_ZN5QIcon9fromThemeERK7QStringRKS_(0xbfc07d1c, 0xbfc07d20, 0xbfc07d24, 0xb66fcff4, 0xb66fd440) = 0xbfc07d1c -_ZN15QAbstractButton7setIconERK5QIcon(0x9c36090, 0xbfc07d1c, 0xbfc07d24, 0xb66fcff4, 0xb66fd440) = 0x9c36194 -_ZN5QIconD1Ev(0xbfc07d1c, 0xbfc07d1c, 0xbfc07d24, 0xb66fcff4, 0xb66fd440) = 0x9c177b0 -_ZN5QIconD1Ev(0xbfc07d24, 0xbfc07d1c, 0xbfc07d24, 0xb66fcff4, 0xb66fd440) = 0x9c177b0 -_Znwj(20, 0xbfc07d1c, 0xbfc07d24, 0xb66fcff4, 0xb66fd440) = 0x9c34b00 -_ZN11QPushButtonC1EP7QWidget(0x9c34b00, 0x9c1f950, 0xbfc07d24, 0xb66fcff4, 0xb66fd440 -_ZN7QWidget5eventEP6QEvent(0x9c1f950, 0xbfc07b84, 0xbfc07b84, 0xb65d0549, 3 -_ZN7QObject10childEventEP11QChildEvent(0x9c1f950, 0xbfc07b84, 0xbfc07678, 0xb6576275, 0xbfc07674) = 0x8159ce8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1f950, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc07b1c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN11QPushButtonC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN11QPushButton7setFlatEb(0x9c34b00, 1, 0xbfc07d24, 0xb66fcff4, 0xb66fd440) = 0x9c36194 -_ZN7QString16fromAscii_helperEPKci(0x8152e3f, -1, 0x9c1f950, 0x9c36090, 0x9c34b00) = 0x9c51440 -_ZN5QIconC1ERK7QString(0xbfc07d34, 0xbfc07d38, 0xbfc07d24, 0xb66fcff4, 0xb66fd440) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8152e36, -1, -1, -1, 0x9c34b00) = 0x9c46058 -_ZN5QIcon9fromThemeERK7QStringRKS_(0xbfc07d2c, 0xbfc07d30, 0xbfc07d34, 0xb66fcff4, 0xb66fd440) = 0xbfc07d2c -_ZN15QAbstractButton7setIconERK5QIcon(0x9c34b00, 0xbfc07d2c, 0xbfc07d34, 0xb66fcff4, 0xb66fd440) = 0x9c36194 -_ZN5QIconD1Ev(0xbfc07d2c, 0xbfc07d2c, 0xbfc07d34, 0xb66fcff4, 0xb66fd440) = 0x9c35518 -_ZN7QString4freeEPNS_4DataE(0x9c46058, 0xbfc07d2c, 0xb6e1e909, 0x9c34b00, 0x9c34b00) = 0x9c09970 -_ZN5QIconD1Ev(0xbfc07d34, 0xbfc07d2c, 0xbfc07d34, 0xb66fcff4, 0xb66fd440) = 0x9c35518 -_ZN15QAbstractButton12setCheckableEb(0x9c34b00, 1, 0xbfc07d34, 0xb66fcff4, 0xb66fd440) = 1 -_Znwj(20, 1, 0xbfc07d34, 0xb66fcff4, 0xb66fd440) = 0x9c362d0 -_ZN9QComboBoxC1EP7QWidget(0x9c362d0, 0x9c1f950, 0xbfc07d34, 0xb66fcff4, 0xb66fd440 -_ZN7QWidget5eventEP6QEvent(0x9c1f950, 0xbfc07bb4, 0xbfc07bb4, 0xb76efff4, 0x9c34b00 -_ZN7QObject10childEventEP11QChildEvent(0x9c1f950, 0xbfc07bb4, 1, 0, 0x9bb1144) = 0x8159ce8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1f950, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 2, 0x9c513d8, 24) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c362d0, 0xbfc07b84, 0xbfc077cc, 0xb6adeaac, 0x9c1f950) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74d2f54, 0x9c34230, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74d2f54, 0x9c362d0, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74d2f7c, 0x9c362d0, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74d2fd0, 0x9c362d0, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74d2ff4, 0x9c362d0, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74d3048, 0x9c362d0, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74a949d, 0x9c362d0, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74d2d48, 0x9c362d0, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74d2d70, 0x9c362d0, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK7QStringeqERK13QLatin1String(0x81b2ba4, 0xbfc07cac, 0x9c099e8, 1541, 0xb76efff4) = 0xbfc07c00 -_ZNK9QComboBox5countEv(0x9c362d0, 0, 0xb6e1e909, 0, 0x9c362d0) = 0 -_ZN5QIconC1Ev(0xbfc07cac, 0xb6c69f48, 0xbfc07d9c, 0xb76efff4, 0x9c41bd0) = 0xbfc07cac -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c362d0, 0, 0xbfc07cac, 0x81b2ba4, 0xbfc07d0c) = 1 -_ZN5QIconD1Ev(0xbfc07cac, 0, 0xbfc07cac, 0x81b2ba4, 0xbfc07d0c) = 0 -_ZN8QVariantD1Ev(0xbfc07d0c, 0x81b2ba4, 0xbfc07d0c, 0xb66fcff4, 0xb66fd440) = 0xbfc07d0c -_ZNK7QStringeqERK13QLatin1String(0x81b2ba8, 0xbfc07cac, 0xbfc07cd8, 0xb71a3749, 0x9c34230) = 0xbfc07c00 -_ZNK9QComboBox5countEv(0x9c362d0, 0, 0xbfc07cac, 0xb6ae7100, 0xbfc07d0c) = 1 -_ZN5QIconC1Ev(0xbfc07cac, 0xbfc07d98, 0xbfc07d9c, 0xb76efff4, 0x9c41bd0) = 0xbfc07cac -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c362d0, 1, 0xbfc07cac, 0x81b2ba8, 0xbfc07d0c) = 2 -_ZN5QIconD1Ev(0xbfc07cac, 1, 0xbfc07cac, 0x81b2ba8, 0xbfc07d0c) = 0 -_ZN8QVariantD1Ev(0xbfc07d0c, 0x81b2ba8, 0xbfc07d0c, 0xb66fcff4, 0xb66fd440) = 0xbfc07d0c -_ZNK7QStringeqERK13QLatin1String(0x81b2bac, 0xbfc07cac, 0xbfc07cd8, 0xb71a3749, 0x9c34230) = 0xbfc07c00 -_ZNK9QComboBox5countEv(0x9c362d0, 0, 0x81b2ba8, 0xbfc07d0c, 0xbfc07d0c) = 2 -_ZN5QIconC1Ev(0xbfc07cac, 0xbfc07d98, 0xbfc07d9c, 0xb76efff4, 0x9c41bd0) = 0xbfc07cac -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c362d0, 2, 0xbfc07cac, 0x81b2bac, 0xbfc07d0c) = 3 -_ZN5QIconD1Ev(0xbfc07cac, 2, 0xbfc07cac, 0x81b2bac, 0xbfc07d0c) = 0 -_ZN8QVariantD1Ev(0xbfc07d0c, 0x81b2bac, 0xbfc07d0c, 0xb66fcff4, 0xb66fd440) = 0xbfc07d0c -_ZNK7QStringeqERK13QLatin1String(0x81b2bb0, 0xbfc07cac, 0xbfc07cd8, 0xb71a3749, 0x9c34230) = 0xbfc07c00 -_ZNK9QComboBox5countEv(0x9c362d0, 0, 0x81b2bac, 0xbfc07d0c, 0xbfc07d0c) = 3 -_ZN5QIconC1Ev(0xbfc07cac, 0xbfc07d98, 0xbfc07d9c, 0xb76efff4, 0x9c41bd0) = 0xbfc07cac -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c362d0, 3, 0xbfc07cac, 0x81b2bb0, 0xbfc07d0c) = 4 -_ZN5QIconD1Ev(0xbfc07cac, 3, 0xbfc07cac, 0x81b2bb0, 0xbfc07d0c) = 0 -_ZN8QVariantD1Ev(0xbfc07d0c, 0x81b2bb0, 0xbfc07d0c, 0xb66fcff4, 0xb66fd440) = 0xbfc07d0c -_ZNK7QStringeqERK13QLatin1String(0x81b2bb4, 0xbfc07cac, 0xbfc07cd8, 0xb71a3749, 0x9c34230) = 0xbfc07c00 -_ZNK9QComboBox5countEv(0x9c362d0, 0, 0x81b2bb0, 0xbfc07d0c, 0xbfc07d0c) = 4 -_ZN5QIconC1Ev(0xbfc07cac, 0xbfc07d98, 0xbfc07d9c, 0xb76efff4, 0x9c41bd0) = 0xbfc07cac -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c362d0, 4, 0xbfc07cac, 0x81b2bb4, 0xbfc07d0c) = 5 -_ZN5QIconD1Ev(0xbfc07cac, 4, 0xbfc07cac, 0x81b2bb4, 0xbfc07d0c) = 0 -_ZN8QVariantD1Ev(0xbfc07d0c, 0x81b2bb4, 0xbfc07d0c, 0xb66fcff4, 0xb66fd440) = 0xbfc07d0c -_ZNK7QStringeqERK13QLatin1String(0x81b2bb8, 0xbfc07cac, 0xbfc07cd8, 0xb71a3749, 0x9c34230) = 0xbfc07c01 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c23370, 0x9c36090, 0, 0xbfc07d3c, 0xb66fd440) = 0 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c23370, 0x9c34b00, 0, 0xbfc07d40, 0xb66fd440) = 0x9c51948 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c23370, 0x9c362d0, 0, 0xbfc07d44, 0xb66fd440) = 0x9c51948 -_ZN10QBoxLayout10addStretchEi(0x9c23370, 1, 0, 0xbfc07d44, 0xb66fd440) = 0x9c51948 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c36090, 0x8152e5f, 0x9c1f950, 0x8152e4f, 0 -_ZN7QObject13connectNotifyEPKc(0x9c36090, 0x8152e5f, 0x9c1f950, 0, 0x8159bac) = 0xb76dde88 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c34b00, 0x8152e5f, 0x9c1f950, 0x8152e6a, 0 -_ZN7QObject13connectNotifyEPKc(0x9c34b00, 0x8152e5f, 0x9c1f950, 2, 0x8159bac) = 0xb76dde88 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_Znwj(16, 0x8152e5f, 0x9c1f950, 0x8152e6a, 0) = 0x9c514e0 -_ZN11QVBoxLayoutC1Ev(0x9c514e0, 0x8152e5f, 0x9c1f950, 0x8152e6a, 0) = 0xb76e8664 -_ZN10QBoxLayout9addLayoutEP7QLayouti(0x9c514e0, 0x9c23370, 0, 0x8152e6a, 0 -_ZN7QObject5eventEP6QEvent(0x9c514e0, 0xbfc07bd4, 0xbfc07bd4, 0x9c34240, 0x9c34230) = 1 -<... _ZN10QBoxLayout9addLayoutEP7QLayouti resumed> ) = 0 -_ZN10QBoxLayout10addStretchEi(0x9c514e0, 1, 0, 0x8152e6a, 0) = 0x9c4e400 -_ZN7QWidget9setLayoutEP7QLayout(0x9c1f950, 0x9c514e0, 0, 0x8152e6a, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1f950, 0xbfc07c24, 0xbfc07c24, 0xb71a8f36, 0x9c41bd0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1f950, 0xbfc07c24, 0xbaedd520, 2040, 0xbfc077c4) = 0x8159ce8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget9setLayoutEP7QLayout resumed> ) = 0x9c36194 -_ZN11QDockWidget9setWidgetEP7QWidget(0x9c17150, 0x9c1f950, 0xbfc07fa0, 0xbfc07d9c, 0 -_ZN7QWidget10setVisibleEb(0x9c1f950, 1, 0xb7499f59, 0xb6acacd8, 0x9c4e750 -_ZN7QWidget5eventEP6QEvent(0x9c1f950, 0xbfc07c80, 0xbfc07c80, 0xb71aa723, 0x9c41d54 -strcmp("QWorkspaceChild", "pv::dock::ProtocolDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9c1f950, 0xb74cf0fe, 0xbfc077c4, 0xb76efff4, 0xb76efff4) = 0 -strcmp("QDockSeparator", "pv::dock::ProtocolDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9c1f950, 0xb74cc728, 0xbfc077c4, 0xb76efff4, 0xb76efff4) = 0 -strcmp("QDockWidgetSeparator", "pv::dock::ProtocolDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9c1f950, 0xb74cc737, 0xbfc077c4, 0xb76efff4, 0xb76efff4) = 0 -_ZN7QWidget5eventEP6QEvent(0x9c1f950, 0xbfc076fc, 0xbfc076fc, 0xb6db1e0c, 0x9c16d80 -_ZN7QObject10childEventEP11QChildEvent(0x9c1f950, 0xbfc076fc, 0x9bad018, 0xb718b249, 0x9c5084c) = 0x8159ce8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1f950, 0xbfc076fc, 0xbfc076fc, 0xb6db1e0c, 0x9c16d80 -_ZN7QObject10childEventEP11QChildEvent(0x9c1f950, 0xbfc076fc, 0x9bad018, 0xb718b249, 0x9c5084c) = 0x8159ce8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1f950, 0xbfc076fc, 0xbfc076fc, 0xb6db1e0c, 0x9c16d80 -_ZN7QObject10childEventEP11QChildEvent(0x9c1f950, 0xbfc076fc, 0x9bad018, 0xb718b249, 0x9c5084c) = 0x8159ce8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1f950, 0xbfc07c10, 0xbfc07c10, 0xb6d5eed4, 0x9c1f950 -_ZN7QObject10childEventEP11QChildEvent(0x9c1f950, 0xbfc07c10, 0x9c36090, 0xb6d5e171, 0xbfc077e0) = 0x8159ce8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1f950, 0xbfc07c10, 0xbfc07c10, 0xb6d5eed4, 0x9c1f950 -_ZN7QObject10childEventEP11QChildEvent(0x9c1f950, 0xbfc07c10, 0x9c34b00, 0xb6d5e171, 0xbfc077e0) = 0x8159ce8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1f950, 0xbfc07c10, 0xbfc07c10, 0xb6d5eed4, 0x9c1f950 -_ZN7QObject10childEventEP11QChildEvent(0x9c1f950, 0xbfc07c10, 0xbfc07810, 0xb6d5c20b, 0xb6c21ff4) = 0x8159ce8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9c17150, 0xbfc07c70, 0, 0xb69add8f, 0x9c41c88) = 0xb76dc448 -_ZN7QWidget5eventEP6QEvent(0x9c1f950, 0xbfc07cd8, 0xbfc07cd8, 2, 0xbfc07aa4) = 0 -<... _ZN7QWidget10setVisibleEb resumed> ) = 0xbfc07cd8 -<... _ZN11QDockWidget9setWidgetEP7QWidget resumed> ) = 0x9c14de8 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07da8, 0x8158e2c, 0x8149f6f, 0, 0x9c17150) = 0xbfc07da8 -_Znwj(20, 0, 0, 0xbfc07d9c, 0) = 0x9c0cdd8 -_ZN11QDockWidgetC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c0cdd8, 0xbfc07da8, 0xbfc07f88, 0xbfc07dac, 0 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07c34, 0xbfc07c34, 9, 1 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc07c34, 0xb70aa775, 0xb70b4400, 0) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 16, 0, 0xb6c22fa8) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c0cdd8, 0xbfc07be4, 0xb70aa775, 0xb70b4400, 0) = 0xb76dc448 -_ZN7QObject10childEventEP11QChildEvent(0x9c0cdd8, 0xbfc07b74, 0, 9, 0xb76efff4) = 0xb76dc448 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07b0f, 0xac97a6, 0xbfc07b74) = 96 -_ZN7QObject13connectNotifyEPKc(0x9c4a368, 0xb74d43dc, 0x9c0cdd8, 6, 0xb76dc53c) = 0xb76dc328 -_ZN7QObject10childEventEP11QChildEvent(0x9c0cdd8, 0xbfc07c00, 0x9c0cdd8, 0xb6db8e62, 1) = 0xb76dc448 -_ZN7QObject10childEventEP11QChildEvent(0x9c0cdd8, 0xbfc07b74, 0, 9, 0xb76efff4) = 0xb76dc448 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07b0f, 0xac97a6, 0xbfc07b74) = 96 -_ZN7QObject13connectNotifyEPKc(0x9c4cc18, 0xb74d43dc, 0x9c0cdd8, 18, 0x81b24e0) = 0xb76dc328 -_ZN7QObject10childEventEP11QChildEvent(0x9c0cdd8, 0xbfc07c00, 0x9c0cdd8, 0xb6db8e62, 1) = 0xb76dc448 -_ZN7QObject10childEventEP11QChildEvent(0x9c0cdd8, 0xbfc07c14, 74, 0, 0x9c074f8) = 0xb76dc448 -_ZN7QObject10childEventEP11QChildEvent(0x9c0cdd8, 0xbfc07c04, 0x9c0cdd8, 0xb6adeaac, 0x9c0cdd8) = 0xb76dc448 -_ZN7QObject13connectNotifyEPKc(0x9c49468, 0xb74d5166, 0x9c0cdd8, 5, 0xb76dc53c) = 0xb76d63c8 -<... _ZN11QDockWidgetC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0xbfc07d00 -_ZN11QDockWidget11setFeaturesE6QFlagsINS_17DockWidgetFeatureEE(0x9c0cdd8, 0xbfc07db0, 0xbfc07f88, 0xbfc07dac, 0) = 0 -_ZN11QDockWidget15setAllowedAreasE6QFlagsIN2Qt14DockWidgetAreaEE(0x9c0cdd8, 0xbfc07db4, 0xbfc07f88, 0xbfc07dac, 0) = 0 -_Znwj(92, 0, 0xbfc07f88, 0xbfc07dac, 0) = 0x9c1a1b0 -_ZN7QWidgetC2EPS_6QFlagsIN2Qt10WindowTypeEE(0x9c1a1b0, 0x9c0cdd8, 0xbfc07bd8, 0xb65d0549, 0xb6c21ff4 -_ZN7QObject10childEventEP11QChildEvent(0x9c0cdd8, 0xbfc07a64, 0xb76f71b8, 0xb69fa9d4, 0xbfc07560) = 0xb76dc448 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc079ff, 0xac97a6, 0xbfc07a64) = 96 -<... _ZN7QWidgetC2EPS_6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0xbfc07ae4 -_ZN7QString16fromAscii_helperEPKci(0x8153326, -1, 0x9c43410, 0, 0x9c1a1b0) = 0x9c433a8 -_Znwj(20, 0x8153326, 0xbfc07bd8, 0xb65d0549, 0xb6c21ff4) = 0x9c085d8 -_ZN12QRadioButtonC1ERK7QStringP7QWidget(0x9c085d8, 0xbfc07be0, 0x9c1a1b0, 0xb65d0549, 0xb6c21ff4 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a04, 0xbfc07a04, 0xb71c2f4c, 0x9c0cdd8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a04, 0, 0xb6adeaac, 0x9c0cdd8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0x81b21a4, 8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN12QRadioButtonC1ERK7QStringP7QWidget resumed> ) = 0xb76f3c10 -_ZN15QAbstractButton10setCheckedEb(0x9c085d8, 1, 0x9c1a1b0, 0xb65d0549, 0xb6c21ff4) = 1 -_ZN7QString16fromAscii_helperEPKci(0x8153335, -1, 0x9c433a8, 0x9c085d8, 0xbfc07be0) = 0x9c43c88 -_Znwj(20, 0x8153335, 0x9c1a1b0, 0xb65d0549, 0xb6c21ff4) = 0x9c31c88 -_ZN12QRadioButtonC1ERK7QStringP7QWidget(0x9c31c88, 0xbfc07be4, 0x9c1a1b0, 0xb65d0549, 0xb6c21ff4 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a04, 0xbfc07a04, 0xb71c2f4c, 0x9c0cdd8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a04, 0, 0xb6adeaac, 0x9c0cdd8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0799c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN12QRadioButtonC1ERK7QStringP7QWidget resumed> ) = 0xb76f3c10 -_ZN7QString16fromAscii_helperEPKci(0x8153346, -1, 0x9c1a1b0, 0x9c085d8, 0x9c31c88) = 0x9c1a688 -_Znwj(20, 0, 0x9c1a1b0, 0xb65d0549, 0xb6c21ff4) = 0x9c085f0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c085f0, 0xbfc07be8, 0x9c1a1b0, 0xbfc07bec, 0xb6c21ff4 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb76efff4, 0x9c31c88 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc0777c, 0xb7155e4d, 0x9bf3970) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 2, 0x9c553f0, 24) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_Znwj(20, 0xbfc07be8, 0x9c1a1b0, 0xbfc07bec, 0xb6c21ff4) = 0x9c55848 -_ZN8QSpinBoxC1EP7QWidget(0x9c55848, 0x9c1a1b0, 0x9c1a1b0, 0xbfc07bec, 0xb6c21ff4 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 6, 0x9c31c88 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0, 0xb6adeaac, 0x9c1a1b0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c55848, 0xbfc07924, 0xb76efff4, 0xb7143495, 0x9bf3970) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c55a98, 0xbfc07934, 0x9bad018, 0xb65d1011, 0xb6c21ff4) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c55c80, 0xb74d19a1, 0x9c55a98, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c55c80, 0xb74d617f, 0x9c55a98, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c55c80, 0xb74d193c, 0x9c55a98, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c55c80, 0xb74d3a42, 0x9c55a98, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c55c80, 0xb74d61ab, 0x9c55a98, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c55c80, 0xb74d1ed1, 0x9c55a98, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c55c80, 0xb74d193c, 0x9c55a98, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c55c80, 0x9c43a70, 0x9c55a98, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c55c80, 0xb74d3a42, 0x9c55a98, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c55c80, 0xb74d61e9, 0x9c55a98, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c55c80, 0xb74d621e, 0x9c55a98, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c55a98, 0xb74d19a1, 0x9c55848, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c55a98, 0xb74d193c, 0x9c55848, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9c55848, 0xbfc07964, 0x9c55a98, 0xb6db8e62, 0x9c55a98) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9c55848, 0, 100, 0xbfc07bec, 0xb6c21ff4) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9c55848, 2, 100, 0xbfc07bec, 0xb6c21ff4) = 16384 -_Znwj(20, 2, 100, 0xbfc07bec, 0xb6c21ff4) = 0x9c0d258 -_ZN7QSliderC1EN2Qt11OrientationEP7QWidget(0x9c0d258, 1, 0x9c1a1b0, 0xbfc07bec, 0xb6c21ff4 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a14, 0xbfc07a14, 0xb7143495, 0xb76efff4 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a14, 0x9c55848, 0xb6db8e62, 0x9c55848) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 4, 0x9c561a8, 40) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN7QSliderC1EN2Qt11OrientationEP7QWidget resumed> ) = 0x9bf8a28 -_ZN15QAbstractSlider8setRangeEii(0x9c0d258, 0, 100, 0xbfc07bec, 0xb6c21ff4) = 0 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c0d258, 0x8153368, 0x9c55848, 0x8153359, 0 -_ZN7QObject13connectNotifyEPKc(0x9c0d258, 0x8153368, 0x9c55848, 2, 0xb76ec210) = 0xb76ebe88 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c55848, 0x8153368, 0x9c0d258, 0x8153359, 0 -_ZN7QObject13connectNotifyEPKc(0x9c55848, 0x8153368, 0x9c0d258, 6, 0xb76ea900) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QString16fromAscii_helperEPKci(0x815337b, -1, 0xbfc07a78, 0x9c0d258, 0xbfc07be8) = 0x9c56360 -_Znwj(20, 0, 0x9c0d258, 0x8153359, 0) = 0x9c563a8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c563a8, 0xbfc07bf0, 0x9c1a1b0, 0xbfc07bf4, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb76efff4, 0x9c55e30 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc0777c, 0xb76efff4, 0xb6db8e4f) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QWidget11setDisabledEb(0x9c563a8, 1, 0x9c1a1b0, 0xbfc07bf4, 0) = 0xbfc07af4 -_Znwj(20, 1, 0x9c1a1b0, 0xbfc07bf4, 0) = 0x9c56600 -_ZN9QComboBoxC1EP7QWidget(0x9c56600, 0x9c1a1b0, 0x9c1a1b0, 0xbfc07bf4, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6ac39c6, 1 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07c74, 0, 1) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 6, 0x9c567d8, 56) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c56600, 0xbfc07a04, 0x9c55a98, 0xb6db8e62, 0x9c55a98) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74d2f54, 0x9c0d270, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74d2f54, 0x9c56600, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74d2f7c, 0x9c56600, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74d2fd0, 0x9c56600, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74d2ff4, 0x9c56600, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74d3048, 0x9c56600, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74a949d, 0x9c56600, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74d2d48, 0x9c56600, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74d2d70, 0x9c56600, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZN7QString6numberEii(0xbfc07bf8, 1, 10, 0xbfc07bf4, 0) = 0xbfc07bf8 -_ZNK9QComboBox5countEv(0x9c56600, 0xb77536a0, 1, 0xb6a012a0, 0xbfc07bf8) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 14, 0, 0xb76efff4, 0x9c56618) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c56600, 0, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 0 -_ZN8QVariantD1Ev(0xbfc07b84, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf4, 0) = 0xbfc07b84 -_ZN7QString6numberEii(0xbfc07bf8, 2, 10, 0xbfc07bf4, 0) = 0xbfc07bf8 -_ZNK9QComboBox5countEv(0x9c56600, 0, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf8) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0, 0, 0xb76efff4, 0x9c56618) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c56600, 1, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 0 -_ZN8QVariantD1Ev(0xbfc07b84, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf4, 0) = 0xbfc07b84 -_ZN7QString6numberEii(0xbfc07bf8, 3, 10, 0xbfc07bf4, 0) = 0xbfc07bf8 -_ZNK9QComboBox5countEv(0x9c56600, 1, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf8) = 2 -_ZN5QIconC1Ev(0xbfc07b2c, 1, 0, 0xb76efff4, 0x9c56618) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c56600, 2, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 3 -_ZN5QIconD1Ev(0xbfc07b2c, 2, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 0 -_ZN8QVariantD1Ev(0xbfc07b84, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf4, 0) = 0xbfc07b84 -_ZN7QString6numberEii(0xbfc07bf8, 4, 10, 0xbfc07bf4, 0) = 0xbfc07bf8 -_ZNK9QComboBox5countEv(0x9c56600, 2, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf8) = 3 -_ZN5QIconC1Ev(0xbfc07b2c, 2, 0, 0xb76efff4, 0x9c56618) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c56600, 3, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 4 -_ZN5QIconD1Ev(0xbfc07b2c, 3, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 0 -_ZN8QVariantD1Ev(0xbfc07b84, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf4, 0) = 0xbfc07b84 -_ZN7QString6numberEii(0xbfc07bf8, 5, 10, 0xbfc07bf4, 0) = 0xbfc07bf8 -_ZNK9QComboBox5countEv(0x9c56600, 3, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf8) = 4 -_ZN5QIconC1Ev(0xbfc07b2c, 3, 0, 0xb76efff4, 0x9c56618) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c56600, 4, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 5 -_ZN5QIconD1Ev(0xbfc07b2c, 4, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 0 -_ZN8QVariantD1Ev(0xbfc07b84, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf4, 0) = 0xbfc07b84 -_ZN7QString6numberEii(0xbfc07bf8, 6, 10, 0xbfc07bf4, 0) = 0xbfc07bf8 -_ZNK9QComboBox5countEv(0x9c56600, 4, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf8) = 5 -_ZN5QIconC1Ev(0xbfc07b2c, 4, 0, 0xb76efff4, 0x9c56618) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c56600, 5, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 6 -_ZN5QIconD1Ev(0xbfc07b2c, 5, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 0 -_ZN8QVariantD1Ev(0xbfc07b84, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf4, 0) = 0xbfc07b84 -_ZN7QString6numberEii(0xbfc07bf8, 7, 10, 0xbfc07bf4, 0) = 0xbfc07bf8 -_ZNK9QComboBox5countEv(0x9c56600, 5, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf8) = 6 -_ZN5QIconC1Ev(0xbfc07b2c, 5, 0, 0xb76efff4, 0x9c56618) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c56600, 6, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 7 -_ZN5QIconD1Ev(0xbfc07b2c, 6, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 0 -_ZN8QVariantD1Ev(0xbfc07b84, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf4, 0) = 0xbfc07b84 -_ZN7QString6numberEii(0xbfc07bf8, 8, 10, 0xbfc07bf4, 0) = 0xbfc07bf8 -_ZNK9QComboBox5countEv(0x9c56600, 6, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf8) = 7 -_ZN5QIconC1Ev(0xbfc07b2c, 6, 0, 0xb76efff4, 0x9c56618) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c56600, 7, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 8 -_ZN5QIconD1Ev(0xbfc07b2c, 7, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 0 -_ZN8QVariantD1Ev(0xbfc07b84, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf4, 0) = 0xbfc07b84 -_ZN7QString6numberEii(0xbfc07bf8, 9, 10, 0xbfc07bf4, 0) = 0xbfc07bf8 -_ZNK9QComboBox5countEv(0x9c56600, 7, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf8) = 8 -_ZN5QIconC1Ev(0xbfc07b2c, 7, 0, 0xb76efff4, 0x9c56618) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c56600, 8, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 9 -_ZN5QIconD1Ev(0xbfc07b2c, 8, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 0 -_ZN8QVariantD1Ev(0xbfc07b84, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf4, 0) = 0xbfc07b84 -_ZN7QString6numberEii(0xbfc07bf8, 10, 10, 0xbfc07bf4, 0) = 0xbfc07bf8 -_ZNK9QComboBox5countEv(0x9c56600, 8, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf8) = 9 -_ZN5QIconC1Ev(0xbfc07b2c, 8, 0, 0xb76efff4, 0x9c56618) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c56600, 9, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 10 -_ZN5QIconD1Ev(0xbfc07b2c, 9, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 0 -_ZN8QVariantD1Ev(0xbfc07b84, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf4, 0) = 0xbfc07b84 -_ZN7QString6numberEii(0xbfc07bf8, 11, 10, 0xbfc07bf4, 0) = 0xbfc07bf8 -_ZNK9QComboBox5countEv(0x9c56600, 9, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf8) = 10 -_ZN5QIconC1Ev(0xbfc07b2c, 9, 0, 0xb76efff4, 0x9c56618) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c56600, 10, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 11 -_ZN5QIconD1Ev(0xbfc07b2c, 10, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 0 -_ZN8QVariantD1Ev(0xbfc07b84, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf4, 0) = 0xbfc07b84 -_ZN7QString6numberEii(0xbfc07bf8, 12, 10, 0xbfc07bf4, 0) = 0xbfc07bf8 -_ZNK9QComboBox5countEv(0x9c56600, 10, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf8) = 11 -_ZN5QIconC1Ev(0xbfc07b2c, 10, 0, 0xb76efff4, 0x9c56618) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c56600, 11, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 12 -_ZN5QIconD1Ev(0xbfc07b2c, 11, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 0 -_ZN8QVariantD1Ev(0xbfc07b84, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf4, 0) = 0xbfc07b84 -_ZN7QString6numberEii(0xbfc07bf8, 13, 10, 0xbfc07bf4, 0) = 0xbfc07bf8 -_ZNK9QComboBox5countEv(0x9c56600, 11, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf8) = 12 -_ZN5QIconC1Ev(0xbfc07b2c, 11, 0, 0xb76efff4, 0x9c56618) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c56600, 12, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 13 -_ZN5QIconD1Ev(0xbfc07b2c, 12, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 0 -_ZN8QVariantD1Ev(0xbfc07b84, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf4, 0) = 0xbfc07b84 -_ZN7QString6numberEii(0xbfc07bf8, 14, 10, 0xbfc07bf4, 0) = 0xbfc07bf8 -_ZNK9QComboBox5countEv(0x9c56600, 12, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf8) = 13 -_ZN5QIconC1Ev(0xbfc07b2c, 12, 0, 0xb76efff4, 0x9c56618) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c56600, 13, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 14 -_ZN5QIconD1Ev(0xbfc07b2c, 13, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 0 -_ZN8QVariantD1Ev(0xbfc07b84, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf4, 0) = 0xbfc07b84 -_ZN7QString6numberEii(0xbfc07bf8, 15, 10, 0xbfc07bf4, 0) = 0xbfc07bf8 -_ZNK9QComboBox5countEv(0x9c56600, 13, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf8) = 14 -_ZN5QIconC1Ev(0xbfc07b2c, 13, 0, 0xb76efff4, 0x9c56618) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c56600, 14, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 15 -_ZN5QIconD1Ev(0xbfc07b2c, 14, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 0 -_ZN8QVariantD1Ev(0xbfc07b84, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf4, 0) = 0xbfc07b84 -_ZN7QString6numberEii(0xbfc07bf8, 16, 10, 0xbfc07bf4, 0) = 0xbfc07bf8 -_ZNK9QComboBox5countEv(0x9c56600, 14, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf8) = 15 -_ZN5QIconC1Ev(0xbfc07b2c, 14, 0, 0xb76efff4, 0x9c56618) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c56600, 15, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 16 -_ZN5QIconD1Ev(0xbfc07b2c, 15, 0xbfc07b2c, 0xbfc07bf8, 0xbfc07b84) = 0 -_ZN8QVariantD1Ev(0xbfc07b84, 0xbfc07bf8, 0xbfc07b84, 0xbfc07bf4, 0) = 0xbfc07b84 -_ZN7QWidget11setDisabledEb(0x9c56600, 1, 0xbfc07b84, 0xbfc07bf4, 0) = 0xbfc07af4 -_Znwj(20, 1, 0xbfc07b84, 0xbfc07bf4, 0) = 0x9c04f68 -_ZN10QTabWidgetC1EP7QWidget(0x9c04f68, 0x9c1a1b0, 0xbfc07b84, 0xbfc07bf4, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9c56618 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07c74, 0, 1) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c04f68, 0xbfc07954, 0xbfc076fc, 0xb6adea29, 0x9c16d80) = 0xb76de628 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078ef, 0xac97a6, 0xbfc07954 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07984, 0x9bad018, 0xb6adeaac, 0x9c55848) = 0xb76ec5c8 -_ZN7QObject13connectNotifyEPKc(0x9c435f0, 0xb74d8fd8, 0x9c44f80, 1, 0xb76ec6bc) = 0xb76de308 -_ZN7QObject13connectNotifyEPKc(0x9c435f0, 0xb74d6f20, 0x9c44f80, 0, 0xb76ec6bc) = 0xb76de308 -_ZN7QObject13connectNotifyEPKc(0x9c44f80, 0xb74d8fd8, 0x9c04f68, 10, 0xb76de724) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c04f68, 0xbfc079b4, 0x9c49468, 0xb76efff4, 0xb6db8e4f) = 0xb76de628 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc0794f, 0xac97a6, 0xbfc079b4 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 119, 124, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c31860, 0xbfc07904, 0x9c55ab0, 0xb6adea29, 0x9c55a98) = 0xb76de428 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0, 0x81b21a4, 8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 16, 0xb66fd470, 0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject13connectNotifyEPKc(0x9c56a28, 0xb74d8b33, 0x9c56a28, 4, 0xb76df068) = 0xb76def68 -_ZN7QObject13connectNotifyEPKc(0x9c56a28, 0xb74d43dc, 0x9c31860, 6, 0xb76de52c) = 0xb76def68 -_ZN7QObject10childEventEP11QChildEvent(0x9c31860, 0xbfc07904, 0x9c55ab0, 0xb6adea29, 0x9c55a98) = 0xb76de428 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0, 0xb6db6995, 0xbfc0789c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 16, 0xb66fd470, 0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject13connectNotifyEPKc(0x9c56d30, 0xb74d8b33, 0x9c56d30, 4, 0xb76df068) = 0xb76def68 -_ZN7QObject13connectNotifyEPKc(0x9c56d30, 0xb74d43dc, 0x9c31860, 6, 0xb76de52c) = 0xb76def68 -_ZN7QObject13connectNotifyEPKc(0x9c31860, 0xb74d6f20, 0x9c04f68, 9, 0xb76de724) = 0xb76de428 -_ZN7QObject13connectNotifyEPKc(0x9c31860, 0xb74d70d1, 0x9c04f68, 11, 0xb76de724) = 0xb76de428 -<... _ZN10QTabWidgetC1EP7QWidget resumed> ) = 0x9c4aa88 -_ZN10QTabWidget14setTabPositionENS_11TabPositionE(0x9c04f68, 3, 0xbfc07b84, 0xbfc07bf4, 0) = 0x9bf8a28 -_ZN7QWidget11setDisabledEb(0x9c04f68, 1, 0xbfc07b84, 0xbfc07bf4, 0) = 0xbfc07af4 -_ZN7QString16fromAscii_helperEPKci(0x8153392, -1, 0, 0xb724c560, 0x9c04f68) = 0x9c19888 -_ZN7QRegExpC1ERK7QStringN2Qt15CaseSensitivityENS_13PatternSyntaxE(0xbfc07bdc, 0xbfc07bfc, 1, 0, 0) = 0x9c19888 -_Znwj(12, 0xbfc07bfc, 1, 0, 0) = 0x9c46f08 -_ZN16QRegExpValidatorC1ERK7QRegExpP7QObject(0x9c46f08, 0xbfc07bdc, 0x9c1a1b0, 0, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a74, 0xbfc07a74, 0xb6d5eed4, 0x9c31860 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a74, 0x9c56860, 0xb6dab368, 0x9c31860) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN16QRegExpValidatorC1ERK7QRegExpP7QObject resumed> ) = 0x9c46f10 -_Znwj(20, 0xbfc07bdc, 0x9c1a1b0, 0, 0) = 0x9c496b8 -_ZN9QComboBoxC1EP7QWidget(0x9c496b8, 0x9c1a1b0, 0x9c1a1b0, 0, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 9, 1 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb65d1011, 1) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c496b8, 0xbfc07a04, 0x9c56d48, 0xb6da9831, 0x9c56d30) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74d2f54, 0x9c57310, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74d2f54, 0x9c496b8, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74d2f7c, 0x9c496b8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74d2fd0, 0x9c496b8, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74d2ff4, 0x9c496b8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74d3048, 0x9c496b8, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74a949d, 0x9c496b8, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74d2d48, 0x9c496b8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74d2d70, 0x9c496b8, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c20, 0x815a190, 0x81533a1, 0, 0x9c496b8) = 0xbfc07c20 -_ZNK9QComboBox5countEv(0x9c496b8, 0x815a190, 0x81533a1, 0, 0x9c496b8) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c20, 0xb76efff4, 0x9c57128) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c496b8, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 0 -_ZN8QVariantD1Ev(0xbfc07b90, 0xbfc07c20, 0xbfc07b90, 0, 0) = 0xbfc07b90 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c24, 0x815a190, 0x81533a4, 0, 0x9c496b8) = 0xbfc07c24 -_ZNK9QComboBox5countEv(0x9c496b8, 0x815a190, 0x81533a4, 0, 0x9c496b8) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c24, 0xb76efff4, 0x9c57128) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c496b8, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 0 -_ZN8QVariantD1Ev(0xbfc07b9c, 0xbfc07c24, 0xbfc07b9c, 0, 0) = 0xbfc07b9c -_ZN9QComboBox15setCurrentIndexEi(0x9c496b8, 1, 0xbfc07b9c, 0, 0) = 0x81b21a4 -_ZN11QVectorData4growEiiib(20, 1, 4, 0, 0xb6c22f58) = 2 -_ZN11QVectorData8allocateEii(24, 4, 0, 0, 0x8069a1c) = 0x9c4be70 -memcpy(0x09c4be70, "\313", 16) = 0x09c4be70 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0, 0x9c496b8, 0xbfc07bf0) = 0x9c20858 -_Znwj(20, 0x81533a8, 0xbfc07b9c, 0, 0) = 0x9c46f70 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9c46f70, 0xbfc07c28, 0x9c1a1b0, 0, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9c57128 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb65d1011, 1) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c46f70, 0xbfc07a44, 0x9c56d30, 0xb730aedb, 0xb76efff4) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c1a400, 0xb74d19a1, 0x9c46f70, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c1a400, 0xb74d617f, 0x9c46f70, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c1a400, 0xb74d193c, 0x9c46f70, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c1a400, 0xb74d3a42, 0x9c46f70, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c1a400, 0xb74d61ab, 0x9c46f70, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c1a400, 0xb74d1ed1, 0x9c46f70, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c1a400, 0xb74d193c, 0x9c46f70, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c1a400, 0x9c215a8, 0x9c46f70, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c1a400, 0xb74d3a42, 0x9c46f70, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c1a400, 0xb74d61e9, 0x9c46f70, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c1a400, 0xb74d621e, 0x9c46f70, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9c46f70, 0x9c46f08, 0x9c1a1b0, 0, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9c46f70, 31, 0x9c1a1b0, 0, 0) = 0x9c20858 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9c46f70) = 0x9c451b0 -_ZN9QLineEdit12setInputMaskERK7QString(0x9c46f70, 0xbfc07c2c, 0x9c1a1b0, 0, 0) = 0x81b21a4 -_ZN11QVectorData4growEiiib(20, 1, 4, 0, 0x9c1a400) = 2 -_ZN11QVectorData8allocateEii(24, 4, 0xbfc07ad4, 0xb76efff4, 0x9c1a400) = 0x9c429d8 -memcpy(0x09c429d8, "\315", 16) = 0x09c429d8 -_Znwj(20, 0xbfc07c04, 0x9c1a1b0, 0, 0) = 0x9c20858 -_ZN8QSpinBoxC1EP7QWidget(0x9c20858, 0x9c1a1b0, 0x9c1a1b0, 0, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 17, 2 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x9c56d48, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c20858, 0xbfc07924, 0xbfc07954, 0xb71e4a12, 0x9c55a98) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c20870, 0xbfc07934, 99, 29, 0xb6c21ff4) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c13cf8, 0xb74d19a1, 0x9c20870, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c13cf8, 0xb74d617f, 0x9c20870, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c13cf8, 0xb74d193c, 0x9c20870, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c13cf8, 0xb74d3a42, 0x9c20870, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c13cf8, 0xb74d61ab, 0x9c20870, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c13cf8, 0xb74d1ed1, 0x9c20870, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c13cf8, 0xb74d193c, 0x9c20870, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c13cf8, 0x9c215a8, 0x9c20870, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c13cf8, 0xb74d3a42, 0x9c20870, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c13cf8, 0xb74d61e9, 0x9c20870, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c13cf8, 0xb74d621e, 0x9c20870, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c20870, 0xb74d19a1, 0x9c20858, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c20870, 0xb74d193c, 0x9c20858, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9c20858, 0xbfc07964, 0x9c20870, 0xb6db8e62, 0x9c20870) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9c20858, 1, 65536, 0, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9c20858, 2, 65536, 0, 0) = 16384 -_ZN11QVectorData4growEiiib(20, 1, 4, 0, 0) = 2 -_ZN11QVectorData8allocateEii(24, 4, 0, 0xb6da96c4, 8) = 0x9c488e0 -memcpy(0x09c488e0, "\320", 16) = 0x09c488e0 -_Znwj(20, 0xbfc07c08, 65536, 0, 0) = 0x9c33130 -_ZN9QComboBoxC1EP7QWidget(0x9c33130, 0x9c1a1b0, 65536, 0, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb65d1011, 1) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c33130, 0xbfc07a04, 0x9c20870, 0xb6db8e62, 0x9c20870) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74d2f54, 0x9c57f90, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74d2f54, 0x9c33130, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74d2f7c, 0x9c33130, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74d2fd0, 0x9c33130, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74d2ff4, 0x9c33130, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74d3048, 0x9c33130, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74a949d, 0x9c33130, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74d2d48, 0x9c33130, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74d2d70, 0x9c33130, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c30, 0x815a190, 0x81533c8, 0, 0x9c33130) = 0xbfc07c30 -_ZNK9QComboBox5countEv(0x9c33130, 0x815a190, 0x81533c8, 0, 0x9c33130) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c30, 0xb76efff4, 0x9c57dd0) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c33130, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 0 -_ZN8QVariantD1Ev(0xbfc07ba8, 0xbfc07c30, 0xbfc07ba8, 0, 0) = 0xbfc07ba8 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c34, 0x815a190, 0x81533cb, 0, 0x9c33130) = 0xbfc07c34 -_ZNK9QComboBox5countEv(0x9c33130, 0x815a190, 0x81533cb, 0, 0x9c33130) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c34, 0xb76efff4, 0x9c57dd0) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c33130, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 0 -_ZN8QVariantD1Ev(0xbfc07bb4, 0xbfc07c34, 0xbfc07bb4, 0, 0) = 0xbfc07bb4 -_ZN11QVectorData4growEiiib(20, 1, 4, 0, 0x9c57f90) = 2 -_ZN11QVectorData8allocateEii(24, 4, 0xb74a949d, 0xb73b7cfc, 0x9c58030) = 0x9c17920 -memcpy(0x09c17920, "\324", 16) = 0x09c17920 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c34, 0xbfc07bb4, 0x9c33130) = 0x9c315c8 -_Znwj(20, 0x81533a8, 0xbfc07bb4, 0, 0) = 0x9c41648 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9c41648, 0xbfc07c38, 0x9c1a1b0, 0, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9c57dd0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb65d1011, 1) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c41648, 0xbfc07a44, 0xbfc07934, 0xb6db96bc, 0x9c20870) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c47a98, 0xb74d19a1, 0x9c41648, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c47a98, 0xb74d617f, 0x9c41648, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c47a98, 0xb74d193c, 0x9c41648, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c47a98, 0xb74d3a42, 0x9c41648, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c47a98, 0xb74d61ab, 0x9c41648, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c47a98, 0xb74d1ed1, 0x9c41648, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c47a98, 0xb74d193c, 0x9c41648, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c47a98, 0x9c215a8, 0x9c41648, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c47a98, 0xb74d3a42, 0x9c41648, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c47a98, 0xb74d61e9, 0x9c41648, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c47a98, 0xb74d621e, 0x9c41648, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9c41648, 0x9c46f08, 0x9c1a1b0, 0, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9c41648, 31, 0x9c1a1b0, 0, 0) = 0x9c315c8 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9c41648) = 0x9c4c3e8 -_ZN9QLineEdit12setInputMaskERK7QString(0x9c41648, 0xbfc07c3c, 0x9c1a1b0, 0, 0) = 0x81b21a4 -_ZN11QVectorData4growEiiib(20, 1, 4, 0, 0x9c47a98) = 2 -_ZN11QVectorData8allocateEii(24, 4, 0xbfc07ad4, 0xb76efff4, 0x9c47a98) = 0x9c0a050 -memcpy(0x09c0a050, "\326", 16) = 0x09c0a050 -_Znwj(20, 0xbfc07c10, 0x9c1a1b0, 0, 0) = 0x9c47660 -_ZN8QSpinBoxC1EP7QWidget(0x9c47660, 0x9c1a1b0, 0x9c1a1b0, 0, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9c41648 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x9c20870, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c47660, 0xbfc07924, 0xbfc07954, 0xb71e4a12, 0x9c20870) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c58330, 0xbfc07934, 99, 29, 0xb6c21ff4) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c20c48, 0xb74d19a1, 0x9c58330, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c20c48, 0xb74d617f, 0x9c58330, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c20c48, 0xb74d193c, 0x9c58330, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c20c48, 0xb74d3a42, 0x9c58330, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c20c48, 0xb74d61ab, 0x9c58330, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c20c48, 0xb74d1ed1, 0x9c58330, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c20c48, 0xb74d193c, 0x9c58330, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c20c48, 0x9c215a8, 0x9c58330, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c20c48, 0xb74d3a42, 0x9c58330, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c20c48, 0xb74d61e9, 0x9c58330, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c20c48, 0xb74d621e, 0x9c58330, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c58330, 0xb74d19a1, 0x9c47660, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c58330, 0xb74d193c, 0x9c47660, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9c47660, 0xbfc07964, 0x9c58330, 0xb6db8e62, 0x9c58330) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9c47660, 1, 65536, 0, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9c47660, 2, 65536, 0, 0) = 16384 -_ZN11QVectorData4growEiiib(20, 1, 4, 0, 0) = 2 -_ZN11QVectorData8allocateEii(24, 4, 0, 0xb6da96c4, 8) = 0x9c41528 -memcpy(0x09c41528, "\331", 16) = 0x09c41528 -_Znwj(20, 0xbfc07c14, 65536, 0, 0) = 0x9c13040 -_ZN9QComboBoxC1EP7QWidget(0x9c13040, 0x9c1a1b0, 65536, 0, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb65d1011, 1) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 14, 0x9c4b9d8, 120) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c13040, 0xbfc07a04, 0x9c58330, 0xb6db8e62, 0x9c58330) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74d2f54, 0x9c41558, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74d2f54, 0x9c13040, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74d2f7c, 0x9c13040, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74d2fd0, 0x9c13040, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74d2ff4, 0x9c13040, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74d3048, 0x9c13040, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74a949d, 0x9c13040, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74d2d48, 0x9c13040, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74d2d70, 0x9c13040, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c40, 0x815a190, 0x81533c8, 0, 0x9c13040) = 0xbfc07c40 -_ZNK9QComboBox5countEv(0x9c13040, 0x815a190, 0x81533c8, 0, 0x9c13040) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c40, 0xb76efff4, 0x9c58ab8) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c13040, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 0 -_ZN8QVariantD1Ev(0xbfc07bc0, 0xbfc07c40, 0xbfc07bc0, 0, 0) = 0xbfc07bc0 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c44, 0x815a190, 0x81533cb, 0, 0x9c13040) = 0xbfc07c44 -_ZNK9QComboBox5countEv(0x9c13040, 0x815a190, 0x81533cb, 0, 0x9c13040) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c44, 0xb76efff4, 0x9c58ab8) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c13040, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 0 -_ZN8QVariantD1Ev(0xbfc07bcc, 0xbfc07c44, 0xbfc07bcc, 0, 0) = 0xbfc07bcc -_ZN11QVectorData4growEiiib(20, 1, 4, 0, 0x9c41558) = 2 -_ZN11QVectorData8allocateEii(24, 4, 0xb74a949d, 0xb73b7cfc, 0x9c45b80) = 0x9c497f0 -memcpy(0x09c497f0, "\335", 16) = 0x09c497f0 -_ZN7QString16fromAscii_helperEPKci(0x81533ce, -1, 0xbfc07c44, 0xbfc07bcc, 0x9c13040) = 0x9c4d7d8 -_Znwj(20, 0, 0xbfc07bcc, 0, 0) = 0x9c096e8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c096e8, 0xbfc07c48, 0x9c1a1b0, 0xbfc07c4c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9c13040 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c41648, 0xb6adeaac, 0x9c13040) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533dc, -1, 0xbfc07c44, 0x9c096e8, 0xbfc07c48) = 0x9c58e58 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c4c, 0) = 0x9c06930 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c06930, 0xbfc07c50, 0x9c1a1b0, 0xbfc07c54, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9c13040 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c41648, 0xb6adeaac, 0x9c13040) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533fc, -1, 0xbfc07c44, 0x9c06930, 0xbfc07c50) = 0x9c590a0 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c54, 0) = 0x9c590c0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c590c0, 0xbfc07c58, 0x9c1a1b0, 0xbfc07c5c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9c13040 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c41648, 0xb6adeaac, 0x9c13040) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x8153400, -1, 0xbfc07c44, 0x9c590c0, 0xbfc07c58) = 0x9c4d7b0 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c5c, 0) = 0x9c592e8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c592e8, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9c13040 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c41648, 0xb6adeaac, 0x9c13040) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9c59540 -_ZN11QVBoxLayoutC1Ev(0x9c59540, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0xb76e8664 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9c59628 -_ZN11QGridLayoutC1Ev(0x9c59628, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9c59680 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c59628, 0x9c096e8, 0, 0, 0xbfc07c68) = 0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c59628, 0x9c06930, 1, 0, 0xbfc07c6c) = 0x9c20730 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c59628, 0x9c590c0, 1, 1, 0xbfc07c70) = 0x9c20730 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c59628, 0x9c592e8, 1, 2, 0xbfc07c74) = 0x9c20730 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c59628, 0x9c46f70, 2, 0, 0xbfc07c78) = 0x9c20730 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c59628, 0x9c33130, 2, 1, 0xbfc07c7c) = 0x9c20730 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c59628, 0x9c20858, 2, 2, 0xbfc07c80) = 0x9c20730 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c59628, 0x9c496b8, 2, 3, 0xbfc07c84) = 0x9c20730 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c59628, 0x9c41648, 3, 0, 0xbfc07c88) = 0x9c20730 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c59628, 0x9c13040, 3, 1, 0xbfc07c8c) = 0x9c20730 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c59628, 0x9c47660, 3, 2, 0xbfc07c90) = 0x9c20730 -_ZN10QBoxLayout9addLayoutEP7QLayouti(0x9c59540, 0x9c59628, 0, 2, 0xbfc07c90 -_ZN7QObject5eventEP6QEvent(0x9c59540, 0xbfc07a54, 0xbfc07a54, 0x9c41568, 0x9c41558) = 1 -<... _ZN10QBoxLayout9addLayoutEP7QLayouti resumed> ) = 0 -_ZN10QBoxLayout10addSpacingEi(0x9c59540, 124, 0, 2, 0xbfc07c90) = 0x9c59558 -_ZN7QString16fromAscii_helperEPKci(0x8153408, -1, 124, 0xb6d6de30, 0x9c59540) = 0x9c59870 -_Znwj(20, 0, 0, 2, 0xbfc07c90) = 0x9c44c30 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c44c30, 0xbfc07c94, 0, 0xbfc07c98, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c59540, 0x9c44c30, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9c59558 -_ZN7QString16fromAscii_helperEPKci(0x8153416, -1, 124, 0, 0xbfc07c94) = 0x9c59c98 -_Znwj(20, 0, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9c59cc8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c59cc8, 0xbfc07ca0, 0, 0xbfc07ca4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c59540, 0x9c59cc8, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9c59558 -_ZN7QString16fromAscii_helperEPKci(0x8153423, -1, 124, 0, 0xbfc07ca0) = 0x9c21598 -_Znwj(20, 0, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9c59f48 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c59f48, 0xbfc07cac, 0, 0xbfc07cb0, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c59540, 0x9c59f48, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9c59558 -_ZN7QString16fromAscii_helperEPKci(0x8153431, -1, 124, 0, 0xbfc07cac) = 0x9c12fb0 -_Znwj(20, 0, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9c59528 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c59528, 0xbfc07cb8, 0, 0xbfc07cbc, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c59540, 0x9c59528, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9c59558 -_ZN7QString16fromAscii_helperEPKci(0x8153440, -1, 124, 0, 0xbfc07cb8) = 0x9c5a580 -_Znwj(20, 0, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9c5a5b8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c5a5b8, 0xbfc07cc4, 0, 0xbfc07cc8, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c59540, 0x9c5a5b8, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9c59558 -_ZN7QString16fromAscii_helperEPKci(0x8153450, -1, 124, 0, 0xbfc07cc4) = 0x9c5a808 -_Znwj(20, 0, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9c5a850 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c5a850, 0xbfc07cd0, 0, 0xbfc07cd4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c59540, 0x9c5a850, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9c59558 -_ZN10QBoxLayout10addStretchEi(0x9c59540, 1, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9c59558 -_ZN7QString6numberEii(0xbfc07ce0, 0, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce0 -_ZN7QString9fromAsciiEPKci(0xbfc07cdc, 0x8153467, -1, 0, 0xbfc07cd0) = 0xbfc07cdc -_ZN7QString6appendERKS_(0xbfc07cdc, 0xbfc07ce0, 0x8153467, 0xb6a01c80, 0xbfc07cdc) = 0xbfc07cdc -_Znwj(20, 0x8153467, 0xbfc07ce0, 0xbfc07cd8, 0xbfc07c90) = 0x9c5ab10 -_ZN9QGroupBoxC1ERK7QStringP7QWidget(0x9c5ab10, 0xbfc07cdc, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6ac39c6, 0x9c58ab8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb65d1011, 1) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN9QGroupBoxC1ERK7QStringP7QWidget resumed> ) = 0x81b21a4 -_ZN7QString4freeEPNS_4DataE(0x9c5aaf0, 0xb77536a0, 0xb66fd440, 0, 0x9c5ab10) = 0 -_ZN9QGroupBox7setFlatEb(0x9c5ab10, 1, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90) = 0 -_ZN7QWidget9setLayoutEP7QLayout(0x9c5ab10, 0x9c59540, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb7132de4, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, 0, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9c58c68 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9c58eb0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9c590d8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9c59300 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget9setLayoutEP7QLayout resumed> ) = 0x9c4426c -_ZN11QVectorData4growEiiib(20, 1, 4, 0, 0) = 2 -_ZN11QVectorData8allocateEii(24, 4, 0xb76efff4, 0xb6d6e3b9, 0x9c59540) = 0x9c5aaf0 -memcpy(0x09c5aaf0, "\351", 16) = 0x09c5aaf0 -_ZN7QString6numberEii(0xbfc07ce4, 0, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce4 -_ZN10QTabWidget6addTabEP7QWidgetRK7QString(0x9c04f68, 0x9c5ab10, 0xbfc07ce4, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc077b4, 0xbfc077b4, 0xb714e9ec, 0xb74cd434 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc077b4, 6, 0xb76efff4, 0xbfc074c8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07944, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c20858, 0xbfc0736c, 0xbfc06ec8, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c20858, 0xbfc078c0, 0xb76f3adc, 0xb76efff4, 0x9c20870) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c47660, 0xbfc0736c, 0xbfc06ec8, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c47660, 0xbfc078c0, 0xb76f3adc, 0xb76efff4, 0x9c58330) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07980, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c31860, 0xbfc07730, 74, 0, 0x9c56af8) = 0xb76de428 -_ZN7QObject10childEventEP11QChildEvent(0x9c31860, 0xbfc07730, 74, 0, 0x9c56e00) = 0xb76de428 -<... _ZN10QTabWidget6addTabEP7QWidgetRK7QString resumed> ) = 0 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c46f70, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9c46f70, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c41648, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9c41648, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c496b8, 0x81534a5, 0x9c1a1b0, 0x8153491, 0 -_ZN7QObject13connectNotifyEPKc(0x9c496b8, 0x81534a5, 0x9c1a1b0, 5, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c33130, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9c33130, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c13040, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9c13040, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c20858, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9c20858, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c47660, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9c47660, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_Znwj(20, 0x815347e, 0x9c1a1b0, 0x81534d1, 0) = 0x9c412a0 -_ZN9QComboBoxC1EP7QWidget(0x9c412a0, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb7244686, 0x9bad118 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c412a0, 0xbfc07a04, 0xbfc07798, 0xb6d643a2, 0x9bad018) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74d2f54, 0x9c07680, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74d2f54, 0x9c412a0, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74d2f7c, 0x9c412a0, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74d2fd0, 0x9c412a0, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74d2ff4, 0x9c412a0, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74d3048, 0x9c412a0, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74a949d, 0x9c412a0, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74d2d48, 0x9c412a0, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74d2d70, 0x9c412a0, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c20, 0x815a190, 0x81533a1, 0, 0x9c412a0) = 0xbfc07c20 -_ZNK9QComboBox5countEv(0x9c412a0, 0x815a190, 0x81533a1, 0, 0x9c412a0) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c20, 0xb76efff4, 0x9c5ba50) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c412a0, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 0 -_ZN8QVariantD1Ev(0xbfc07b90, 0xbfc07c20, 0xbfc07b90, 0x81534d1, 0) = 0xbfc07b90 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c24, 0x815a190, 0x81533a4, 0, 0x9c412a0) = 0xbfc07c24 -_ZNK9QComboBox5countEv(0x9c412a0, 0x815a190, 0x81533a4, 0, 0x9c412a0) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c24, 0xb76efff4, 0x9c5ba50) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c412a0, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 0 -_ZN8QVariantD1Ev(0xbfc07b9c, 0xbfc07c24, 0xbfc07b9c, 0x81534d1, 0) = 0xbfc07b9c -_ZN9QComboBox15setCurrentIndexEi(0x9c412a0, 1, 0xbfc07b9c, 0x81534d1, 0) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c24, 0x9c412a0, 0xbfc07cdc) = 0x9c30c28 -_Znwj(20, 0x81533a8, 0xbfc07b9c, 0x81534d1, 0) = 0x9c5bd68 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9c5bd68, 0xbfc07c28, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9c5ba50 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c5bd68, 0xbfc07a44, 0, 0, 0) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c21668, 0xb74d19a1, 0x9c5bd68, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c21668, 0xb74d617f, 0x9c5bd68, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c21668, 0xb74d193c, 0x9c5bd68, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c21668, 0xb74d3a42, 0x9c5bd68, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c21668, 0xb74d61ab, 0x9c5bd68, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c21668, 0xb74d1ed1, 0x9c5bd68, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c21668, 0xb74d193c, 0x9c5bd68, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c21668, 0x9c21308, 0x9c5bd68, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c21668, 0xb74d3a42, 0x9c5bd68, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c21668, 0xb74d61e9, 0x9c5bd68, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c21668, 0xb74d621e, 0x9c5bd68, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9c5bd68, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9c5bd68, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9c30c28 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9c5bd68) = 0x9c42170 -_ZN9QLineEdit12setInputMaskERK7QString(0x9c5bd68, 0xbfc07c2c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_Znwj(20, 0xbfc07c04, 0x9c1a1b0, 0x81534d1, 0) = 0x9c5bd50 -_ZN8QSpinBoxC1EP7QWidget(0x9c5bd50, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9c5bd68 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc07798, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c5bd50, 0xbfc07924, 0x9bad018, 0xb718b249, 0x9c56d30) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c22240, 0xbfc07934, 16, 16, 0x9bf3900) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c545c8, 0xb74d19a1, 0x9c22240, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c545c8, 0xb74d617f, 0x9c22240, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c545c8, 0xb74d193c, 0x9c22240, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c545c8, 0xb74d3a42, 0x9c22240, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c545c8, 0xb74d61ab, 0x9c22240, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c545c8, 0xb74d1ed1, 0x9c22240, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c545c8, 0xb74d193c, 0x9c22240, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c545c8, 0x9c21308, 0x9c22240, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c545c8, 0xb74d3a42, 0x9c22240, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c545c8, 0xb74d61e9, 0x9c22240, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c545c8, 0xb74d621e, 0x9c22240, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c22240, 0xb74d19a1, 0x9c5bd50, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c22240, 0xb74d193c, 0x9c5bd50, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9c5bd50, 0xbfc07964, 0x9c22240, 0xb6db8e62, 0x9c22240) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9c5bd50, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9c5bd50, 2, 65536, 0x81534d1, 0) = 16384 -_Znwj(20, 0xbfc07c08, 65536, 0x81534d1, 0) = 0x9c58398 -_ZN9QComboBoxC1EP7QWidget(0x9c58398, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c58398, 0xbfc07a04, 0x9c22240, 0xb6db8e62, 0x9c22240) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74d2f54, 0x9c54ac8, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74d2f54, 0x9c58398, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74d2f7c, 0x9c58398, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74d2fd0, 0x9c58398, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74d2ff4, 0x9c58398, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74d3048, 0x9c58398, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74a949d, 0x9c58398, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74d2d48, 0x9c58398, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74d2d70, 0x9c58398, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c30, 0x815a190, 0x81533c8, 0, 0x9c58398) = 0xbfc07c30 -_ZNK9QComboBox5countEv(0x9c58398, 0x815a190, 0x81533c8, 0, 0x9c58398) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c30, 0xb76efff4, 0x9c548f8) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c58398, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 0 -_ZN8QVariantD1Ev(0xbfc07ba8, 0xbfc07c30, 0xbfc07ba8, 0x81534d1, 0) = 0xbfc07ba8 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c34, 0x815a190, 0x81533cb, 0, 0x9c58398) = 0xbfc07c34 -_ZNK9QComboBox5countEv(0x9c58398, 0x815a190, 0x81533cb, 0, 0x9c58398) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c34, 0xb76efff4, 0x9c548f8) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c58398, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 0 -_ZN8QVariantD1Ev(0xbfc07bb4, 0xbfc07c34, 0xbfc07bb4, 0x81534d1, 0) = 0xbfc07bb4 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c34, 0xbfc07bb4, 0x9c58398) = 0x9c0ce18 -_Znwj(20, 0x81533a8, 0xbfc07bb4, 0x81534d1, 0) = 0x9c438f8 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9c438f8, 0xbfc07c38, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9c548f8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c438f8, 0xbfc07a44, 0xbfc07934, 0xb6db96bc, 0x9c22240) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c7b688, 0xb74d19a1, 0x9c438f8, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c7b688, 0xb74d617f, 0x9c438f8, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c7b688, 0xb74d193c, 0x9c438f8, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c7b688, 0xb74d3a42, 0x9c438f8, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c7b688, 0xb74d61ab, 0x9c438f8, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c7b688, 0xb74d1ed1, 0x9c438f8, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c7b688, 0xb74d193c, 0x9c438f8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c7b688, 0x9c18188, 0x9c438f8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c7b688, 0xb74d3a42, 0x9c438f8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c7b688, 0xb74d61e9, 0x9c438f8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c7b688, 0xb74d621e, 0x9c438f8, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9c438f8, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9c438f8, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9c0ce18 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9c438f8) = 0x9c18468 -_ZN9QLineEdit12setInputMaskERK7QString(0x9c438f8, 0xbfc07c3c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_Znwj(20, 0xbfc07c10, 0x9c1a1b0, 0x81534d1, 0) = 0x9c0ce18 -_ZN8QSpinBoxC1EP7QWidget(0x9c0ce18, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9c438f8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x9c22240, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c0ce18, 0xbfc07924, 0xbfc07954, 0xb71e4a12, 0x9c22240) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c7b9d8, 0xbfc07934, 99, 29, 0x9bf3900) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c09c30, 0xb74d19a1, 0x9c7b9d8, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c09c30, 0xb74d617f, 0x9c7b9d8, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c09c30, 0xb74d193c, 0x9c7b9d8, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c09c30, 0xb74d3a42, 0x9c7b9d8, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c09c30, 0xb74d61ab, 0x9c7b9d8, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c09c30, 0xb74d1ed1, 0x9c7b9d8, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c09c30, 0xb74d193c, 0x9c7b9d8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c09c30, 0x9c09d50, 0x9c7b9d8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c09c30, 0xb74d3a42, 0x9c7b9d8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c09c30, 0xb74d61e9, 0x9c7b9d8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c09c30, 0xb74d621e, 0x9c7b9d8, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c7b9d8, 0xb74d19a1, 0x9c0ce18, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c7b9d8, 0xb74d193c, 0x9c0ce18, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9c0ce18, 0xbfc07964, 0x9c7b9d8, 0xb6db8e62, 0x9c7b9d8) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9c0ce18, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9c0ce18, 2, 65536, 0x81534d1, 0) = 16384 -_Znwj(20, 0xbfc07c14, 65536, 0x81534d1, 0) = 0x9c0ce58 -_ZN9QComboBoxC1EP7QWidget(0x9c0ce58, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c0ce58, 0xbfc07a04, 0x9c7b9d8, 0xb6db8e62, 0x9c7b9d8) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74d2f54, 0x9c7c130, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74d2f54, 0x9c0ce58, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74d2f7c, 0x9c0ce58, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74d2fd0, 0x9c0ce58, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74d2ff4, 0x9c0ce58, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74d3048, 0x9c0ce58, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74a949d, 0x9c0ce58, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74d2d48, 0x9c0ce58, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74d2d70, 0x9c0ce58, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c40, 0x815a190, 0x81533c8, 0, 0x9c0ce58) = 0xbfc07c40 -_ZNK9QComboBox5countEv(0x9c0ce58, 0x815a190, 0x81533c8, 0, 0x9c0ce58) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c40, 0xb76efff4, 0x9c7bf50) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c0ce58, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 0 -_ZN8QVariantD1Ev(0xbfc07bc0, 0xbfc07c40, 0xbfc07bc0, 0x81534d1, 0) = 0xbfc07bc0 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c44, 0x815a190, 0x81533cb, 0, 0x9c0ce58) = 0xbfc07c44 -_ZNK9QComboBox5countEv(0x9c0ce58, 0x815a190, 0x81533cb, 0, 0x9c0ce58) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c44, 0xb76efff4, 0x9c7bf50) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c0ce58, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 0 -_ZN8QVariantD1Ev(0xbfc07bcc, 0xbfc07c44, 0xbfc07bcc, 0x81534d1, 0) = 0xbfc07bcc -_ZN7QString16fromAscii_helperEPKci(0x81533ce, -1, 0xbfc07c44, 0xbfc07bcc, 0x9c0ce58) = 0x9c07650 -_Znwj(20, 0, 0xbfc07bcc, 0x81534d1, 0) = 0x9c0ce80 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c0ce80, 0xbfc07c48, 0x9c1a1b0, 0xbfc07c4c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9c0ce58 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c438f8, 0xb6adeaac, 0x9c0ce58) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533dc, -1, 0xbfc07c44, 0x9c0ce80, 0xbfc07c48) = 0x9c7c4d0 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c4c, 0) = 0x9c7c2a8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c7c2a8, 0xbfc07c50, 0x9c1a1b0, 0xbfc07c54, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9c0ce58 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c438f8, 0xb6adeaac, 0x9c0ce58) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533fc, -1, 0xbfc07c44, 0x9c7c2a8, 0xbfc07c50) = 0x9c0a5f8 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c54, 0) = 0x9c137c0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c137c0, 0xbfc07c58, 0x9c1a1b0, 0xbfc07c5c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9c0ce58 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c438f8, 0xb6adeaac, 0x9c0ce58) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x8153400, -1, 0xbfc07c44, 0x9c137c0, 0xbfc07c58) = 0x9c0cbb0 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c5c, 0) = 0x9c7c928 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c7c928, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9c0ce58 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c438f8, 0xb6adeaac, 0x9c0ce58) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 30, 0x9c7cb10, 248) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9c18178 -_ZN11QVBoxLayoutC1Ev(0x9c18178, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0xb76e8664 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9c18190 -_ZN11QGridLayoutC1Ev(0x9c18190, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9c0a978 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c18190, 0x9c0ce80, 0, 0, 0xbfc07c68) = 0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c18190, 0x9c7c2a8, 1, 0, 0xbfc07c6c) = 0x9c4b9d8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c18190, 0x9c137c0, 1, 1, 0xbfc07c70) = 0x9c4b9d8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c18190, 0x9c7c928, 1, 2, 0xbfc07c74) = 0x9c4b9d8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c18190, 0x9c5bd68, 2, 0, 0xbfc07c78) = 0x9c4b9d8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c18190, 0x9c58398, 2, 1, 0xbfc07c7c) = 0x9c4b9d8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c18190, 0x9c5bd50, 2, 2, 0xbfc07c80) = 0x9c4b9d8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c18190, 0x9c412a0, 2, 3, 0xbfc07c84) = 0x9c4b9d8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c18190, 0x9c438f8, 3, 0, 0xbfc07c88) = 0x9c4b9d8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c18190, 0x9c0ce58, 3, 1, 0xbfc07c8c) = 0x9c4b9d8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c18190, 0x9c0ce18, 3, 2, 0xbfc07c90) = 0x9c4b9d8 -_ZN10QBoxLayout9addLayoutEP7QLayouti(0x9c18178, 0x9c18190, 0, 2, 0xbfc07c90 -_ZN7QObject5eventEP6QEvent(0x9c18178, 0xbfc07a54, 0xbfc07a54, 0x9c7c1c0, 0x9c7c130) = 1 -<... _ZN10QBoxLayout9addLayoutEP7QLayouti resumed> ) = 0 -_ZN10QBoxLayout10addSpacingEi(0x9c18178, 124, 0, 2, 0xbfc07c90) = 0x9c0cbd8 -_ZN7QString16fromAscii_helperEPKci(0x8153408, -1, 124, 0, 0xbfc07c60) = 0x9c452f0 -_Znwj(20, 0, 0, 2, 0xbfc07c90) = 0x9c09ee0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c09ee0, 0xbfc07c94, 0, 0xbfc07c98, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c18178, 0x9c09ee0, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9c0cbd8 -_ZN7QString16fromAscii_helperEPKci(0x8153416, -1, 124, 0, 0xbfc07c94) = 0x9c7cf80 -_Znwj(20, 0, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9c7cfb0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c7cfb0, 0xbfc07ca0, 0, 0xbfc07ca4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c18178, 0x9c7cfb0, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9c0cbd8 -_ZN7QString16fromAscii_helperEPKci(0x8153423, -1, 124, 0, 0xbfc07ca0) = 0x9c0a920 -_Znwj(20, 0, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9c7d230 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c7d230, 0xbfc07cac, 0, 0xbfc07cb0, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c18178, 0x9c7d230, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9c0cbd8 -_ZN7QString16fromAscii_helperEPKci(0x8153431, -1, 124, 0, 0xbfc07cac) = 0x9c7d480 -_Znwj(20, 0, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9c7d4b8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c7d4b8, 0xbfc07cb8, 0, 0xbfc07cbc, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c18178, 0x9c7d4b8, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9c0cbd8 -_ZN7QString16fromAscii_helperEPKci(0x8153440, -1, 124, 0, 0xbfc07cb8) = 0x9c7d740 -_Znwj(20, 0, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9c7d778 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c7d778, 0xbfc07cc4, 0, 0xbfc07cc8, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c18178, 0x9c7d778, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9c0cbd8 -_ZN7QString16fromAscii_helperEPKci(0x8153450, -1, 124, 0, 0xbfc07cc4) = 0x9c7d9c8 -_Znwj(20, 0, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9c7da10 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c7da10, 0xbfc07cd0, 0, 0xbfc07cd4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c18178, 0x9c7da10, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9c0cbd8 -_ZN10QBoxLayout10addStretchEi(0x9c18178, 1, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9c0cbd8 -_ZN7QString6numberEii(0xbfc07ce0, 1, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce0 -_ZN7QString9fromAsciiEPKci(0xbfc07cdc, 0x8153467, -1, 0, 0xbfc07cd0) = 0xbfc07cdc -_ZN7QString6appendERKS_(0xbfc07cdc, 0xbfc07ce0, 0xbfc07d58, 0xb6a012e9, 0xbfc07ce0) = 0xbfc07cdc -_Znwj(20, 0x8153467, 0xbfc07ce0, 0xbfc07cd8, 0xbfc07c90) = 0x9c7dc70 -_ZN9QGroupBoxC1ERK7QStringP7QWidget(0x9c7dc70, 0xbfc07cdc, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6ac39c6, 0x9c7bf50 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN9QGroupBoxC1ERK7QStringP7QWidget resumed> ) = 0x81b21a4 -_ZN7QString4freeEPNS_4DataE(0x9c0a978, 0xbfc07ce0, -1, 0, 0x9c7dc70) = 0x9c0a950 -_ZN9QGroupBox7setFlatEb(0x9c7dc70, 1, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90) = 0 -_ZN7QWidget9setLayoutEP7QLayout(0x9c7dc70, 0x9c18178, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb7132de4, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, 0, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9c7c2e0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9c7c528 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9c7c718 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9c7c940 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget9setLayoutEP7QLayout resumed> ) = 0x9c7dd3c -_ZN7QString6numberEii(0xbfc07ce4, 1, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce4 -_ZN10QTabWidget6addTabEP7QWidgetRK7QString(0x9c04f68, 0x9c7dc70, 0xbfc07ce4, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc077b4, 0xbfc077b4, 0xb714e9ec, 0xb74cd434 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc077b4, 6, 0xb76efff4, 0xbfc074c8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07944, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -<... _ZN10QTabWidget6addTabEP7QWidgetRK7QString resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c5bd68, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9c5bd68, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c438f8, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9c438f8, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c412a0, 0x81534a5, 0x9c1a1b0, 0x8153491, 0 -_ZN7QObject13connectNotifyEPKc(0x9c412a0, 0x81534a5, 0x9c1a1b0, 5, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c58398, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9c58398, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c0ce58, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9c0ce58, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c5bd50, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9c5bd50, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c0ce18, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9c0ce18, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_Znwj(20, 0x815347e, 0x9c1a1b0, 0x81534d1, 0) = 0x9c48088 -_ZN9QComboBoxC1EP7QWidget(0x9c48088, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb7244686, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c48088, 0xbfc07a04, 0x81b24c8, 0xb716dd07, 0x9bf3970) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74d2f54, 0x9c7e098, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74d2f54, 0x9c48088, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74d2f7c, 0x9c48088, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74d2fd0, 0x9c48088, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74d2ff4, 0x9c48088, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74d3048, 0x9c48088, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74a949d, 0x9c48088, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74d2d48, 0x9c48088, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74d2d70, 0x9c48088, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c20, 0x815a190, 0x81533a1, 0, 0x9c48088) = 0xbfc07c20 -_ZNK9QComboBox5countEv(0x9c48088, 0x815a190, 0x81533a1, 0, 0x9c48088) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c20, 0xb76efff4, 0x9c7deb8) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c48088, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 0 -_ZN8QVariantD1Ev(0xbfc07b90, 0xbfc07c20, 0xbfc07b90, 0x81534d1, 0) = 0xbfc07b90 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c24, 0x815a190, 0x81533a4, 0, 0x9c48088) = 0xbfc07c24 -_ZNK9QComboBox5countEv(0x9c48088, 0x815a190, 0x81533a4, 0, 0x9c48088) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c24, 0xb76efff4, 0x9c7deb8) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c48088, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 0 -_ZN8QVariantD1Ev(0xbfc07b9c, 0xbfc07c24, 0xbfc07b9c, 0x81534d1, 0) = 0xbfc07b9c -_ZN9QComboBox15setCurrentIndexEi(0x9c48088, 1, 0xbfc07b9c, 0x81534d1, 0) = 0x81b21a4 -_ZN11QVectorData4growEiiib(20, 3, 4, 0, 0xb6c22f58) = 4 -_ZN11QVectorData10reallocateEPS_iii(0x9c4be70, 32, 24, 4, 12) = 0x9c34498 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c24, 0x9c48088, 0xbfc07cdc) = 0x9c49258 -_Znwj(20, 0x81533a8, 0xbfc07b9c, 0x81534d1, 0) = 0x9c7e1f0 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9c7e1f0, 0xbfc07c28, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9c7deb8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c7e1f0, 0xbfc07a44, 0, 0, 0) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c492b0, 0xb74d19a1, 0x9c7e1f0, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c492b0, 0xb74d617f, 0x9c7e1f0, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c492b0, 0xb74d193c, 0x9c7e1f0, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c492b0, 0xb74d3a42, 0x9c7e1f0, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c492b0, 0xb74d61ab, 0x9c7e1f0, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c492b0, 0xb74d1ed1, 0x9c7e1f0, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c492b0, 0xb74d193c, 0x9c7e1f0, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c492b0, 0x9c22590, 0x9c7e1f0, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c492b0, 0xb74d3a42, 0x9c7e1f0, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c492b0, 0xb74d61e9, 0x9c7e1f0, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c492b0, 0xb74d621e, 0x9c7e1f0, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9c7e1f0, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9c7e1f0, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9c49258 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9c7e1f0) = 0x9c22528 -_ZN9QLineEdit12setInputMaskERK7QString(0x9c7e1f0, 0xbfc07c2c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_ZN11QVectorData4growEiiib(20, 3, 4, 0, 0x9c492b0) = 4 -_ZN11QVectorData10reallocateEPS_iii(0x9c429d8, 32, 24, 4, 12) = 0x9c41070 -_Znwj(20, 0xbfc07c04, 0x9c1a1b0, 0x81534d1, 0) = 0x9c1a5e8 -_ZN8QSpinBoxC1EP7QWidget(0x9c1a5e8, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9c7e1f0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x81b24c8, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a5e8, 0xbfc07924, 0, 0xb716e132, 0x9bf3970) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c553c0, 0xbfc07934, 16, 16, 0x9c7dc00) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c40f60, 0xb74d19a1, 0x9c553c0, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c40f60, 0xb74d617f, 0x9c553c0, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c40f60, 0xb74d193c, 0x9c553c0, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c40f60, 0xb74d3a42, 0x9c553c0, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c40f60, 0xb74d61ab, 0x9c553c0, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c40f60, 0xb74d1ed1, 0x9c553c0, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c40f60, 0xb74d193c, 0x9c553c0, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c40f60, 0x9c22590, 0x9c553c0, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c40f60, 0xb74d3a42, 0x9c553c0, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c40f60, 0xb74d61e9, 0x9c553c0, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c40f60, 0xb74d621e, 0x9c553c0, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c553c0, 0xb74d19a1, 0x9c1a5e8, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c553c0, 0xb74d193c, 0x9c1a5e8, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a5e8, 0xbfc07964, 0x9c553c0, 0xb6db8e62, 0x9c553c0) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9c1a5e8, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9c1a5e8, 2, 65536, 0x81534d1, 0) = 16384 -_ZN11QVectorData4growEiiib(20, 3, 4, 0, 0) = 4 -_ZN11QVectorData10reallocateEPS_iii(0x9c488e0, 32, 24, 4, 12) = 0x9c45af8 -_Znwj(20, 0xbfc07c08, 65536, 0x81534d1, 0) = 0x9c48df8 -_ZN9QComboBoxC1EP7QWidget(0x9c48df8, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c48df8, 0xbfc07a04, 0x9c553c0, 0xb6db8e62, 0x9c553c0) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74d2f54, 0x9c7eed8, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74d2f54, 0x9c48df8, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74d2f7c, 0x9c48df8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74d2fd0, 0x9c48df8, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74d2ff4, 0x9c48df8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74d3048, 0x9c48df8, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74a949d, 0x9c48df8, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74d2d48, 0x9c48df8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74d2d70, 0x9c48df8, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c30, 0x815a190, 0x81533c8, 0, 0x9c48df8) = 0xbfc07c30 -_ZNK9QComboBox5countEv(0x9c48df8, 0x815a190, 0x81533c8, 0, 0x9c48df8) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c30, 0xb76efff4, 0x9c7ecf8) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c48df8, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 0 -_ZN8QVariantD1Ev(0xbfc07ba8, 0xbfc07c30, 0xbfc07ba8, 0x81534d1, 0) = 0xbfc07ba8 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c34, 0x815a190, 0x81533cb, 0, 0x9c48df8) = 0xbfc07c34 -_ZNK9QComboBox5countEv(0x9c48df8, 0x815a190, 0x81533cb, 0, 0x9c48df8) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c34, 0xb76efff4, 0x9c7ecf8) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c48df8, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 0 -_ZN8QVariantD1Ev(0xbfc07bb4, 0xbfc07c34, 0xbfc07bb4, 0x81534d1, 0) = 0xbfc07bb4 -_ZN11QVectorData4growEiiib(20, 3, 4, 0, 0x9c7eed8) = 4 -_ZN11QVectorData10reallocateEPS_iii(0x9c17920, 32, 24, 4, 12) = 0x9c066b0 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c34, 0xbfc07bb4, 0x9c48df8) = 0x9c46fa8 -_Znwj(20, 0x81533a8, 0xbfc07bb4, 0x81534d1, 0) = 0x9c48ed0 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9c48ed0, 0xbfc07c38, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9c7ecf8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c48ed0, 0xbfc07a44, 0xbfc07934, 0xb6db96bc, 0x9c553c0) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c7f218, 0xb74d19a1, 0x9c48ed0, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c7f218, 0xb74d617f, 0x9c48ed0, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c7f218, 0xb74d193c, 0x9c48ed0, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c7f218, 0xb74d3a42, 0x9c48ed0, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c7f218, 0xb74d61ab, 0x9c48ed0, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c7f218, 0xb74d1ed1, 0x9c48ed0, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c7f218, 0xb74d193c, 0x9c48ed0, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c7f218, 0x9c35e78, 0x9c48ed0, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c7f218, 0xb74d3a42, 0x9c48ed0, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c7f218, 0xb74d61e9, 0x9c48ed0, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c7f218, 0xb74d621e, 0x9c48ed0, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9c48ed0, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9c48ed0, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9c46fa8 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9c48ed0) = 0x9c47080 -_ZN9QLineEdit12setInputMaskERK7QString(0x9c48ed0, 0xbfc07c3c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_ZN11QVectorData4growEiiib(20, 3, 4, 0, 0x9c7f218) = 4 -_ZN11QVectorData10reallocateEPS_iii(0x9c0a050, 32, 24, 4, 12) = 0x9c47c48 -_Znwj(20, 0xbfc07c10, 0x9c1a1b0, 0x81534d1, 0) = 0x9c47c70 -_ZN8QSpinBoxC1EP7QWidget(0x9c47c70, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9c48ed0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x9c553c0, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c47c70, 0xbfc07924, 0xbfc07954, 0xb71e4a12, 0x9c553c0) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c7f5a0, 0xbfc07934, 99, 29, 0x9c7dc00) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c47b38, 0xb74d19a1, 0x9c7f5a0, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c47b38, 0xb74d617f, 0x9c7f5a0, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c47b38, 0xb74d193c, 0x9c7f5a0, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c47b38, 0xb74d3a42, 0x9c7f5a0, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c47b38, 0xb74d61ab, 0x9c7f5a0, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c47b38, 0xb74d1ed1, 0x9c7f5a0, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c47b38, 0xb74d193c, 0x9c7f5a0, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c47b38, 0x9c7f968, 0x9c7f5a0, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c47b38, 0xb74d3a42, 0x9c7f5a0, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c47b38, 0xb74d61e9, 0x9c7f5a0, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c47b38, 0xb74d621e, 0x9c7f5a0, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c7f5a0, 0xb74d19a1, 0x9c47c70, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c7f5a0, 0xb74d193c, 0x9c47c70, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9c47c70, 0xbfc07964, 0x9c7f5a0, 0xb6db8e62, 0x9c7f5a0) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9c47c70, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9c47c70, 2, 65536, 0x81534d1, 0) = 16384 -_ZN11QVectorData4growEiiib(20, 3, 4, 0, 0) = 4 -_ZN11QVectorData10reallocateEPS_iii(0x9c41528, 32, 24, 4, 12) = 0x9c07a90 -_Znwj(20, 0xbfc07c14, 65536, 0x81534d1, 0) = 0x9c1a760 -_ZN9QComboBoxC1EP7QWidget(0x9c1a760, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a760, 0xbfc07a04, 0x9c7f5a0, 0xb6db8e62, 0x9c7f5a0) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74d2f54, 0x9c7fcc8, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74d2f54, 0x9c1a760, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74d2f7c, 0x9c1a760, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74d2fd0, 0x9c1a760, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74d2ff4, 0x9c1a760, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74d3048, 0x9c1a760, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74a949d, 0x9c1a760, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74d2d48, 0x9c1a760, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74d2d70, 0x9c1a760, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c40, 0x815a190, 0x81533c8, 0, 0x9c1a760) = 0xbfc07c40 -_ZNK9QComboBox5countEv(0x9c1a760, 0x815a190, 0x81533c8, 0, 0x9c1a760) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c40, 0xb76efff4, 0x9c7fae8) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c1a760, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 0 -_ZN8QVariantD1Ev(0xbfc07bc0, 0xbfc07c40, 0xbfc07bc0, 0x81534d1, 0) = 0xbfc07bc0 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c44, 0x815a190, 0x81533cb, 0, 0x9c1a760) = 0xbfc07c44 -_ZNK9QComboBox5countEv(0x9c1a760, 0x815a190, 0x81533cb, 0, 0x9c1a760) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c44, 0xb76efff4, 0x9c7fae8) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c1a760, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 0 -_ZN8QVariantD1Ev(0xbfc07bcc, 0xbfc07c44, 0xbfc07bcc, 0x81534d1, 0) = 0xbfc07bcc -_ZN11QVectorData4growEiiib(20, 3, 4, 0, 0x9c7fcc8) = 4 -_ZN11QVectorData10reallocateEPS_iii(0x9c497f0, 32, 24, 4, 12) = 0x9c05f20 -_ZN7QString16fromAscii_helperEPKci(0x81533ce, -1, 0xbfc07c44, 0xbfc07bcc, 0x9c1a760) = 0x9c19c80 -_Znwj(20, 0, 0xbfc07bcc, 0x81534d1, 0) = 0x9c47010 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c47010, 0xbfc07c48, 0x9c1a1b0, 0xbfc07c4c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9c1a760 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c48ed0, 0xb6adeaac, 0x9c1a760) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533dc, -1, 0xbfc07c44, 0x9c47010, 0xbfc07c48) = 0x9c80080 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c4c, 0) = 0x9c7fe30 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c7fe30, 0xbfc07c50, 0x9c1a1b0, 0xbfc07c54, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9c1a760 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c48ed0, 0xb6adeaac, 0x9c1a760) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533fc, -1, 0xbfc07c44, 0x9c7fe30, 0xbfc07c50) = 0x9c497f0 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c54, 0) = 0x9c802c8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c802c8, 0xbfc07c58, 0x9c1a1b0, 0xbfc07c5c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9c1a760 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c48ed0, 0xb6adeaac, 0x9c1a760) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x8153400, -1, 0xbfc07c44, 0x9c802c8, 0xbfc07c58) = 0x9c80058 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c5c, 0) = 0x9c804f0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c804f0, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9c1a760 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c48ed0, 0xb6adeaac, 0x9c1a760) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9c80748 -_ZN11QVBoxLayoutC1Ev(0x9c80748, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0xb76e8664 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9c80830 -_ZN11QGridLayoutC1Ev(0x9c80830, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9c80960 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c80830, 0x9c47010, 0, 0, 0xbfc07c68) = 0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c80830, 0x9c7fe30, 1, 0, 0xbfc07c6c) = 0x9c80848 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c80830, 0x9c802c8, 1, 1, 0xbfc07c70) = 0x9c80848 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c80830, 0x9c804f0, 1, 2, 0xbfc07c74) = 0x9c80848 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c80830, 0x9c7e1f0, 2, 0, 0xbfc07c78) = 0x9c80848 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c80830, 0x9c48df8, 2, 1, 0xbfc07c7c) = 0x9c80848 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c80830, 0x9c1a5e8, 2, 2, 0xbfc07c80) = 0x9c80848 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c80830, 0x9c48088, 2, 3, 0xbfc07c84) = 0x9c80848 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c80830, 0x9c48ed0, 3, 0, 0xbfc07c88) = 0x9c80848 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c80830, 0x9c1a760, 3, 1, 0xbfc07c8c) = 0x9c80848 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c80830, 0x9c47c70, 3, 2, 0xbfc07c90) = 0x9c80848 -_ZN10QBoxLayout9addLayoutEP7QLayouti(0x9c80748, 0x9c80830, 0, 2, 0xbfc07c90 -_ZN7QObject5eventEP6QEvent(0x9c80748, 0xbfc07a54, 0xbfc07a54, 0x9c7fd58, 0x9c7fcc8) = 1 -<... _ZN10QBoxLayout9addLayoutEP7QLayouti resumed> ) = 0 -_ZN10QBoxLayout10addSpacingEi(0x9c80748, 124, 0, 2, 0xbfc07c90) = 0x9c80760 -_ZN7QString16fromAscii_helperEPKci(0x8153408, -1, 124, 0, 0xbfc07c60) = 0x9c7f958 -_Znwj(20, 0, 0, 2, 0xbfc07c90) = 0x9c32da8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c32da8, 0xbfc07c94, 0, 0xbfc07c98, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c80748, 0x9c32da8, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9c80760 -_ZN7QString16fromAscii_helperEPKci(0x8153416, -1, 124, 0, 0xbfc07c94) = 0x9c80b20 -_Znwj(20, 0, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9c80f78 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c80f78, 0xbfc07ca0, 0, 0xbfc07ca4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c80748, 0x9c80f78, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9c80760 -_ZN7QString16fromAscii_helperEPKci(0x8153423, -1, 124, 0, 0xbfc07ca0) = 0x9c17a68 -_Znwj(20, 0, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9c811f8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c811f8, 0xbfc07cac, 0, 0xbfc07cb0, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c80748, 0x9c811f8, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9c80760 -_ZN7QString16fromAscii_helperEPKci(0x8153431, -1, 124, 0, 0xbfc07cac) = 0x9c81448 -_Znwj(20, 0, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9c81480 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c81480, 0xbfc07cb8, 0, 0xbfc07cbc, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c80748, 0x9c81480, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9c80760 -_ZN7QString16fromAscii_helperEPKci(0x8153440, -1, 124, 0, 0xbfc07cb8) = 0x9c81708 -_Znwj(20, 0, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9c81740 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c81740, 0xbfc07cc4, 0, 0xbfc07cc8, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c80748, 0x9c81740, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9c80760 -_ZN7QString16fromAscii_helperEPKci(0x8153450, -1, 124, 0, 0xbfc07cc4) = 0x9c81990 -_Znwj(20, 0, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9c819d8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c819d8, 0xbfc07cd0, 0, 0xbfc07cd4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c80748, 0x9c819d8, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9c80760 -_ZN10QBoxLayout10addStretchEi(0x9c80748, 1, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9c80760 -_ZN7QString6numberEii(0xbfc07ce0, 2, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce0 -_ZN7QString9fromAsciiEPKci(0xbfc07cdc, 0x8153467, -1, 0, 0xbfc07cd0) = 0xbfc07cdc -_ZN7QString6appendERKS_(0xbfc07cdc, 0xbfc07ce0, 0xbfc07d58, 0xb6a012e9, 0xbfc07ce0) = 0xbfc07cdc -_Znwj(20, 0x8153467, 0xbfc07ce0, 0xbfc07cd8, 0xbfc07c90) = 0x9c81c38 -_ZN9QGroupBoxC1ERK7QStringP7QWidget(0x9c81c38, 0xbfc07cdc, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6ac39c6, 0x9c7fae8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN9QGroupBoxC1ERK7QStringP7QWidget resumed> ) = 0x81b21a4 -_ZN7QString4freeEPNS_4DataE(0x9c80920, 0xbfc07ce0, -1, 0, 0x9c81c38) = 0x9c804c8 -_ZN9QGroupBox7setFlatEb(0x9c81c38, 1, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90) = 0 -_ZN7QWidget9setLayoutEP7QLayout(0x9c81c38, 0x9c80748, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb7132de4, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, 0, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9c7fe68 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9c800d8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9c802e0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9c80508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget9setLayoutEP7QLayout resumed> ) = 0x9c81d04 -_ZN11QVectorData4growEiiib(20, 3, 4, 0, 0) = 4 -_ZN11QVectorData10reallocateEPS_iii(0x9c5aaf0, 32, 24, 4, 12) = 0x9c80ef8 -_ZN7QString6numberEii(0xbfc07ce4, 2, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce4 -_ZN10QTabWidget6addTabEP7QWidgetRK7QString(0x9c04f68, 0x9c81c38, 0xbfc07ce4, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc077b4, 0xbfc077b4, 0xb714e9ec, 0xb74cd434 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc077b4, 6, 0xb76efff4, 0xbfc074c8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07944, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -<... _ZN10QTabWidget6addTabEP7QWidgetRK7QString resumed> ) = 2 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c7e1f0, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9c7e1f0, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c48ed0, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9c48ed0, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c48088, 0x81534a5, 0x9c1a1b0, 0x8153491, 0 -_ZN7QObject13connectNotifyEPKc(0x9c48088, 0x81534a5, 0x9c1a1b0, 5, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c48df8, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9c48df8, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c1a760, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9c1a760, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c1a5e8, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9c1a5e8, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c47c70, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9c47c70, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_Znwj(20, 0x815347e, 0x9c1a1b0, 0x81534d1, 0) = 0x9c823a8 -_ZN9QComboBoxC1EP7QWidget(0x9c823a8, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb7244686, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c823a8, 0xbfc07a04, 0x81b24c8, 0xb716dd07, 0x9bf3970) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74d2f54, 0x9c82590, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74d2f54, 0x9c823a8, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74d2f7c, 0x9c823a8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74d2fd0, 0x9c823a8, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74d2ff4, 0x9c823a8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74d3048, 0x9c823a8, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74a949d, 0x9c823a8, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74d2d48, 0x9c823a8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74d2d70, 0x9c823a8, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c20, 0x815a190, 0x81533a1, 0, 0x9c823a8) = 0xbfc07c20 -_ZNK9QComboBox5countEv(0x9c823a8, 0x815a190, 0x81533a1, 0, 0x9c823a8) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c20, 0xb76efff4, 0x9c823c0) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c823a8, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 0 -_ZN8QVariantD1Ev(0xbfc07b90, 0xbfc07c20, 0xbfc07b90, 0x81534d1, 0) = 0xbfc07b90 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c24, 0x815a190, 0x81533a4, 0, 0x9c823a8) = 0xbfc07c24 -_ZNK9QComboBox5countEv(0x9c823a8, 0x815a190, 0x81533a4, 0, 0x9c823a8) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c24, 0xb76efff4, 0x9c823c0) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c823a8, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 0 -_ZN8QVariantD1Ev(0xbfc07b9c, 0xbfc07c24, 0xbfc07b9c, 0x81534d1, 0) = 0xbfc07b9c -_ZN9QComboBox15setCurrentIndexEi(0x9c823a8, 1, 0xbfc07b9c, 0x81534d1, 0) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c24, 0x9c823a8, 0xbfc07cdc) = 0x9c82b38 -_Znwj(20, 0x81533a8, 0xbfc07b9c, 0x81534d1, 0) = 0x9c82720 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9c82720, 0xbfc07c28, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9c823c0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c82720, 0xbfc07a44, 0, 0, 0) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c82d40, 0xb74d19a1, 0x9c82720, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c82d40, 0xb74d617f, 0x9c82720, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c82d40, 0xb74d193c, 0x9c82720, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c82d40, 0xb74d3a42, 0x9c82720, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c82d40, 0xb74d61ab, 0x9c82720, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c82d40, 0xb74d1ed1, 0x9c82720, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c82d40, 0xb74d193c, 0x9c82720, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c82d40, 0x9c82fb8, 0x9c82720, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c82d40, 0xb74d3a42, 0x9c82720, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c82d40, 0xb74d61e9, 0x9c82720, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c82d40, 0xb74d621e, 0x9c82720, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9c82720, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9c82720, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9c82b38 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9c82720) = 0x9c83208 -_ZN9QLineEdit12setInputMaskERK7QString(0x9c82720, 0xbfc07c2c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_Znwj(20, 0xbfc07c04, 0x9c1a1b0, 0x81534d1, 0) = 0x9c82a58 -_ZN8QSpinBoxC1EP7QWidget(0x9c82a58, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9c82720 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x81b24c8, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c82a58, 0xbfc07924, 0, 0xb716e132, 0x9bf3970) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c83760, 0xbfc07934, 16, 16, 0x9c81c00) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c83360, 0xb74d19a1, 0x9c83760, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c83360, 0xb74d617f, 0x9c83760, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c83360, 0xb74d193c, 0x9c83760, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c83360, 0xb74d3a42, 0x9c83760, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c83360, 0xb74d61ab, 0x9c83760, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c83360, 0xb74d1ed1, 0x9c83760, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c83360, 0xb74d193c, 0x9c83760, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c83360, 0x9c83b60, 0x9c83760, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c83360, 0xb74d3a42, 0x9c83760, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c83360, 0xb74d61e9, 0x9c83760, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c83360, 0xb74d621e, 0x9c83760, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c83760, 0xb74d19a1, 0x9c82a58, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c83760, 0xb74d193c, 0x9c82a58, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9c82a58, 0xbfc07964, 0x9c83760, 0xb6db8e62, 0x9c83760) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9c82a58, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9c82a58, 2, 65536, 0x81534d1, 0) = 16384 -_Znwj(20, 0xbfc07c08, 65536, 0x81534d1, 0) = 0x9c83d58 -_ZN9QComboBoxC1EP7QWidget(0x9c83d58, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c83d58, 0xbfc07a04, 0x9c83760, 0xb6db8e62, 0x9c83760) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74d2f54, 0x9c841a0, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74d2f54, 0x9c83d58, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74d2f7c, 0x9c83d58, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74d2fd0, 0x9c83d58, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74d2ff4, 0x9c83d58, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74d3048, 0x9c83d58, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74a949d, 0x9c83d58, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74d2d48, 0x9c83d58, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74d2d70, 0x9c83d58, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c30, 0x815a190, 0x81533c8, 0, 0x9c83d58) = 0xbfc07c30 -_ZNK9QComboBox5countEv(0x9c83d58, 0x815a190, 0x81533c8, 0, 0x9c83d58) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c30, 0xb76efff4, 0x9c83fc0) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c83d58, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 0 -_ZN8QVariantD1Ev(0xbfc07ba8, 0xbfc07c30, 0xbfc07ba8, 0x81534d1, 0) = 0xbfc07ba8 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c34, 0x815a190, 0x81533cb, 0, 0x9c83d58) = 0xbfc07c34 -_ZNK9QComboBox5countEv(0x9c83d58, 0x815a190, 0x81533cb, 0, 0x9c83d58) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c34, 0xb76efff4, 0x9c83fc0) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c83d58, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 0 -_ZN8QVariantD1Ev(0xbfc07bb4, 0xbfc07c34, 0xbfc07bb4, 0x81534d1, 0) = 0xbfc07bb4 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c34, 0xbfc07bb4, 0x9c83d58) = 0x9c84788 -_Znwj(20, 0x81533a8, 0xbfc07bb4, 0x81534d1, 0) = 0x9c834f8 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9c834f8, 0xbfc07c38, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9c83fc0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c834f8, 0xbfc07a44, 0xbfc07934, 0xb6db96bc, 0x9c83760) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c84990, 0xb74d19a1, 0x9c834f8, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c84990, 0xb74d617f, 0x9c834f8, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c84990, 0xb74d193c, 0x9c834f8, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c84990, 0xb74d3a42, 0x9c834f8, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c84990, 0xb74d61ab, 0x9c834f8, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c84990, 0xb74d1ed1, 0x9c834f8, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c84990, 0xb74d193c, 0x9c834f8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c84990, 0x9c851a8, 0x9c834f8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c84990, 0xb74d3a42, 0x9c834f8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c84990, 0xb74d61e9, 0x9c834f8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c84990, 0xb74d621e, 0x9c834f8, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9c834f8, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9c834f8, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9c84788 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9c834f8) = 0x9c84c58 -_ZN9QLineEdit12setInputMaskERK7QString(0x9c834f8, 0xbfc07c3c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_Znwj(20, 0xbfc07c10, 0x9c1a1b0, 0x81534d1, 0) = 0x9c851a0 -_ZN8QSpinBoxC1EP7QWidget(0x9c851a0, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9c834f8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x9c83760, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c851a0, 0xbfc07924, 0xbfc07954, 0xb71e4a12, 0x9c83760) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c847a8, 0xbfc07934, 99, 29, 0x9c81c00) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c8c4e8, 0xb74d19a1, 0x9c847a8, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c8c4e8, 0xb74d617f, 0x9c847a8, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c8c4e8, 0xb74d193c, 0x9c847a8, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c8c4e8, 0xb74d3a42, 0x9c847a8, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c8c4e8, 0xb74d61ab, 0x9c847a8, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c8c4e8, 0xb74d1ed1, 0x9c847a8, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c8c4e8, 0xb74d193c, 0x9c847a8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c8c4e8, 0x9c8c8c8, 0x9c847a8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c8c4e8, 0xb74d3a42, 0x9c847a8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c8c4e8, 0xb74d61e9, 0x9c847a8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c8c4e8, 0xb74d621e, 0x9c847a8, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c847a8, 0xb74d19a1, 0x9c851a0, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c847a8, 0xb74d193c, 0x9c851a0, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9c851a0, 0xbfc07964, 0x9c847a8, 0xb6db8e62, 0x9c847a8) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9c851a0, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9c851a0, 2, 65536, 0x81534d1, 0) = 16384 -_Znwj(20, 0xbfc07c14, 65536, 0x81534d1, 0) = 0x9c8c990 -_ZN9QComboBoxC1EP7QWidget(0x9c8c990, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c8c990, 0xbfc07a04, 0x9c847a8, 0xb6db8e62, 0x9c847a8) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74d2f54, 0x9c834d0, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74d2f54, 0x9c8c990, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74d2f7c, 0x9c8c990, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74d2fd0, 0x9c8c990, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74d2ff4, 0x9c8c990, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74d3048, 0x9c8c990, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74a949d, 0x9c8c990, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74d2d48, 0x9c8c990, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74d2d70, 0x9c8c990, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c40, 0x815a190, 0x81533c8, 0, 0x9c8c990) = 0xbfc07c40 -_ZNK9QComboBox5countEv(0x9c8c990, 0x815a190, 0x81533c8, 0, 0x9c8c990) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c40, 0xb76efff4, 0x9c8cbe8) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c8c990, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 0 -_ZN8QVariantD1Ev(0xbfc07bc0, 0xbfc07c40, 0xbfc07bc0, 0x81534d1, 0) = 0xbfc07bc0 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c44, 0x815a190, 0x81533cb, 0, 0x9c8c990) = 0xbfc07c44 -_ZNK9QComboBox5countEv(0x9c8c990, 0x815a190, 0x81533cb, 0, 0x9c8c990) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c44, 0xb76efff4, 0x9c8cbe8) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c8c990, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 0 -_ZN8QVariantD1Ev(0xbfc07bcc, 0xbfc07c44, 0xbfc07bcc, 0x81534d1, 0) = 0xbfc07bcc -_ZN7QString16fromAscii_helperEPKci(0x81533ce, -1, 0xbfc07c44, 0xbfc07bcc, 0x9c8c990) = 0x9c8d360 -_Znwj(20, 0, 0xbfc07bcc, 0x81534d1, 0) = 0x9c8ced8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c8ced8, 0xbfc07c48, 0x9c1a1b0, 0xbfc07c4c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9c8c990 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c834f8, 0xb6adeaac, 0x9c8c990) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533dc, -1, 0xbfc07c44, 0x9c8ced8, 0xbfc07c48) = 0x9c8d580 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c4c, 0) = 0x9c8cea0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c8cea0, 0xbfc07c50, 0x9c1a1b0, 0xbfc07c54, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9c8c990 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c834f8, 0xb6adeaac, 0x9c8c990) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533fc, -1, 0xbfc07c44, 0x9c8cea0, 0xbfc07c50) = 0x9c8d7c8 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c54, 0) = 0x9c8d7e8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c8d7e8, 0xbfc07c58, 0x9c1a1b0, 0xbfc07c5c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9c8c990 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c834f8, 0xb6adeaac, 0x9c8c990) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x8153400, -1, 0xbfc07c44, 0x9c8d7e8, 0xbfc07c58) = 0x9c8d338 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c5c, 0) = 0x9c8da10 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c8da10, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9c8c990 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c834f8, 0xb6adeaac, 0x9c8c990) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9c8dc68 -_ZN11QVBoxLayoutC1Ev(0x9c8dc68, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0xb76e8664 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9c8dd50 -_ZN11QGridLayoutC1Ev(0x9c8dd50, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9c8deb8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c8dd50, 0x9c8ced8, 0, 0, 0xbfc07c68) = 0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c8dd50, 0x9c8cea0, 1, 0, 0xbfc07c6c) = 0x9c8dd68 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c8dd50, 0x9c8d7e8, 1, 1, 0xbfc07c70) = 0x9c8dd68 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c8dd50, 0x9c8da10, 1, 2, 0xbfc07c74) = 0x9c8dd68 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c8dd50, 0x9c82720, 2, 0, 0xbfc07c78) = 0x9c8dd68 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c8dd50, 0x9c83d58, 2, 1, 0xbfc07c7c) = 0x9c8dd68 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c8dd50, 0x9c82a58, 2, 2, 0xbfc07c80) = 0x9c8dd68 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c8dd50, 0x9c823a8, 2, 3, 0xbfc07c84) = 0x9c8dd68 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c8dd50, 0x9c834f8, 3, 0, 0xbfc07c88) = 0x9c8dd68 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c8dd50, 0x9c8c990, 3, 1, 0xbfc07c8c) = 0x9c8dd68 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c8dd50, 0x9c851a0, 3, 2, 0xbfc07c90) = 0x9c8dd68 -_ZN10QBoxLayout9addLayoutEP7QLayouti(0x9c8dc68, 0x9c8dd50, 0, 2, 0xbfc07c90 -_ZN7QObject5eventEP6QEvent(0x9c8dc68, 0xbfc07a54, 0xbfc07a54, 0x9c8c8b8, 0x9c834d0) = 1 -<... _ZN10QBoxLayout9addLayoutEP7QLayouti resumed> ) = 0 -_ZN10QBoxLayout10addSpacingEi(0x9c8dc68, 124, 0, 2, 0xbfc07c90) = 0x9c8dc80 -_ZN7QString16fromAscii_helperEPKci(0x8153408, -1, 124, 0, 0xbfc07c60) = 0x9c8de60 -_Znwj(20, 0, 0, 2, 0xbfc07c90) = 0x9c8e668 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c8e668, 0xbfc07c94, 0, 0xbfc07c98, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c8dc68, 0x9c8e668, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9c8dc80 -_ZN7QString16fromAscii_helperEPKci(0x8153416, -1, 124, 0, 0xbfc07c94) = 0x9c8e248 -_Znwj(20, 0, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9c8e908 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c8e908, 0xbfc07ca0, 0, 0xbfc07ca4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c8dc68, 0x9c8e908, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9c8dc80 -_ZN7QString16fromAscii_helperEPKci(0x8153423, -1, 124, 0, 0xbfc07ca0) = 0x9c8ce68 -_Znwj(20, 0, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9c8eb88 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c8eb88, 0xbfc07cac, 0, 0xbfc07cb0, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c8dc68, 0x9c8eb88, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9c8dc80 -_ZN7QString16fromAscii_helperEPKci(0x8153431, -1, 124, 0, 0xbfc07cac) = 0x9c8edd8 -_Znwj(20, 0, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9c8ee10 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c8ee10, 0xbfc07cb8, 0, 0xbfc07cbc, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c8dc68, 0x9c8ee10, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9c8dc80 -_ZN7QString16fromAscii_helperEPKci(0x8153440, -1, 124, 0, 0xbfc07cb8) = 0x9c8f098 -_Znwj(20, 0, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9c8f0d0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c8f0d0, 0xbfc07cc4, 0, 0xbfc07cc8, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c8dc68, 0x9c8f0d0, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9c8dc80 -_ZN7QString16fromAscii_helperEPKci(0x8153450, -1, 124, 0, 0xbfc07cc4) = 0x9c8f320 -_Znwj(20, 0, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9c8f368 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c8f368, 0xbfc07cd0, 0, 0xbfc07cd4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c8dc68, 0x9c8f368, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9c8dc80 -_ZN10QBoxLayout10addStretchEi(0x9c8dc68, 1, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9c8dc80 -_ZN7QString6numberEii(0xbfc07ce0, 3, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce0 -_ZN7QString9fromAsciiEPKci(0xbfc07cdc, 0x8153467, -1, 0, 0xbfc07cd0) = 0xbfc07cdc -_ZN7QString6appendERKS_(0xbfc07cdc, 0xbfc07ce0, 0xbfc07d58, 0xb6a012e9, 0xbfc07ce0) = 0xbfc07cdc -_Znwj(20, 0x8153467, 0xbfc07ce0, 0xbfc07cd8, 0xbfc07c90) = 0x9c8f5c8 -_ZN9QGroupBoxC1ERK7QStringP7QWidget(0x9c8f5c8, 0xbfc07cdc, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6ac39c6, 0x9c8cbe8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN9QGroupBoxC1ERK7QStringP7QWidget resumed> ) = 0x81b21a4 -_ZN7QString4freeEPNS_4DataE(0x9c8de40, 0xbfc07ce0, -1, 0, 0x9c8f5c8) = 0 -_ZN9QGroupBox7setFlatEb(0x9c8f5c8, 1, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90) = 0 -_ZN7QWidget9setLayoutEP7QLayout(0x9c8f5c8, 0x9c8dc68, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb7132de4, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, 0, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9c8d390 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9c8d5d8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9c8d800 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9c8da28 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget9setLayoutEP7QLayout resumed> ) = 0x9c8f694 -_ZN7QString6numberEii(0xbfc07ce4, 3, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce4 -_ZN10QTabWidget6addTabEP7QWidgetRK7QString(0x9c04f68, 0x9c8f5c8, 0xbfc07ce4, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc077b4, 0xbfc077b4, 0xb714e9ec, 0xb74cd434 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc077b4, 6, 0xb76efff4, 0xbfc074c8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07944, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -<... _ZN10QTabWidget6addTabEP7QWidgetRK7QString resumed> ) = 3 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c82720, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9c82720, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c834f8, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9c834f8, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c823a8, 0x81534a5, 0x9c1a1b0, 0x8153491, 0 -_ZN7QObject13connectNotifyEPKc(0x9c823a8, 0x81534a5, 0x9c1a1b0, 5, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c83d58, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9c83d58, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c8c990, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9c8c990, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c82a58, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9c82a58, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c851a0, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9c851a0, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_Znwj(20, 0x815347e, 0x9c1a1b0, 0x81534d1, 0) = 0x9c90138 -_ZN9QComboBoxC1EP7QWidget(0x9c90138, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb7244686, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c90138, 0xbfc07a04, 0x81b24c8, 0xb716dd07, 0x9bf3970) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74d2f54, 0x9c90310, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74d2f54, 0x9c90138, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74d2f7c, 0x9c90138, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74d2fd0, 0x9c90138, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74d2ff4, 0x9c90138, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74d3048, 0x9c90138, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74a949d, 0x9c90138, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74d2d48, 0x9c90138, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74d2d70, 0x9c90138, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c20, 0x815a190, 0x81533a1, 0, 0x9c90138) = 0xbfc07c20 -_ZNK9QComboBox5countEv(0x9c90138, 0x815a190, 0x81533a1, 0, 0x9c90138) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c20, 0xb76efff4, 0x9c90150) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c90138, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 0 -_ZN8QVariantD1Ev(0xbfc07b90, 0xbfc07c20, 0xbfc07b90, 0x81534d1, 0) = 0xbfc07b90 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c24, 0x815a190, 0x81533a4, 0, 0x9c90138) = 0xbfc07c24 -_ZNK9QComboBox5countEv(0x9c90138, 0x815a190, 0x81533a4, 0, 0x9c90138) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c24, 0xb76efff4, 0x9c90150) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c90138, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 0 -_ZN8QVariantD1Ev(0xbfc07b9c, 0xbfc07c24, 0xbfc07b9c, 0x81534d1, 0) = 0xbfc07b9c -_ZN9QComboBox15setCurrentIndexEi(0x9c90138, 1, 0xbfc07b9c, 0x81534d1, 0) = 0x81b21a4 -_ZN11QVectorData4growEiiib(20, 5, 4, 0, 0xb6c22f58) = 6 -_ZN11QVectorData10reallocateEPS_iii(0x9c34498, 40, 32, 4, 20) = 0x9c90930 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c24, 0x9c90138, 0xbfc07cdc) = 0x9c90960 -_Znwj(20, 0x81533a8, 0xbfc07b9c, 0x81534d1, 0) = 0x9c904a0 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9c904a0, 0xbfc07c28, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9c90150 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c904a0, 0xbfc07a44, 0, 0, 0) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c90b68, 0xb74d19a1, 0x9c904a0, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c90b68, 0xb74d617f, 0x9c904a0, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c90b68, 0xb74d193c, 0x9c904a0, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c90b68, 0xb74d3a42, 0x9c904a0, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c90b68, 0xb74d61ab, 0x9c904a0, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c90b68, 0xb74d1ed1, 0x9c904a0, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c90b68, 0xb74d193c, 0x9c904a0, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c90b68, 0x9c90cc0, 0x9c904a0, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c90b68, 0xb74d3a42, 0x9c904a0, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c90b68, 0xb74d61e9, 0x9c904a0, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c90b68, 0xb74d621e, 0x9c904a0, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9c904a0, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9c904a0, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9c90960 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9c904a0) = 0x9c90d78 -_ZN9QLineEdit12setInputMaskERK7QString(0x9c904a0, 0xbfc07c2c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_ZN11QVectorData4growEiiib(20, 5, 4, 0, 0x9c90b68) = 6 -_ZN11QVectorData10reallocateEPS_iii(0x9c41070, 40, 32, 4, 20) = 0x9c90d08 -_Znwj(20, 0xbfc07c04, 0x9c1a1b0, 0x81534d1, 0) = 0x9c90960 -_ZN8QSpinBoxC1EP7QWidget(0x9c90960, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9c904a0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x81b24c8, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c90960, 0xbfc07924, 0, 0xb716e132, 0x9bf3970) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c90978, 0xbfc07934, 16, 16, 0x9c8f500) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c91218, 0xb74d19a1, 0x9c90978, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c91218, 0xb74d617f, 0x9c90978, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c91218, 0xb74d193c, 0x9c90978, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c91218, 0xb74d3a42, 0x9c90978, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c91218, 0xb74d61ab, 0x9c90978, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c91218, 0xb74d1ed1, 0x9c90978, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c91218, 0xb74d193c, 0x9c90978, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c91218, 0x9c919e0, 0x9c90978, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c91218, 0xb74d3a42, 0x9c90978, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c91218, 0xb74d61e9, 0x9c90978, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c91218, 0xb74d621e, 0x9c90978, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c90978, 0xb74d19a1, 0x9c90960, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c90978, 0xb74d193c, 0x9c90960, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9c90960, 0xbfc07964, 0x9c90978, 0xb6db8e62, 0x9c90978) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9c90960, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9c90960, 2, 65536, 0x81534d1, 0) = 16384 -_ZN11QVectorData4growEiiib(20, 5, 4, 0, 0) = 6 -_ZN11QVectorData10reallocateEPS_iii(0x9c45af8, 40, 32, 4, 20) = 0x9c91cf8 -_Znwj(20, 0xbfc07c08, 65536, 0x81534d1, 0) = 0x9c91aa8 -_ZN9QComboBoxC1EP7QWidget(0x9c91aa8, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c91aa8, 0xbfc07a04, 0x9c90978, 0xb6db8e62, 0x9c90978) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74d2f54, 0x9c91360, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74d2f54, 0x9c91aa8, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74d2f7c, 0x9c91aa8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74d2fd0, 0x9c91aa8, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74d2ff4, 0x9c91aa8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74d3048, 0x9c91aa8, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74a949d, 0x9c91aa8, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74d2d48, 0x9c91aa8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74d2d70, 0x9c91aa8, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c30, 0x815a190, 0x81533c8, 0, 0x9c91aa8) = 0xbfc07c30 -_ZNK9QComboBox5countEv(0x9c91aa8, 0x815a190, 0x81533c8, 0, 0x9c91aa8) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c30, 0xb76efff4, 0x9c91d68) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c91aa8, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 0 -_ZN8QVariantD1Ev(0xbfc07ba8, 0xbfc07c30, 0xbfc07ba8, 0x81534d1, 0) = 0xbfc07ba8 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c34, 0x815a190, 0x81533cb, 0, 0x9c91aa8) = 0xbfc07c34 -_ZNK9QComboBox5countEv(0x9c91aa8, 0x815a190, 0x81533cb, 0, 0x9c91aa8) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c34, 0xb76efff4, 0x9c91d68) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c91aa8, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 0 -_ZN8QVariantD1Ev(0xbfc07bb4, 0xbfc07c34, 0xbfc07bb4, 0x81534d1, 0) = 0xbfc07bb4 -_ZN11QVectorData4growEiiib(20, 5, 4, 0, 0x9c91360) = 6 -_ZN11QVectorData10reallocateEPS_iii(0x9c066b0, 40, 32, 4, 20) = 0x9c924c0 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c34, 0xbfc07bb4, 0x9c91aa8) = 0x9c924f0 -_Znwj(20, 0x81533a8, 0xbfc07bb4, 0x81534d1, 0) = 0x9c92050 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9c92050, 0xbfc07c38, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9c91d68 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c92050, 0xbfc07a44, 0xbfc07934, 0xb6db96bc, 0x9c90978) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c926f8, 0xb74d19a1, 0x9c92050, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c926f8, 0xb74d617f, 0x9c92050, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c926f8, 0xb74d193c, 0x9c92050, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c926f8, 0xb74d3a42, 0x9c92050, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c926f8, 0xb74d61ab, 0x9c92050, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c926f8, 0xb74d1ed1, 0x9c92050, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c926f8, 0xb74d193c, 0x9c92050, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c926f8, 0x9c92970, 0x9c92050, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c926f8, 0xb74d3a42, 0x9c92050, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c926f8, 0xb74d61e9, 0x9c92050, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c926f8, 0xb74d621e, 0x9c92050, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9c92050, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9c92050, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9c924f0 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9c92050) = 0x9c92b98 -_ZN9QLineEdit12setInputMaskERK7QString(0x9c92050, 0xbfc07c3c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_ZN11QVectorData4growEiiib(20, 5, 4, 0, 0x9c926f8) = 6 -_ZN11QVectorData10reallocateEPS_iii(0x9c47c48, 40, 32, 4, 20) = 0x9c92968 -_Znwj(20, 0xbfc07c10, 0x9c1a1b0, 0x81534d1, 0) = 0x9c92e00 -_ZN8QSpinBoxC1EP7QWidget(0x9c92e00, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9c92050 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x9c90978, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c92e00, 0xbfc07924, 0xbfc07954, 0xb71e4a12, 0x9c90978) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c92500, 0xbfc07934, 99, 29, 0x9c8f500) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c93220, 0xb74d19a1, 0x9c92500, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c93220, 0xb74d617f, 0x9c92500, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c93220, 0xb74d193c, 0x9c92500, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c93220, 0xb74d3a42, 0x9c92500, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c93220, 0xb74d61ab, 0x9c92500, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c93220, 0xb74d1ed1, 0x9c92500, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c93220, 0xb74d193c, 0x9c92500, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c93220, 0x9c935d0, 0x9c92500, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c93220, 0xb74d3a42, 0x9c92500, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c93220, 0xb74d61e9, 0x9c92500, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c93220, 0xb74d621e, 0x9c92500, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c92500, 0xb74d19a1, 0x9c92e00, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c92500, 0xb74d193c, 0x9c92e00, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9c92e00, 0xbfc07964, 0x9c92500, 0xb6db8e62, 0x9c92500) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9c92e00, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9c92e00, 2, 65536, 0x81534d1, 0) = 16384 -_ZN11QVectorData4growEiiib(20, 5, 4, 0, 0) = 6 -_ZN11QVectorData10reallocateEPS_iii(0x9c07a90, 40, 32, 4, 20) = 0x9c92898 -_Znwj(20, 0xbfc07c14, 65536, 0x81534d1, 0) = 0x9c93698 -_ZN9QComboBoxC1EP7QWidget(0x9c93698, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 62, 0x9c93ac8, 504) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c93698, 0xbfc07a04, 0x9c92500, 0xb6db8e62, 0x9c92500) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74d2f54, 0x9c912d8, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74d2f54, 0x9c93698, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74d2f7c, 0x9c93698, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74d2fd0, 0x9c93698, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74d2ff4, 0x9c93698, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74d3048, 0x9c93698, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74a949d, 0x9c93698, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74d2d48, 0x9c93698, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74d2d70, 0x9c93698, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c40, 0x815a190, 0x81533c8, 0, 0x9c93698) = 0xbfc07c40 -_ZNK9QComboBox5countEv(0x9c93698, 0x815a190, 0x81533c8, 0, 0x9c93698) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c40, 0xb76efff4, 0x9c93928) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c93698, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 0 -_ZN8QVariantD1Ev(0xbfc07bc0, 0xbfc07c40, 0xbfc07bc0, 0x81534d1, 0) = 0xbfc07bc0 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c44, 0x815a190, 0x81533cb, 0, 0x9c93698) = 0xbfc07c44 -_ZNK9QComboBox5countEv(0x9c93698, 0x815a190, 0x81533cb, 0, 0x9c93698) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c44, 0xb76efff4, 0x9c93928) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c93698, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 0 -_ZN8QVariantD1Ev(0xbfc07bcc, 0xbfc07c44, 0xbfc07bcc, 0x81534d1, 0) = 0xbfc07bcc -_ZN11QVectorData4growEiiib(20, 5, 4, 0, 0x9c912d8) = 6 -_ZN11QVectorData10reallocateEPS_iii(0x9c05f20, 40, 32, 4, 20) = 0x9c94288 -_ZN7QString16fromAscii_helperEPKci(0x81533ce, -1, 0xbfc07c44, 0xbfc07bcc, 0x9c93698) = 0x9c942b8 -_Znwj(20, 0, 0xbfc07bcc, 0x81534d1, 0) = 0x9c93368 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c93368, 0xbfc07c48, 0x9c1a1b0, 0xbfc07c4c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9c93698 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c92050, 0xb6adeaac, 0x9c93698) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533dc, -1, 0xbfc07c44, 0x9c93368, 0xbfc07c48) = 0x9c944d8 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c4c, 0) = 0x9c7cc68 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c7cc68, 0xbfc07c50, 0x9c1a1b0, 0xbfc07c54, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9c93698 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c92050, 0xb6adeaac, 0x9c93698) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533fc, -1, 0xbfc07c44, 0x9c7cc68, 0xbfc07c50) = 0x9c94720 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c54, 0) = 0x9c94740 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c94740, 0xbfc07c58, 0x9c1a1b0, 0xbfc07c5c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9c93698 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c92050, 0xb6adeaac, 0x9c93698) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x8153400, -1, 0xbfc07c44, 0x9c94740, 0xbfc07c58) = 0x9c05f20 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c5c, 0) = 0x9c94968 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c94968, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9c93698 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c92050, 0xb6adeaac, 0x9c93698) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9c94b98 -_ZN11QVBoxLayoutC1Ev(0x9c94b98, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0xb76e8664 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9c94c80 -_ZN11QGridLayoutC1Ev(0x9c94c80, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9c94de8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c94c80, 0x9c93368, 0, 0, 0xbfc07c68) = 0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c94c80, 0x9c7cc68, 1, 0, 0xbfc07c6c) = 0x9c94c98 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c94c80, 0x9c94740, 1, 1, 0xbfc07c70) = 0x9c94c98 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c94c80, 0x9c94968, 1, 2, 0xbfc07c74) = 0x9c94c98 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c94c80, 0x9c904a0, 2, 0, 0xbfc07c78) = 0x9c94c98 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c94c80, 0x9c91aa8, 2, 1, 0xbfc07c7c) = 0x9c94c98 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c94c80, 0x9c90960, 2, 2, 0xbfc07c80) = 0x9c94c98 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c94c80, 0x9c90138, 2, 3, 0xbfc07c84) = 0x9c94c98 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c94c80, 0x9c92050, 3, 0, 0xbfc07c88) = 0x9c94c98 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c94c80, 0x9c93698, 3, 1, 0xbfc07c8c) = 0x9c94c98 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c94c80, 0x9c92e00, 3, 2, 0xbfc07c90) = 0x9c94c98 -_ZN10QBoxLayout9addLayoutEP7QLayouti(0x9c94b98, 0x9c94c80, 0, 2, 0xbfc07c90 -_ZN7QObject5eventEP6QEvent(0x9c94b98, 0xbfc07a54, 0xbfc07a54, 0x9c7cb90, 0x9c912d8) = 1 -<... _ZN10QBoxLayout9addLayoutEP7QLayouti resumed> ) = 0 -_ZN10QBoxLayout10addSpacingEi(0x9c94b98, 124, 0, 2, 0xbfc07c90) = 0x9c94bb0 -_ZN7QString16fromAscii_helperEPKci(0x8153408, -1, 124, 0, 0xbfc07c60) = 0x9c94d90 -_Znwj(20, 0, 0, 2, 0xbfc07c90) = 0x9c955d8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c955d8, 0xbfc07c94, 0, 0xbfc07c98, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c94b98, 0x9c955d8, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9c94bb0 -_ZN7QString16fromAscii_helperEPKci(0x8153416, -1, 124, 0, 0xbfc07c94) = 0x9c95178 -_Znwj(20, 0, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9c95878 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c95878, 0xbfc07ca0, 0, 0xbfc07ca4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c94b98, 0x9c95878, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9c94bb0 -_ZN7QString16fromAscii_helperEPKci(0x8153423, -1, 124, 0, 0xbfc07ca0) = 0x9c935c0 -_Znwj(20, 0, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9c95af8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c95af8, 0xbfc07cac, 0, 0xbfc07cb0, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c94b98, 0x9c95af8, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9c94bb0 -_ZN7QString16fromAscii_helperEPKci(0x8153431, -1, 124, 0, 0xbfc07cac) = 0x9c95d48 -_Znwj(20, 0, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9c95d80 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c95d80, 0xbfc07cb8, 0, 0xbfc07cbc, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c94b98, 0x9c95d80, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9c94bb0 -_ZN7QString16fromAscii_helperEPKci(0x8153440, -1, 124, 0, 0xbfc07cb8) = 0x9c96008 -_Znwj(20, 0, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9c96040 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c96040, 0xbfc07cc4, 0, 0xbfc07cc8, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c94b98, 0x9c96040, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9c94bb0 -_ZN7QString16fromAscii_helperEPKci(0x8153450, -1, 124, 0, 0xbfc07cc4) = 0x9c96290 -_Znwj(20, 0, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9c962d8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c962d8, 0xbfc07cd0, 0, 0xbfc07cd4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c94b98, 0x9c962d8, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9c94bb0 -_ZN10QBoxLayout10addStretchEi(0x9c94b98, 1, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9c94bb0 -_ZN7QString6numberEii(0xbfc07ce0, 4, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce0 -_ZN7QString9fromAsciiEPKci(0xbfc07cdc, 0x8153467, -1, 0, 0xbfc07cd0) = 0xbfc07cdc -_ZN7QString6appendERKS_(0xbfc07cdc, 0xbfc07ce0, 0xbfc07d58, 0xb6a012e9, 0xbfc07ce0) = 0xbfc07cdc -_Znwj(20, 0x8153467, 0xbfc07ce0, 0xbfc07cd8, 0xbfc07c90) = 0x9c96538 -_ZN9QGroupBoxC1ERK7QStringP7QWidget(0x9c96538, 0xbfc07cdc, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6ac39c6, 0x9c93928 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN9QGroupBoxC1ERK7QStringP7QWidget resumed> ) = 0x81b21a4 -_ZN7QString4freeEPNS_4DataE(0x9c94d70, 0xbfc07ce0, -1, 0, 0x9c96538) = 0x9c94940 -_ZN9QGroupBox7setFlatEb(0x9c96538, 1, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90) = 0 -_ZN7QWidget9setLayoutEP7QLayout(0x9c96538, 0x9c94b98, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb7132de4, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, 0, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9c942e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9c94530 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9c94758 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9c94980 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget9setLayoutEP7QLayout resumed> ) = 0x9c96604 -_ZN11QVectorData4growEiiib(20, 5, 4, 0, 0) = 6 -_ZN11QVectorData10reallocateEPS_iii(0x9c80ef8, 40, 32, 4, 20) = 0x9c967d8 -_ZN7QString6numberEii(0xbfc07ce4, 4, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce4 -_ZN10QTabWidget6addTabEP7QWidgetRK7QString(0x9c04f68, 0x9c96538, 0xbfc07ce4, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc077b4, 0xbfc077b4, 0xb714e9ec, 0xb74cd434 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc077b4, 6, 0xb76efff4, 0xbfc074c8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07944, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -<... _ZN10QTabWidget6addTabEP7QWidgetRK7QString resumed> ) = 4 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c904a0, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9c904a0, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c92050, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9c92050, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c90138, 0x81534a5, 0x9c1a1b0, 0x8153491, 0 -_ZN7QObject13connectNotifyEPKc(0x9c90138, 0x81534a5, 0x9c1a1b0, 5, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c91aa8, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9c91aa8, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c93698, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9c93698, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c90960, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9c90960, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c92e00, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9c92e00, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_Znwj(20, 0x815347e, 0x9c1a1b0, 0x81534d1, 0) = 0x9c96ef8 -_ZN9QComboBoxC1EP7QWidget(0x9c96ef8, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb7244686, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c96ef8, 0xbfc07a04, 0x81b24c8, 0xb716dd07, 0x9bf3970) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74d2f54, 0x9c970f0, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74d2f54, 0x9c96ef8, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74d2f7c, 0x9c96ef8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74d2fd0, 0x9c96ef8, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74d2ff4, 0x9c96ef8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74d3048, 0x9c96ef8, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74a949d, 0x9c96ef8, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74d2d48, 0x9c96ef8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74d2d70, 0x9c96ef8, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c20, 0x815a190, 0x81533a1, 0, 0x9c96ef8) = 0xbfc07c20 -_ZNK9QComboBox5countEv(0x9c96ef8, 0x815a190, 0x81533a1, 0, 0x9c96ef8) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c20, 0xb76efff4, 0x9c96f10) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c96ef8, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 0 -_ZN8QVariantD1Ev(0xbfc07b90, 0xbfc07c20, 0xbfc07b90, 0x81534d1, 0) = 0xbfc07b90 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c24, 0x815a190, 0x81533a4, 0, 0x9c96ef8) = 0xbfc07c24 -_ZNK9QComboBox5countEv(0x9c96ef8, 0x815a190, 0x81533a4, 0, 0x9c96ef8) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c24, 0xb76efff4, 0x9c96f10) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c96ef8, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 0 -_ZN8QVariantD1Ev(0xbfc07b9c, 0xbfc07c24, 0xbfc07b9c, 0x81534d1, 0) = 0xbfc07b9c -_ZN9QComboBox15setCurrentIndexEi(0x9c96ef8, 1, 0xbfc07b9c, 0x81534d1, 0) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c24, 0x9c96ef8, 0xbfc07cdc) = 0x9c976b8 -_Znwj(20, 0x81533a8, 0xbfc07b9c, 0x81534d1, 0) = 0x9c97280 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9c97280, 0xbfc07c28, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9c96f10 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c97280, 0xbfc07a44, 0, 0, 0) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c978c0, 0xb74d19a1, 0x9c97280, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c978c0, 0xb74d617f, 0x9c97280, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c978c0, 0xb74d193c, 0x9c97280, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c978c0, 0xb74d3a42, 0x9c97280, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c978c0, 0xb74d61ab, 0x9c97280, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c978c0, 0xb74d1ed1, 0x9c97280, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c978c0, 0xb74d193c, 0x9c97280, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c978c0, 0x9c97b38, 0x9c97280, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c978c0, 0xb74d3a42, 0x9c97280, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c978c0, 0xb74d61e9, 0x9c97280, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c978c0, 0xb74d621e, 0x9c97280, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9c97280, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9c97280, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9c976b8 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9c97280) = 0x9c97d60 -_ZN9QLineEdit12setInputMaskERK7QString(0x9c97280, 0xbfc07c2c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_Znwj(20, 0xbfc07c04, 0x9c1a1b0, 0x81534d1, 0) = 0x9c975d8 -_ZN8QSpinBoxC1EP7QWidget(0x9c975d8, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9c97280 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x81b24c8, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c975d8, 0xbfc07924, 0, 0xb716e132, 0x9bf3970) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c97fd8, 0xbfc07934, 16, 16, 0x9c96500) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c98430, 0xb74d19a1, 0x9c97fd8, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c98430, 0xb74d617f, 0x9c97fd8, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c98430, 0xb74d193c, 0x9c97fd8, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c98430, 0xb74d3a42, 0x9c97fd8, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c98430, 0xb74d61ab, 0x9c97fd8, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c98430, 0xb74d1ed1, 0x9c97fd8, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c98430, 0xb74d193c, 0x9c97fd8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c98430, 0x9c987d0, 0x9c97fd8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c98430, 0xb74d3a42, 0x9c97fd8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c98430, 0xb74d61e9, 0x9c97fd8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c98430, 0xb74d621e, 0x9c97fd8, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c97fd8, 0xb74d19a1, 0x9c975d8, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c97fd8, 0xb74d193c, 0x9c975d8, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9c975d8, 0xbfc07964, 0x9c97fd8, 0xb6db8e62, 0x9c97fd8) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9c975d8, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9c975d8, 2, 65536, 0x81534d1, 0) = 16384 -_Znwj(20, 0xbfc07c08, 65536, 0x81534d1, 0) = 0x9c98898 -_ZN9QComboBoxC1EP7QWidget(0x9c98898, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c98898, 0xbfc07a04, 0x9c97fd8, 0xb6db8e62, 0x9c97fd8) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74d2f54, 0x9c980b8, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74d2f54, 0x9c98898, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74d2f7c, 0x9c98898, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74d2fd0, 0x9c98898, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74d2ff4, 0x9c98898, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74d3048, 0x9c98898, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74a949d, 0x9c98898, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74d2d48, 0x9c98898, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74d2d70, 0x9c98898, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c30, 0x815a190, 0x81533c8, 0, 0x9c98898) = 0xbfc07c30 -_ZNK9QComboBox5countEv(0x9c98898, 0x815a190, 0x81533c8, 0, 0x9c98898) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c30, 0xb76efff4, 0x9c98ad0) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c98898, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 0 -_ZN8QVariantD1Ev(0xbfc07ba8, 0xbfc07c30, 0xbfc07ba8, 0x81534d1, 0) = 0xbfc07ba8 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c34, 0x815a190, 0x81533cb, 0, 0x9c98898) = 0xbfc07c34 -_ZNK9QComboBox5countEv(0x9c98898, 0x815a190, 0x81533cb, 0, 0x9c98898) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c34, 0xb76efff4, 0x9c98ad0) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c98898, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 0 -_ZN8QVariantD1Ev(0xbfc07bb4, 0xbfc07c34, 0xbfc07bb4, 0x81534d1, 0) = 0xbfc07bb4 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c34, 0xbfc07bb4, 0x9c98898) = 0x9c99258 -_Znwj(20, 0x81533a8, 0xbfc07bb4, 0x81534d1, 0) = 0x9c98e08 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9c98e08, 0xbfc07c38, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9c98ad0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c98e08, 0xbfc07a44, 0xbfc07934, 0xb6db96bc, 0x9c97fd8) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c99460, 0xb74d19a1, 0x9c98e08, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c99460, 0xb74d617f, 0x9c98e08, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c99460, 0xb74d193c, 0x9c98e08, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c99460, 0xb74d3a42, 0x9c98e08, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c99460, 0xb74d61ab, 0x9c98e08, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c99460, 0xb74d1ed1, 0x9c98e08, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c99460, 0xb74d193c, 0x9c98e08, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c99460, 0x9c996a8, 0x9c98e08, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c99460, 0xb74d3a42, 0x9c98e08, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c99460, 0xb74d61e9, 0x9c98e08, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c99460, 0xb74d621e, 0x9c98e08, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9c98e08, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9c98e08, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9c99258 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9c98e08) = 0x9c998f8 -_ZN9QLineEdit12setInputMaskERK7QString(0x9c98e08, 0xbfc07c3c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_Znwj(20, 0xbfc07c10, 0x9c1a1b0, 0x81534d1, 0) = 0x9c99258 -_ZN8QSpinBoxC1EP7QWidget(0x9c99258, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9c98e08 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x9c97fd8, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c99258, 0xbfc07924, 0xbfc07954, 0xb71e4a12, 0x9c97fd8) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c99a60, 0xbfc07934, 99, 29, 0x9c96500) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c99fb0, 0xb74d19a1, 0x9c99a60, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c99fb0, 0xb74d617f, 0x9c99a60, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c99fb0, 0xb74d193c, 0x9c99a60, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c99fb0, 0xb74d3a42, 0x9c99a60, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c99fb0, 0xb74d61ab, 0x9c99a60, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c99fb0, 0xb74d1ed1, 0x9c99a60, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c99fb0, 0xb74d193c, 0x9c99a60, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c99fb0, 0x9c9a390, 0x9c99a60, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c99fb0, 0xb74d3a42, 0x9c99a60, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c99fb0, 0xb74d61e9, 0x9c99a60, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c99fb0, 0xb74d621e, 0x9c99a60, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c99a60, 0xb74d19a1, 0x9c99258, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c99a60, 0xb74d193c, 0x9c99258, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9c99258, 0xbfc07964, 0x9c99a60, 0xb6db8e62, 0x9c99a60) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9c99258, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9c99258, 2, 65536, 0x81534d1, 0) = 16384 -_Znwj(20, 0xbfc07c14, 65536, 0x81534d1, 0) = 0x9c9a458 -_ZN9QComboBoxC1EP7QWidget(0x9c9a458, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c9a458, 0xbfc07a04, 0x9c99a60, 0xb6db8e62, 0x9c99a60) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74d2f54, 0x9c99be0, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74d2f54, 0x9c9a458, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74d2f7c, 0x9c9a458, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74d2fd0, 0x9c9a458, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74d2ff4, 0x9c9a458, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74d3048, 0x9c9a458, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74a949d, 0x9c9a458, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74d2d48, 0x9c9a458, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74d2d70, 0x9c9a458, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c40, 0x815a190, 0x81533c8, 0, 0x9c9a458) = 0xbfc07c40 -_ZNK9QComboBox5countEv(0x9c9a458, 0x815a190, 0x81533c8, 0, 0x9c9a458) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c40, 0xb76efff4, 0x9c9a6b0) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c9a458, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 0 -_ZN8QVariantD1Ev(0xbfc07bc0, 0xbfc07c40, 0xbfc07bc0, 0x81534d1, 0) = 0xbfc07bc0 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c44, 0x815a190, 0x81533cb, 0, 0x9c9a458) = 0xbfc07c44 -_ZNK9QComboBox5countEv(0x9c9a458, 0x815a190, 0x81533cb, 0, 0x9c9a458) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c44, 0xb76efff4, 0x9c9a6b0) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c9a458, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 0 -_ZN8QVariantD1Ev(0xbfc07bcc, 0xbfc07c44, 0xbfc07bcc, 0x81534d1, 0) = 0xbfc07bcc -_ZN7QString16fromAscii_helperEPKci(0x81533ce, -1, 0xbfc07c44, 0xbfc07bcc, 0x9c9a458) = 0x9c996a0 -_Znwj(20, 0, 0xbfc07bcc, 0x81534d1, 0) = 0x9c9a9c0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c9a9c0, 0xbfc07c48, 0x9c1a1b0, 0xbfc07c4c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9c9a458 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c98e08, 0xb6adeaac, 0x9c9a458) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533dc, -1, 0xbfc07c44, 0x9c9a9c0, 0xbfc07c48) = 0x9c9aff0 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c4c, 0) = 0x9c9a988 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c9a988, 0xbfc07c50, 0x9c1a1b0, 0xbfc07c54, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9c9a458 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c98e08, 0xb6adeaac, 0x9c9a458) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533fc, -1, 0xbfc07c44, 0x9c9a988, 0xbfc07c50) = 0x9c9b238 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c54, 0) = 0x9c9b258 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c9b258, 0xbfc07c58, 0x9c1a1b0, 0xbfc07c5c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9c9a458 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c98e08, 0xb6adeaac, 0x9c9a458) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x8153400, -1, 0xbfc07c44, 0x9c9b258, 0xbfc07c58) = 0x9c9add8 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c5c, 0) = 0x9c9b480 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c9b480, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9c9a458 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c98e08, 0xb6adeaac, 0x9c9a458) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9c9b6d8 -_ZN11QVBoxLayoutC1Ev(0x9c9b6d8, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0xb76e8664 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9c9b7c0 -_ZN11QGridLayoutC1Ev(0x9c9b7c0, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9c9b8f0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c9b7c0, 0x9c9a9c0, 0, 0, 0xbfc07c68) = 0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c9b7c0, 0x9c9a988, 1, 0, 0xbfc07c6c) = 0x9c9b7d8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c9b7c0, 0x9c9b258, 1, 1, 0xbfc07c70) = 0x9c9b7d8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c9b7c0, 0x9c9b480, 1, 2, 0xbfc07c74) = 0x9c9b7d8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c9b7c0, 0x9c97280, 2, 0, 0xbfc07c78) = 0x9c9b7d8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c9b7c0, 0x9c98898, 2, 1, 0xbfc07c7c) = 0x9c9b7d8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c9b7c0, 0x9c975d8, 2, 2, 0xbfc07c80) = 0x9c9b7d8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c9b7c0, 0x9c96ef8, 2, 3, 0xbfc07c84) = 0x9c9b7d8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c9b7c0, 0x9c98e08, 3, 0, 0xbfc07c88) = 0x9c9b7d8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c9b7c0, 0x9c9a458, 3, 1, 0xbfc07c8c) = 0x9c9b7d8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c9b7c0, 0x9c99258, 3, 2, 0xbfc07c90) = 0x9c9b7d8 -_ZN10QBoxLayout9addLayoutEP7QLayouti(0x9c9b6d8, 0x9c9b7c0, 0, 2, 0xbfc07c90 -_ZN7QObject5eventEP6QEvent(0x9c9b6d8, 0xbfc07a54, 0xbfc07a54, 0x9c99bf0, 0x9c99be0) = 1 -<... _ZN10QBoxLayout9addLayoutEP7QLayouti resumed> ) = 0 -_ZN10QBoxLayout10addSpacingEi(0x9c9b6d8, 124, 0, 2, 0xbfc07c90) = 0x9c9b6f0 -_ZN7QString16fromAscii_helperEPKci(0x8153408, -1, 124, 0, 0xbfc07c60) = 0x9c9a380 -_Znwj(20, 0, 0, 2, 0xbfc07c90) = 0x9c9c070 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c9c070, 0xbfc07c94, 0, 0xbfc07c98, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c9b6d8, 0x9c9c070, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9c9b6f0 -_ZN7QString16fromAscii_helperEPKci(0x8153416, -1, 124, 0, 0xbfc07c94) = 0x9c9bae0 -_Znwj(20, 0, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9c9c310 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c9c310, 0xbfc07ca0, 0, 0xbfc07ca4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c9b6d8, 0x9c9c310, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9c9b6f0 -_ZN7QString16fromAscii_helperEPKci(0x8153423, -1, 124, 0, 0xbfc07ca0) = 0x9c98030 -_Znwj(20, 0, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9c9c590 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c9c590, 0xbfc07cac, 0, 0xbfc07cb0, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c9b6d8, 0x9c9c590, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9c9b6f0 -_ZN7QString16fromAscii_helperEPKci(0x8153431, -1, 124, 0, 0xbfc07cac) = 0x9c9c7e0 -_Znwj(20, 0, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9c9c818 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c9c818, 0xbfc07cb8, 0, 0xbfc07cbc, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c9b6d8, 0x9c9c818, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9c9b6f0 -_ZN7QString16fromAscii_helperEPKci(0x8153440, -1, 124, 0, 0xbfc07cb8) = 0x9c9caa0 -_Znwj(20, 0, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9c9cad8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c9cad8, 0xbfc07cc4, 0, 0xbfc07cc8, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c9b6d8, 0x9c9cad8, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9c9b6f0 -_ZN7QString16fromAscii_helperEPKci(0x8153450, -1, 124, 0, 0xbfc07cc4) = 0x9c9cd28 -_Znwj(20, 0, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9c9cd70 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9c9cd70, 0xbfc07cd0, 0, 0xbfc07cd4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9c9b6d8, 0x9c9cd70, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9c9b6f0 -_ZN10QBoxLayout10addStretchEi(0x9c9b6d8, 1, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9c9b6f0 -_ZN7QString6numberEii(0xbfc07ce0, 5, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce0 -_ZN7QString9fromAsciiEPKci(0xbfc07cdc, 0x8153467, -1, 0, 0xbfc07cd0) = 0xbfc07cdc -_ZN7QString6appendERKS_(0xbfc07cdc, 0xbfc07ce0, 0xbfc07d58, 0xb6a012e9, 0xbfc07ce0) = 0xbfc07cdc -_Znwj(20, 0x8153467, 0xbfc07ce0, 0xbfc07cd8, 0xbfc07c90) = 0x9c9cfd0 -_ZN9QGroupBoxC1ERK7QStringP7QWidget(0x9c9cfd0, 0xbfc07cdc, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6ac39c6, 0x9c9a6b0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN9QGroupBoxC1ERK7QStringP7QWidget resumed> ) = 0x81b21a4 -_ZN7QString4freeEPNS_4DataE(0x9c9b8b0, 0xbfc07ce0, -1, 0, 0x9c9cfd0) = 0x9c9b458 -_ZN9QGroupBox7setFlatEb(0x9c9cfd0, 1, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90) = 0 -_ZN7QWidget9setLayoutEP7QLayout(0x9c9cfd0, 0x9c9b6d8, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb7132de4, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, 0, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9c9ae00 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9c9b048 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9c9b270 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9c9b498 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget9setLayoutEP7QLayout resumed> ) = 0x9c9d09c -_ZN7QString6numberEii(0xbfc07ce4, 5, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce4 -_ZN10QTabWidget6addTabEP7QWidgetRK7QString(0x9c04f68, 0x9c9cfd0, 0xbfc07ce4, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc077b4, 0xbfc077b4, 0xb714e9ec, 0xb74cd434 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc077b4, 6, 0xb76efff4, 0xbfc074c8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07944, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -<... _ZN10QTabWidget6addTabEP7QWidgetRK7QString resumed> ) = 5 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c97280, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9c97280, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c98e08, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9c98e08, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c96ef8, 0x81534a5, 0x9c1a1b0, 0x8153491, 0 -_ZN7QObject13connectNotifyEPKc(0x9c96ef8, 0x81534a5, 0x9c1a1b0, 5, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c98898, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9c98898, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c9a458, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9c9a458, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c975d8, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9c975d8, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c99258, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9c99258, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_Znwj(20, 0x815347e, 0x9c1a1b0, 0x81534d1, 0) = 0x9c9d940 -_ZN9QComboBoxC1EP7QWidget(0x9c9d940, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb7244686, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c9d940, 0xbfc07a04, 0x81b24c8, 0xb716dd07, 0x9bf3970) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74d2f54, 0x9c9db38, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74d2f54, 0x9c9d940, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74d2f7c, 0x9c9d940, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74d2fd0, 0x9c9d940, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74d2ff4, 0x9c9d940, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74d3048, 0x9c9d940, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74a949d, 0x9c9d940, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74d2d48, 0x9c9d940, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74d2d70, 0x9c9d940, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c20, 0x815a190, 0x81533a1, 0, 0x9c9d940) = 0xbfc07c20 -_ZNK9QComboBox5countEv(0x9c9d940, 0x815a190, 0x81533a1, 0, 0x9c9d940) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c20, 0xb76efff4, 0x9c9d958) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c9d940, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 0 -_ZN8QVariantD1Ev(0xbfc07b90, 0xbfc07c20, 0xbfc07b90, 0x81534d1, 0) = 0xbfc07b90 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c24, 0x815a190, 0x81533a4, 0, 0x9c9d940) = 0xbfc07c24 -_ZNK9QComboBox5countEv(0x9c9d940, 0x815a190, 0x81533a4, 0, 0x9c9d940) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c24, 0xb76efff4, 0x9c9d958) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c9d940, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 0 -_ZN8QVariantD1Ev(0xbfc07b9c, 0xbfc07c24, 0xbfc07b9c, 0x81534d1, 0) = 0xbfc07b9c -_ZN9QComboBox15setCurrentIndexEi(0x9c9d940, 1, 0xbfc07b9c, 0x81534d1, 0) = 0x81b21a4 -_ZN11QVectorData4growEiiib(20, 7, 4, 0, 0xb6c22f58) = 8 -_ZN11QVectorData10reallocateEPS_iii(0x9c90930, 48, 40, 4, 28) = 0x9c9e080 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c24, 0x9c9d940, 0xbfc07cdc) = 0x9c9e0b8 -_Znwj(20, 0x81533a8, 0xbfc07b9c, 0x81534d1, 0) = 0x9c9dd00 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9c9dd00, 0xbfc07c28, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9c9d958 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c9dd00, 0xbfc07a44, 0, 0, 0) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c9e2c0, 0xb74d19a1, 0x9c9dd00, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9e2c0, 0xb74d617f, 0x9c9dd00, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9e2c0, 0xb74d193c, 0x9c9dd00, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9e2c0, 0xb74d3a42, 0x9c9dd00, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9e2c0, 0xb74d61ab, 0x9c9dd00, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9e2c0, 0xb74d1ed1, 0x9c9dd00, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9e2c0, 0xb74d193c, 0x9c9dd00, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9e2c0, 0x9c9e6d8, 0x9c9dd00, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9e2c0, 0xb74d3a42, 0x9c9dd00, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9e2c0, 0xb74d61e9, 0x9c9dd00, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9e2c0, 0xb74d621e, 0x9c9dd00, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9c9dd00, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9c9dd00, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9c9e0b8 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9c9dd00) = 0x9c9e7f8 -_ZN9QLineEdit12setInputMaskERK7QString(0x9c9dd00, 0xbfc07c2c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_ZN11QVectorData4growEiiib(20, 7, 4, 0, 0x9c9e2c0) = 8 -_ZN11QVectorData10reallocateEPS_iii(0x9c90d08, 48, 40, 4, 28) = 0x9c9e0b8 -_Znwj(20, 0xbfc07c04, 0x9c1a1b0, 0x81534d1, 0) = 0x9c9ea18 -_ZN8QSpinBoxC1EP7QWidget(0x9c9ea18, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9c9dd00 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x81b24c8, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c9ea18, 0xbfc07924, 0, 0xb716e132, 0x9bf3970) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c9e960, 0xbfc07934, 16, 16, 0x9c9cf00) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c9eef0, 0xb74d19a1, 0x9c9e960, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9eef0, 0xb74d617f, 0x9c9e960, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9eef0, 0xb74d193c, 0x9c9e960, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9eef0, 0xb74d3a42, 0x9c9e960, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9eef0, 0xb74d61ab, 0x9c9e960, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9eef0, 0xb74d1ed1, 0x9c9e960, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9eef0, 0xb74d193c, 0x9c9e960, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9eef0, 0x9c9f258, 0x9c9e960, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9eef0, 0xb74d3a42, 0x9c9e960, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9eef0, 0xb74d61e9, 0x9c9e960, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9eef0, 0xb74d621e, 0x9c9e960, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9e960, 0xb74d19a1, 0x9c9ea18, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c9e960, 0xb74d193c, 0x9c9ea18, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9c9ea18, 0xbfc07964, 0x9c9e960, 0xb6db8e62, 0x9c9e960) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9c9ea18, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9c9ea18, 2, 65536, 0x81534d1, 0) = 16384 -_ZN11QVectorData4growEiiib(20, 7, 4, 0, 0) = 8 -_ZN11QVectorData10reallocateEPS_iii(0x9c91cf8, 48, 40, 4, 28) = 0x9c9ea40 -_Znwj(20, 0xbfc07c08, 65536, 0x81534d1, 0) = 0x9c9f320 -_ZN9QComboBoxC1EP7QWidget(0x9c9f320, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c9f320, 0xbfc07a04, 0x9c9e960, 0xb6db8e62, 0x9c9e960) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74d2f54, 0x9c9f258, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74d2f54, 0x9c9f320, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74d2f7c, 0x9c9f320, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74d2fd0, 0x9c9f320, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74d2ff4, 0x9c9f320, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74d3048, 0x9c9f320, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74a949d, 0x9c9f320, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74d2d48, 0x9c9f320, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74d2d70, 0x9c9f320, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c30, 0x815a190, 0x81533c8, 0, 0x9c9f320) = 0xbfc07c30 -_ZNK9QComboBox5countEv(0x9c9f320, 0x815a190, 0x81533c8, 0, 0x9c9f320) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c30, 0xb76efff4, 0x9c9f578) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c9f320, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 0 -_ZN8QVariantD1Ev(0xbfc07ba8, 0xbfc07c30, 0xbfc07ba8, 0x81534d1, 0) = 0xbfc07ba8 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c34, 0x815a190, 0x81533cb, 0, 0x9c9f320) = 0xbfc07c34 -_ZNK9QComboBox5countEv(0x9c9f320, 0x815a190, 0x81533cb, 0, 0x9c9f320) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c34, 0xb76efff4, 0x9c9f578) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c9f320, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 0 -_ZN8QVariantD1Ev(0xbfc07bb4, 0xbfc07c34, 0xbfc07bb4, 0x81534d1, 0) = 0xbfc07bb4 -_ZN11QVectorData4growEiiib(20, 7, 4, 0, 0x9c9f258) = 8 -_ZN11QVectorData10reallocateEPS_iii(0x9c924c0, 48, 40, 4, 28) = 0x9c9f7e8 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c34, 0xbfc07bb4, 0x9c9f320) = 0x9c9fca8 -_Znwj(20, 0x81533a8, 0xbfc07bb4, 0x81534d1, 0) = 0x9c9f858 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9c9f858, 0xbfc07c38, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9c9f578 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c9f858, 0xbfc07a44, 0xbfc07934, 0xb6db96bc, 0x9c9e960) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c9feb0, 0xb74d19a1, 0x9c9f858, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9feb0, 0xb74d617f, 0x9c9f858, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9feb0, 0xb74d193c, 0x9c9f858, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9feb0, 0xb74d3a42, 0x9c9f858, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9feb0, 0xb74d61ab, 0x9c9f858, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9feb0, 0xb74d1ed1, 0x9c9f858, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9feb0, 0xb74d193c, 0x9c9f858, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9feb0, 0x9ca0120, 0x9c9f858, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9feb0, 0xb74d3a42, 0x9c9f858, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9feb0, 0xb74d61e9, 0x9c9f858, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9feb0, 0xb74d621e, 0x9c9f858, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9c9f858, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9c9f858, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9c9fca8 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9c9f858) = 0x9ca0370 -_ZN9QLineEdit12setInputMaskERK7QString(0x9c9f858, 0xbfc07c3c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_ZN11QVectorData4growEiiib(20, 7, 4, 0, 0x9c9feb0) = 8 -_ZN11QVectorData10reallocateEPS_iii(0x9c92968, 48, 40, 4, 28) = 0x9c9fca8 -_Znwj(20, 0xbfc07c10, 0x9c1a1b0, 0x81534d1, 0) = 0x9c9fce0 -_ZN8QSpinBoxC1EP7QWidget(0x9c9fce0, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9c9f858 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x9c9e960, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c9fce0, 0xbfc07924, 0xbfc07954, 0xb71e4a12, 0x9c9e960) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ca04f8, 0xbfc07934, 99, 29, 0x9c9cf00) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9ca0a68, 0xb74d19a1, 0x9ca04f8, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca0a68, 0xb74d617f, 0x9ca04f8, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca0a68, 0xb74d193c, 0x9ca04f8, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca0a68, 0xb74d3a42, 0x9ca04f8, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca0a68, 0xb74d61ab, 0x9ca04f8, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca0a68, 0xb74d1ed1, 0x9ca04f8, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca0a68, 0xb74d193c, 0x9ca04f8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca0a68, 0x9ca0e10, 0x9ca04f8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca0a68, 0xb74d3a42, 0x9ca04f8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca0a68, 0xb74d61e9, 0x9ca04f8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca0a68, 0xb74d621e, 0x9ca04f8, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca04f8, 0xb74d19a1, 0x9c9fce0, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9ca04f8, 0xb74d193c, 0x9c9fce0, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9c9fce0, 0xbfc07964, 0x9ca04f8, 0xb6db8e62, 0x9ca04f8) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9c9fce0, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9c9fce0, 2, 65536, 0x81534d1, 0) = 16384 -_ZN11QVectorData4growEiiib(20, 7, 4, 0, 0) = 8 -_ZN11QVectorData10reallocateEPS_iii(0x9c92898, 48, 40, 4, 28) = 0x9ca05f0 -_Znwj(20, 0xbfc07c14, 65536, 0x81534d1, 0) = 0x9ca0ed8 -_ZN9QComboBoxC1EP7QWidget(0x9ca0ed8, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ca0ed8, 0xbfc07a04, 0x9ca04f8, 0xb6db8e62, 0x9ca04f8) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74d2f54, 0x9ca0e10, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74d2f54, 0x9ca0ed8, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74d2f7c, 0x9ca0ed8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74d2fd0, 0x9ca0ed8, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74d2ff4, 0x9ca0ed8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74d3048, 0x9ca0ed8, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74a949d, 0x9ca0ed8, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74d2d48, 0x9ca0ed8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74d2d70, 0x9ca0ed8, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c40, 0x815a190, 0x81533c8, 0, 0x9ca0ed8) = 0xbfc07c40 -_ZNK9QComboBox5countEv(0x9ca0ed8, 0x815a190, 0x81533c8, 0, 0x9ca0ed8) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c40, 0xb76efff4, 0x9ca1130) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9ca0ed8, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 0 -_ZN8QVariantD1Ev(0xbfc07bc0, 0xbfc07c40, 0xbfc07bc0, 0x81534d1, 0) = 0xbfc07bc0 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c44, 0x815a190, 0x81533cb, 0, 0x9ca0ed8) = 0xbfc07c44 -_ZNK9QComboBox5countEv(0x9ca0ed8, 0x815a190, 0x81533cb, 0, 0x9ca0ed8) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c44, 0xb76efff4, 0x9ca1130) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9ca0ed8, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 0 -_ZN8QVariantD1Ev(0xbfc07bcc, 0xbfc07c44, 0xbfc07bcc, 0x81534d1, 0) = 0xbfc07bcc -_ZN11QVectorData4growEiiib(20, 7, 4, 0, 0x9ca0e10) = 8 -_ZN11QVectorData10reallocateEPS_iii(0x9c94288, 48, 40, 4, 28) = 0x9ca13a0 -_ZN7QString16fromAscii_helperEPKci(0x81533ce, -1, 0xbfc07c44, 0xbfc07bcc, 0x9ca0ed8) = 0x9c94288 -_Znwj(20, 0, 0xbfc07bcc, 0x81534d1, 0) = 0x9ca1410 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ca1410, 0xbfc07c48, 0x9c1a1b0, 0xbfc07c4c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9ca0ed8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c9f858, 0xb6adeaac, 0x9ca0ed8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533dc, -1, 0xbfc07c44, 0x9ca1410, 0xbfc07c48) = 0x9ca1a50 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c4c, 0) = 0x9ca13d8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ca13d8, 0xbfc07c50, 0x9c1a1b0, 0xbfc07c54, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9ca0ed8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c9f858, 0xb6adeaac, 0x9ca0ed8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533fc, -1, 0xbfc07c44, 0x9ca13d8, 0xbfc07c50) = 0x9ca1c98 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c54, 0) = 0x9ca1cb8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ca1cb8, 0xbfc07c58, 0x9c1a1b0, 0xbfc07c5c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9ca0ed8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c9f858, 0xb6adeaac, 0x9ca0ed8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x8153400, -1, 0xbfc07c44, 0x9ca1cb8, 0xbfc07c58) = 0x9ca1838 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c5c, 0) = 0x9ca1ee0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ca1ee0, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9ca0ed8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9c9f858, 0xb6adeaac, 0x9ca0ed8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9ca2138 -_ZN11QVBoxLayoutC1Ev(0x9ca2138, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0xb76e8664 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9ca2220 -_ZN11QGridLayoutC1Ev(0x9ca2220, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9ca23c0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ca2220, 0x9ca1410, 0, 0, 0xbfc07c68) = 0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ca2220, 0x9ca13d8, 1, 0, 0xbfc07c6c) = 0x9ca2238 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ca2220, 0x9ca1cb8, 1, 1, 0xbfc07c70) = 0x9ca2238 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ca2220, 0x9ca1ee0, 1, 2, 0xbfc07c74) = 0x9ca2238 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ca2220, 0x9c9dd00, 2, 0, 0xbfc07c78) = 0x9ca2238 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ca2220, 0x9c9f320, 2, 1, 0xbfc07c7c) = 0x9ca2238 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ca2220, 0x9c9ea18, 2, 2, 0xbfc07c80) = 0x9ca2238 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ca2220, 0x9c9d940, 2, 3, 0xbfc07c84) = 0x9ca2238 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ca2220, 0x9c9f858, 3, 0, 0xbfc07c88) = 0x9ca2238 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ca2220, 0x9ca0ed8, 3, 1, 0xbfc07c8c) = 0x9ca2238 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ca2220, 0x9c9fce0, 3, 2, 0xbfc07c90) = 0x9ca2238 -_ZN10QBoxLayout9addLayoutEP7QLayouti(0x9ca2138, 0x9ca2220, 0, 2, 0xbfc07c90 -_ZN7QObject5eventEP6QEvent(0x9ca2138, 0xbfc07a54, 0xbfc07a54, 0x9ca0e20, 0x9ca0e10) = 1 -<... _ZN10QBoxLayout9addLayoutEP7QLayouti resumed> ) = 0 -_ZN10QBoxLayout10addSpacingEi(0x9ca2138, 124, 0, 2, 0xbfc07c90) = 0x9ca2150 -_ZN7QString16fromAscii_helperEPKci(0x8153408, -1, 124, 0, 0xbfc07c60) = 0x9ca2368 -_Znwj(20, 0, 0, 2, 0xbfc07c90) = 0x9ca2b40 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ca2b40, 0xbfc07c94, 0, 0xbfc07c98, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9ca2138, 0x9ca2b40, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9ca2150 -_ZN7QString16fromAscii_helperEPKci(0x8153416, -1, 124, 0, 0xbfc07c94) = 0x9ca25b0 -_Znwj(20, 0, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9ca2de0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ca2de0, 0xbfc07ca0, 0, 0xbfc07ca4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9ca2138, 0x9ca2de0, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9ca2150 -_ZN7QString16fromAscii_helperEPKci(0x8153423, -1, 124, 0, 0xbfc07ca0) = 0x9ca2310 -_Znwj(20, 0, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9ca3060 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ca3060, 0xbfc07cac, 0, 0xbfc07cb0, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9ca2138, 0x9ca3060, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9ca2150 -_ZN7QString16fromAscii_helperEPKci(0x8153431, -1, 124, 0, 0xbfc07cac) = 0x9ca32b0 -_Znwj(20, 0, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9ca32e8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ca32e8, 0xbfc07cb8, 0, 0xbfc07cbc, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9ca2138, 0x9ca32e8, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9ca2150 -_ZN7QString16fromAscii_helperEPKci(0x8153440, -1, 124, 0, 0xbfc07cb8) = 0x9ca3570 -_Znwj(20, 0, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9ca35a8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ca35a8, 0xbfc07cc4, 0, 0xbfc07cc8, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9ca2138, 0x9ca35a8, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9ca2150 -_ZN7QString16fromAscii_helperEPKci(0x8153450, -1, 124, 0, 0xbfc07cc4) = 0x9ca37f8 -_Znwj(20, 0, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9ca3840 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ca3840, 0xbfc07cd0, 0, 0xbfc07cd4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9ca2138, 0x9ca3840, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9ca2150 -_ZN10QBoxLayout10addStretchEi(0x9ca2138, 1, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9ca2150 -_ZN7QString6numberEii(0xbfc07ce0, 6, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce0 -_ZN7QString9fromAsciiEPKci(0xbfc07cdc, 0x8153467, -1, 0, 0xbfc07cd0) = 0xbfc07cdc -_ZN7QString6appendERKS_(0xbfc07cdc, 0xbfc07ce0, 0xbfc07d58, 0xb6a012e9, 0xbfc07ce0) = 0xbfc07cdc -_Znwj(20, 0x8153467, 0xbfc07ce0, 0xbfc07cd8, 0xbfc07c90) = 0x9ca3aa0 -_ZN9QGroupBoxC1ERK7QStringP7QWidget(0x9ca3aa0, 0xbfc07cdc, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6ac39c6, 0x9ca1130 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN9QGroupBoxC1ERK7QStringP7QWidget resumed> ) = 0x81b21a4 -_ZN7QString4freeEPNS_4DataE(0x9ca2348, 0xbfc07ce0, -1, 0, 0x9ca3aa0) = 0x9ca1eb8 -_ZN9QGroupBox7setFlatEb(0x9ca3aa0, 1, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90) = 0 -_ZN7QWidget9setLayoutEP7QLayout(0x9ca3aa0, 0x9ca2138, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb7132de4, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, 0, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9ca1860 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9ca1aa8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9ca1cd0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9ca1ef8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget9setLayoutEP7QLayout resumed> ) = 0x9ca3b6c -_ZN11QVectorData4growEiiib(20, 7, 4, 0, 0) = 8 -_ZN11QVectorData10reallocateEPS_iii(0x9c967d8, 48, 40, 4, 28) = 0x9ca3c60 -_ZN7QString6numberEii(0xbfc07ce4, 6, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce4 -_ZN10QTabWidget6addTabEP7QWidgetRK7QString(0x9c04f68, 0x9ca3aa0, 0xbfc07ce4, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc077b4, 0xbfc077b4, 0xb714e9ec, 0xb74cd434 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc077b4, 6, 0xb76efff4, 0xbfc074c8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07944, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -<... _ZN10QTabWidget6addTabEP7QWidgetRK7QString resumed> ) = 6 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c9dd00, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9c9dd00, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c9f858, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9c9f858, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c9d940, 0x81534a5, 0x9c1a1b0, 0x8153491, 0 -_ZN7QObject13connectNotifyEPKc(0x9c9d940, 0x81534a5, 0x9c1a1b0, 5, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c9f320, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9c9f320, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9ca0ed8, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9ca0ed8, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c9ea18, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9c9ea18, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c9fce0, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9c9fce0, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_Znwj(20, 0x815347e, 0x9c1a1b0, 0x81534d1, 0) = 0x9ca4380 -_ZN9QComboBoxC1EP7QWidget(0x9ca4380, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb7244686, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ca4380, 0xbfc07a04, 0x81b24c8, 0xb716dd07, 0x9bf3970) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74d2f54, 0x9ca4558, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74d2f54, 0x9ca4380, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74d2f7c, 0x9ca4380, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74d2fd0, 0x9ca4380, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74d2ff4, 0x9ca4380, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74d3048, 0x9ca4380, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74a949d, 0x9ca4380, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74d2d48, 0x9ca4380, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74d2d70, 0x9ca4380, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c20, 0x815a190, 0x81533a1, 0, 0x9ca4380) = 0xbfc07c20 -_ZNK9QComboBox5countEv(0x9ca4380, 0x815a190, 0x81533a1, 0, 0x9ca4380) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c20, 0xb76efff4, 0x9ca4398) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9ca4380, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 0 -_ZN8QVariantD1Ev(0xbfc07b90, 0xbfc07c20, 0xbfc07b90, 0x81534d1, 0) = 0xbfc07b90 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c24, 0x815a190, 0x81533a4, 0, 0x9ca4380) = 0xbfc07c24 -_ZNK9QComboBox5countEv(0x9ca4380, 0x815a190, 0x81533a4, 0, 0x9ca4380) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c24, 0xb76efff4, 0x9ca4398) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9ca4380, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 0 -_ZN8QVariantD1Ev(0xbfc07b9c, 0xbfc07c24, 0xbfc07b9c, 0x81534d1, 0) = 0xbfc07b9c -_ZN9QComboBox15setCurrentIndexEi(0x9ca4380, 1, 0xbfc07b9c, 0x81534d1, 0) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c24, 0x9ca4380, 0xbfc07cdc) = 0x9ca4be0 -_Znwj(20, 0x81533a8, 0xbfc07b9c, 0x81534d1, 0) = 0x9ca4720 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9ca4720, 0xbfc07c28, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9ca4398 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ca4720, 0xbfc07a44, 0, 0, 0) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9ca4de8, 0xb74d19a1, 0x9ca4720, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca4de8, 0xb74d617f, 0x9ca4720, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca4de8, 0xb74d193c, 0x9ca4720, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca4de8, 0xb74d3a42, 0x9ca4720, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca4de8, 0xb74d61ab, 0x9ca4720, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca4de8, 0xb74d1ed1, 0x9ca4720, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca4de8, 0xb74d193c, 0x9ca4720, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca4de8, 0x9ca5230, 0x9ca4720, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca4de8, 0xb74d3a42, 0x9ca4720, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca4de8, 0xb74d61e9, 0x9ca4720, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca4de8, 0xb74d621e, 0x9ca4720, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9ca4720, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9ca4720, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9ca4be0 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9ca4720) = 0x9ca5350 -_ZN9QLineEdit12setInputMaskERK7QString(0x9ca4720, 0xbfc07c2c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_Znwj(20, 0xbfc07c04, 0x9c1a1b0, 0x81534d1, 0) = 0x9ca4b10 -_ZN8QSpinBoxC1EP7QWidget(0x9ca4b10, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9ca4720 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x81b24c8, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ca4b10, 0xbfc07924, 0, 0xb716e132, 0x9bf3970) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ca4bf0, 0xbfc07934, 16, 16, 0x9ca3a00) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9ca59d8, 0xb74d19a1, 0x9ca4bf0, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca59d8, 0xb74d617f, 0x9ca4bf0, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca59d8, 0xb74d193c, 0x9ca4bf0, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca59d8, 0xb74d3a42, 0x9ca4bf0, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca59d8, 0xb74d61ab, 0x9ca4bf0, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca59d8, 0xb74d1ed1, 0x9ca4bf0, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca59d8, 0xb74d193c, 0x9ca4bf0, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca59d8, 0x9ca5230, 0x9ca4bf0, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca59d8, 0xb74d3a42, 0x9ca4bf0, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca59d8, 0xb74d61e9, 0x9ca4bf0, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca59d8, 0xb74d621e, 0x9ca4bf0, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca4bf0, 0xb74d19a1, 0x9ca4b10, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9ca4bf0, 0xb74d193c, 0x9ca4b10, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9ca4b10, 0xbfc07964, 0x9ca4bf0, 0xb6db8e62, 0x9ca4bf0) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9ca4b10, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9ca4b10, 2, 65536, 0x81534d1, 0) = 16384 -_Znwj(20, 0xbfc07c08, 65536, 0x81534d1, 0) = 0x9ca5e08 -_ZN9QComboBoxC1EP7QWidget(0x9ca5e08, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ca5e08, 0xbfc07a04, 0x9ca4bf0, 0xb6db8e62, 0x9ca4bf0) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74d2f54, 0x9ca46d0, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74d2f54, 0x9ca5e08, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74d2f7c, 0x9ca5e08, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74d2fd0, 0x9ca5e08, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74d2ff4, 0x9ca5e08, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74d3048, 0x9ca5e08, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74a949d, 0x9ca5e08, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74d2d48, 0x9ca5e08, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74d2d70, 0x9ca5e08, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c30, 0x815a190, 0x81533c8, 0, 0x9ca5e08) = 0xbfc07c30 -_ZNK9QComboBox5countEv(0x9ca5e08, 0x815a190, 0x81533c8, 0, 0x9ca5e08) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c30, 0xb76efff4, 0x9ca6078) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9ca5e08, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 0 -_ZN8QVariantD1Ev(0xbfc07ba8, 0xbfc07c30, 0xbfc07ba8, 0x81534d1, 0) = 0xbfc07ba8 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c34, 0x815a190, 0x81533cb, 0, 0x9ca5e08) = 0xbfc07c34 -_ZNK9QComboBox5countEv(0x9ca5e08, 0x815a190, 0x81533cb, 0, 0x9ca5e08) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c34, 0xb76efff4, 0x9ca6078) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9ca5e08, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 0 -_ZN8QVariantD1Ev(0xbfc07bb4, 0xbfc07c34, 0xbfc07bb4, 0x81534d1, 0) = 0xbfc07bb4 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c34, 0xbfc07bb4, 0x9ca5e08) = 0x9ca6798 -_Znwj(20, 0x81533a8, 0xbfc07bb4, 0x81534d1, 0) = 0x9ca6358 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9ca6358, 0xbfc07c38, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9ca6078 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ca6358, 0xbfc07a44, 0xbfc07934, 0xb6db96bc, 0x9ca4bf0) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9ca69a0, 0xb74d19a1, 0x9ca6358, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca69a0, 0xb74d617f, 0x9ca6358, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca69a0, 0xb74d193c, 0x9ca6358, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca69a0, 0xb74d3a42, 0x9ca6358, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca69a0, 0xb74d61ab, 0x9ca6358, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca69a0, 0xb74d1ed1, 0x9ca6358, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca69a0, 0xb74d193c, 0x9ca6358, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca69a0, 0x9ca6dc0, 0x9ca6358, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca69a0, 0xb74d3a42, 0x9ca6358, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca69a0, 0xb74d61e9, 0x9ca6358, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca69a0, 0xb74d621e, 0x9ca6358, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9ca6358, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9ca6358, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9ca6798 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9ca6358) = 0x9ca6ee0 -_ZN9QLineEdit12setInputMaskERK7QString(0x9ca6358, 0xbfc07c3c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_Znwj(20, 0xbfc07c10, 0x9c1a1b0, 0x81534d1, 0) = 0x9ca6798 -_ZN8QSpinBoxC1EP7QWidget(0x9ca6798, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9ca6358 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x9ca4bf0, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ca6798, 0xbfc07924, 0xbfc07954, 0xb71e4a12, 0x9ca4bf0) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ca67d0, 0xbfc07934, 99, 29, 0x9ca3a00) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9ca7578, 0xb74d19a1, 0x9ca67d0, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca7578, 0xb74d617f, 0x9ca67d0, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca7578, 0xb74d193c, 0x9ca67d0, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca7578, 0xb74d3a42, 0x9ca67d0, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca7578, 0xb74d61ab, 0x9ca67d0, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca7578, 0xb74d1ed1, 0x9ca67d0, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca7578, 0xb74d193c, 0x9ca67d0, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca7578, 0x9ca78e0, 0x9ca67d0, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca7578, 0xb74d3a42, 0x9ca67d0, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca7578, 0xb74d61e9, 0x9ca67d0, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca7578, 0xb74d621e, 0x9ca67d0, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ca67d0, 0xb74d19a1, 0x9ca6798, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9ca67d0, 0xb74d193c, 0x9ca6798, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9ca6798, 0xbfc07964, 0x9ca67d0, 0xb6db8e62, 0x9ca67d0) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9ca6798, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9ca6798, 2, 65536, 0x81534d1, 0) = 16384 -_Znwj(20, 0xbfc07c14, 65536, 0x81534d1, 0) = 0x9ca79a8 -_ZN9QComboBoxC1EP7QWidget(0x9ca79a8, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ca79a8, 0xbfc07a04, 0x9ca67d0, 0xb6db8e62, 0x9ca67d0) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74d2f54, 0x9ca6318, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74d2f54, 0x9ca79a8, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74d2f7c, 0x9ca79a8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74d2fd0, 0x9ca79a8, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74d2ff4, 0x9ca79a8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74d3048, 0x9ca79a8, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74a949d, 0x9ca79a8, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74d2d48, 0x9ca79a8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74d2d70, 0x9ca79a8, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c40, 0x815a190, 0x81533c8, 0, 0x9ca79a8) = 0xbfc07c40 -_ZNK9QComboBox5countEv(0x9ca79a8, 0x815a190, 0x81533c8, 0, 0x9ca79a8) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c40, 0xb76efff4, 0x9ca7d78) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9ca79a8, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 0 -_ZN8QVariantD1Ev(0xbfc07bc0, 0xbfc07c40, 0xbfc07bc0, 0x81534d1, 0) = 0xbfc07bc0 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c44, 0x815a190, 0x81533cb, 0, 0x9ca79a8) = 0xbfc07c44 -_ZNK9QComboBox5countEv(0x9ca79a8, 0x815a190, 0x81533cb, 0, 0x9ca79a8) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c44, 0xb76efff4, 0x9ca7d78) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9ca79a8, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 0 -_ZN8QVariantD1Ev(0xbfc07bcc, 0xbfc07c44, 0xbfc07bcc, 0x81534d1, 0) = 0xbfc07bcc -_ZN7QString16fromAscii_helperEPKci(0x81533ce, -1, 0xbfc07c44, 0xbfc07bcc, 0x9ca79a8) = 0x9ca8460 -_Znwj(20, 0, 0xbfc07bcc, 0x81534d1, 0) = 0x9ca8010 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ca8010, 0xbfc07c48, 0x9c1a1b0, 0xbfc07c4c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9ca79a8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9ca6358, 0xb6adeaac, 0x9ca79a8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533dc, -1, 0xbfc07c44, 0x9ca8010, 0xbfc07c48) = 0x9ca8680 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c4c, 0) = 0x9ca7fd8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ca7fd8, 0xbfc07c50, 0x9c1a1b0, 0xbfc07c54, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9ca79a8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9ca6358, 0xb6adeaac, 0x9ca79a8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533fc, -1, 0xbfc07c44, 0x9ca7fd8, 0xbfc07c50) = 0x9ca88c8 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c54, 0) = 0x9ca88e8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ca88e8, 0xbfc07c58, 0x9c1a1b0, 0xbfc07c5c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9ca79a8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9ca6358, 0xb6adeaac, 0x9ca79a8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x8153400, -1, 0xbfc07c44, 0x9ca88e8, 0xbfc07c58) = 0x9ca8438 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c5c, 0) = 0x9ca8b10 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ca8b10, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9ca79a8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9ca6358, 0xb6adeaac, 0x9ca79a8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9ca5570 -_ZN11QVBoxLayoutC1Ev(0x9ca5570, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0xb76e8664 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9c7e498 -_ZN11QGridLayoutC1Ev(0x9c7e498, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9c7e658 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c7e498, 0x9ca8010, 0, 0, 0xbfc07c68) = 0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c7e498, 0x9ca7fd8, 1, 0, 0xbfc07c6c) = 0x9c7e4b0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c7e498, 0x9ca88e8, 1, 1, 0xbfc07c70) = 0x9c7e4b0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c7e498, 0x9ca8b10, 1, 2, 0xbfc07c74) = 0x9c7e4b0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c7e498, 0x9ca4720, 2, 0, 0xbfc07c78) = 0x9c7e4b0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c7e498, 0x9ca5e08, 2, 1, 0xbfc07c7c) = 0x9c7e4b0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c7e498, 0x9ca4b10, 2, 2, 0xbfc07c80) = 0x9c7e4b0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c7e498, 0x9ca4380, 2, 3, 0xbfc07c84) = 0x9c7e4b0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c7e498, 0x9ca6358, 3, 0, 0xbfc07c88) = 0x9c7e4b0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c7e498, 0x9ca79a8, 3, 1, 0xbfc07c8c) = 0x9c7e4b0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c7e498, 0x9ca6798, 3, 2, 0xbfc07c90) = 0x9c7e4b0 -_ZN10QBoxLayout9addLayoutEP7QLayouti(0x9ca5570, 0x9c7e498, 0, 2, 0xbfc07c90 -_ZN7QObject5eventEP6QEvent(0x9ca5570, 0xbfc07a54, 0xbfc07a54, 0x9ca6328, 0x9ca6318) = 1 -<... _ZN10QBoxLayout9addLayoutEP7QLayouti resumed> ) = 0 -_ZN10QBoxLayout10addSpacingEi(0x9ca5570, 124, 0, 2, 0xbfc07c90) = 0x9c7e3c8 -_ZN7QString16fromAscii_helperEPKci(0x8153408, -1, 124, 0, 0xbfc07c60) = 0x9ca7fa0 -_Znwj(20, 0, 0, 2, 0xbfc07c90) = 0x9ca9b70 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ca9b70, 0xbfc07c94, 0, 0xbfc07c98, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9ca5570, 0x9ca9b70, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9c7e3c8 -_ZN7QString16fromAscii_helperEPKci(0x8153416, -1, 124, 0, 0xbfc07c94) = 0x9ca9e10 -_Znwj(20, 0, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9ca9e40 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ca9e40, 0xbfc07ca0, 0, 0xbfc07ca4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9ca5570, 0x9ca9e40, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9c7e3c8 -_ZN7QString16fromAscii_helperEPKci(0x8153423, -1, 124, 0, 0xbfc07ca0) = 0x9c7e600 -_Znwj(20, 0, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9caa0c0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9caa0c0, 0xbfc07cac, 0, 0xbfc07cb0, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9ca5570, 0x9caa0c0, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9c7e3c8 -_ZN7QString16fromAscii_helperEPKci(0x8153431, -1, 124, 0, 0xbfc07cac) = 0x9c7e588 -_Znwj(20, 0, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9caa310 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9caa310, 0xbfc07cb8, 0, 0xbfc07cbc, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9ca5570, 0x9caa310, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9c7e3c8 -_ZN7QString16fromAscii_helperEPKci(0x8153440, -1, 124, 0, 0xbfc07cb8) = 0x9caa598 -_Znwj(20, 0, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9caa5d0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9caa5d0, 0xbfc07cc4, 0, 0xbfc07cc8, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9ca5570, 0x9caa5d0, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9c7e3c8 -_ZN7QString16fromAscii_helperEPKci(0x8153450, -1, 124, 0, 0xbfc07cc4) = 0x9caa820 -_Znwj(20, 0, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9caa868 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9caa868, 0xbfc07cd0, 0, 0xbfc07cd4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9ca5570, 0x9caa868, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9c7e3c8 -_ZN10QBoxLayout10addStretchEi(0x9ca5570, 1, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9c7e3c8 -_ZN7QString6numberEii(0xbfc07ce0, 7, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce0 -_ZN7QString9fromAsciiEPKci(0xbfc07cdc, 0x8153467, -1, 0, 0xbfc07cd0) = 0xbfc07cdc -_ZN7QString6appendERKS_(0xbfc07cdc, 0xbfc07ce0, 0xbfc07d58, 0xb6a012e9, 0xbfc07ce0) = 0xbfc07cdc -_Znwj(20, 0x8153467, 0xbfc07ce0, 0xbfc07cd8, 0xbfc07c90) = 0x9caaac8 -_ZN9QGroupBoxC1ERK7QStringP7QWidget(0x9caaac8, 0xbfc07cdc, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6ac39c6, 0x9ca7d78 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN9QGroupBoxC1ERK7QStringP7QWidget resumed> ) = 0x81b21a4 -_ZN7QString4freeEPNS_4DataE(0x9c7e5e0, 0xbfc07ce0, -1, 0, 0x9caaac8) = 0x9c7e5b8 -_ZN9QGroupBox7setFlatEb(0x9caaac8, 1, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90) = 0 -_ZN7QWidget9setLayoutEP7QLayout(0x9caaac8, 0x9ca5570, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb7132de4, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, 0, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9ca8490 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9ca86d8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9ca8900 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9ca8b28 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget9setLayoutEP7QLayout resumed> ) = 0x9caab94 -_ZN7QString6numberEii(0xbfc07ce4, 7, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce4 -_ZN10QTabWidget6addTabEP7QWidgetRK7QString(0x9c04f68, 0x9caaac8, 0xbfc07ce4, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc077b4, 0xbfc077b4, 0xb714e9ec, 0xb74cd434 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc077b4, 6, 0xb76efff4, 0xbfc074c8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07944, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -<... _ZN10QTabWidget6addTabEP7QWidgetRK7QString resumed> ) = 7 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9ca4720, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9ca4720, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9ca6358, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9ca6358, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9ca4380, 0x81534a5, 0x9c1a1b0, 0x8153491, 0 -_ZN7QObject13connectNotifyEPKc(0x9ca4380, 0x81534a5, 0x9c1a1b0, 5, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9ca5e08, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9ca5e08, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9ca79a8, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9ca79a8, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9ca4b10, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9ca4b10, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9ca6798, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9ca6798, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_Znwj(20, 0x815347e, 0x9c1a1b0, 0x81534d1, 0) = 0x9cab4f8 -_ZN9QComboBoxC1EP7QWidget(0x9cab4f8, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb7244686, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cab4f8, 0xbfc07a04, 0x81b24c8, 0xb716dd07, 0x9bf3970) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74d2f54, 0x9cab6e0, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74d2f54, 0x9cab4f8, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74d2f7c, 0x9cab4f8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74d2fd0, 0x9cab4f8, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74d2ff4, 0x9cab4f8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74d3048, 0x9cab4f8, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74a949d, 0x9cab4f8, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74d2d48, 0x9cab4f8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74d2d70, 0x9cab4f8, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c20, 0x815a190, 0x81533a1, 0, 0x9cab4f8) = 0xbfc07c20 -_ZNK9QComboBox5countEv(0x9cab4f8, 0x815a190, 0x81533a1, 0, 0x9cab4f8) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c20, 0xb76efff4, 0x9cab510) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cab4f8, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 0 -_ZN8QVariantD1Ev(0xbfc07b90, 0xbfc07c20, 0xbfc07b90, 0x81534d1, 0) = 0xbfc07b90 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c24, 0x815a190, 0x81533a4, 0, 0x9cab4f8) = 0xbfc07c24 -_ZNK9QComboBox5countEv(0x9cab4f8, 0x815a190, 0x81533a4, 0, 0x9cab4f8) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c24, 0xb76efff4, 0x9cab510) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cab4f8, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 0 -_ZN8QVariantD1Ev(0xbfc07b9c, 0xbfc07c24, 0xbfc07b9c, 0x81534d1, 0) = 0xbfc07b9c -_ZN9QComboBox15setCurrentIndexEi(0x9cab4f8, 1, 0xbfc07b9c, 0x81534d1, 0) = 0x81b21a4 -_ZN11QVectorData4growEiiib(20, 9, 4, 0, 0xb6c22f58) = 10 -_ZN11QVectorData10reallocateEPS_iii(0x9c9e080, 56, 48, 4, 36) = 0x9cab1d0 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c24, 0x9cab4f8, 0xbfc07cdc) = 0x9cabce0 -_Znwj(20, 0x81533a8, 0xbfc07b9c, 0x81534d1, 0) = 0x9cab8a8 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9cab8a8, 0xbfc07c28, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9cab510 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cab8a8, 0xbfc07a44, 0, 0, 0) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cabee8, 0xb74d19a1, 0x9cab8a8, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cabee8, 0xb74d617f, 0x9cab8a8, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cabee8, 0xb74d193c, 0x9cab8a8, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cabee8, 0xb74d3a42, 0x9cab8a8, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cabee8, 0xb74d61ab, 0x9cab8a8, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cabee8, 0xb74d1ed1, 0x9cab8a8, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cabee8, 0xb74d193c, 0x9cab8a8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cabee8, 0x9caa570, 0x9cab8a8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cabee8, 0xb74d3a42, 0x9cab8a8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cabee8, 0xb74d61e9, 0x9cab8a8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cabee8, 0xb74d621e, 0x9cab8a8, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9cab8a8, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9cab8a8, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9cabce0 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9cab8a8) = 0x9cac378 -_ZN9QLineEdit12setInputMaskERK7QString(0x9cab8a8, 0xbfc07c2c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_ZN11QVectorData4growEiiib(20, 9, 4, 0, 0x9cabee8) = 10 -_ZN11QVectorData10reallocateEPS_iii(0x9c9e0b8, 56, 48, 4, 36) = 0x9cac088 -_Znwj(20, 0xbfc07c04, 0x9c1a1b0, 0x81534d1, 0) = 0x9cabce0 -_ZN8QSpinBoxC1EP7QWidget(0x9cabce0, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9cab8a8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x81b24c8, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cabce0, 0xbfc07924, 0, 0xb716e132, 0x9bf3970) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cabcf8, 0xbfc07934, 16, 16, 0x9caaa00) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cac5e0, 0xb74d19a1, 0x9cabcf8, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cac5e0, 0xb74d617f, 0x9cabcf8, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cac5e0, 0xb74d193c, 0x9cabcf8, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cac5e0, 0xb74d3a42, 0x9cabcf8, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cac5e0, 0xb74d61ab, 0x9cabcf8, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cac5e0, 0xb74d1ed1, 0x9cabcf8, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cac5e0, 0xb74d193c, 0x9cabcf8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cac5e0, 0x9c9e0c8, 0x9cabcf8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cac5e0, 0xb74d3a42, 0x9cabcf8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cac5e0, 0xb74d61e9, 0x9cabcf8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cac5e0, 0xb74d621e, 0x9cabcf8, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cabcf8, 0xb74d19a1, 0x9cabce0, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cabcf8, 0xb74d193c, 0x9cabce0, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9cabce0, 0xbfc07964, 0x9cabcf8, 0xb6db8e62, 0x9cabcf8) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9cabce0, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9cabce0, 2, 65536, 0x81534d1, 0) = 16384 -_ZN11QVectorData4growEiiib(20, 9, 4, 0, 0) = 10 -_ZN11QVectorData10reallocateEPS_iii(0x9c9ea40, 56, 48, 4, 36) = 0x9cacb98 -_Znwj(20, 0xbfc07c08, 65536, 0x81534d1, 0) = 0x9cace70 -_ZN9QComboBoxC1EP7QWidget(0x9cace70, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cace70, 0xbfc07a04, 0x9cabcf8, 0xb6db8e62, 0x9cabcf8) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74d2f54, 0x9c9e0c8, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74d2f54, 0x9cace70, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74d2f7c, 0x9cace70, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74d2fd0, 0x9cace70, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74d2ff4, 0x9cace70, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74d3048, 0x9cace70, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74a949d, 0x9cace70, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74d2d48, 0x9cace70, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74d2d70, 0x9cace70, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c30, 0x815a190, 0x81533c8, 0, 0x9cace70) = 0xbfc07c30 -_ZNK9QComboBox5countEv(0x9cace70, 0x815a190, 0x81533c8, 0, 0x9cace70) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c30, 0xb76efff4, 0x9cad0a0) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cace70, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 0 -_ZN8QVariantD1Ev(0xbfc07ba8, 0xbfc07c30, 0xbfc07ba8, 0x81534d1, 0) = 0xbfc07ba8 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c34, 0x815a190, 0x81533cb, 0, 0x9cace70) = 0xbfc07c34 -_ZNK9QComboBox5countEv(0x9cace70, 0x815a190, 0x81533cb, 0, 0x9cace70) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c34, 0xb76efff4, 0x9cad0a0) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cace70, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 0 -_ZN8QVariantD1Ev(0xbfc07bb4, 0xbfc07c34, 0xbfc07bb4, 0x81534d1, 0) = 0xbfc07bb4 -_ZN11QVectorData4growEiiib(20, 9, 4, 0, 0x9c9e0c8) = 10 -_ZN11QVectorData10reallocateEPS_iii(0x9c9f7e8, 56, 48, 4, 36) = 0x9cad760 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c34, 0xbfc07bb4, 0x9cace70) = 0x9cad7a0 -_Znwj(20, 0x81533a8, 0xbfc07bb4, 0x81534d1, 0) = 0x9cad320 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9cad320, 0xbfc07c38, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9cad0a0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cad320, 0xbfc07a44, 0xbfc07934, 0xb6db96bc, 0x9cabcf8) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cad9a8, 0xb74d19a1, 0x9cad320, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cad9a8, 0xb74d617f, 0x9cad320, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cad9a8, 0xb74d193c, 0x9cad320, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cad9a8, 0xb74d3a42, 0x9cad320, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cad9a8, 0xb74d61ab, 0x9cad320, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cad9a8, 0xb74d1ed1, 0x9cad320, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cad9a8, 0xb74d193c, 0x9cad320, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cad9a8, 0x9cadc60, 0x9cad320, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cad9a8, 0xb74d3a42, 0x9cad320, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cad9a8, 0xb74d61e9, 0x9cad320, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cad9a8, 0xb74d621e, 0x9cad320, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9cad320, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9cad320, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9cad7a0 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9cad320) = 0x9cade88 -_ZN9QLineEdit12setInputMaskERK7QString(0x9cad320, 0xbfc07c3c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_ZN11QVectorData4growEiiib(20, 9, 4, 0, 0x9cad9a8) = 10 -_ZN11QVectorData10reallocateEPS_iii(0x9c9fca8, 56, 48, 4, 36) = 0x9cadb48 -_Znwj(20, 0xbfc07c10, 0x9c1a1b0, 0x81534d1, 0) = 0x9cae0f0 -_ZN8QSpinBoxC1EP7QWidget(0x9cae0f0, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9cad320 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x9cabcf8, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cae0f0, 0xbfc07924, 0xbfc07954, 0xb71e4a12, 0x9cabcf8) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cad7a0, 0xbfc07934, 99, 29, 0x9caaa00) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cae558, 0xb74d19a1, 0x9cad7a0, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cae558, 0xb74d617f, 0x9cad7a0, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cae558, 0xb74d193c, 0x9cad7a0, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cae558, 0xb74d3a42, 0x9cad7a0, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cae558, 0xb74d61ab, 0x9cad7a0, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cae558, 0xb74d1ed1, 0x9cad7a0, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cae558, 0xb74d193c, 0x9cad7a0, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cae558, 0x9c9fcb8, 0x9cad7a0, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cae558, 0xb74d3a42, 0x9cad7a0, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cae558, 0xb74d61e9, 0x9cad7a0, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cae558, 0xb74d621e, 0x9cad7a0, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cad7a0, 0xb74d19a1, 0x9cae0f0, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cad7a0, 0xb74d193c, 0x9cae0f0, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9cae0f0, 0xbfc07964, 0x9cad7a0, 0xb6db8e62, 0x9cad7a0) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9cae0f0, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9cae0f0, 2, 65536, 0x81534d1, 0) = 16384 -_ZN11QVectorData4growEiiib(20, 9, 4, 0, 0) = 10 -_ZN11QVectorData10reallocateEPS_iii(0x9ca05f0, 56, 48, 4, 36) = 0x9cae6e0 -_Znwj(20, 0xbfc07c14, 65536, 0x81534d1, 0) = 0x9caea08 -_ZN9QComboBoxC1EP7QWidget(0x9caea08, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9caea08, 0xbfc07a04, 0x9cad7a0, 0xb6db8e62, 0x9cad7a0) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74d2f54, 0x9cae168, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74d2f54, 0x9caea08, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74d2f7c, 0x9caea08, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74d2fd0, 0x9caea08, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74d2ff4, 0x9caea08, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74d3048, 0x9caea08, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74a949d, 0x9caea08, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74d2d48, 0x9caea08, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74d2d70, 0x9caea08, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c40, 0x815a190, 0x81533c8, 0, 0x9caea08) = 0xbfc07c40 -_ZNK9QComboBox5countEv(0x9caea08, 0x815a190, 0x81533c8, 0, 0x9caea08) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c40, 0xb76efff4, 0x9caec40) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9caea08, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 0 -_ZN8QVariantD1Ev(0xbfc07bc0, 0xbfc07c40, 0xbfc07bc0, 0x81534d1, 0) = 0xbfc07bc0 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c44, 0x815a190, 0x81533cb, 0, 0x9caea08) = 0xbfc07c44 -_ZNK9QComboBox5countEv(0x9caea08, 0x815a190, 0x81533cb, 0, 0x9caea08) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c44, 0xb76efff4, 0x9caec40) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9caea08, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 0 -_ZN8QVariantD1Ev(0xbfc07bcc, 0xbfc07c44, 0xbfc07bcc, 0x81534d1, 0) = 0xbfc07bcc -_ZN11QVectorData4growEiiib(20, 9, 4, 0, 0x9cae168) = 10 -_ZN11QVectorData10reallocateEPS_iii(0x9ca13a0, 56, 48, 4, 36) = 0x9caf300 -_ZN7QString16fromAscii_helperEPKci(0x81533ce, -1, 0xbfc07c44, 0xbfc07bcc, 0x9caea08) = 0x9caf340 -_Znwj(20, 0, 0xbfc07bcc, 0x81534d1, 0) = 0x9caeec0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9caeec0, 0xbfc07c48, 0x9c1a1b0, 0xbfc07c4c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9caea08 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cad320, 0xb6adeaac, 0x9caea08) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533dc, -1, 0xbfc07c44, 0x9caeec0, 0xbfc07c48) = 0x9caf560 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c4c, 0) = 0x9caee88 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9caee88, 0xbfc07c50, 0x9c1a1b0, 0xbfc07c54, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9caea08 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cad320, 0xb6adeaac, 0x9caea08) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533fc, -1, 0xbfc07c44, 0x9caee88, 0xbfc07c50) = 0x9caf7a8 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c54, 0) = 0x9caf7c8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9caf7c8, 0xbfc07c58, 0x9c1a1b0, 0xbfc07c5c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9caea08 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cad320, 0xb6adeaac, 0x9caea08) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x8153400, -1, 0xbfc07c44, 0x9caf7c8, 0xbfc07c58) = 0x9caf2d8 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c5c, 0) = 0x9caf9f0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9caf9f0, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9caea08 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cad320, 0xb6adeaac, 0x9caea08) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9cafc48 -_ZN11QVBoxLayoutC1Ev(0x9cafc48, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0xb76e8664 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9cafd30 -_ZN11QGridLayoutC1Ev(0x9cafd30, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9cafe60 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cafd30, 0x9caeec0, 0, 0, 0xbfc07c68) = 0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cafd30, 0x9caee88, 1, 0, 0xbfc07c6c) = 0x9cafd48 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cafd30, 0x9caf7c8, 1, 1, 0xbfc07c70) = 0x9cafd48 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cafd30, 0x9caf9f0, 1, 2, 0xbfc07c74) = 0x9cafd48 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cafd30, 0x9cab8a8, 2, 0, 0xbfc07c78) = 0x9cafd48 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cafd30, 0x9cace70, 2, 1, 0xbfc07c7c) = 0x9cafd48 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cafd30, 0x9cabce0, 2, 2, 0xbfc07c80) = 0x9cafd48 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cafd30, 0x9cab4f8, 2, 3, 0xbfc07c84) = 0x9cafd48 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cafd30, 0x9cad320, 3, 0, 0xbfc07c88) = 0x9cafd48 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cafd30, 0x9caea08, 3, 1, 0xbfc07c8c) = 0x9cafd48 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cafd30, 0x9cae0f0, 3, 2, 0xbfc07c90) = 0x9cafd48 -_ZN10QBoxLayout9addLayoutEP7QLayouti(0x9cafc48, 0x9cafd30, 0, 2, 0xbfc07c90 -_ZN7QObject5eventEP6QEvent(0x9cafc48, 0xbfc07a54, 0xbfc07a54, 0x9cae178, 0x9cae168) = 1 -<... _ZN10QBoxLayout9addLayoutEP7QLayouti resumed> ) = 0 -_ZN10QBoxLayout10addSpacingEi(0x9cafc48, 124, 0, 2, 0xbfc07c90) = 0x9cafc60 -_ZN7QString16fromAscii_helperEPKci(0x8153408, -1, 124, 0, 0xbfc07c60) = 0x9ca05f0 -_Znwj(20, 0, 0, 2, 0xbfc07c90) = 0x9cb0650 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cb0650, 0xbfc07c94, 0, 0xbfc07c98, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cafc48, 0x9cb0650, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9cafc60 -_ZN7QString16fromAscii_helperEPKci(0x8153416, -1, 124, 0, 0xbfc07c94) = 0x9cb01f0 -_Znwj(20, 0, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9cb08f0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cb08f0, 0xbfc07ca0, 0, 0xbfc07ca4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cafc48, 0x9cb08f0, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9cafc60 -_ZN7QString16fromAscii_helperEPKci(0x8153423, -1, 124, 0, 0xbfc07ca0) = 0x9ca13a0 -_Znwj(20, 0, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9cb0b70 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cb0b70, 0xbfc07cac, 0, 0xbfc07cb0, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cafc48, 0x9cb0b70, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9cafc60 -_ZN7QString16fromAscii_helperEPKci(0x8153431, -1, 124, 0, 0xbfc07cac) = 0x9cb0dc0 -_Znwj(20, 0, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9cb0df8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cb0df8, 0xbfc07cb8, 0, 0xbfc07cbc, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cafc48, 0x9cb0df8, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9cafc60 -_ZN7QString16fromAscii_helperEPKci(0x8153440, -1, 124, 0, 0xbfc07cb8) = 0x9cb1080 -_Znwj(20, 0, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9cb10b8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cb10b8, 0xbfc07cc4, 0, 0xbfc07cc8, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cafc48, 0x9cb10b8, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9cafc60 -_ZN7QString16fromAscii_helperEPKci(0x8153450, -1, 124, 0, 0xbfc07cc4) = 0x9cb1308 -_Znwj(20, 0, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9cb1350 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cb1350, 0xbfc07cd0, 0, 0xbfc07cd4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cafc48, 0x9cb1350, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9cafc60 -_ZN10QBoxLayout10addStretchEi(0x9cafc48, 1, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9cafc60 -_ZN7QString6numberEii(0xbfc07ce0, 8, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce0 -_ZN7QString9fromAsciiEPKci(0xbfc07cdc, 0x8153467, -1, 0, 0xbfc07cd0) = 0xbfc07cdc -_ZN7QString6appendERKS_(0xbfc07cdc, 0xbfc07ce0, 0xbfc07d58, 0xb6a012e9, 0xbfc07ce0) = 0xbfc07cdc -_Znwj(20, 0x8153467, 0xbfc07ce0, 0xbfc07cd8, 0xbfc07c90) = 0x9cb15b0 -_ZN9QGroupBoxC1ERK7QStringP7QWidget(0x9cb15b0, 0xbfc07cdc, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6ac39c6, 0x9caec40 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN9QGroupBoxC1ERK7QStringP7QWidget resumed> ) = 0x81b21a4 -_ZN7QString4freeEPNS_4DataE(0x9cafe20, 0xbfc07ce0, -1, 0, 0x9cb15b0) = 0x9caf9c8 -_ZN9QGroupBox7setFlatEb(0x9cb15b0, 1, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90) = 0 -_ZN7QWidget9setLayoutEP7QLayout(0x9cb15b0, 0x9cafc48, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb7132de4, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, 0, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9caf370 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9caf5b8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9caf7e0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9cafa08 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget9setLayoutEP7QLayout resumed> ) = 0x9cb167c -_ZN11QVectorData4growEiiib(20, 9, 4, 0, 0) = 10 -_ZN11QVectorData10reallocateEPS_iii(0x9ca3c60, 56, 48, 4, 36) = 0x9cb17f0 -_ZN7QString6numberEii(0xbfc07ce4, 8, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce4 -_ZN10QTabWidget6addTabEP7QWidgetRK7QString(0x9c04f68, 0x9cb15b0, 0xbfc07ce4, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc077b4, 0xbfc077b4, 0xb714e9ec, 0xb74cd434 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc077b4, 6, 0xb76efff4, 0xbfc074c8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07944, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -<... _ZN10QTabWidget6addTabEP7QWidgetRK7QString resumed> ) = 8 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cab8a8, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9cab8a8, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cad320, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9cad320, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cab4f8, 0x81534a5, 0x9c1a1b0, 0x8153491, 0 -_ZN7QObject13connectNotifyEPKc(0x9cab4f8, 0x81534a5, 0x9c1a1b0, 5, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cace70, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9cace70, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9caea08, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9caea08, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cabce0, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9cabce0, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cae0f0, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9cae0f0, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_Znwj(20, 0x815347e, 0x9c1a1b0, 0x81534d1, 0) = 0x9cb1f98 -_ZN9QComboBoxC1EP7QWidget(0x9cb1f98, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb7244686, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cb1f98, 0xbfc07a04, 0x81b24c8, 0xb716dd07, 0x9bf3970) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74d2f54, 0x9cb2190, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74d2f54, 0x9cb1f98, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74d2f7c, 0x9cb1f98, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74d2fd0, 0x9cb1f98, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74d2ff4, 0x9cb1f98, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74d3048, 0x9cb1f98, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74a949d, 0x9cb1f98, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74d2d48, 0x9cb1f98, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74d2d70, 0x9cb1f98, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c20, 0x815a190, 0x81533a1, 0, 0x9cb1f98) = 0xbfc07c20 -_ZNK9QComboBox5countEv(0x9cb1f98, 0x815a190, 0x81533a1, 0, 0x9cb1f98) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c20, 0xb76efff4, 0x9cb1fb0) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cb1f98, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 0 -_ZN8QVariantD1Ev(0xbfc07b90, 0xbfc07c20, 0xbfc07b90, 0x81534d1, 0) = 0xbfc07b90 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c24, 0x815a190, 0x81533a4, 0, 0x9cb1f98) = 0xbfc07c24 -_ZNK9QComboBox5countEv(0x9cb1f98, 0x815a190, 0x81533a4, 0, 0x9cb1f98) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c24, 0xb76efff4, 0x9cb1fb0) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cb1f98, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 0 -_ZN8QVariantD1Ev(0xbfc07b9c, 0xbfc07c24, 0xbfc07b9c, 0x81534d1, 0) = 0xbfc07b9c -_ZN9QComboBox15setCurrentIndexEi(0x9cb1f98, 1, 0xbfc07b9c, 0x81534d1, 0) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c24, 0x9cb1f98, 0xbfc07cdc) = 0x9cb2758 -_Znwj(20, 0x81533a8, 0xbfc07b9c, 0x81534d1, 0) = 0x9cb2320 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9cb2320, 0xbfc07c28, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9cb1fb0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cb2320, 0xbfc07a44, 0, 0, 0) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cb2960, 0xb74d19a1, 0x9cb2320, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb2960, 0xb74d617f, 0x9cb2320, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb2960, 0xb74d193c, 0x9cb2320, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb2960, 0xb74d3a42, 0x9cb2320, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb2960, 0xb74d61ab, 0x9cb2320, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb2960, 0xb74d1ed1, 0x9cb2320, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb2960, 0xb74d193c, 0x9cb2320, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb2960, 0x9cb2bd8, 0x9cb2320, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb2960, 0xb74d3a42, 0x9cb2320, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb2960, 0xb74d61e9, 0x9cb2320, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb2960, 0xb74d621e, 0x9cb2320, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9cb2320, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9cb2320, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9cb2758 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9cb2320) = 0x9cb2e00 -_ZN9QLineEdit12setInputMaskERK7QString(0x9cb2320, 0xbfc07c2c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_Znwj(20, 0xbfc07c04, 0x9c1a1b0, 0x81534d1, 0) = 0x9cb2678 -_ZN8QSpinBoxC1EP7QWidget(0x9cb2678, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9cb2320 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x81b24c8, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cb2678, 0xbfc07924, 0, 0xb716e132, 0x9bf3970) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cb3078, 0xbfc07934, 16, 16, 0x9cb1500) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cb34d0, 0xb74d19a1, 0x9cb3078, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb34d0, 0xb74d617f, 0x9cb3078, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb34d0, 0xb74d193c, 0x9cb3078, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb34d0, 0xb74d3a42, 0x9cb3078, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb34d0, 0xb74d61ab, 0x9cb3078, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb34d0, 0xb74d1ed1, 0x9cb3078, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb34d0, 0xb74d193c, 0x9cb3078, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb34d0, 0x9cb3838, 0x9cb3078, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb34d0, 0xb74d3a42, 0x9cb3078, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb34d0, 0xb74d61e9, 0x9cb3078, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb34d0, 0xb74d621e, 0x9cb3078, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb3078, 0xb74d19a1, 0x9cb2678, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cb3078, 0xb74d193c, 0x9cb2678, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9cb2678, 0xbfc07964, 0x9cb3078, 0xb6db8e62, 0x9cb3078) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9cb2678, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9cb2678, 2, 65536, 0x81534d1, 0) = 16384 -_Znwj(20, 0xbfc07c08, 65536, 0x81534d1, 0) = 0x9cb3900 -_ZN9QComboBoxC1EP7QWidget(0x9cb3900, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cb3900, 0xbfc07a04, 0x9cb3078, 0xb6db8e62, 0x9cb3078) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74d2f54, 0x9cb3158, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74d2f54, 0x9cb3900, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74d2f7c, 0x9cb3900, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74d2fd0, 0x9cb3900, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74d2ff4, 0x9cb3900, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74d3048, 0x9cb3900, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74a949d, 0x9cb3900, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74d2d48, 0x9cb3900, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74d2d70, 0x9cb3900, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c30, 0x815a190, 0x81533c8, 0, 0x9cb3900) = 0xbfc07c30 -_ZNK9QComboBox5countEv(0x9cb3900, 0x815a190, 0x81533c8, 0, 0x9cb3900) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c30, 0xb76efff4, 0x9cb3b38) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cb3900, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 0 -_ZN8QVariantD1Ev(0xbfc07ba8, 0xbfc07c30, 0xbfc07ba8, 0x81534d1, 0) = 0xbfc07ba8 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c34, 0x815a190, 0x81533cb, 0, 0x9cb3900) = 0xbfc07c34 -_ZNK9QComboBox5countEv(0x9cb3900, 0x815a190, 0x81533cb, 0, 0x9cb3900) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c34, 0xb76efff4, 0x9cb3b38) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cb3900, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 0 -_ZN8QVariantD1Ev(0xbfc07bb4, 0xbfc07c34, 0xbfc07bb4, 0x81534d1, 0) = 0xbfc07bb4 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c34, 0xbfc07bb4, 0x9cb3900) = 0x9cb4288 -_Znwj(20, 0x81533a8, 0xbfc07bb4, 0x81534d1, 0) = 0x9cb3e48 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9cb3e48, 0xbfc07c38, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9cb3b38 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cb3e48, 0xbfc07a44, 0xbfc07934, 0xb6db96bc, 0x9cb3078) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cb4490, 0xb74d19a1, 0x9cb3e48, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb4490, 0xb74d617f, 0x9cb3e48, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb4490, 0xb74d193c, 0x9cb3e48, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb4490, 0xb74d3a42, 0x9cb3e48, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb4490, 0xb74d61ab, 0x9cb3e48, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb4490, 0xb74d1ed1, 0x9cb3e48, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb4490, 0xb74d193c, 0x9cb3e48, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb4490, 0x9cb4868, 0x9cb3e48, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb4490, 0xb74d3a42, 0x9cb3e48, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb4490, 0xb74d61e9, 0x9cb3e48, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb4490, 0xb74d621e, 0x9cb3e48, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9cb3e48, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9cb3e48, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9cb4288 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9cb3e48) = 0x9cb4988 -_ZN9QLineEdit12setInputMaskERK7QString(0x9cb3e48, 0xbfc07c3c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_Znwj(20, 0xbfc07c10, 0x9c1a1b0, 0x81534d1, 0) = 0x9cb4288 -_ZN8QSpinBoxC1EP7QWidget(0x9cb4288, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9cb3e48 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x9cb3078, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cb4288, 0xbfc07924, 0xbfc07954, 0xb71e4a12, 0x9cb3078) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cb4ae0, 0xbfc07934, 99, 29, 0x9cb1500) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cb5020, 0xb74d19a1, 0x9cb4ae0, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb5020, 0xb74d617f, 0x9cb4ae0, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb5020, 0xb74d193c, 0x9cb4ae0, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb5020, 0xb74d3a42, 0x9cb4ae0, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb5020, 0xb74d61ab, 0x9cb4ae0, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb5020, 0xb74d1ed1, 0x9cb4ae0, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb5020, 0xb74d193c, 0x9cb4ae0, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb5020, 0x9cb5400, 0x9cb4ae0, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb5020, 0xb74d3a42, 0x9cb4ae0, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb5020, 0xb74d61e9, 0x9cb4ae0, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb5020, 0xb74d621e, 0x9cb4ae0, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb4ae0, 0xb74d19a1, 0x9cb4288, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cb4ae0, 0xb74d193c, 0x9cb4288, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9cb4288, 0xbfc07964, 0x9cb4ae0, 0xb6db8e62, 0x9cb4ae0) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9cb4288, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9cb4288, 2, 65536, 0x81534d1, 0) = 16384 -_Znwj(20, 0xbfc07c14, 65536, 0x81534d1, 0) = 0x9cb54c8 -_ZN9QComboBoxC1EP7QWidget(0x9cb54c8, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cb54c8, 0xbfc07a04, 0x9cb4ae0, 0xb6db8e62, 0x9cb4ae0) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74d2f54, 0x9cb4c10, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74d2f54, 0x9cb54c8, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74d2f7c, 0x9cb54c8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74d2fd0, 0x9cb54c8, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74d2ff4, 0x9cb54c8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74d3048, 0x9cb54c8, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74a949d, 0x9cb54c8, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74d2d48, 0x9cb54c8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74d2d70, 0x9cb54c8, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c40, 0x815a190, 0x81533c8, 0, 0x9cb54c8) = 0xbfc07c40 -_ZNK9QComboBox5countEv(0x9cb54c8, 0x815a190, 0x81533c8, 0, 0x9cb54c8) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c40, 0xb76efff4, 0x9cb5720) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cb54c8, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 0 -_ZN8QVariantD1Ev(0xbfc07bc0, 0xbfc07c40, 0xbfc07bc0, 0x81534d1, 0) = 0xbfc07bc0 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c44, 0x815a190, 0x81533cb, 0, 0x9cb54c8) = 0xbfc07c44 -_ZNK9QComboBox5countEv(0x9cb54c8, 0x815a190, 0x81533cb, 0, 0x9cb54c8) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c44, 0xb76efff4, 0x9cb5720) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cb54c8, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 0 -_ZN8QVariantD1Ev(0xbfc07bcc, 0xbfc07c44, 0xbfc07bcc, 0x81534d1, 0) = 0xbfc07bcc -_ZN7QString16fromAscii_helperEPKci(0x81533ce, -1, 0xbfc07c44, 0xbfc07bcc, 0x9cb54c8) = 0x9cb2b00 -_Znwj(20, 0, 0xbfc07bcc, 0x81534d1, 0) = 0x9cb5a30 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cb5a30, 0xbfc07c48, 0x9c1a1b0, 0xbfc07c4c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cb54c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cb3e48, 0xb6adeaac, 0x9cb54c8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533dc, -1, 0xbfc07c44, 0x9cb5a30, 0xbfc07c48) = 0x9cb6060 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c4c, 0) = 0x9cb59f8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cb59f8, 0xbfc07c50, 0x9c1a1b0, 0xbfc07c54, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cb54c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cb3e48, 0xb6adeaac, 0x9cb54c8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533fc, -1, 0xbfc07c44, 0x9cb59f8, 0xbfc07c50) = 0x9cb62a8 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c54, 0) = 0x9cb62c8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cb62c8, 0xbfc07c58, 0x9c1a1b0, 0xbfc07c5c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cb54c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cb3e48, 0xb6adeaac, 0x9cb54c8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x8153400, -1, 0xbfc07c44, 0x9cb62c8, 0xbfc07c58) = 0x9cb5e48 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c5c, 0) = 0x9cb64f0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cb64f0, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cb54c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cb3e48, 0xb6adeaac, 0x9cb54c8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 126, 0x9cb66d8, 1016) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9cb5180 -_ZN11QVBoxLayoutC1Ev(0x9cb5180, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0xb76e8664 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9c93b98 -_ZN11QGridLayoutC1Ev(0x9c93b98, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9c93d58 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c93b98, 0x9cb5a30, 0, 0, 0xbfc07c68) = 0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c93b98, 0x9cb59f8, 1, 0, 0xbfc07c6c) = 0x9c93bb0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c93b98, 0x9cb62c8, 1, 1, 0xbfc07c70) = 0x9c93bb0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c93b98, 0x9cb64f0, 1, 2, 0xbfc07c74) = 0x9c93bb0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c93b98, 0x9cb2320, 2, 0, 0xbfc07c78) = 0x9c93bb0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c93b98, 0x9cb3900, 2, 1, 0xbfc07c7c) = 0x9c93bb0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c93b98, 0x9cb2678, 2, 2, 0xbfc07c80) = 0x9c93bb0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c93b98, 0x9cb1f98, 2, 3, 0xbfc07c84) = 0x9c93bb0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c93b98, 0x9cb3e48, 3, 0, 0xbfc07c88) = 0x9c93bb0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c93b98, 0x9cb54c8, 3, 1, 0xbfc07c8c) = 0x9c93bb0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9c93b98, 0x9cb4288, 3, 2, 0xbfc07c90) = 0x9c93bb0 -_ZN10QBoxLayout9addLayoutEP7QLayouti(0x9cb5180, 0x9c93b98, 0, 2, 0xbfc07c90 -_ZN7QObject5eventEP6QEvent(0x9cb5180, 0xbfc07a54, 0xbfc07a54, 0x9cb4c20, 0x9cb4c10) = 1 -<... _ZN10QBoxLayout9addLayoutEP7QLayouti resumed> ) = 0 -_ZN10QBoxLayout10addSpacingEi(0x9cb5180, 124, 0, 2, 0xbfc07c90) = 0x9c93ac8 -_ZN7QString16fromAscii_helperEPKci(0x8153408, -1, 124, 0, 0xbfc07c60) = 0x9cb30d0 -_Znwj(20, 0, 0, 2, 0xbfc07c90) = 0x9cb7518 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cb7518, 0xbfc07c94, 0, 0xbfc07c98, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cb5180, 0x9cb7518, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9c93ac8 -_ZN7QString16fromAscii_helperEPKci(0x8153416, -1, 124, 0, 0xbfc07c94) = 0x9cb77b8 -_Znwj(20, 0, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9cb77e8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cb77e8, 0xbfc07ca0, 0, 0xbfc07ca4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cb5180, 0x9cb77e8, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9c93ac8 -_ZN7QString16fromAscii_helperEPKci(0x8153423, -1, 124, 0, 0xbfc07ca0) = 0x9c93d00 -_Znwj(20, 0, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9cb7a68 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cb7a68, 0xbfc07cac, 0, 0xbfc07cb0, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cb5180, 0x9cb7a68, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9c93ac8 -_ZN7QString16fromAscii_helperEPKci(0x8153431, -1, 124, 0, 0xbfc07cac) = 0x9c93c88 -_Znwj(20, 0, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9cb7cb8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cb7cb8, 0xbfc07cb8, 0, 0xbfc07cbc, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cb5180, 0x9cb7cb8, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9c93ac8 -_ZN7QString16fromAscii_helperEPKci(0x8153440, -1, 124, 0, 0xbfc07cb8) = 0x9cb7f40 -_Znwj(20, 0, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9cb7f78 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cb7f78, 0xbfc07cc4, 0, 0xbfc07cc8, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cb5180, 0x9cb7f78, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9c93ac8 -_ZN7QString16fromAscii_helperEPKci(0x8153450, -1, 124, 0, 0xbfc07cc4) = 0x9cb81c8 -_Znwj(20, 0, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9cb8210 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cb8210, 0xbfc07cd0, 0, 0xbfc07cd4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cb5180, 0x9cb8210, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9c93ac8 -_ZN10QBoxLayout10addStretchEi(0x9cb5180, 1, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9c93ac8 -_ZN7QString6numberEii(0xbfc07ce0, 9, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce0 -_ZN7QString9fromAsciiEPKci(0xbfc07cdc, 0x8153467, -1, 0, 0xbfc07cd0) = 0xbfc07cdc -_ZN7QString6appendERKS_(0xbfc07cdc, 0xbfc07ce0, 0xbfc07d58, 0xb6a012e9, 0xbfc07ce0) = 0xbfc07cdc -_Znwj(20, 0x8153467, 0xbfc07ce0, 0xbfc07cd8, 0xbfc07c90) = 0x9cb8470 -_ZN9QGroupBoxC1ERK7QStringP7QWidget(0x9cb8470, 0xbfc07cdc, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6ac39c6, 0x9cb5720 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN9QGroupBoxC1ERK7QStringP7QWidget resumed> ) = 0x81b21a4 -_ZN7QString4freeEPNS_4DataE(0x9c93ce0, 0xbfc07ce0, -1, 0, 0x9cb8470) = 0x9c93cb8 -_ZN9QGroupBox7setFlatEb(0x9cb8470, 1, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90) = 0 -_ZN7QWidget9setLayoutEP7QLayout(0x9cb8470, 0x9cb5180, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb7132de4, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, 0, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9cb5e70 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9cb60b8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9cb62e0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9cb6508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget9setLayoutEP7QLayout resumed> ) = 0x9cb853c -_ZN7QString6numberEii(0xbfc07ce4, 9, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce4 -_ZN10QTabWidget6addTabEP7QWidgetRK7QString(0x9c04f68, 0x9cb8470, 0xbfc07ce4, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc077b4, 0xbfc077b4, 0xb714e9ec, 0xb74cd434 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc077b4, 6, 0xb76efff4, 0xbfc074c8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07944, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -<... _ZN10QTabWidget6addTabEP7QWidgetRK7QString resumed> ) = 9 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cb2320, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9cb2320, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cb3e48, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9cb3e48, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cb1f98, 0x81534a5, 0x9c1a1b0, 0x8153491, 0 -_ZN7QObject13connectNotifyEPKc(0x9cb1f98, 0x81534a5, 0x9c1a1b0, 5, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cb3900, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9cb3900, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cb54c8, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9cb54c8, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cb2678, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9cb2678, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cb4288, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9cb4288, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_Znwj(20, 0x815347e, 0x9c1a1b0, 0x81534d1, 0) = 0x9cb8ea0 -_ZN9QComboBoxC1EP7QWidget(0x9cb8ea0, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb7244686, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cb8ea0, 0xbfc07a04, 0x81b24c8, 0xb716dd07, 0x9bf3970) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74d2f54, 0x9cb9098, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74d2f54, 0x9cb8ea0, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74d2f7c, 0x9cb8ea0, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74d2fd0, 0x9cb8ea0, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74d2ff4, 0x9cb8ea0, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74d3048, 0x9cb8ea0, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74a949d, 0x9cb8ea0, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74d2d48, 0x9cb8ea0, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74d2d70, 0x9cb8ea0, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c20, 0x815a190, 0x81533a1, 0, 0x9cb8ea0) = 0xbfc07c20 -_ZNK9QComboBox5countEv(0x9cb8ea0, 0x815a190, 0x81533a1, 0, 0x9cb8ea0) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c20, 0xb76efff4, 0x9cb8eb8) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cb8ea0, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 0 -_ZN8QVariantD1Ev(0xbfc07b90, 0xbfc07c20, 0xbfc07b90, 0x81534d1, 0) = 0xbfc07b90 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c24, 0x815a190, 0x81533a4, 0, 0x9cb8ea0) = 0xbfc07c24 -_ZNK9QComboBox5countEv(0x9cb8ea0, 0x815a190, 0x81533a4, 0, 0x9cb8ea0) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c24, 0xb76efff4, 0x9cb8eb8) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cb8ea0, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 0 -_ZN8QVariantD1Ev(0xbfc07b9c, 0xbfc07c24, 0xbfc07b9c, 0x81534d1, 0) = 0xbfc07b9c -_ZN9QComboBox15setCurrentIndexEi(0x9cb8ea0, 1, 0xbfc07b9c, 0x81534d1, 0) = 0x81b21a4 -_ZN11QVectorData4growEiiib(20, 11, 4, 0, 0xb6c22f58) = 12 -_ZN11QVectorData10reallocateEPS_iii(0x9cab1d0, 64, 56, 4, 44) = 0x9cb9660 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c24, 0x9cb8ea0, 0xbfc07cdc) = 0x9cb96a8 -_Znwj(20, 0x81533a8, 0xbfc07b9c, 0x81534d1, 0) = 0x9cb9228 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9cb9228, 0xbfc07c28, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9cb8eb8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cb9228, 0xbfc07a44, 0, 0, 0) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cb98b0, 0xb74d19a1, 0x9cb9228, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb98b0, 0xb74d617f, 0x9cb9228, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb98b0, 0xb74d193c, 0x9cb9228, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb98b0, 0xb74d3a42, 0x9cb9228, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb98b0, 0xb74d61ab, 0x9cb9228, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb98b0, 0xb74d1ed1, 0x9cb9228, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb98b0, 0xb74d193c, 0x9cb9228, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb98b0, 0x9cb86c0, 0x9cb9228, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb98b0, 0xb74d3a42, 0x9cb9228, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb98b0, 0xb74d61e9, 0x9cb9228, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb98b0, 0xb74d621e, 0x9cb9228, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9cb9228, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9cb9228, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9cb96a8 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9cb9228) = 0x9cb9cc0 -_ZN9QLineEdit12setInputMaskERK7QString(0x9cb9228, 0xbfc07c2c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_ZN11QVectorData4growEiiib(20, 11, 4, 0, 0x9cb98b0) = 12 -_ZN11QVectorData10reallocateEPS_iii(0x9cac088, 64, 56, 4, 44) = 0x9cb96a8 -_Znwj(20, 0xbfc07c04, 0x9c1a1b0, 0x81534d1, 0) = 0x9cb9580 -_ZN8QSpinBoxC1EP7QWidget(0x9cb9580, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9cb9228 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x81b24c8, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cb9580, 0xbfc07924, 0, 0xb716e132, 0x9bf3970) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cb9e18, 0xbfc07934, 16, 16, 0x9cb8400) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cb9f38, 0xb74d19a1, 0x9cb9e18, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb9f38, 0xb74d617f, 0x9cb9e18, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb9f38, 0xb74d193c, 0x9cb9e18, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb9f38, 0xb74d3a42, 0x9cb9e18, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb9f38, 0xb74d61ab, 0x9cb9e18, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb9f38, 0xb74d1ed1, 0x9cb9e18, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb9f38, 0xb74d193c, 0x9cb9e18, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb9f38, 0x9cba6e8, 0x9cb9e18, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb9f38, 0xb74d3a42, 0x9cb9e18, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb9f38, 0xb74d61e9, 0x9cb9e18, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb9f38, 0xb74d621e, 0x9cb9e18, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb9e18, 0xb74d19a1, 0x9cb9580, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cb9e18, 0xb74d193c, 0x9cb9580, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9cb9580, 0xbfc07964, 0x9cb9e18, 0xb6db8e62, 0x9cb9e18) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9cb9580, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9cb9580, 2, 65536, 0x81534d1, 0) = 16384 -_ZN11QVectorData4growEiiib(20, 11, 4, 0, 0) = 12 -_ZN11QVectorData10reallocateEPS_iii(0x9cacb98, 64, 56, 4, 44) = 0x9cba028 -_Znwj(20, 0xbfc07c08, 65536, 0x81534d1, 0) = 0x9cba7b0 -_ZN9QComboBoxC1EP7QWidget(0x9cba7b0, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cba7b0, 0xbfc07a04, 0x9cb9e18, 0xb6db8e62, 0x9cb9e18) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74d2f54, 0x9cbabc8, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74d2f54, 0x9cba7b0, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74d2f7c, 0x9cba7b0, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74d2fd0, 0x9cba7b0, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74d2ff4, 0x9cba7b0, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74d3048, 0x9cba7b0, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74a949d, 0x9cba7b0, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74d2d48, 0x9cba7b0, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74d2d70, 0x9cba7b0, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c30, 0x815a190, 0x81533c8, 0, 0x9cba7b0) = 0xbfc07c30 -_ZNK9QComboBox5countEv(0x9cba7b0, 0x815a190, 0x81533c8, 0, 0x9cba7b0) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c30, 0xb76efff4, 0x9cbaa08) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cba7b0, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 0 -_ZN8QVariantD1Ev(0xbfc07ba8, 0xbfc07c30, 0xbfc07ba8, 0x81534d1, 0) = 0xbfc07ba8 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c34, 0x815a190, 0x81533cb, 0, 0x9cba7b0) = 0xbfc07c34 -_ZNK9QComboBox5countEv(0x9cba7b0, 0x815a190, 0x81533cb, 0, 0x9cba7b0) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c34, 0xb76efff4, 0x9cbaa08) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cba7b0, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 0 -_ZN8QVariantD1Ev(0xbfc07bb4, 0xbfc07c34, 0xbfc07bb4, 0x81534d1, 0) = 0xbfc07bb4 -_ZN11QVectorData4growEiiib(20, 11, 4, 0, 0x9cbabc8) = 12 -_ZN11QVectorData10reallocateEPS_iii(0x9cad760, 64, 56, 4, 44) = 0x9cbb1e0 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c34, 0xbfc07bb4, 0x9cba7b0) = 0x9cbb228 -_Znwj(20, 0x81533a8, 0xbfc07bb4, 0x81534d1, 0) = 0x9cbad90 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9cbad90, 0xbfc07c38, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9cbaa08 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cbad90, 0xbfc07a44, 0xbfc07934, 0xb6db96bc, 0x9cb9e18) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c8f728, 0xb74d19a1, 0x9cbad90, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c8f728, 0xb74d617f, 0x9cbad90, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c8f728, 0xb74d193c, 0x9cbad90, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c8f728, 0xb74d3a42, 0x9cbad90, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c8f728, 0xb74d61ab, 0x9cbad90, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c8f728, 0xb74d1ed1, 0x9cbad90, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c8f728, 0xb74d193c, 0x9cbad90, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c8f728, 0x9c8f880, 0x9cbad90, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c8f728, 0xb74d3a42, 0x9cbad90, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c8f728, 0xb74d61e9, 0x9cbad90, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9c8f728, 0xb74d621e, 0x9cbad90, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9cbad90, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9cbad90, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9cbb228 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9cbad90) = 0x9c8f9a0 -_ZN9QLineEdit12setInputMaskERK7QString(0x9cbad90, 0xbfc07c3c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_ZN11QVectorData4growEiiib(20, 11, 4, 0, 0x9c8f728) = 12 -_ZN11QVectorData10reallocateEPS_iii(0x9cadb48, 64, 56, 4, 44) = 0x9cbb228 -_Znwj(20, 0xbfc07c10, 0x9c1a1b0, 0x81534d1, 0) = 0x9cbbe50 -_ZN8QSpinBoxC1EP7QWidget(0x9cbbe50, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9cbad90 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x9cb9e18, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cbbe50, 0xbfc07924, 0xbfc07954, 0xb71e4a12, 0x9cb9e18) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cbbe88, 0xbfc07934, 99, 29, 0x9cb8400) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cbc310, 0xb74d19a1, 0x9cbbe88, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cbc310, 0xb74d617f, 0x9cbbe88, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cbc310, 0xb74d193c, 0x9cbbe88, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cbc310, 0xb74d3a42, 0x9cbbe88, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cbc310, 0xb74d61ab, 0x9cbbe88, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cbc310, 0xb74d1ed1, 0x9cbbe88, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cbc310, 0xb74d193c, 0x9cbbe88, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cbc310, 0x9cbc6b0, 0x9cbbe88, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cbc310, 0xb74d3a42, 0x9cbbe88, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cbc310, 0xb74d61e9, 0x9cbbe88, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cbc310, 0xb74d621e, 0x9cbbe88, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cbbe88, 0xb74d19a1, 0x9cbbe50, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cbbe88, 0xb74d193c, 0x9cbbe50, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9cbbe50, 0xbfc07964, 0x9cbbe88, 0xb6db8e62, 0x9cbbe88) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9cbbe50, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9cbbe50, 2, 65536, 0x81534d1, 0) = 16384 -_ZN11QVectorData4growEiiib(20, 11, 4, 0, 0) = 12 -_ZN11QVectorData10reallocateEPS_iii(0x9cae6e0, 64, 56, 4, 44) = 0x9c8f908 -_Znwj(20, 0xbfc07c14, 65536, 0x81534d1, 0) = 0x9cbc778 -_ZN9QComboBoxC1EP7QWidget(0x9cbc778, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cbc778, 0xbfc07a04, 0x9cbbe88, 0xb6db8e62, 0x9cbbe88) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74d2f54, 0x9cbcb90, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74d2f54, 0x9cbc778, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74d2f7c, 0x9cbc778, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74d2fd0, 0x9cbc778, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74d2ff4, 0x9cbc778, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74d3048, 0x9cbc778, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74a949d, 0x9cbc778, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74d2d48, 0x9cbc778, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74d2d70, 0x9cbc778, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c40, 0x815a190, 0x81533c8, 0, 0x9cbc778) = 0xbfc07c40 -_ZNK9QComboBox5countEv(0x9cbc778, 0x815a190, 0x81533c8, 0, 0x9cbc778) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c40, 0xb76efff4, 0x9cbc9d0) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cbc778, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 0 -_ZN8QVariantD1Ev(0xbfc07bc0, 0xbfc07c40, 0xbfc07bc0, 0x81534d1, 0) = 0xbfc07bc0 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c44, 0x815a190, 0x81533cb, 0, 0x9cbc778) = 0xbfc07c44 -_ZNK9QComboBox5countEv(0x9cbc778, 0x815a190, 0x81533cb, 0, 0x9cbc778) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c44, 0xb76efff4, 0x9cbc9d0) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cbc778, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 0 -_ZN8QVariantD1Ev(0xbfc07bcc, 0xbfc07c44, 0xbfc07bcc, 0x81534d1, 0) = 0xbfc07bcc -_ZN11QVectorData4growEiiib(20, 11, 4, 0, 0x9cbcb90) = 12 -_ZN11QVectorData10reallocateEPS_iii(0x9caf300, 64, 56, 4, 44) = 0x9cbd170 -_ZN7QString16fromAscii_helperEPKci(0x81533ce, -1, 0xbfc07c44, 0xbfc07bcc, 0x9cbc778) = 0x9cbd1b8 -_Znwj(20, 0, 0xbfc07bcc, 0x81534d1, 0) = 0x9cbcd20 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cbcd20, 0xbfc07c48, 0x9c1a1b0, 0xbfc07c4c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cbc778 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cbad90, 0xb6adeaac, 0x9cbc778) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533dc, -1, 0xbfc07c44, 0x9cbcd20, 0xbfc07c48) = 0x9cbd3d8 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c4c, 0) = 0x9cbcce8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cbcce8, 0xbfc07c50, 0x9c1a1b0, 0xbfc07c54, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cbc778 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cbad90, 0xb6adeaac, 0x9cbc778) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533fc, -1, 0xbfc07c44, 0x9cbcce8, 0xbfc07c50) = 0x9cbd620 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c54, 0) = 0x9cbd640 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cbd640, 0xbfc07c58, 0x9c1a1b0, 0xbfc07c5c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cbc778 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cbad90, 0xb6adeaac, 0x9cbc778) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x8153400, -1, 0xbfc07c44, 0x9cbd640, 0xbfc07c58) = 0x9cbd148 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c5c, 0) = 0x9cbd868 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cbd868, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cbc778 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cbad90, 0xb6adeaac, 0x9cbc778) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9cbdac0 -_ZN11QVBoxLayoutC1Ev(0x9cbdac0, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0xb76e8664 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9cbdba8 -_ZN11QGridLayoutC1Ev(0x9cbdba8, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9cbdcd8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cbdba8, 0x9cbcd20, 0, 0, 0xbfc07c68) = 0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cbdba8, 0x9cbcce8, 1, 0, 0xbfc07c6c) = 0x9cbdbc0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cbdba8, 0x9cbd640, 1, 1, 0xbfc07c70) = 0x9cbdbc0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cbdba8, 0x9cbd868, 1, 2, 0xbfc07c74) = 0x9cbdbc0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cbdba8, 0x9cb9228, 2, 0, 0xbfc07c78) = 0x9cbdbc0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cbdba8, 0x9cba7b0, 2, 1, 0xbfc07c7c) = 0x9cbdbc0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cbdba8, 0x9cb9580, 2, 2, 0xbfc07c80) = 0x9cbdbc0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cbdba8, 0x9cb8ea0, 2, 3, 0xbfc07c84) = 0x9cbdbc0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cbdba8, 0x9cbad90, 3, 0, 0xbfc07c88) = 0x9cbdbc0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cbdba8, 0x9cbc778, 3, 1, 0xbfc07c8c) = 0x9cbdbc0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cbdba8, 0x9cbbe50, 3, 2, 0xbfc07c90) = 0x9cbdbc0 -_ZN10QBoxLayout9addLayoutEP7QLayouti(0x9cbdac0, 0x9cbdba8, 0, 2, 0xbfc07c90 -_ZN7QObject5eventEP6QEvent(0x9cbdac0, 0xbfc07a54, 0xbfc07a54, 0x9cbcc20, 0x9cbcb90) = 1 -<... _ZN10QBoxLayout9addLayoutEP7QLayouti resumed> ) = 0 -_ZN10QBoxLayout10addSpacingEi(0x9cbdac0, 124, 0, 2, 0xbfc07c90) = 0x9cbdad8 -_ZN7QString16fromAscii_helperEPKci(0x8153408, -1, 124, 0, 0xbfc07c60) = 0x9cbc6a0 -_Znwj(20, 0, 0, 2, 0xbfc07c90) = 0x9cbe488 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cbe488, 0xbfc07c94, 0, 0xbfc07c98, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cbdac0, 0x9cbe488, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9cbdad8 -_ZN7QString16fromAscii_helperEPKci(0x8153416, -1, 124, 0, 0xbfc07c94) = 0x9cbe068 -_Znwj(20, 0, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9cbe728 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cbe728, 0xbfc07ca0, 0, 0xbfc07ca4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cbdac0, 0x9cbe728, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9cbdad8 -_ZN7QString16fromAscii_helperEPKci(0x8153423, -1, 124, 0, 0xbfc07ca0) = 0x9cb9fe0 -_Znwj(20, 0, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9cbe9a8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cbe9a8, 0xbfc07cac, 0, 0xbfc07cb0, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cbdac0, 0x9cbe9a8, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9cbdad8 -_ZN7QString16fromAscii_helperEPKci(0x8153431, -1, 124, 0, 0xbfc07cac) = 0x9cbebf8 -_Znwj(20, 0, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9cbec30 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cbec30, 0xbfc07cb8, 0, 0xbfc07cbc, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cbdac0, 0x9cbec30, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9cbdad8 -_ZN7QString16fromAscii_helperEPKci(0x8153440, -1, 124, 0, 0xbfc07cb8) = 0x9cbeeb8 -_Znwj(20, 0, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9cbeef0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cbeef0, 0xbfc07cc4, 0, 0xbfc07cc8, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cbdac0, 0x9cbeef0, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9cbdad8 -_ZN7QString16fromAscii_helperEPKci(0x8153450, -1, 124, 0, 0xbfc07cc4) = 0x9cbdc98 -_Znwj(20, 0, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9caf328 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9caf328, 0xbfc07cd0, 0, 0xbfc07cd4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cbdac0, 0x9caf328, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9cbdad8 -_ZN10QBoxLayout10addStretchEi(0x9cbdac0, 1, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9cbdad8 -_ZN7QString6numberEii(0xbfc07ce0, 10, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce0 -_ZN7QString9fromAsciiEPKci(0xbfc07cdc, 0x8153467, -1, 0, 0xbfc07cd0) = 0xbfc07cdc -_ZN7QString6appendERKS_(0xbfc07cdc, 0xbfc07ce0, 0xbfc07d58, 0xb6a012e9, 0xbfc07ce0) = 0xbfc07cdc -_Znwj(20, 0x8153467, 0xbfc07ce0, 0xbfc07cd8, 0xbfc07c90) = 0x9cbf310 -_ZN9QGroupBoxC1ERK7QStringP7QWidget(0x9cbf310, 0xbfc07cdc, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6ac39c6, 0x9cbc9d0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN9QGroupBoxC1ERK7QStringP7QWidget resumed> ) = 0x81b21a4 -_ZN7QString4freeEPNS_4DataE(0x9cbf2f0, 0xbfc07ce0, -1, 0, 0x9cbf310) = 0 -_ZN9QGroupBox7setFlatEb(0x9cbf310, 1, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90) = 0 -_ZN7QWidget9setLayoutEP7QLayout(0x9cbf310, 0x9cbdac0, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb7132de4, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, 0, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9cbd1e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9cbd430 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9cbd658 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9cbd880 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget9setLayoutEP7QLayout resumed> ) = 0x9cbf3dc -_ZN11QVectorData4growEiiib(20, 11, 4, 0, 0) = 12 -_ZN11QVectorData10reallocateEPS_iii(0x9cb17f0, 64, 56, 4, 44) = 0x9cbf5c8 -_ZN7QString6numberEii(0xbfc07ce4, 10, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce4 -_ZN10QTabWidget6addTabEP7QWidgetRK7QString(0x9c04f68, 0x9cbf310, 0xbfc07ce4, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc077b4, 0xbfc077b4, 0xb714e9ec, 0xb74cd434 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc077b4, 6, 0xb76efff4, 0xbfc074c8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07944, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -<... _ZN10QTabWidget6addTabEP7QWidgetRK7QString resumed> ) = 10 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cb9228, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9cb9228, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cbad90, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9cbad90, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cb8ea0, 0x81534a5, 0x9c1a1b0, 0x8153491, 0 -_ZN7QObject13connectNotifyEPKc(0x9cb8ea0, 0x81534a5, 0x9c1a1b0, 5, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cba7b0, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9cba7b0, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cbc778, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9cbc778, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cb9580, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9cb9580, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cbbe50, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9cbbe50, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_Znwj(20, 0x815347e, 0x9c1a1b0, 0x81534d1, 0) = 0x9cbfd58 -_ZN9QComboBoxC1EP7QWidget(0x9cbfd58, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb7244686, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cbfd58, 0xbfc07a04, 0x81b24c8, 0xb716dd07, 0x9bf3970) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74d2f54, 0x9cbff50, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74d2f54, 0x9cbfd58, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74d2f7c, 0x9cbfd58, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74d2fd0, 0x9cbfd58, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74d2ff4, 0x9cbfd58, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74d3048, 0x9cbfd58, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74a949d, 0x9cbfd58, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74d2d48, 0x9cbfd58, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74d2d70, 0x9cbfd58, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c20, 0x815a190, 0x81533a1, 0, 0x9cbfd58) = 0xbfc07c20 -_ZNK9QComboBox5countEv(0x9cbfd58, 0x815a190, 0x81533a1, 0, 0x9cbfd58) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c20, 0xb76efff4, 0x9cbfd70) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cbfd58, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 0 -_ZN8QVariantD1Ev(0xbfc07b90, 0xbfc07c20, 0xbfc07b90, 0x81534d1, 0) = 0xbfc07b90 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c24, 0x815a190, 0x81533a4, 0, 0x9cbfd58) = 0xbfc07c24 -_ZNK9QComboBox5countEv(0x9cbfd58, 0x815a190, 0x81533a4, 0, 0x9cbfd58) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c24, 0xb76efff4, 0x9cbfd70) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cbfd58, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 0 -_ZN8QVariantD1Ev(0xbfc07b9c, 0xbfc07c24, 0xbfc07b9c, 0x81534d1, 0) = 0xbfc07b9c -_ZN9QComboBox15setCurrentIndexEi(0x9cbfd58, 1, 0xbfc07b9c, 0x81534d1, 0) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c24, 0x9cbfd58, 0xbfc07cdc) = 0x9cc0570 -_Znwj(20, 0x81533a8, 0xbfc07b9c, 0x81534d1, 0) = 0x9cc00e0 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9cc00e0, 0xbfc07c28, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9cbfd70 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cc00e0, 0xbfc07a44, 0, 0, 0) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cc0778, 0xb74d19a1, 0x9cc00e0, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc0778, 0xb74d617f, 0x9cc00e0, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc0778, 0xb74d193c, 0x9cc00e0, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc0778, 0xb74d3a42, 0x9cc00e0, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc0778, 0xb74d61ab, 0x9cc00e0, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc0778, 0xb74d1ed1, 0x9cc00e0, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc0778, 0xb74d193c, 0x9cc00e0, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc0778, 0x9cc09b0, 0x9cc00e0, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc0778, 0xb74d3a42, 0x9cc00e0, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc0778, 0xb74d61e9, 0x9cc00e0, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc0778, 0xb74d621e, 0x9cc00e0, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9cc00e0, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9cc00e0, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9cc0570 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9cc00e0) = 0x9cc0bd8 -_ZN9QLineEdit12setInputMaskERK7QString(0x9cc00e0, 0xbfc07c2c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_Znwj(20, 0xbfc07c04, 0x9c1a1b0, 0x81534d1, 0) = 0x9cc04a0 -_ZN8QSpinBoxC1EP7QWidget(0x9cc04a0, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9cc00e0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x81b24c8, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cc04a0, 0xbfc07924, 0, 0xb716e132, 0x9bf3970) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cc0e50, 0xbfc07934, 16, 16, 0x9cbf300) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cc12a8, 0xb74d19a1, 0x9cc0e50, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc12a8, 0xb74d617f, 0x9cc0e50, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc12a8, 0xb74d193c, 0x9cc0e50, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc12a8, 0xb74d3a42, 0x9cc0e50, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc12a8, 0xb74d61ab, 0x9cc0e50, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc12a8, 0xb74d1ed1, 0x9cc0e50, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc12a8, 0xb74d193c, 0x9cc0e50, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc12a8, 0x9cc1648, 0x9cc0e50, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc12a8, 0xb74d3a42, 0x9cc0e50, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc12a8, 0xb74d61e9, 0x9cc0e50, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc12a8, 0xb74d621e, 0x9cc0e50, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc0e50, 0xb74d19a1, 0x9cc04a0, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cc0e50, 0xb74d193c, 0x9cc04a0, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9cc04a0, 0xbfc07964, 0x9cc0e50, 0xb6db8e62, 0x9cc0e50) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9cc04a0, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9cc04a0, 2, 65536, 0x81534d1, 0) = 16384 -_Znwj(20, 0xbfc07c08, 65536, 0x81534d1, 0) = 0x9cc1710 -_ZN9QComboBoxC1EP7QWidget(0x9cc1710, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cc1710, 0xbfc07a04, 0x9cc0e50, 0xb6db8e62, 0x9cc0e50) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74d2f54, 0x9cc0eb8, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74d2f54, 0x9cc1710, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74d2f7c, 0x9cc1710, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74d2fd0, 0x9cc1710, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74d2ff4, 0x9cc1710, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74d3048, 0x9cc1710, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74a949d, 0x9cc1710, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74d2d48, 0x9cc1710, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74d2d70, 0x9cc1710, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c30, 0x815a190, 0x81533c8, 0, 0x9cc1710) = 0xbfc07c30 -_ZNK9QComboBox5countEv(0x9cc1710, 0x815a190, 0x81533c8, 0, 0x9cc1710) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c30, 0xb76efff4, 0x9cc1948) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cc1710, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 0 -_ZN8QVariantD1Ev(0xbfc07ba8, 0xbfc07c30, 0xbfc07ba8, 0x81534d1, 0) = 0xbfc07ba8 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c34, 0x815a190, 0x81533cb, 0, 0x9cc1710) = 0xbfc07c34 -_ZNK9QComboBox5countEv(0x9cc1710, 0x815a190, 0x81533cb, 0, 0x9cc1710) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c34, 0xb76efff4, 0x9cc1948) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cc1710, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 0 -_ZN8QVariantD1Ev(0xbfc07bb4, 0xbfc07c34, 0xbfc07bb4, 0x81534d1, 0) = 0xbfc07bb4 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c34, 0xbfc07bb4, 0x9cc1710) = 0x9cc2040 -_Znwj(20, 0x81533a8, 0xbfc07bb4, 0x81534d1, 0) = 0x9cc1c00 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9cc1c00, 0xbfc07c38, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9cc1948 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cc1c00, 0xbfc07a44, 0xbfc07934, 0xb6db96bc, 0x9cc0e50) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cc2248, 0xb74d19a1, 0x9cc1c00, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc2248, 0xb74d617f, 0x9cc1c00, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc2248, 0xb74d193c, 0x9cc1c00, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc2248, 0xb74d3a42, 0x9cc1c00, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc2248, 0xb74d61ab, 0x9cc1c00, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc2248, 0xb74d1ed1, 0x9cc1c00, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc2248, 0xb74d193c, 0x9cc1c00, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc2248, 0x9cc2668, 0x9cc1c00, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc2248, 0xb74d3a42, 0x9cc1c00, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc2248, 0xb74d61e9, 0x9cc1c00, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc2248, 0xb74d621e, 0x9cc1c00, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9cc1c00, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9cc1c00, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9cc2040 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9cc1c00) = 0x9cc2788 -_ZN9QLineEdit12setInputMaskERK7QString(0x9cc1c00, 0xbfc07c3c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_Znwj(20, 0xbfc07c10, 0x9c1a1b0, 0x81534d1, 0) = 0x9cc2040 -_ZN8QSpinBoxC1EP7QWidget(0x9cc2040, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9cc1c00 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x9cc0e50, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cc2040, 0xbfc07924, 0xbfc07954, 0xb71e4a12, 0x9cc0e50) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cc2078, 0xbfc07934, 99, 29, 0x9cbf300) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cc2e20, 0xb74d19a1, 0x9cc2078, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc2e20, 0xb74d617f, 0x9cc2078, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc2e20, 0xb74d193c, 0x9cc2078, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc2e20, 0xb74d3a42, 0x9cc2078, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc2e20, 0xb74d61ab, 0x9cc2078, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc2e20, 0xb74d1ed1, 0x9cc2078, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc2e20, 0xb74d193c, 0x9cc2078, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc2e20, 0x9cc3188, 0x9cc2078, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc2e20, 0xb74d3a42, 0x9cc2078, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc2e20, 0xb74d61e9, 0x9cc2078, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc2e20, 0xb74d621e, 0x9cc2078, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc2078, 0xb74d19a1, 0x9cc2040, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cc2078, 0xb74d193c, 0x9cc2040, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9cc2040, 0xbfc07964, 0x9cc2078, 0xb6db8e62, 0x9cc2078) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9cc2040, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9cc2040, 2, 65536, 0x81534d1, 0) = 16384 -_Znwj(20, 0xbfc07c14, 65536, 0x81534d1, 0) = 0x9cc3250 -_ZN9QComboBoxC1EP7QWidget(0x9cc3250, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cc3250, 0xbfc07a04, 0x9cc2078, 0xb6db8e62, 0x9cc2078) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74d2f54, 0x9cc1bb0, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74d2f54, 0x9cc3250, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74d2f7c, 0x9cc3250, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74d2fd0, 0x9cc3250, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74d2ff4, 0x9cc3250, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74d3048, 0x9cc3250, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74a949d, 0x9cc3250, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74d2d48, 0x9cc3250, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74d2d70, 0x9cc3250, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c40, 0x815a190, 0x81533c8, 0, 0x9cc3250) = 0xbfc07c40 -_ZNK9QComboBox5countEv(0x9cc3250, 0x815a190, 0x81533c8, 0, 0x9cc3250) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c40, 0xb76efff4, 0x9cc34a8) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cc3250, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 0 -_ZN8QVariantD1Ev(0xbfc07bc0, 0xbfc07c40, 0xbfc07bc0, 0x81534d1, 0) = 0xbfc07bc0 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c44, 0x815a190, 0x81533cb, 0, 0x9cc3250) = 0xbfc07c44 -_ZNK9QComboBox5countEv(0x9cc3250, 0x815a190, 0x81533cb, 0, 0x9cc3250) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c44, 0xb76efff4, 0x9cc34a8) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cc3250, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 0 -_ZN8QVariantD1Ev(0xbfc07bcc, 0xbfc07c44, 0xbfc07bcc, 0x81534d1, 0) = 0xbfc07bcc -_ZN7QString16fromAscii_helperEPKci(0x81533ce, -1, 0xbfc07c44, 0xbfc07bcc, 0x9cc3250) = 0x9cc3bc8 -_Znwj(20, 0, 0xbfc07bcc, 0x81534d1, 0) = 0x9cc3788 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cc3788, 0xbfc07c48, 0x9c1a1b0, 0xbfc07c4c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cc3250 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cc1c00, 0xb6adeaac, 0x9cc3250) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533dc, -1, 0xbfc07c44, 0x9cc3788, 0xbfc07c48) = 0x9cc3de8 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c4c, 0) = 0x9cc3750 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cc3750, 0xbfc07c50, 0x9c1a1b0, 0xbfc07c54, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cc3250 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cc1c00, 0xb6adeaac, 0x9cc3250) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533fc, -1, 0xbfc07c44, 0x9cc3750, 0xbfc07c50) = 0x9cc4030 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c54, 0) = 0x9cc4050 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cc4050, 0xbfc07c58, 0x9c1a1b0, 0xbfc07c5c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cc3250 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cc1c00, 0xb6adeaac, 0x9cc3250) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x8153400, -1, 0xbfc07c44, 0x9cc4050, 0xbfc07c58) = 0x9cc3ba0 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c5c, 0) = 0x9cc4278 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cc4278, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cc3250 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cc1c00, 0xb6adeaac, 0x9cc3250) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9cc44d0 -_ZN11QVBoxLayoutC1Ev(0x9cc44d0, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0xb76e8664 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9cc45b8 -_ZN11QGridLayoutC1Ev(0x9cc45b8, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9cc4720 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cc45b8, 0x9cc3788, 0, 0, 0xbfc07c68) = 0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cc45b8, 0x9cc3750, 1, 0, 0xbfc07c6c) = 0x9cc45d0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cc45b8, 0x9cc4050, 1, 1, 0xbfc07c70) = 0x9cc45d0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cc45b8, 0x9cc4278, 1, 2, 0xbfc07c74) = 0x9cc45d0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cc45b8, 0x9cc00e0, 2, 0, 0xbfc07c78) = 0x9cc45d0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cc45b8, 0x9cc1710, 2, 1, 0xbfc07c7c) = 0x9cc45d0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cc45b8, 0x9cc04a0, 2, 2, 0xbfc07c80) = 0x9cc45d0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cc45b8, 0x9cbfd58, 2, 3, 0xbfc07c84) = 0x9cc45d0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cc45b8, 0x9cc1c00, 3, 0, 0xbfc07c88) = 0x9cc45d0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cc45b8, 0x9cc3250, 3, 1, 0xbfc07c8c) = 0x9cc45d0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cc45b8, 0x9cc2040, 3, 2, 0xbfc07c90) = 0x9cc45d0 -_ZN10QBoxLayout9addLayoutEP7QLayouti(0x9cc44d0, 0x9cc45b8, 0, 2, 0xbfc07c90 -_ZN7QObject5eventEP6QEvent(0x9cc44d0, 0xbfc07a54, 0xbfc07a54, 0x9cc1bc0, 0x9cc1bb0) = 1 -<... _ZN10QBoxLayout9addLayoutEP7QLayouti resumed> ) = 0 -_ZN10QBoxLayout10addSpacingEi(0x9cc44d0, 124, 0, 2, 0xbfc07c90) = 0x9cc44e8 -_ZN7QString16fromAscii_helperEPKci(0x8153408, -1, 124, 0, 0xbfc07c60) = 0x9cc46c8 -_Znwj(20, 0, 0, 2, 0xbfc07c90) = 0x9cc4ed0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cc4ed0, 0xbfc07c94, 0, 0xbfc07c98, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cc44d0, 0x9cc4ed0, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9cc44e8 -_ZN7QString16fromAscii_helperEPKci(0x8153416, -1, 124, 0, 0xbfc07c94) = 0x9cc4ab0 -_Znwj(20, 0, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9cc5170 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cc5170, 0xbfc07ca0, 0, 0xbfc07ca4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cc44d0, 0x9cc5170, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9cc44e8 -_ZN7QString16fromAscii_helperEPKci(0x8153423, -1, 124, 0, 0xbfc07ca0) = 0x9cc3718 -_Znwj(20, 0, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9cc53f0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cc53f0, 0xbfc07cac, 0, 0xbfc07cb0, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cc44d0, 0x9cc53f0, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9cc44e8 -_ZN7QString16fromAscii_helperEPKci(0x8153431, -1, 124, 0, 0xbfc07cac) = 0x9cc5640 -_Znwj(20, 0, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9cc5678 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cc5678, 0xbfc07cb8, 0, 0xbfc07cbc, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cc44d0, 0x9cc5678, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9cc44e8 -_ZN7QString16fromAscii_helperEPKci(0x8153440, -1, 124, 0, 0xbfc07cb8) = 0x9cc5900 -_Znwj(20, 0, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9cc5938 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cc5938, 0xbfc07cc4, 0, 0xbfc07cc8, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cc44d0, 0x9cc5938, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9cc44e8 -_ZN7QString16fromAscii_helperEPKci(0x8153450, -1, 124, 0, 0xbfc07cc4) = 0x9cc5b88 -_Znwj(20, 0, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9cc5bd0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cc5bd0, 0xbfc07cd0, 0, 0xbfc07cd4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cc44d0, 0x9cc5bd0, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9cc44e8 -_ZN10QBoxLayout10addStretchEi(0x9cc44d0, 1, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9cc44e8 -_ZN7QString6numberEii(0xbfc07ce0, 11, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce0 -_ZN7QString9fromAsciiEPKci(0xbfc07cdc, 0x8153467, -1, 0, 0xbfc07cd0) = 0xbfc07cdc -_ZN7QString6appendERKS_(0xbfc07cdc, 0xbfc07ce0, 0xbfc07d58, 0xb6a012e9, 0xbfc07ce0) = 0xbfc07cdc -_Znwj(20, 0x8153467, 0xbfc07ce0, 0xbfc07cd8, 0xbfc07c90) = 0x9cc5e30 -_ZN9QGroupBoxC1ERK7QStringP7QWidget(0x9cc5e30, 0xbfc07cdc, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6ac39c6, 0x9cc34a8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN9QGroupBoxC1ERK7QStringP7QWidget resumed> ) = 0x81b21a4 -_ZN7QString4freeEPNS_4DataE(0x9cc46a8, 0xbfc07ce0, -1, 0, 0x9cc5e30) = 0x9cc4250 -_ZN9QGroupBox7setFlatEb(0x9cc5e30, 1, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90) = 0 -_ZN7QWidget9setLayoutEP7QLayout(0x9cc5e30, 0x9cc44d0, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb7132de4, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, 0, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9cc3bf8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9cc3e40 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9cc4068 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9cc4290 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget9setLayoutEP7QLayout resumed> ) = 0x9cc5efc -_ZN7QString6numberEii(0xbfc07ce4, 11, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce4 -_ZN10QTabWidget6addTabEP7QWidgetRK7QString(0x9c04f68, 0x9cc5e30, 0xbfc07ce4, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc077b4, 0xbfc077b4, 0xb714e9ec, 0xb74cd434 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc077b4, 6, 0xb76efff4, 0xbfc074c8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07944, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -<... _ZN10QTabWidget6addTabEP7QWidgetRK7QString resumed> ) = 11 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cc00e0, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9cc00e0, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cc1c00, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9cc1c00, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cbfd58, 0x81534a5, 0x9c1a1b0, 0x8153491, 0 -_ZN7QObject13connectNotifyEPKc(0x9cbfd58, 0x81534a5, 0x9c1a1b0, 5, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cc1710, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9cc1710, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cc3250, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9cc3250, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cc04a0, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9cc04a0, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cc2040, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9cc2040, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_Znwj(20, 0x815347e, 0x9c1a1b0, 0x81534d1, 0) = 0x9cc6758 -_ZN9QComboBoxC1EP7QWidget(0x9cc6758, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb7244686, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cc6758, 0xbfc07a04, 0x81b24c8, 0xb716dd07, 0x9bf3970) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74d2f54, 0x9cc6910, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74d2f54, 0x9cc6758, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74d2f7c, 0x9cc6758, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74d2fd0, 0x9cc6758, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74d2ff4, 0x9cc6758, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74d3048, 0x9cc6758, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74a949d, 0x9cc6758, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74d2d48, 0x9cc6758, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74d2d70, 0x9cc6758, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c20, 0x815a190, 0x81533a1, 0, 0x9cc6758) = 0xbfc07c20 -_ZNK9QComboBox5countEv(0x9cc6758, 0x815a190, 0x81533a1, 0, 0x9cc6758) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c20, 0xb76efff4, 0x9cc6770) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cc6758, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 0 -_ZN8QVariantD1Ev(0xbfc07b90, 0xbfc07c20, 0xbfc07b90, 0x81534d1, 0) = 0xbfc07b90 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c24, 0x815a190, 0x81533a4, 0, 0x9cc6758) = 0xbfc07c24 -_ZNK9QComboBox5countEv(0x9cc6758, 0x815a190, 0x81533a4, 0, 0x9cc6758) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c24, 0xb76efff4, 0x9cc6770) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cc6758, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 0 -_ZN8QVariantD1Ev(0xbfc07b9c, 0xbfc07c24, 0xbfc07b9c, 0x81534d1, 0) = 0xbfc07b9c -_ZN9QComboBox15setCurrentIndexEi(0x9cc6758, 1, 0xbfc07b9c, 0x81534d1, 0) = 0x81b21a4 -_ZN11QVectorData4growEiiib(20, 13, 4, 0, 0xb6c22f58) = 28 -_ZN11QVectorData10reallocateEPS_iii(0x9cb9660, 128, 64, 4, 52) = 0x9cc6fd0 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c24, 0x9cc6758, 0xbfc07cdc) = 0x9cc7058 -_Znwj(20, 0x81533a8, 0xbfc07b9c, 0x81534d1, 0) = 0x9cc6ad8 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9cc6ad8, 0xbfc07c28, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9cc6770 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cc6ad8, 0xbfc07a44, 0, 0, 0) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cc7220, 0xb74d19a1, 0x9cc6ad8, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc7220, 0xb74d617f, 0x9cc6ad8, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc7220, 0xb74d193c, 0x9cc6ad8, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc7220, 0xb74d3a42, 0x9cc6ad8, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc7220, 0xb74d61ab, 0x9cc6ad8, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc7220, 0xb74d1ed1, 0x9cc6ad8, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc7220, 0xb74d193c, 0x9cc6ad8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc7220, 0x9cc7668, 0x9cc6ad8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc7220, 0xb74d3a42, 0x9cc6ad8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc7220, 0xb74d61e9, 0x9cc6ad8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc7220, 0xb74d621e, 0x9cc6ad8, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9cc6ad8, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9cc6ad8, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9cc7058 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9cc6ad8) = 0x9cc7788 -_ZN9QLineEdit12setInputMaskERK7QString(0x9cc6ad8, 0xbfc07c2c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_ZN11QVectorData4growEiiib(20, 13, 4, 0, 0x9cc7220) = 28 -_ZN11QVectorData10reallocateEPS_iii(0x9cb96a8, 128, 64, 4, 52) = 0x9cc78e0 -_Znwj(20, 0xbfc07c04, 0x9c1a1b0, 0x81534d1, 0) = 0x9cc6f00 -_ZN8QSpinBoxC1EP7QWidget(0x9cc6f00, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9cc6ad8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x81b24c8, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cc6f00, 0xbfc07924, 0, 0xb716e132, 0x9bf3970) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cb96b8, 0xbfc07934, 16, 16, 0x9cc5e00) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cc7e10, 0xb74d19a1, 0x9cb96b8, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc7e10, 0xb74d617f, 0x9cb96b8, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc7e10, 0xb74d193c, 0x9cb96b8, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc7e10, 0xb74d3a42, 0x9cb96b8, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc7e10, 0xb74d61ab, 0x9cb96b8, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc7e10, 0xb74d1ed1, 0x9cb96b8, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc7e10, 0xb74d193c, 0x9cb96b8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc7e10, 0x9cc7668, 0x9cb96b8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc7e10, 0xb74d3a42, 0x9cb96b8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc7e10, 0xb74d61e9, 0x9cb96b8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc7e10, 0xb74d621e, 0x9cb96b8, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cb96b8, 0xb74d19a1, 0x9cc6f00, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cb96b8, 0xb74d193c, 0x9cc6f00, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9cc6f00, 0xbfc07964, 0x9cb96b8, 0xb6db8e62, 0x9cb96b8) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9cc6f00, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9cc6f00, 2, 65536, 0x81534d1, 0) = 16384 -_ZN11QVectorData4growEiiib(20, 13, 4, 0, 0) = 28 -_ZN11QVectorData10reallocateEPS_iii(0x9cba028, 128, 64, 4, 52) = 0x9cc84f0 -_Znwj(20, 0xbfc07c08, 65536, 0x81534d1, 0) = 0x9cc82b8 -_ZN9QComboBoxC1EP7QWidget(0x9cc82b8, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cc82b8, 0xbfc07a04, 0x9cb96b8, 0xb6db8e62, 0x9cb96b8) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74d2f54, 0x9cc6a88, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74d2f54, 0x9cc82b8, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74d2f7c, 0x9cc82b8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74d2fd0, 0x9cc82b8, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74d2ff4, 0x9cc82b8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74d3048, 0x9cc82b8, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74a949d, 0x9cc82b8, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74d2d48, 0x9cc82b8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74d2d70, 0x9cc82b8, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c30, 0x815a190, 0x81533c8, 0, 0x9cc82b8) = 0xbfc07c30 -_ZNK9QComboBox5countEv(0x9cc82b8, 0x815a190, 0x81533c8, 0, 0x9cc82b8) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c30, 0xb76efff4, 0x9cc8578) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cc82b8, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 0 -_ZN8QVariantD1Ev(0xbfc07ba8, 0xbfc07c30, 0xbfc07ba8, 0x81534d1, 0) = 0xbfc07ba8 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c34, 0x815a190, 0x81533cb, 0, 0x9cc82b8) = 0xbfc07c34 -_ZNK9QComboBox5countEv(0x9cc82b8, 0x815a190, 0x81533cb, 0, 0x9cc82b8) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c34, 0xb76efff4, 0x9cc8578) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cc82b8, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 0 -_ZN8QVariantD1Ev(0xbfc07bb4, 0xbfc07c34, 0xbfc07bb4, 0x81534d1, 0) = 0xbfc07bb4 -_ZN11QVectorData4growEiiib(20, 13, 4, 0, 0x9cc6a88) = 28 -_ZN11QVectorData10reallocateEPS_iii(0x9cbb1e0, 128, 64, 4, 52) = 0x9cc8c50 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c34, 0xbfc07bb4, 0x9cc82b8) = 0x9cc8cd8 -_Znwj(20, 0x81533a8, 0xbfc07bb4, 0x81534d1, 0) = 0x9cc8830 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9cc8830, 0xbfc07c38, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9cc8578 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cc8830, 0xbfc07a44, 0xbfc07934, 0xb6db96bc, 0x9cb96b8) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cc8ea0, 0xb74d19a1, 0x9cc8830, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc8ea0, 0xb74d617f, 0x9cc8830, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc8ea0, 0xb74d193c, 0x9cc8830, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc8ea0, 0xb74d3a42, 0x9cc8830, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc8ea0, 0xb74d61ab, 0x9cc8830, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc8ea0, 0xb74d1ed1, 0x9cc8830, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc8ea0, 0xb74d193c, 0x9cc8830, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc8ea0, 0x9cc92a8, 0x9cc8830, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc8ea0, 0xb74d3a42, 0x9cc8830, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc8ea0, 0xb74d61e9, 0x9cc8830, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc8ea0, 0xb74d621e, 0x9cc8830, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9cc8830, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9cc8830, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9cc8cd8 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9cc8830) = 0x9cc93c8 -_ZN9QLineEdit12setInputMaskERK7QString(0x9cc8830, 0xbfc07c3c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_ZN11QVectorData4growEiiib(20, 13, 4, 0, 0x9cc8ea0) = 28 -_ZN11QVectorData10reallocateEPS_iii(0x9cbb228, 128, 64, 4, 52) = 0x9cc9520 -_Znwj(20, 0xbfc07c10, 0x9c1a1b0, 0x81534d1, 0) = 0x9cc95e8 -_ZN8QSpinBoxC1EP7QWidget(0x9cc95e8, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9cc8830 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x9cb96b8, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cc95e8, 0xbfc07924, 0xbfc07954, 0xb71e4a12, 0x9cb96b8) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cbb248, 0xbfc07934, 99, 29, 0x9cc5e00) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cc9a70, 0xb74d19a1, 0x9cbb248, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc9a70, 0xb74d617f, 0x9cbb248, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc9a70, 0xb74d193c, 0x9cbb248, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc9a70, 0xb74d3a42, 0x9cbb248, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc9a70, 0xb74d61ab, 0x9cbb248, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc9a70, 0xb74d1ed1, 0x9cbb248, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc9a70, 0xb74d193c, 0x9cbb248, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc9a70, 0x9cc9dd8, 0x9cbb248, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc9a70, 0xb74d3a42, 0x9cbb248, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc9a70, 0xb74d61e9, 0x9cbb248, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cc9a70, 0xb74d621e, 0x9cbb248, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cbb248, 0xb74d19a1, 0x9cc95e8, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cbb248, 0xb74d193c, 0x9cc95e8, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9cc95e8, 0xbfc07964, 0x9cbb248, 0xb6db8e62, 0x9cbb248) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9cc95e8, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9cc95e8, 2, 65536, 0x81534d1, 0) = 16384 -_ZN11QVectorData4growEiiib(20, 13, 4, 0, 0) = 28 -_ZN11QVectorData10reallocateEPS_iii(0x9c8f908, 128, 64, 4, 52) = 0x9cca0f8 -_Znwj(20, 0xbfc07c14, 65536, 0x81534d1, 0) = 0x9cc9ea0 -_ZN9QComboBoxC1EP7QWidget(0x9cc9ea0, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cc9ea0, 0xbfc07a04, 0x9cbb248, 0xb6db8e62, 0x9cbb248) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74d2f54, 0x9cc87e0, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74d2f54, 0x9cc9ea0, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74d2f7c, 0x9cc9ea0, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74d2fd0, 0x9cc9ea0, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74d2ff4, 0x9cc9ea0, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74d3048, 0x9cc9ea0, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74a949d, 0x9cc9ea0, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74d2d48, 0x9cc9ea0, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74d2d70, 0x9cc9ea0, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c40, 0x815a190, 0x81533c8, 0, 0x9cc9ea0) = 0xbfc07c40 -_ZNK9QComboBox5countEv(0x9cc9ea0, 0x815a190, 0x81533c8, 0, 0x9cc9ea0) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c40, 0xb76efff4, 0x9cca180) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cc9ea0, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 0 -_ZN8QVariantD1Ev(0xbfc07bc0, 0xbfc07c40, 0xbfc07bc0, 0x81534d1, 0) = 0xbfc07bc0 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c44, 0x815a190, 0x81533cb, 0, 0x9cc9ea0) = 0xbfc07c44 -_ZNK9QComboBox5countEv(0x9cc9ea0, 0x815a190, 0x81533cb, 0, 0x9cc9ea0) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c44, 0xb76efff4, 0x9cca180) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cc9ea0, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 0 -_ZN8QVariantD1Ev(0xbfc07bcc, 0xbfc07c44, 0xbfc07bcc, 0x81534d1, 0) = 0xbfc07bcc -_ZN11QVectorData4growEiiib(20, 13, 4, 0, 0x9cc87e0) = 28 -_ZN11QVectorData10reallocateEPS_iii(0x9cbd170, 128, 64, 4, 52) = 0x9cca898 -_ZN7QString16fromAscii_helperEPKci(0x81533ce, -1, 0xbfc07c44, 0xbfc07bcc, 0x9cc9ea0) = 0x9cbd170 -_Znwj(20, 0, 0xbfc07bcc, 0x81534d1, 0) = 0x9cca438 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cca438, 0xbfc07c48, 0x9c1a1b0, 0xbfc07c4c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cc9ea0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cc8830, 0xb6adeaac, 0x9cc9ea0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533dc, -1, 0xbfc07c44, 0x9cca438, 0xbfc07c48) = 0x9ccab00 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c4c, 0) = 0x9cca400 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cca400, 0xbfc07c50, 0x9c1a1b0, 0xbfc07c54, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cc9ea0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cc8830, 0xb6adeaac, 0x9cc9ea0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533fc, -1, 0xbfc07c44, 0x9cca400, 0xbfc07c50) = 0x9ccad48 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c54, 0) = 0x9ccad68 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ccad68, 0xbfc07c58, 0x9c1a1b0, 0xbfc07c5c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cc9ea0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cc8830, 0xb6adeaac, 0x9cc9ea0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x8153400, -1, 0xbfc07c44, 0x9ccad68, 0xbfc07c58) = 0x9cca870 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c5c, 0) = 0x9ccaf90 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ccaf90, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cc9ea0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cc8830, 0xb6adeaac, 0x9cc9ea0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9ccb1e8 -_ZN11QVBoxLayoutC1Ev(0x9ccb1e8, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0xb76e8664 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9ccb2d0 -_ZN11QGridLayoutC1Ev(0x9ccb2d0, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9ccb438 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ccb2d0, 0x9cca438, 0, 0, 0xbfc07c68) = 0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ccb2d0, 0x9cca400, 1, 0, 0xbfc07c6c) = 0x9ccb2e8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ccb2d0, 0x9ccad68, 1, 1, 0xbfc07c70) = 0x9ccb2e8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ccb2d0, 0x9ccaf90, 1, 2, 0xbfc07c74) = 0x9ccb2e8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ccb2d0, 0x9cc6ad8, 2, 0, 0xbfc07c78) = 0x9ccb2e8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ccb2d0, 0x9cc82b8, 2, 1, 0xbfc07c7c) = 0x9ccb2e8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ccb2d0, 0x9cc6f00, 2, 2, 0xbfc07c80) = 0x9ccb2e8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ccb2d0, 0x9cc6758, 2, 3, 0xbfc07c84) = 0x9ccb2e8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ccb2d0, 0x9cc8830, 3, 0, 0xbfc07c88) = 0x9ccb2e8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ccb2d0, 0x9cc9ea0, 3, 1, 0xbfc07c8c) = 0x9ccb2e8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ccb2d0, 0x9cc95e8, 3, 2, 0xbfc07c90) = 0x9ccb2e8 -_ZN10QBoxLayout9addLayoutEP7QLayouti(0x9ccb1e8, 0x9ccb2d0, 0, 2, 0xbfc07c90 -_ZN7QObject5eventEP6QEvent(0x9ccb1e8, 0xbfc07a54, 0xbfc07a54, 0x9cc87f0, 0x9cc87e0) = 1 -<... _ZN10QBoxLayout9addLayoutEP7QLayouti resumed> ) = 0 -_ZN10QBoxLayout10addSpacingEi(0x9ccb1e8, 124, 0, 2, 0xbfc07c90) = 0x9ccb200 -_ZN7QString16fromAscii_helperEPKci(0x8153408, -1, 124, 0, 0xbfc07c60) = 0x9ccb3e0 -_Znwj(20, 0, 0, 2, 0xbfc07c90) = 0x9ccbbe8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ccbbe8, 0xbfc07c94, 0, 0xbfc07c98, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9ccb1e8, 0x9ccbbe8, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9ccb200 -_ZN7QString16fromAscii_helperEPKci(0x8153416, -1, 124, 0, 0xbfc07c94) = 0x9ccb7c8 -_Znwj(20, 0, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9ccbe88 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ccbe88, 0xbfc07ca0, 0, 0xbfc07ca4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9ccb1e8, 0x9ccbe88, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9ccb200 -_ZN7QString16fromAscii_helperEPKci(0x8153423, -1, 124, 0, 0xbfc07ca0) = 0x9cca3c8 -_Znwj(20, 0, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9ccc108 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ccc108, 0xbfc07cac, 0, 0xbfc07cb0, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9ccb1e8, 0x9ccc108, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9ccb200 -_ZN7QString16fromAscii_helperEPKci(0x8153431, -1, 124, 0, 0xbfc07cac) = 0x9ccc358 -_Znwj(20, 0, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9ccc390 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ccc390, 0xbfc07cb8, 0, 0xbfc07cbc, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9ccb1e8, 0x9ccc390, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9ccb200 -_ZN7QString16fromAscii_helperEPKci(0x8153440, -1, 124, 0, 0xbfc07cb8) = 0x9ccc618 -_Znwj(20, 0, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9ccc650 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ccc650, 0xbfc07cc4, 0, 0xbfc07cc8, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9ccb1e8, 0x9ccc650, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9ccb200 -_ZN7QString16fromAscii_helperEPKci(0x8153450, -1, 124, 0, 0xbfc07cc4) = 0x9ccc8a0 -_Znwj(20, 0, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9ccc8e8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ccc8e8, 0xbfc07cd0, 0, 0xbfc07cd4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9ccb1e8, 0x9ccc8e8, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9ccb200 -_ZN10QBoxLayout10addStretchEi(0x9ccb1e8, 1, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9ccb200 -_ZN7QString6numberEii(0xbfc07ce0, 12, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce0 -_ZN7QString9fromAsciiEPKci(0xbfc07cdc, 0x8153467, -1, 0, 0xbfc07cd0) = 0xbfc07cdc -_ZN7QString6appendERKS_(0xbfc07cdc, 0xbfc07ce0, 0xbfc07d58, 0xb6a012e9, 0xbfc07ce0) = 0xbfc07cdc -_Znwj(20, 0x8153467, 0xbfc07ce0, 0xbfc07cd8, 0xbfc07c90) = 0x9cccb48 -_ZN9QGroupBoxC1ERK7QStringP7QWidget(0x9cccb48, 0xbfc07cdc, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6ac39c6, 0x9cca180 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN9QGroupBoxC1ERK7QStringP7QWidget resumed> ) = 0x81b21a4 -_ZN7QString4freeEPNS_4DataE(0x9ccb3c0, 0xbfc07ce0, -1, 0, 0x9cccb48) = 0x9ccaf68 -_ZN9QGroupBox7setFlatEb(0x9cccb48, 1, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90) = 0 -_ZN7QWidget9setLayoutEP7QLayout(0x9cccb48, 0x9ccb1e8, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb7132de4, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, 0, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9cca920 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9ccab58 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9ccad80 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9ccafa8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget9setLayoutEP7QLayout resumed> ) = 0x9cccc14 -_ZN11QVectorData4growEiiib(20, 13, 4, 0, 0) = 28 -_ZN11QVectorData10reallocateEPS_iii(0x9cbf5c8, 128, 64, 4, 52) = 0x9cccfe0 -_ZN7QString6numberEii(0xbfc07ce4, 12, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce4 -_ZN10QTabWidget6addTabEP7QWidgetRK7QString(0x9c04f68, 0x9cccb48, 0xbfc07ce4, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc077b4, 0xbfc077b4, 0xb714e9ec, 0xb74cd434 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc077b4, 6, 0xb76efff4, 0xbfc074c8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07944, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -<... _ZN10QTabWidget6addTabEP7QWidgetRK7QString resumed> ) = 12 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cc6ad8, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9cc6ad8, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cc8830, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9cc8830, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cc6758, 0x81534a5, 0x9c1a1b0, 0x8153491, 0 -_ZN7QObject13connectNotifyEPKc(0x9cc6758, 0x81534a5, 0x9c1a1b0, 5, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cc82b8, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9cc82b8, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cc9ea0, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9cc9ea0, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cc6f00, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9cc6f00, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cc95e8, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9cc95e8, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_Znwj(20, 0x815347e, 0x9c1a1b0, 0x81534d1, 0) = 0x9ccd428 -_ZN9QComboBoxC1EP7QWidget(0x9ccd428, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb7244686, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ccd428, 0xbfc07a04, 0x81b24c8, 0xb716dd07, 0x9bf3970) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74d2f54, 0x9ccd5e0, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74d2f54, 0x9ccd428, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74d2f7c, 0x9ccd428, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74d2fd0, 0x9ccd428, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74d2ff4, 0x9ccd428, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74d3048, 0x9ccd428, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74a949d, 0x9ccd428, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74d2d48, 0x9ccd428, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74d2d70, 0x9ccd428, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c20, 0x815a190, 0x81533a1, 0, 0x9ccd428) = 0xbfc07c20 -_ZNK9QComboBox5countEv(0x9ccd428, 0x815a190, 0x81533a1, 0, 0x9ccd428) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c20, 0xb76efff4, 0x9ccd440) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9ccd428, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 0 -_ZN8QVariantD1Ev(0xbfc07b90, 0xbfc07c20, 0xbfc07b90, 0x81534d1, 0) = 0xbfc07b90 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c24, 0x815a190, 0x81533a4, 0, 0x9ccd428) = 0xbfc07c24 -_ZNK9QComboBox5countEv(0x9ccd428, 0x815a190, 0x81533a4, 0, 0x9ccd428) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c24, 0xb76efff4, 0x9ccd440) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9ccd428, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 0 -_ZN8QVariantD1Ev(0xbfc07b9c, 0xbfc07c24, 0xbfc07b9c, 0x81534d1, 0) = 0xbfc07b9c -_ZN9QComboBox15setCurrentIndexEi(0x9ccd428, 1, 0xbfc07b9c, 0x81534d1, 0) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c24, 0x9ccd428, 0xbfc07cdc) = 0x9ccdc68 -_Znwj(20, 0x81533a8, 0xbfc07b9c, 0x81534d1, 0) = 0x9ccd7a8 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9ccd7a8, 0xbfc07c28, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9ccd440 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ccd7a8, 0xbfc07a44, 0, 0, 0) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9ccde70, 0xb74d19a1, 0x9ccd7a8, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccde70, 0xb74d617f, 0x9ccd7a8, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccde70, 0xb74d193c, 0x9ccd7a8, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccde70, 0xb74d3a42, 0x9ccd7a8, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccde70, 0xb74d61ab, 0x9ccd7a8, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccde70, 0xb74d1ed1, 0x9ccd7a8, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccde70, 0xb74d193c, 0x9ccd7a8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccde70, 0x9cce2b8, 0x9ccd7a8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccde70, 0xb74d3a42, 0x9ccd7a8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccde70, 0xb74d61e9, 0x9ccd7a8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccde70, 0xb74d621e, 0x9ccd7a8, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9ccd7a8, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9ccd7a8, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9ccdc68 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9ccd7a8) = 0x9cce3d8 -_ZN9QLineEdit12setInputMaskERK7QString(0x9ccd7a8, 0xbfc07c2c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_Znwj(20, 0xbfc07c04, 0x9c1a1b0, 0x81534d1, 0) = 0x9cce5f8 -_ZN8QSpinBoxC1EP7QWidget(0x9cce5f8, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9ccd7a8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x81b24c8, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cce5f8, 0xbfc07924, 0, 0xb716e132, 0x9bf3970) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ccdc98, 0xbfc07934, 16, 16, 0x9cccb00) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9ccea60, 0xb74d19a1, 0x9ccdc98, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccea60, 0xb74d617f, 0x9ccdc98, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccea60, 0xb74d193c, 0x9ccdc98, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccea60, 0xb74d3a42, 0x9ccdc98, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccea60, 0xb74d61ab, 0x9ccdc98, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccea60, 0xb74d1ed1, 0x9ccdc98, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccea60, 0xb74d193c, 0x9ccdc98, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccea60, 0x9ccee28, 0x9ccdc98, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccea60, 0xb74d3a42, 0x9ccdc98, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccea60, 0xb74d61e9, 0x9ccdc98, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccea60, 0xb74d621e, 0x9ccdc98, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccdc98, 0xb74d19a1, 0x9cce5f8, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9ccdc98, 0xb74d193c, 0x9cce5f8, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9cce5f8, 0xbfc07964, 0x9ccdc98, 0xb6db8e62, 0x9ccdc98) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9cce5f8, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9cce5f8, 2, 65536, 0x81534d1, 0) = 16384 -_Znwj(20, 0xbfc07c08, 65536, 0x81534d1, 0) = 0x9cceef0 -_ZN9QComboBoxC1EP7QWidget(0x9cceef0, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cceef0, 0xbfc07a04, 0x9ccdc98, 0xb6db8e62, 0x9ccdc98) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74d2f54, 0x9ccd758, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74d2f54, 0x9cceef0, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74d2f7c, 0x9cceef0, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74d2fd0, 0x9cceef0, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74d2ff4, 0x9cceef0, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74d3048, 0x9cceef0, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74a949d, 0x9cceef0, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74d2d48, 0x9cceef0, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74d2d70, 0x9cceef0, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c30, 0x815a190, 0x81533c8, 0, 0x9cceef0) = 0xbfc07c30 -_ZNK9QComboBox5countEv(0x9cceef0, 0x815a190, 0x81533c8, 0, 0x9cceef0) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c30, 0xb76efff4, 0x9ccf148) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cceef0, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 0 -_ZN8QVariantD1Ev(0xbfc07ba8, 0xbfc07c30, 0xbfc07ba8, 0x81534d1, 0) = 0xbfc07ba8 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c34, 0x815a190, 0x81533cb, 0, 0x9cceef0) = 0xbfc07c34 -_ZNK9QComboBox5countEv(0x9cceef0, 0x815a190, 0x81533cb, 0, 0x9cceef0) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c34, 0xb76efff4, 0x9ccf148) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cceef0, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 0 -_ZN8QVariantD1Ev(0xbfc07bb4, 0xbfc07c34, 0xbfc07bb4, 0x81534d1, 0) = 0xbfc07bb4 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c34, 0xbfc07bb4, 0x9cceef0) = 0x9ccf868 -_Znwj(20, 0x81533a8, 0xbfc07bb4, 0x81534d1, 0) = 0x9ccf428 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9ccf428, 0xbfc07c38, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9ccf148 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ccf428, 0xbfc07a44, 0xbfc07934, 0xb6db96bc, 0x9ccdc98) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9ccfa70, 0xb74d19a1, 0x9ccf428, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccfa70, 0xb74d617f, 0x9ccf428, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccfa70, 0xb74d193c, 0x9ccf428, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccfa70, 0xb74d3a42, 0x9ccf428, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccfa70, 0xb74d61ab, 0x9ccf428, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccfa70, 0xb74d1ed1, 0x9ccf428, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccfa70, 0xb74d193c, 0x9ccf428, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccfa70, 0x9ccfe78, 0x9ccf428, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccfa70, 0xb74d3a42, 0x9ccf428, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccfa70, 0xb74d61e9, 0x9ccf428, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccfa70, 0xb74d621e, 0x9ccf428, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9ccf428, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9ccf428, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9ccf868 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9ccf428) = 0x9ccff98 -_ZN9QLineEdit12setInputMaskERK7QString(0x9ccf428, 0xbfc07c3c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_Znwj(20, 0xbfc07c10, 0x9c1a1b0, 0x81534d1, 0) = 0x9cd01b8 -_ZN8QSpinBoxC1EP7QWidget(0x9cd01b8, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9ccf428 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x9ccdc98, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cd01b8, 0xbfc07924, 0xbfc07954, 0xb71e4a12, 0x9ccdc98) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ccf888, 0xbfc07934, 99, 29, 0x9cccb00) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cd0620, 0xb74d19a1, 0x9ccf888, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd0620, 0xb74d617f, 0x9ccf888, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd0620, 0xb74d193c, 0x9ccf888, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd0620, 0xb74d3a42, 0x9ccf888, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd0620, 0xb74d61ab, 0x9ccf888, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd0620, 0xb74d1ed1, 0x9ccf888, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd0620, 0xb74d193c, 0x9ccf888, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd0620, 0x9cd09c0, 0x9ccf888, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd0620, 0xb74d3a42, 0x9ccf888, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd0620, 0xb74d61e9, 0x9ccf888, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd0620, 0xb74d621e, 0x9ccf888, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9ccf888, 0xb74d19a1, 0x9cd01b8, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9ccf888, 0xb74d193c, 0x9cd01b8, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9cd01b8, 0xbfc07964, 0x9ccf888, 0xb6db8e62, 0x9ccf888) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9cd01b8, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9cd01b8, 2, 65536, 0x81534d1, 0) = 16384 -_Znwj(20, 0xbfc07c14, 65536, 0x81534d1, 0) = 0x9cd0a88 -_ZN9QComboBoxC1EP7QWidget(0x9cd0a88, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cd0a88, 0xbfc07a04, 0x9ccf888, 0xb6db8e62, 0x9ccf888) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74d2f54, 0x9cd0220, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74d2f54, 0x9cd0a88, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74d2f7c, 0x9cd0a88, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74d2fd0, 0x9cd0a88, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74d2ff4, 0x9cd0a88, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74d3048, 0x9cd0a88, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74a949d, 0x9cd0a88, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74d2d48, 0x9cd0a88, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74d2d70, 0x9cd0a88, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c40, 0x815a190, 0x81533c8, 0, 0x9cd0a88) = 0xbfc07c40 -_ZNK9QComboBox5countEv(0x9cd0a88, 0x815a190, 0x81533c8, 0, 0x9cd0a88) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c40, 0xb76efff4, 0x9cd0cc0) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cd0a88, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 0 -_ZN8QVariantD1Ev(0xbfc07bc0, 0xbfc07c40, 0xbfc07bc0, 0x81534d1, 0) = 0xbfc07bc0 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c44, 0x815a190, 0x81533cb, 0, 0x9cd0a88) = 0xbfc07c44 -_ZNK9QComboBox5countEv(0x9cd0a88, 0x815a190, 0x81533cb, 0, 0x9cd0a88) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c44, 0xb76efff4, 0x9cd0cc0) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cd0a88, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 0 -_ZN8QVariantD1Ev(0xbfc07bcc, 0xbfc07c44, 0xbfc07bcc, 0x81534d1, 0) = 0xbfc07bcc -_ZN7QString16fromAscii_helperEPKci(0x81533ce, -1, 0xbfc07c44, 0xbfc07bcc, 0x9cd0a88) = 0x9cd1448 -_Znwj(20, 0, 0xbfc07bcc, 0x81534d1, 0) = 0x9cd0ff8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cd0ff8, 0xbfc07c48, 0x9c1a1b0, 0xbfc07c4c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cd0a88 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9ccf428, 0xb6adeaac, 0x9cd0a88) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533dc, -1, 0xbfc07c44, 0x9cd0ff8, 0xbfc07c48) = 0x9cd1668 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c4c, 0) = 0x9cd0fc0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cd0fc0, 0xbfc07c50, 0x9c1a1b0, 0xbfc07c54, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cd0a88 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9ccf428, 0xb6adeaac, 0x9cd0a88) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533fc, -1, 0xbfc07c44, 0x9cd0fc0, 0xbfc07c50) = 0x9cd18b0 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c54, 0) = 0x9cd18d0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cd18d0, 0xbfc07c58, 0x9c1a1b0, 0xbfc07c5c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cd0a88 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9ccf428, 0xb6adeaac, 0x9cd0a88) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x8153400, -1, 0xbfc07c44, 0x9cd18d0, 0xbfc07c58) = 0x9cd1420 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c5c, 0) = 0x9cd1af8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cd1af8, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cd0a88 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9ccf428, 0xb6adeaac, 0x9cd0a88) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9cd1d50 -_ZN11QVBoxLayoutC1Ev(0x9cd1d50, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0xb76e8664 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9cd1e38 -_ZN11QGridLayoutC1Ev(0x9cd1e38, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9cd1fa0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cd1e38, 0x9cd0ff8, 0, 0, 0xbfc07c68) = 0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cd1e38, 0x9cd0fc0, 1, 0, 0xbfc07c6c) = 0x9cd1e50 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cd1e38, 0x9cd18d0, 1, 1, 0xbfc07c70) = 0x9cd1e50 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cd1e38, 0x9cd1af8, 1, 2, 0xbfc07c74) = 0x9cd1e50 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cd1e38, 0x9ccd7a8, 2, 0, 0xbfc07c78) = 0x9cd1e50 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cd1e38, 0x9cceef0, 2, 1, 0xbfc07c7c) = 0x9cd1e50 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cd1e38, 0x9cce5f8, 2, 2, 0xbfc07c80) = 0x9cd1e50 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cd1e38, 0x9ccd428, 2, 3, 0xbfc07c84) = 0x9cd1e50 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cd1e38, 0x9ccf428, 3, 0, 0xbfc07c88) = 0x9cd1e50 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cd1e38, 0x9cd0a88, 3, 1, 0xbfc07c8c) = 0x9cd1e50 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cd1e38, 0x9cd01b8, 3, 2, 0xbfc07c90) = 0x9cd1e50 -_ZN10QBoxLayout9addLayoutEP7QLayouti(0x9cd1d50, 0x9cd1e38, 0, 2, 0xbfc07c90 -_ZN7QObject5eventEP6QEvent(0x9cd1d50, 0xbfc07a54, 0xbfc07a54, 0x9cd0230, 0x9cd0220) = 1 -<... _ZN10QBoxLayout9addLayoutEP7QLayouti resumed> ) = 0 -_ZN10QBoxLayout10addSpacingEi(0x9cd1d50, 124, 0, 2, 0xbfc07c90) = 0x9cd1d68 -_ZN7QString16fromAscii_helperEPKci(0x8153408, -1, 124, 0, 0xbfc07c60) = 0x9cd1f48 -_Znwj(20, 0, 0, 2, 0xbfc07c90) = 0x9cd2750 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cd2750, 0xbfc07c94, 0, 0xbfc07c98, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cd1d50, 0x9cd2750, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9cd1d68 -_ZN7QString16fromAscii_helperEPKci(0x8153416, -1, 124, 0, 0xbfc07c94) = 0x9cd2330 -_Znwj(20, 0, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9cd29f0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cd29f0, 0xbfc07ca0, 0, 0xbfc07ca4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cd1d50, 0x9cd29f0, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9cd1d68 -_ZN7QString16fromAscii_helperEPKci(0x8153423, -1, 124, 0, 0xbfc07ca0) = 0x9cd09b0 -_Znwj(20, 0, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9cd2c70 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cd2c70, 0xbfc07cac, 0, 0xbfc07cb0, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cd1d50, 0x9cd2c70, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9cd1d68 -_ZN7QString16fromAscii_helperEPKci(0x8153431, -1, 124, 0, 0xbfc07cac) = 0x9cd2ec0 -_Znwj(20, 0, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9cd2ef8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cd2ef8, 0xbfc07cb8, 0, 0xbfc07cbc, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cd1d50, 0x9cd2ef8, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9cd1d68 -_ZN7QString16fromAscii_helperEPKci(0x8153440, -1, 124, 0, 0xbfc07cb8) = 0x9cd3180 -_Znwj(20, 0, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9cd31b8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cd31b8, 0xbfc07cc4, 0, 0xbfc07cc8, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cd1d50, 0x9cd31b8, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9cd1d68 -_ZN7QString16fromAscii_helperEPKci(0x8153450, -1, 124, 0, 0xbfc07cc4) = 0x9cd3408 -_Znwj(20, 0, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9cd3450 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cd3450, 0xbfc07cd0, 0, 0xbfc07cd4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cd1d50, 0x9cd3450, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9cd1d68 -_ZN10QBoxLayout10addStretchEi(0x9cd1d50, 1, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9cd1d68 -_ZN7QString6numberEii(0xbfc07ce0, 13, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce0 -_ZN7QString9fromAsciiEPKci(0xbfc07cdc, 0x8153467, -1, 0, 0xbfc07cd0) = 0xbfc07cdc -_ZN7QString6appendERKS_(0xbfc07cdc, 0xbfc07ce0, 0xbfc07d58, 0xb6a012e9, 0xbfc07ce0) = 0xbfc07cdc -_Znwj(20, 0x8153467, 0xbfc07ce0, 0xbfc07cd8, 0xbfc07c90) = 0x9cd36b0 -_ZN9QGroupBoxC1ERK7QStringP7QWidget(0x9cd36b0, 0xbfc07cdc, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6ac39c6, 0x9cd0cc0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN9QGroupBoxC1ERK7QStringP7QWidget resumed> ) = 0x81b21a4 -_ZN7QString4freeEPNS_4DataE(0x9cd1f28, 0xbfc07ce0, -1, 0, 0x9cd36b0) = 0x9cd1ad0 -_ZN9QGroupBox7setFlatEb(0x9cd36b0, 1, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90) = 0 -_ZN7QWidget9setLayoutEP7QLayout(0x9cd36b0, 0x9cd1d50, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb7132de4, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, 0, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9cd1478 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9cd16c0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9cd18e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9cd1b10 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget9setLayoutEP7QLayout resumed> ) = 0x9cd377c -_ZN7QString6numberEii(0xbfc07ce4, 13, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce4 -_ZN10QTabWidget6addTabEP7QWidgetRK7QString(0x9c04f68, 0x9cd36b0, 0xbfc07ce4, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc077b4, 0xbfc077b4, 0xb714e9ec, 0xb74cd434 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc077b4, 6, 0xb76efff4, 0xbfc074c8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07944, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -<... _ZN10QTabWidget6addTabEP7QWidgetRK7QString resumed> ) = 13 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9ccd7a8, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9ccd7a8, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9ccf428, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9ccf428, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9ccd428, 0x81534a5, 0x9c1a1b0, 0x8153491, 0 -_ZN7QObject13connectNotifyEPKc(0x9ccd428, 0x81534a5, 0x9c1a1b0, 5, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cceef0, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9cceef0, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cd0a88, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9cd0a88, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cce5f8, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9cce5f8, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cd01b8, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9cd01b8, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_Znwj(20, 0x815347e, 0x9c1a1b0, 0x81534d1, 0) = 0x9cd3fc0 -_ZN9QComboBoxC1EP7QWidget(0x9cd3fc0, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb7244686, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cd3fc0, 0xbfc07a04, 0x81b24c8, 0xb716dd07, 0x9bf3970) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74d2f54, 0x9cd41a8, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74d2f54, 0x9cd3fc0, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74d2f7c, 0x9cd3fc0, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74d2fd0, 0x9cd3fc0, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74d2ff4, 0x9cd3fc0, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74d3048, 0x9cd3fc0, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74a949d, 0x9cd3fc0, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74d2d48, 0x9cd3fc0, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74d2d70, 0x9cd3fc0, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c20, 0x815a190, 0x81533a1, 0, 0x9cd3fc0) = 0xbfc07c20 -_ZNK9QComboBox5countEv(0x9cd3fc0, 0x815a190, 0x81533a1, 0, 0x9cd3fc0) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c20, 0xb76efff4, 0x9cd3fd8) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cd3fc0, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 0 -_ZN8QVariantD1Ev(0xbfc07b90, 0xbfc07c20, 0xbfc07b90, 0x81534d1, 0) = 0xbfc07b90 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c24, 0x815a190, 0x81533a4, 0, 0x9cd3fc0) = 0xbfc07c24 -_ZNK9QComboBox5countEv(0x9cd3fc0, 0x815a190, 0x81533a4, 0, 0x9cd3fc0) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c24, 0xb76efff4, 0x9cd3fd8) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cd3fc0, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 0 -_ZN8QVariantD1Ev(0xbfc07b9c, 0xbfc07c24, 0xbfc07b9c, 0x81534d1, 0) = 0xbfc07b9c -_ZN9QComboBox15setCurrentIndexEi(0x9cd3fc0, 1, 0xbfc07b9c, 0x81534d1, 0) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c24, 0x9cd3fc0, 0xbfc07cdc) = 0x9cd47c8 -_Znwj(20, 0x81533a8, 0xbfc07b9c, 0x81534d1, 0) = 0x9cd4338 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9cd4338, 0xbfc07c28, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9cd3fd8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cd4338, 0xbfc07a44, 0, 0, 0) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cd49d0, 0xb74d19a1, 0x9cd4338, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd49d0, 0xb74d617f, 0x9cd4338, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd49d0, 0xb74d193c, 0x9cd4338, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd49d0, 0xb74d3a42, 0x9cd4338, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd49d0, 0xb74d61ab, 0x9cd4338, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd49d0, 0xb74d1ed1, 0x9cd4338, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd49d0, 0xb74d193c, 0x9cd4338, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd49d0, 0x9cd4c48, 0x9cd4338, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd49d0, 0xb74d3a42, 0x9cd4338, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd49d0, 0xb74d61e9, 0x9cd4338, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd49d0, 0xb74d621e, 0x9cd4338, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9cd4338, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9cd4338, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9cd47c8 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9cd4338) = 0x9cd4e70 -_ZN9QLineEdit12setInputMaskERK7QString(0x9cd4338, 0xbfc07c2c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_Znwj(20, 0xbfc07c04, 0x9c1a1b0, 0x81534d1, 0) = 0x9cd46f8 -_ZN8QSpinBoxC1EP7QWidget(0x9cd46f8, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9cd4338 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x81b24c8, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cd46f8, 0xbfc07924, 0, 0xb716e132, 0x9bf3970) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cd50e8, 0xbfc07934, 16, 16, 0x9cd3600) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cd5540, 0xb74d19a1, 0x9cd50e8, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd5540, 0xb74d617f, 0x9cd50e8, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd5540, 0xb74d193c, 0x9cd50e8, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd5540, 0xb74d3a42, 0x9cd50e8, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd5540, 0xb74d61ab, 0x9cd50e8, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd5540, 0xb74d1ed1, 0x9cd50e8, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd5540, 0xb74d193c, 0x9cd50e8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd5540, 0x9cd58a8, 0x9cd50e8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd5540, 0xb74d3a42, 0x9cd50e8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd5540, 0xb74d61e9, 0x9cd50e8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd5540, 0xb74d621e, 0x9cd50e8, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd50e8, 0xb74d19a1, 0x9cd46f8, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cd50e8, 0xb74d193c, 0x9cd46f8, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9cd46f8, 0xbfc07964, 0x9cd50e8, 0xb6db8e62, 0x9cd50e8) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9cd46f8, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9cd46f8, 2, 65536, 0x81534d1, 0) = 16384 -_Znwj(20, 0xbfc07c08, 65536, 0x81534d1, 0) = 0x9cd5970 -_ZN9QComboBoxC1EP7QWidget(0x9cd5970, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cd5970, 0xbfc07a04, 0x9cd50e8, 0xb6db8e62, 0x9cd50e8) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74d2f54, 0x9cd51c8, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74d2f54, 0x9cd5970, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74d2f7c, 0x9cd5970, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74d2fd0, 0x9cd5970, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74d2ff4, 0x9cd5970, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74d3048, 0x9cd5970, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74a949d, 0x9cd5970, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74d2d48, 0x9cd5970, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74d2d70, 0x9cd5970, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c30, 0x815a190, 0x81533c8, 0, 0x9cd5970) = 0xbfc07c30 -_ZNK9QComboBox5countEv(0x9cd5970, 0x815a190, 0x81533c8, 0, 0x9cd5970) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c30, 0xb76efff4, 0x9cd5ba8) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cd5970, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 0 -_ZN8QVariantD1Ev(0xbfc07ba8, 0xbfc07c30, 0xbfc07ba8, 0x81534d1, 0) = 0xbfc07ba8 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c34, 0x815a190, 0x81533cb, 0, 0x9cd5970) = 0xbfc07c34 -_ZNK9QComboBox5countEv(0x9cd5970, 0x815a190, 0x81533cb, 0, 0x9cd5970) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c34, 0xb76efff4, 0x9cd5ba8) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cd5970, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 0 -_ZN8QVariantD1Ev(0xbfc07bb4, 0xbfc07c34, 0xbfc07bb4, 0x81534d1, 0) = 0xbfc07bb4 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c34, 0xbfc07bb4, 0x9cd5970) = 0x9cd62f8 -_Znwj(20, 0x81533a8, 0xbfc07bb4, 0x81534d1, 0) = 0x9cd5eb8 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9cd5eb8, 0xbfc07c38, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9cd5ba8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cd5eb8, 0xbfc07a44, 0xbfc07934, 0xb6db96bc, 0x9cd50e8) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cd6500, 0xb74d19a1, 0x9cd5eb8, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd6500, 0xb74d617f, 0x9cd5eb8, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd6500, 0xb74d193c, 0x9cd5eb8, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd6500, 0xb74d3a42, 0x9cd5eb8, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd6500, 0xb74d61ab, 0x9cd5eb8, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd6500, 0xb74d1ed1, 0x9cd5eb8, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd6500, 0xb74d193c, 0x9cd5eb8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd6500, 0x9cd6748, 0x9cd5eb8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd6500, 0xb74d3a42, 0x9cd5eb8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd6500, 0xb74d61e9, 0x9cd5eb8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd6500, 0xb74d621e, 0x9cd5eb8, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9cd5eb8, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9cd5eb8, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9cd62f8 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9cd5eb8) = 0x9cd6998 -_ZN9QLineEdit12setInputMaskERK7QString(0x9cd5eb8, 0xbfc07c3c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_Znwj(20, 0xbfc07c10, 0x9c1a1b0, 0x81534d1, 0) = 0x9cd62f8 -_ZN8QSpinBoxC1EP7QWidget(0x9cd62f8, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9cd5eb8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x9cd50e8, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cd62f8, 0xbfc07924, 0xbfc07954, 0xb71e4a12, 0x9cd50e8) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cd6b00, 0xbfc07934, 99, 29, 0x9cd3600) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cd7050, 0xb74d19a1, 0x9cd6b00, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd7050, 0xb74d617f, 0x9cd6b00, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd7050, 0xb74d193c, 0x9cd6b00, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd7050, 0xb74d3a42, 0x9cd6b00, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd7050, 0xb74d61ab, 0x9cd6b00, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd7050, 0xb74d1ed1, 0x9cd6b00, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd7050, 0xb74d193c, 0x9cd6b00, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd7050, 0x9cd73f8, 0x9cd6b00, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd7050, 0xb74d3a42, 0x9cd6b00, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd7050, 0xb74d61e9, 0x9cd6b00, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd7050, 0xb74d621e, 0x9cd6b00, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cd6b00, 0xb74d19a1, 0x9cd62f8, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cd6b00, 0xb74d193c, 0x9cd62f8, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9cd62f8, 0xbfc07964, 0x9cd6b00, 0xb6db8e62, 0x9cd6b00) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9cd62f8, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9cd62f8, 2, 65536, 0x81534d1, 0) = 16384 -_Znwj(20, 0xbfc07c14, 65536, 0x81534d1, 0) = 0x9cd74c0 -_ZN9QComboBoxC1EP7QWidget(0x9cd74c0, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cd74c0, 0xbfc07a04, 0x9cd6b00, 0xb6db8e62, 0x9cd6b00) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74d2f54, 0x9cd6c80, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74d2f54, 0x9cd74c0, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74d2f7c, 0x9cd74c0, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74d2fd0, 0x9cd74c0, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74d2ff4, 0x9cd74c0, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74d3048, 0x9cd74c0, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74a949d, 0x9cd74c0, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74d2d48, 0x9cd74c0, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74d2d70, 0x9cd74c0, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c40, 0x815a190, 0x81533c8, 0, 0x9cd74c0) = 0xbfc07c40 -_ZNK9QComboBox5countEv(0x9cd74c0, 0x815a190, 0x81533c8, 0, 0x9cd74c0) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c40, 0xb76efff4, 0x9cd7718) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cd74c0, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 0 -_ZN8QVariantD1Ev(0xbfc07bc0, 0xbfc07c40, 0xbfc07bc0, 0x81534d1, 0) = 0xbfc07bc0 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c44, 0x815a190, 0x81533cb, 0, 0x9cd74c0) = 0xbfc07c44 -_ZNK9QComboBox5countEv(0x9cd74c0, 0x815a190, 0x81533cb, 0, 0x9cd74c0) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c44, 0xb76efff4, 0x9cd7718) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cd74c0, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 0 -_ZN8QVariantD1Ev(0xbfc07bcc, 0xbfc07c44, 0xbfc07bcc, 0x81534d1, 0) = 0xbfc07bcc -_ZN7QString16fromAscii_helperEPKci(0x81533ce, -1, 0xbfc07c44, 0xbfc07bcc, 0x9cd74c0) = 0x9cd6740 -_Znwj(20, 0, 0xbfc07bcc, 0x81534d1, 0) = 0x9cd7a28 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cd7a28, 0xbfc07c48, 0x9c1a1b0, 0xbfc07c4c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cd74c0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cd5eb8, 0xb6adeaac, 0x9cd74c0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533dc, -1, 0xbfc07c44, 0x9cd7a28, 0xbfc07c48) = 0x9cd8058 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c4c, 0) = 0x9cd79f0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cd79f0, 0xbfc07c50, 0x9c1a1b0, 0xbfc07c54, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cd74c0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cd5eb8, 0xb6adeaac, 0x9cd74c0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533fc, -1, 0xbfc07c44, 0x9cd79f0, 0xbfc07c50) = 0x9cd82a0 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c54, 0) = 0x9cd82c0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cd82c0, 0xbfc07c58, 0x9c1a1b0, 0xbfc07c5c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cd74c0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cd5eb8, 0xb6adeaac, 0x9cd74c0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x8153400, -1, 0xbfc07c44, 0x9cd82c0, 0xbfc07c58) = 0x9cd7e40 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c5c, 0) = 0x9cd84e8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cd84e8, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cd74c0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cd5eb8, 0xb6adeaac, 0x9cd74c0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9cd8740 -_ZN11QVBoxLayoutC1Ev(0x9cd8740, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0xb76e8664 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9cd8828 -_ZN11QGridLayoutC1Ev(0x9cd8828, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9cd8958 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cd8828, 0x9cd7a28, 0, 0, 0xbfc07c68) = 0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cd8828, 0x9cd79f0, 1, 0, 0xbfc07c6c) = 0x9cd8840 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cd8828, 0x9cd82c0, 1, 1, 0xbfc07c70) = 0x9cd8840 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cd8828, 0x9cd84e8, 1, 2, 0xbfc07c74) = 0x9cd8840 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cd8828, 0x9cd4338, 2, 0, 0xbfc07c78) = 0x9cd8840 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cd8828, 0x9cd5970, 2, 1, 0xbfc07c7c) = 0x9cd8840 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cd8828, 0x9cd46f8, 2, 2, 0xbfc07c80) = 0x9cd8840 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cd8828, 0x9cd3fc0, 2, 3, 0xbfc07c84) = 0x9cd8840 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cd8828, 0x9cd5eb8, 3, 0, 0xbfc07c88) = 0x9cd8840 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cd8828, 0x9cd74c0, 3, 1, 0xbfc07c8c) = 0x9cd8840 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cd8828, 0x9cd62f8, 3, 2, 0xbfc07c90) = 0x9cd8840 -_ZN10QBoxLayout9addLayoutEP7QLayouti(0x9cd8740, 0x9cd8828, 0, 2, 0xbfc07c90 -_ZN7QObject5eventEP6QEvent(0x9cd8740, 0xbfc07a54, 0xbfc07a54, 0x9cd6c90, 0x9cd6c80) = 1 -<... _ZN10QBoxLayout9addLayoutEP7QLayouti resumed> ) = 0 -_ZN10QBoxLayout10addSpacingEi(0x9cd8740, 124, 0, 2, 0xbfc07c90) = 0x9cd8758 -_ZN7QString16fromAscii_helperEPKci(0x8153408, -1, 124, 0, 0xbfc07c60) = 0x9cd73e8 -_Znwj(20, 0, 0, 2, 0xbfc07c90) = 0x9cd90d8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cd90d8, 0xbfc07c94, 0, 0xbfc07c98, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cd8740, 0x9cd90d8, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9cd8758 -_ZN7QString16fromAscii_helperEPKci(0x8153416, -1, 124, 0, 0xbfc07c94) = 0x9cd8b48 -_Znwj(20, 0, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9cd9378 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cd9378, 0xbfc07ca0, 0, 0xbfc07ca4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cd8740, 0x9cd9378, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9cd8758 -_ZN7QString16fromAscii_helperEPKci(0x8153423, -1, 124, 0, 0xbfc07ca0) = 0x9cd5140 -_Znwj(20, 0, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9cd95f8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cd95f8, 0xbfc07cac, 0, 0xbfc07cb0, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cd8740, 0x9cd95f8, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9cd8758 -_ZN7QString16fromAscii_helperEPKci(0x8153431, -1, 124, 0, 0xbfc07cac) = 0x9cd9848 -_Znwj(20, 0, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9cd9880 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cd9880, 0xbfc07cb8, 0, 0xbfc07cbc, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cd8740, 0x9cd9880, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9cd8758 -_ZN7QString16fromAscii_helperEPKci(0x8153440, -1, 124, 0, 0xbfc07cb8) = 0x9cd9b08 -_Znwj(20, 0, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9cd9b40 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cd9b40, 0xbfc07cc4, 0, 0xbfc07cc8, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cd8740, 0x9cd9b40, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9cd8758 -_ZN7QString16fromAscii_helperEPKci(0x8153450, -1, 124, 0, 0xbfc07cc4) = 0x9cd9d90 -_Znwj(20, 0, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9cd9dd8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cd9dd8, 0xbfc07cd0, 0, 0xbfc07cd4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cd8740, 0x9cd9dd8, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9cd8758 -_ZN10QBoxLayout10addStretchEi(0x9cd8740, 1, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9cd8758 -_ZN7QString6numberEii(0xbfc07ce0, 14, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce0 -_ZN7QString9fromAsciiEPKci(0xbfc07cdc, 0x8153467, -1, 0, 0xbfc07cd0) = 0xbfc07cdc -_ZN7QString6appendERKS_(0xbfc07cdc, 0xbfc07ce0, 0xbfc07d58, 0xb6a012e9, 0xbfc07ce0) = 0xbfc07cdc -_Znwj(20, 0x8153467, 0xbfc07ce0, 0xbfc07cd8, 0xbfc07c90) = 0x9cda038 -_ZN9QGroupBoxC1ERK7QStringP7QWidget(0x9cda038, 0xbfc07cdc, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6ac39c6, 0x9cd7718 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN9QGroupBoxC1ERK7QStringP7QWidget resumed> ) = 0x81b21a4 -_ZN7QString4freeEPNS_4DataE(0x9cd8918, 0xbfc07ce0, -1, 0, 0x9cda038) = 0x9cd84c0 -_ZN9QGroupBox7setFlatEb(0x9cda038, 1, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90) = 0 -_ZN7QWidget9setLayoutEP7QLayout(0x9cda038, 0x9cd8740, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb7132de4, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, 0, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9cd7e68 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9cd80b0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9cd82d8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9cd8500 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget9setLayoutEP7QLayout resumed> ) = 0x9cda104 -_ZN7QString6numberEii(0xbfc07ce4, 14, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce4 -_ZN10QTabWidget6addTabEP7QWidgetRK7QString(0x9c04f68, 0x9cda038, 0xbfc07ce4, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc077b4, 0xbfc077b4, 0xb714e9ec, 0xb74cd434 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc077b4, 6, 0xb76efff4, 0xbfc074c8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07944, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -<... _ZN10QTabWidget6addTabEP7QWidgetRK7QString resumed> ) = 14 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cd4338, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9cd4338, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cd5eb8, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9cd5eb8, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cd3fc0, 0x81534a5, 0x9c1a1b0, 0x8153491, 0 -_ZN7QObject13connectNotifyEPKc(0x9cd3fc0, 0x81534a5, 0x9c1a1b0, 5, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cd5970, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9cd5970, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cd74c0, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9cd74c0, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cd46f8, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9cd46f8, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cd62f8, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9cd62f8, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_Znwj(20, 0x815347e, 0x9c1a1b0, 0x81534d1, 0) = 0x9cdaa18 -_ZN9QComboBoxC1EP7QWidget(0x9cdaa18, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb7244686, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cdaa18, 0xbfc07a04, 0x81b24c8, 0xb716dd07, 0x9bf3970) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74d2f54, 0x9cdac00, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74d2f54, 0x9cdaa18, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74d2f7c, 0x9cdaa18, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74d2fd0, 0x9cdaa18, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74d2ff4, 0x9cdaa18, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74d3048, 0x9cdaa18, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74a949d, 0x9cdaa18, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74d2d48, 0x9cdaa18, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74d2d70, 0x9cdaa18, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c20, 0x815a190, 0x81533a1, 0, 0x9cdaa18) = 0xbfc07c20 -_ZNK9QComboBox5countEv(0x9cdaa18, 0x815a190, 0x81533a1, 0, 0x9cdaa18) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c20, 0xb76efff4, 0x9cdaa30) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cdaa18, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c20, 0xbfc07b90) = 0 -_ZN8QVariantD1Ev(0xbfc07b90, 0xbfc07c20, 0xbfc07b90, 0x81534d1, 0) = 0xbfc07b90 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c24, 0x815a190, 0x81533a4, 0, 0x9cdaa18) = 0xbfc07c24 -_ZNK9QComboBox5countEv(0x9cdaa18, 0x815a190, 0x81533a4, 0, 0x9cdaa18) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c24, 0xb76efff4, 0x9cdaa30) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cdaa18, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c24, 0xbfc07b9c) = 0 -_ZN8QVariantD1Ev(0xbfc07b9c, 0xbfc07c24, 0xbfc07b9c, 0x81534d1, 0) = 0xbfc07b9c -_ZN9QComboBox15setCurrentIndexEi(0x9cdaa18, 1, 0xbfc07b9c, 0x81534d1, 0) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c24, 0x9cdaa18, 0xbfc07cdc) = 0x9cdb258 -_Znwj(20, 0x81533a8, 0xbfc07b9c, 0x81534d1, 0) = 0x9cdadc8 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9cdadc8, 0xbfc07c28, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9cdaa30 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cdadc8, 0xbfc07a44, 0, 0, 0) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cdb460, 0xb74d19a1, 0x9cdadc8, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdb460, 0xb74d617f, 0x9cdadc8, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdb460, 0xb74d193c, 0x9cdadc8, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdb460, 0xb74d3a42, 0x9cdadc8, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdb460, 0xb74d61ab, 0x9cdadc8, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdb460, 0xb74d1ed1, 0x9cdadc8, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdb460, 0xb74d193c, 0x9cdadc8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdb460, 0x9cdb6d8, 0x9cdadc8, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdb460, 0xb74d3a42, 0x9cdadc8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdb460, 0xb74d61e9, 0x9cdadc8, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdb460, 0xb74d621e, 0x9cdadc8, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9cdadc8, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9cdadc8, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9cdb258 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9cdadc8) = 0x9cdb900 -_ZN9QLineEdit12setInputMaskERK7QString(0x9cdadc8, 0xbfc07c2c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_Znwj(20, 0xbfc07c04, 0x9c1a1b0, 0x81534d1, 0) = 0x9cdb188 -_ZN8QSpinBoxC1EP7QWidget(0x9cdb188, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9cdadc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x81b24c8, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cdb188, 0xbfc07924, 0, 0xb716e132, 0x9bf3970) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cdbb78, 0xbfc07934, 16, 16, 0x9cda000) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cdbfd0, 0xb74d19a1, 0x9cdbb78, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdbfd0, 0xb74d617f, 0x9cdbb78, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdbfd0, 0xb74d193c, 0x9cdbb78, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdbfd0, 0xb74d3a42, 0x9cdbb78, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdbfd0, 0xb74d61ab, 0x9cdbb78, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdbfd0, 0xb74d1ed1, 0x9cdbb78, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdbfd0, 0xb74d193c, 0x9cdbb78, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdbfd0, 0x9cdc338, 0x9cdbb78, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdbfd0, 0xb74d3a42, 0x9cdbb78, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdbfd0, 0xb74d61e9, 0x9cdbb78, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdbfd0, 0xb74d621e, 0x9cdbb78, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdbb78, 0xb74d19a1, 0x9cdb188, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cdbb78, 0xb74d193c, 0x9cdb188, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9cdb188, 0xbfc07964, 0x9cdbb78, 0xb6db8e62, 0x9cdbb78) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9cdb188, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9cdb188, 2, 65536, 0x81534d1, 0) = 16384 -_Znwj(20, 0xbfc07c08, 65536, 0x81534d1, 0) = 0x9cdc400 -_ZN9QComboBoxC1EP7QWidget(0x9cdc400, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cdc400, 0xbfc07a04, 0x9cdbb78, 0xb6db8e62, 0x9cdbb78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74d2f54, 0x9cdbc58, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74d2f54, 0x9cdc400, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74d2f7c, 0x9cdc400, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74d2fd0, 0x9cdc400, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74d2ff4, 0x9cdc400, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74d3048, 0x9cdc400, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74a949d, 0x9cdc400, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74d2d48, 0x9cdc400, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74d2d70, 0x9cdc400, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c30, 0x815a190, 0x81533c8, 0, 0x9cdc400) = 0xbfc07c30 -_ZNK9QComboBox5countEv(0x9cdc400, 0x815a190, 0x81533c8, 0, 0x9cdc400) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c30, 0xb76efff4, 0x9cdc638) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cdc400, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c30, 0xbfc07ba8) = 0 -_ZN8QVariantD1Ev(0xbfc07ba8, 0xbfc07c30, 0xbfc07ba8, 0x81534d1, 0) = 0xbfc07ba8 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c34, 0x815a190, 0x81533cb, 0, 0x9cdc400) = 0xbfc07c34 -_ZNK9QComboBox5countEv(0x9cdc400, 0x815a190, 0x81533cb, 0, 0x9cdc400) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c34, 0xb76efff4, 0x9cdc638) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cdc400, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c34, 0xbfc07bb4) = 0 -_ZN8QVariantD1Ev(0xbfc07bb4, 0xbfc07c34, 0xbfc07bb4, 0x81534d1, 0) = 0xbfc07bb4 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 0xbfc07c34, 0xbfc07bb4, 0x9cdc400) = 0x9cdcd88 -_Znwj(20, 0x81533a8, 0xbfc07bb4, 0x81534d1, 0) = 0x9cdc948 -_ZN9QLineEditC1ERK7QStringP7QWidget(0x9cdc948, 0xbfc07c38, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb71a8e1b, 0x9cdc638 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cdc948, 0xbfc07a44, 0xbfc07934, 0xb6db96bc, 0x9cdbb78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cdcf90, 0xb74d19a1, 0x9cdc948, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdcf90, 0xb74d617f, 0x9cdc948, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdcf90, 0xb74d193c, 0x9cdc948, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdcf90, 0xb74d3a42, 0x9cdc948, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdcf90, 0xb74d61ab, 0x9cdc948, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdcf90, 0xb74d1ed1, 0x9cdc948, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdcf90, 0xb74d193c, 0x9cdc948, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdcf90, 0x9cdd1d8, 0x9cdc948, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdcf90, 0xb74d3a42, 0x9cdc948, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdcf90, 0xb74d61e9, 0x9cdc948, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdcf90, 0xb74d621e, 0x9cdc948, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1ERK7QStringP7QWidget resumed> ) = 0x9bf8a28 -_ZN9QLineEdit12setValidatorEPK10QValidator(0x9cdc948, 0x9c46f08, 0x9c1a1b0, 0x81534d1, 0) = 1 -_ZN9QLineEdit12setMaxLengthEi(0x9cdc948, 31, 0x9c1a1b0, 0x81534d1, 0) = 0x9cdcd88 -_ZN7QString16fromAscii_helperEPKci(0x81533a8, -1, 31, 0, 0x9cdc948) = 0x9cdd428 -_ZN9QLineEdit12setInputMaskERK7QString(0x9cdc948, 0xbfc07c3c, 0x9c1a1b0, 0x81534d1, 0) = 0x81b21a4 -_Znwj(20, 0xbfc07c10, 0x9c1a1b0, 0x81534d1, 0) = 0x9cdcd88 -_ZN8QSpinBoxC1EP7QWidget(0x9cdcd88, 0x9c1a1b0, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079f4, 0xbfc079f4, 0xb71e70db, 0x9cdc948 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079f4, 0x9cdbb78, 0xb6dab2d0, 0xb76efff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0798c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cdcd88, 0xbfc07924, 0xbfc07954, 0xb71e4a12, 0x9cdbb78) = 0xb76db168 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc078bf, 0xac97a6, 0xbfc07924 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cdd590, 0xbfc07934, 99, 29, 0x9cda000) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cddae0, 0xb74d19a1, 0x9cdd590, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cddae0, 0xb74d617f, 0x9cdd590, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cddae0, 0xb74d193c, 0x9cdd590, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cddae0, 0xb74d3a42, 0x9cdd590, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cddae0, 0xb74d61ab, 0x9cdd590, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cddae0, 0xb74d1ed1, 0x9cdd590, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cddae0, 0xb74d193c, 0x9cdd590, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cddae0, 0x9cdde88, 0x9cdd590, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cddae0, 0xb74d3a42, 0x9cdd590, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cddae0, 0xb74d61e9, 0x9cdd590, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cddae0, 0xb74d621e, 0x9cdd590, 20, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cdd590, 0xb74d19a1, 0x9cdcd88, 5, 0xb76db270) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cdd590, 0xb74d193c, 0x9cdcd88, 6, 0xb76db270) = 0xb76dcd28 -_ZN7QObject10childEventEP11QChildEvent(0x9cdcd88, 0xbfc07964, 0x9cdd590, 0xb6db8e62, 0x9cdd590) = 0xb76db168 -<... _ZN8QSpinBoxC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN8QSpinBox8setRangeEii(0x9cdcd88, 1, 65536, 0x81534d1, 0) = 0xbfc07b34 -_ZN16QAbstractSpinBox16setButtonSymbolsENS_13ButtonSymbolsE(0x9cdcd88, 2, 65536, 0x81534d1, 0) = 16384 -_Znwj(20, 0xbfc07c14, 65536, 0x81534d1, 0) = 0x9cddf50 -_ZN9QComboBoxC1EP7QWidget(0x9cddf50, 0x9c1a1b0, 65536, 0x81534d1, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6da96c4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cddf50, 0xbfc07a04, 0x9cdd590, 0xb6db8e62, 0x9cdd590) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74d2f54, 0x9cdd710, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74d2f54, 0x9cddf50, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74d2f7c, 0x9cddf50, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74d2fd0, 0x9cddf50, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74d2ff4, 0x9cddf50, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74d3048, 0x9cddf50, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74a949d, 0x9cddf50, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74d2d48, 0x9cddf50, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74d2d70, 0x9cddf50, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c40, 0x815a190, 0x81533c8, 0, 0x9cddf50) = 0xbfc07c40 -_ZNK9QComboBox5countEv(0x9cddf50, 0x815a190, 0x81533c8, 0, 0x9cddf50) = 0 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c40, 0xb76efff4, 0x9cde1a8) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cddf50, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 1 -_ZN5QIconD1Ev(0xbfc07b2c, 0, 0xbfc07b2c, 0xbfc07c40, 0xbfc07bc0) = 0 -_ZN8QVariantD1Ev(0xbfc07bc0, 0xbfc07c40, 0xbfc07bc0, 0x81534d1, 0) = 0xbfc07bc0 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07c44, 0x815a190, 0x81533cb, 0, 0x9cddf50) = 0xbfc07c44 -_ZNK9QComboBox5countEv(0x9cddf50, 0x815a190, 0x81533cb, 0, 0x9cddf50) = 1 -_ZN5QIconC1Ev(0xbfc07b2c, 0xb6c21ff4, 0xbfc07c44, 0xb76efff4, 0x9cde1a8) = 0xbfc07b2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9cddf50, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 2 -_ZN5QIconD1Ev(0xbfc07b2c, 1, 0xbfc07b2c, 0xbfc07c44, 0xbfc07bcc) = 0 -_ZN8QVariantD1Ev(0xbfc07bcc, 0xbfc07c44, 0xbfc07bcc, 0x81534d1, 0) = 0xbfc07bcc -_ZN7QString16fromAscii_helperEPKci(0x81533ce, -1, 0xbfc07c44, 0xbfc07bcc, 0x9cddf50) = 0x9cdd1d0 -_Znwj(20, 0, 0xbfc07bcc, 0x81534d1, 0) = 0x9cde4b8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cde4b8, 0xbfc07c48, 0x9c1a1b0, 0xbfc07c4c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cddf50 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cdc948, 0xb6adeaac, 0x9cddf50) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533dc, -1, 0xbfc07c44, 0x9cde4b8, 0xbfc07c48) = 0x9cdeae8 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c4c, 0) = 0x9cde480 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cde480, 0xbfc07c50, 0x9c1a1b0, 0xbfc07c54, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cddf50 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cdc948, 0xb6adeaac, 0x9cddf50) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x81533fc, -1, 0xbfc07c44, 0x9cde480, 0xbfc07c50) = 0x9cded30 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c54, 0) = 0x9cded50 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cded50, 0xbfc07c58, 0x9c1a1b0, 0xbfc07c5c, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cddf50 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cdc948, 0xb6adeaac, 0x9cddf50) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x8153400, -1, 0xbfc07c44, 0x9cded50, 0xbfc07c58) = 0x9cde8d0 -_Znwj(20, 0, 0x9c1a1b0, 0xbfc07c5c, 0) = 0x9cdef78 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cdef78, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb71a8b84, 0x9cddf50 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 0x9cdc948, 0xb6adeaac, 0x9cddf50) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9cdf1d0 -_ZN11QVBoxLayoutC1Ev(0x9cdf1d0, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0xb76e8664 -_Znwj(16, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9cdf2b8 -_ZN11QGridLayoutC1Ev(0x9cdf2b8, 0xbfc07c60, 0x9c1a1b0, 0xbfc07c64, 0) = 0x9cdf3e8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cdf2b8, 0x9cde4b8, 0, 0, 0xbfc07c68) = 0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cdf2b8, 0x9cde480, 1, 0, 0xbfc07c6c) = 0x9cdf2d0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cdf2b8, 0x9cded50, 1, 1, 0xbfc07c70) = 0x9cdf2d0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cdf2b8, 0x9cdef78, 1, 2, 0xbfc07c74) = 0x9cdf2d0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cdf2b8, 0x9cdadc8, 2, 0, 0xbfc07c78) = 0x9cdf2d0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cdf2b8, 0x9cdc400, 2, 1, 0xbfc07c7c) = 0x9cdf2d0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cdf2b8, 0x9cdb188, 2, 2, 0xbfc07c80) = 0x9cdf2d0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cdf2b8, 0x9cdaa18, 2, 3, 0xbfc07c84) = 0x9cdf2d0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cdf2b8, 0x9cdc948, 3, 0, 0xbfc07c88) = 0x9cdf2d0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cdf2b8, 0x9cddf50, 3, 1, 0xbfc07c8c) = 0x9cdf2d0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9cdf2b8, 0x9cdcd88, 3, 2, 0xbfc07c90) = 0x9cdf2d0 -_ZN10QBoxLayout9addLayoutEP7QLayouti(0x9cdf1d0, 0x9cdf2b8, 0, 2, 0xbfc07c90 -_ZN7QObject5eventEP6QEvent(0x9cdf1d0, 0xbfc07a54, 0xbfc07a54, 0x9cdd720, 0x9cdd710) = 1 -<... _ZN10QBoxLayout9addLayoutEP7QLayouti resumed> ) = 0 -_ZN10QBoxLayout10addSpacingEi(0x9cdf1d0, 124, 0, 2, 0xbfc07c90) = 0x9cdf1e8 -_ZN7QString16fromAscii_helperEPKci(0x8153408, -1, 124, 0, 0xbfc07c60) = 0x9cdde78 -_Znwj(20, 0, 0, 2, 0xbfc07c90) = 0x9cdfb68 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cdfb68, 0xbfc07c94, 0, 0xbfc07c98, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cdf1d0, 0x9cdfb68, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9cdf1e8 -_ZN7QString16fromAscii_helperEPKci(0x8153416, -1, 124, 0, 0xbfc07c94) = 0x9cdf5d8 -_Znwj(20, 0, 0, 0xbfc07c9c, 0xbfc07c90) = 0x9cdfe08 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cdfe08, 0xbfc07ca0, 0, 0xbfc07ca4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cdf1d0, 0x9cdfe08, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9cdf1e8 -_ZN7QString16fromAscii_helperEPKci(0x8153423, -1, 124, 0, 0xbfc07ca0) = 0x9cdbbd0 -_Znwj(20, 0, 0, 0xbfc07ca8, 0xbfc07c90) = 0x9cdf1a8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cdf1a8, 0xbfc07cac, 0, 0xbfc07cb0, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cdf1d0, 0x9cdf1a8, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9cdf1e8 -_ZN7QString16fromAscii_helperEPKci(0x8153431, -1, 124, 0, 0xbfc07cac) = 0x9ce0210 -_Znwj(20, 0, 0, 0xbfc07cb4, 0xbfc07c90) = 0x9cddc68 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9cddc68, 0xbfc07cb8, 0, 0xbfc07cbc, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cdf1d0, 0x9cddc68, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9cdf1e8 -_ZN7QString16fromAscii_helperEPKci(0x8153440, -1, 124, 0, 0xbfc07cb8) = 0x9ce04b8 -_Znwj(20, 0, 0, 0xbfc07cc0, 0xbfc07c90) = 0x9ce04f0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ce04f0, 0xbfc07cc4, 0, 0xbfc07cc8, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cdf1d0, 0x9ce04f0, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9cdf1e8 -_ZN7QString16fromAscii_helperEPKci(0x8153450, -1, 124, 0, 0xbfc07cc4) = 0x9ce0740 -_Znwj(20, 0, 0, 0xbfc07ccc, 0xbfc07c90) = 0x9ce0788 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ce0788, 0xbfc07cd0, 0, 0xbfc07cd4, 0xbfc07c90) = 0x81b21a4 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9cdf1d0, 0x9ce0788, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9cdf1e8 -_ZN10QBoxLayout10addStretchEi(0x9cdf1d0, 1, 0, 0xbfc07cd8, 0xbfc07c90) = 0x9cdf1e8 -_ZN7QString6numberEii(0xbfc07ce0, 15, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce0 -_ZN7QString9fromAsciiEPKci(0xbfc07cdc, 0x8153467, -1, 0, 0xbfc07cd0) = 0xbfc07cdc -_ZN7QString6appendERKS_(0xbfc07cdc, 0xbfc07ce0, 0xbfc07d58, 0xb6a012e9, 0xbfc07ce0) = 0xbfc07cdc -_Znwj(20, 0x8153467, 0xbfc07ce0, 0xbfc07cd8, 0xbfc07c90) = 0x9ce0a48 -_ZN9QGroupBoxC1ERK7QStringP7QWidget(0x9ce0a48, 0xbfc07cdc, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0xb6ac39c6, 0x9cde1a8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 0, 0xb7750b5c, 0xbfc0759c) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc079cc) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN9QGroupBoxC1ERK7QStringP7QWidget resumed> ) = 0x81b21a4 -_ZN7QString4freeEPNS_4DataE(0x9ce0a28, 0xbfc07ce0, -1, 0, 0x9ce0a48) = 0 -_ZN9QGroupBox7setFlatEb(0x9ce0a48, 1, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90) = 0 -_ZN7QWidget9setLayoutEP7QLayout(0x9ce0a48, 0x9cdf1d0, 0x9c1a1b0, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb7132de4, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, 0, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9cde8f8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9cdeb40 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9cded68 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb76efff4, 0x9cdef90 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07794, 0xbfc07794, 0xb6fc98c0, 0xbfc07508 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07794, -1, 0, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget9setLayoutEP7QLayout resumed> ) = 0x9ce0b14 -_ZN7QString6numberEii(0xbfc07ce4, 15, 10, 0xbfc07cd8, 0xbfc07c90) = 0xbfc07ce4 -_ZN10QTabWidget6addTabEP7QWidgetRK7QString(0x9c04f68, 0x9ce0a48, 0xbfc07ce4, 0xbfc07cd8, 0xbfc07c90 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc077b4, 0xbfc077b4, 0xb714e9ec, 0xb74cd434 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc077b4, 6, 0xb76efff4, 0xbfc074c8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07944, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -<... _ZN10QTabWidget6addTabEP7QWidgetRK7QString resumed> ) = 15 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cdadc8, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9cdadc8, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cdc948, 0x815347e, 0x9c1a1b0, 0x815346d, 0 -_ZN7QObject13connectNotifyEPKc(0x9cdc948, 0x815347e, 0x9c1a1b0, 4, 0x815a190) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cdaa18, 0x81534a5, 0x9c1a1b0, 0x8153491, 0 -_ZN7QObject13connectNotifyEPKc(0x9cdaa18, 0x81534a5, 0x9c1a1b0, 5, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cdc400, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9cdc400, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cddf50, 0x81534a5, 0x9c1a1b0, 0x81534bf, 0 -_ZN7QObject13connectNotifyEPKc(0x9cddf50, 0x81534a5, 0x9c1a1b0, 7, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cdb188, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9cdb188, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cdcd88, 0x815347e, 0x9c1a1b0, 0x81534d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9cdcd88, 0x815347e, 0x9c1a1b0, 6, 0x815a190) = 0xb76ebfc8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c085d8, 0x81534f4, 0x9c1a1b0, 0x81534e2, 0 -_ZN7QObject13connectNotifyEPKc(0x9c085d8, 0x81534f4, 0x9c1a1b0, 0, 0x815a190) = 0xb76ebae8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c31c88, 0x81534f4, 0x9c1a1b0, 0x81534ff, 0 -_ZN7QObject13connectNotifyEPKc(0x9c31c88, 0x81534f4, 0x9c1a1b0, 1, 0x815a190) = 0xb76ebae8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c56600, 0x81534a5, 0x9c1a1b0, 0x815350e, 0 -_ZN7QObject13connectNotifyEPKc(0x9c56600, 0x81534a5, 0x9c1a1b0, 2, 0x815a190) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c0d258, 0x8153368, 0x9c1a1b0, 0x815352b, 0 -_ZN7QObject13connectNotifyEPKc(0x9c0d258, 0x8153368, 0x9c1a1b0, 8, 0x815a190) = 0xb76ebe88 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_Znwj(16, 0x8153368, 0x9c1a1b0, 0x815352b, 0) = 0x9ce1598 -_ZN11QVBoxLayoutC1EP7QWidget(0x9ce1598, 0x9c1a1b0, 0x9c1a1b0, 0x815352b, 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07a34, 0xbfc07a34, 0, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07a34, 61, 0xbfc076d0, 0x9c31860) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN11QVBoxLayoutC1EP7QWidget resumed> ) = 0xb76e8664 -_Znwj(16, 0x9c1a1b0, 0x9c1a1b0, 0x815352b, 0) = 0x9ce16a0 -_ZN11QGridLayoutC1Ev(0x9ce16a0, 0x9c1a1b0, 0x9c1a1b0, 0x815352b, 0) = 0x9ce1860 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ce16a0, 0x9c085d8, 0, 0, 0xbfc07ce8) = 0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ce16a0, 0x9c31c88, 1, 0, 0xbfc07cec) = 0x9ce16b8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ce16a0, 0x9c085f0, 2, 0, 0xbfc07cf0) = 0x9ce16b8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ce16a0, 0x9c55848, 2, 1, 0xbfc07cf4) = 0x9ce16b8 -_Znwj(20, 0, 2, 1, 0xbfc07cf4) = 0x9ce1c30 -_ZN6QLabelC1EP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ce1c30, 0x9c1a1b0, 0xbfc07cf8, 1, 0xbfc07cf4 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb72444e2, 0xbfc076d0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 542737, 0x9bf8a28, 0x9ce0a28) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1EP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x9bf8a28 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ce16a0, 0x9ce1c30, 2, 2, 0xbfc07cfc) = 0x9ce16b8 -_ZN11QGridLayout9addWidgetEP7QWidgetiiii6QFlagsIN2Qt13AlignmentFlagEE(0x9ce16a0, 0x9c0d258, 3, 0, 1) = 0x9ce16b8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ce16a0, 0x9c563a8, 4, 0, 0xbfc07d04) = 0x9ce16b8 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ce16a0, 0x9c56600, 4, 1, 0xbfc07d08) = 0x9ce16b8 -_Znwj(20, 0, 4, 1, 0xbfc07d08) = 0x9ce2238 -_ZN6QLabelC1EP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9ce2238, 0x9c1a1b0, 0xbfc07d0c, 1, 0xbfc07d08 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc079e4, 0xbfc079e4, 0xb72444e2, 0xbfc076d0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc079e4, 542737, 0x9bf8a28, 0x9ce0a28) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc0797c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1EP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x9bf8a28 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9ce16a0, 0x9ce2238, 4, 2, 0xbfc07d10) = 0x9ce16b8 -_ZN11QGridLayout16setColumnStretchEii(0x9ce16a0, 2, 1, 2, 0xbfc07d10) = 0x9ce16b8 -_ZN10QBoxLayout9addLayoutEP7QLayouti(0x9ce1598, 0x9ce16a0, 0, 2, 0xbfc07d10 -_ZN7QObject5eventEP6QEvent(0x9ce1598, 0xbfc07a54, 0xbfc07a54, 0xb76efff4, 0x9bad018) = 1 -<... _ZN10QBoxLayout9addLayoutEP7QLayouti resumed> ) = 0x9ce15b0 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9ce1598, 0x9c04f68, 0, 0xbfc07d14, 0xbfc07d10) = 0x9ce15b0 -_ZN10QBoxLayout10addStretchEi(0x9ce1598, 1, 0, 0xbfc07d14, 0xbfc07d10) = 0x9ce15b0 -_ZN7QWidget9setLayoutEP7QLayout(0x9c1a1b0, 0x9ce1598, 0, 0xbfc07d14, 0xbfc07d10) = 0x9ce1598 -_ZN7QRegExpD1Ev(0xbfc07bdc, 0x9ce1598, 0, 0xbfc07d14, 0xbfc07d10) = 0 -_ZN11QDockWidget9setWidgetEP7QWidget(0x9c0cdd8, 0x9c1a1b0, 0xbfc07fa0, 0xbfc07dac, 0 -_ZN7QWidget10setVisibleEb(0x9c1a1b0, 1, 0xb7499f59, 0xb6acacd8, 0x9c0cd68 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07c80, 0xbfc07c80, 0xb65d3d3c, 0xbfc07a0c -strcmp("QWorkspaceChild", "pv::dock::TriggerDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9c1a1b0, 0xb74cf0fe, 0, 0xb6c21ff4, 0xb76efff4) = 0 -strcmp("QDockSeparator", "pv::dock::TriggerDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9c1a1b0, 0xb74cc728, 0, 0xb6c21ff4, 0xb76efff4) = 0 -strcmp("QDockWidgetSeparator", "pv::dock::TriggerDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9c1a1b0, 0xb74cc737, 0, 0xb6c21ff4, 0xb76efff4) = 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc076fc, 0xbfc076fc, 0xb76efff4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc076fc, 0xb76f3adc, 0xb6fb1ac0, 0xbfc07218) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc076fc, 0xbfc076fc, 0xb76efff4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc076fc, 0xb76f3adc, 0xb6fb1ac0, 0xbfc07218) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc076fc, 0xbfc076fc, 0xb76efff4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc076fc, 0xb76f3adc, 0xb6fb1ac0, 0xbfc07218) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc076fc, 0xbfc076fc, 0xb76efff4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc076fc, 0xb76f3adc, 0xb6fb1ac0, 0xbfc07218) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc076fc, 0xbfc076fc, 0xb76efff4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc076fc, 0xb76f3adc, 0xb6fb1ac0, 0xbfc07218) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc076fc, 0xbfc076fc, 0xb76efff4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc076fc, 0xb76f3adc, 0xb6fb1ac0, 0xbfc07218) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc076fc, 0xbfc076fc, 0xb76efff4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc076fc, 0xb76f3adc, 0xb6fb1ac0, 0xbfc07218) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc076fc, 0xbfc076fc, 0xb76efff4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc076fc, 0xb76f3adc, 0xb6fb1ac0, 0xbfc07218) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc076fc, 0xbfc076fc, 0xb76efff4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc076fc, 0xb76f3adc, 0xb6fb1ac0, 0xbfc07218) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc076fc, 0xbfc076fc, 0xb76efff4, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc076fc, 0xb76f3adc, 0xb6fb1ac0, 0xbfc07218) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07c10, 0xbfc07c10, 0xb66fd470, 0xb66fd478 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07c10, 0xb76f3adc, 0xb76efff4, 0x9c085d8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07c10, 0xbfc07c10, 0xb66fd470, 0xb66fd478 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07c10, 0xb76f3adc, 0xb76efff4, 0x9c31c88) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07c10, 0xbfc07c10, 0xb66fd470, 0xb66fd478 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07c10, 53, 0xbfc077a4, 0x9c085f0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9c55848, 0xbfc0765c, 0, 0xb76efff4, 21) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c55848, 0xbfc07bb0, 0xb76f3adc, 0xb76efff4, 0x9c55a98) = 0xb76ebfc8 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07c10, 0xbfc07c10, 0xb66fd470, 0xb66fd478 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07c10, 0, 0xb76efff4, 0xb6db8e4f) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07c10, 0xbfc07c10, 0xb66fd470, 0xb66fd478 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07c10, 0, 0xb69add8f, 0x9c560c8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07c10, 0xbfc07c10, 0xb66fd470, 0xb66fd478 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07c10, 53, 0xbfc077a4, 0x9c563a8) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07c10, 0xbfc07c10, 0xb66fd470, 0xb66fd478 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07c10, 0xbfc07810, 0xb6d5c20b, 0xb6c21ff4) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9c04f68, 0xbfc0767c, 0xbfc072f0, 0x9c31860, 0x9c05b40) = 0xb76de628 -_ZN7QObject10childEventEP11QChildEvent(0x9c04f68, 0xbfc0767c, 0xbfc072f0, 0x9c31860, 0x9c05b40) = 0xb76de628 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc075ec, 1, 0, 24) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc075ec, 1, 0, 24) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc075ec, 1, 0, 24) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc075ec, 1, 0, 24) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc075ec, 1, 0, 24) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc075ec, 1, 0, 24) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc075ec, 1, 0, 24) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc075ec, 1, 0, 24) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc075ec, 1, 0, 24) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc075ec, 1, 0, 24) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc075ec, 1, 0, 24) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc075ec, 1, 0, 24) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc075ec, 1, 0, 24) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc075ec, 1, 0, 24) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc075ec, 1, 0, 24) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc075ec, 1, 0, 24) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9cdb188, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9cdb188, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9cdbb78) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9cdcd88, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9cdcd88, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9cdd590) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07b50, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9cd46f8, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9cd46f8, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9cd50e8) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9cd62f8, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9cd62f8, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9cd6b00) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07b50, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9cce5f8, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9cce5f8, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9ccdc98) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9cd01b8, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9cd01b8, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9ccf888) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07b50, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9cc6f00, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9cc6f00, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9cb96b8) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9cc95e8, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9cc95e8, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9cbb248) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07b50, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9cc04a0, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9cc04a0, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9cc0e50) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9cc2040, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9cc2040, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9cc2078) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07b50, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9cb9580, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9cb9580, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9cb9e18) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9cbbe50, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9cbbe50, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9cbbe88) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07b50, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9cb2678, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9cb2678, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9cb3078) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9cb4288, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9cb4288, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9cb4ae0) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07b50, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9cabce0, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9cabce0, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9cabcf8) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9cae0f0, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9cae0f0, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9cad7a0) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07b50, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9ca4b10, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9ca4b10, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9ca4bf0) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9ca6798, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9ca6798, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9ca67d0) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07b50, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c9ea18, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c9ea18, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9c9e960) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c9fce0, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c9fce0, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9ca04f8) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07b50, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c975d8, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c975d8, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9c97fd8) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c99258, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c99258, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9c99a60) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07b50, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c90960, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c90960, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9c90978) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c92e00, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c92e00, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9c92500) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07b50, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c82a58, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c82a58, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9c83760) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c851a0, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c851a0, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9c847a8) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07b50, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a5e8, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a5e8, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9c553c0) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c47c70, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c47c70, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9c7f5a0) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07b50, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c5bd50, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c5bd50, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9c22240) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c0ce18, 0xbfc0753c, 0xbfc07098, 0xb7132de4, 0x9bf3970) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c0ce18, 0xbfc07a90, 0xb76f3adc, 0xb76efff4, 0x9c7b9d8) = 0xb76ebfc8 -_ZN7QObject10childEventEP11QChildEvent(0x9c44f80, 0xbfc07b50, 0, 0xb714e9ec, 0xbfc07f88) = 0xb76ec5c8 -_ZN7QObject10childEventEP11QChildEvent(0x9c04f68, 0xbfc07bb0, 0xbfc076b8, 0xb6fc98c0, 0xbfc076f8) = 0xb76de628 -_ZN7QObject10childEventEP11QChildEvent(0x9c31860, 0xbfc075dc, 0xbfc07098, 0xb76efff4, 0xbfc07098) = 0xb76de428 -_ZN7QObject10childEventEP11QChildEvent(0x9c31860, 0xbfc075dc, 0xbfc07098, 0xb76efff4, 0xbfc07098) = 0xb76de428 -_ZN7QObject10childEventEP11QChildEvent(0x9c04f68, 0xbfc07bb0, 0, 0xb69add8f, 0x9c56918) = 0xb76de628 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07c10, 0xbfc07c10, 0xb66fd470, 0xb601d478 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07c10, 1, 0x9c7dc88, 0) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07c10, 0xbfc07c10, 0xb66fd470, 0xb601d478 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07c10, 53, 0xbfc077a4, 0x9ce1c30) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07c10, 0xbfc07c10, 0xb66fd470, 0xb601d478 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a1b0, 0xbfc07c10, 53, 0xbfc077a4, 0x9ce2238) = 0x815a3a8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9c0cdd8, 0xbfc07c70, 0x9bfd3e8, 0xb714e9ec, 0xb74cd434) = 0xb76dc448 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07cd8, 0xbfc07cd8, 21, 0x9ce1598) = 0 -<... _ZN7QWidget10setVisibleEb resumed> ) = 0xbfc07cd8 -<... _ZN11QDockWidget9setWidgetEP7QWidget resumed> ) = 0x9c49b20 -_Znwj(164, 0x9c1a1b0, 0xbfc07fa0, 0xbfc07dac, 0) = 0x9cf1bc0 -_ZN19QAbstractScrollAreaC2EP7QWidget(0x9cf1bc0, 0xbfc07f88, 164, 0xb65d3d3c, 0x9c0cd68 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07b84, 0xbfc07b84, 0xb76efff4, 0xb6db8e4f -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc07b84, 0xb76efff4, 0xb7143495, 0x9bf3970) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 16, 0, 0xb6c22fa8) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cf1bc0, 0xbfc07b54, -1, 0xbfc0766c, 0xbfc076c4) = 0xb76df148 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07aef, 0xac97a6, 0xbfc07b54) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cf1bc0, 0xbfc07b14, 0, 0, 0) = 0xb76df148 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07aaf, 0xac97a6, 0xbfc07b14) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cf2ab0, 0xbfc07ac4, 0, 0x9c04f68, 0xb76efff4) = 0xb76df2e8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0x81b21a4, 8) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cf2ab0, 0xbfc07b54, 0xbfc07ad4, 0xb6db96bc, 0x9cf2c48) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9cf2c48, 0xb74cac23, 0x9cf1bc0, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9cf2c48, 0xb74d2c45, 0x9cf1bc0, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cf1bc0, 0xbfc07b14, 0, 0, 0) = 0xb76df148 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07aaf, 0xac97a6, 0xbfc07b14) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cf30a8, 0xbfc07ac4, 0, 0x9c04f68, 0xb76efff4) = 0xb76df2e8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0x81b21a4, 8) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cf30a8, 0xbfc07b54, 0xbfc07ad4, 0xb6db96bc, 0x9cf30d0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9cf30d0, 0xb74cac23, 0x9cf1bc0, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9cf30d0, 0xb74d2c45, 0x9cf1bc0, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cf2ab0, 0xbfc079e0, 0xb76f3adc, 0xb76efff4, 0x9cf2c48) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9cf30a8, 0xbfc079e0, 0xb76f3adc, 0xb76efff4, 0x9cf30d0) = 0xb76df2e8 -<... _ZN19QAbstractScrollAreaC2EP7QWidget resumed> ) = 0x9bf8a28 -_Znwj(220, 0xbfc07f88, 164, 0xb65d3d3c, 0x9c0cd68) = 0x9cf36f8 -_ZN7QWidgetC2EPS_6QFlagsIN2Qt10WindowTypeEE(0x9cf36f8, 0x9cf1bc0, 0xbfc07cdc, 0xb6828ff4, 220 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc07bb4, 0xbfc07bb4, 0xb7178459, 0xbfc07898 -_ZN7QObject10childEventEP11QChildEvent(0x9cf1bc0, 0xbfc07bb4, 0xb71d6f79, 0xb76efff4, 0xb6db8e4f) = 0x815c8e8 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07b4f, 0xac97a6, 0xbfc07bb4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN7QWidgetC2EPS_6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0xbfc07c34 -_ZN7QPixmapC1Ev(0x9cf373c, 0x9cf1bc0, 0xbfc07cdc, 0xb6828ff4, 220) = 0 -_ZN6QTimerC1EP7QObject(0x9cf37b4, 0, 0xbfc07cdc, 0xb6828ff4, 220) = 0xb6c214a8 -_ZN7QWidget12setAttributeEN2Qt15WidgetAttributeEb(0x9cf36f8, 2, 1, 0xb6ae327a, 0x9cf37b4 -_ZN7QWidget5eventEP6QEvent(0x9cf36f8, 0xbfc07c44, 0xbfc07c44, 0xb65d4347, 40 -_ZN7QWidget11changeEventEP6QEvent(0x9cf36f8, 0xbfc07c44, 0xbfc07ad4, 0xb76efff4, -1) = 109 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget12setAttributeEN2Qt15WidgetAttributeEb resumed> ) = 0xbfc07c44 -_ZN7QWidget21setAutoFillBackgroundEb(0x9cf36f8, 1, 0xbfc07cdc, 0xb6828ff4, 220) = 1 -_ZN7QWidget17setBackgroundRoleEN8QPalette9ColorRoleE(0x9cf36f8, 9, 0xbfc07cdc, 0xb6828ff4, 220 -_ZN7QWidget5eventEP6QEvent(0x9cf36f8, 0xbfc07c5c, 0xbfc07c5c, 0xb76efff4, 0x9bad018 -_ZN7QWidget11changeEventEP6QEvent(0x9cf36f8, 0xbfc07c5c, 0xb7760918, 1, 0) = 4 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget13paletteChangeERK8QPalette(0x9cf36f8, 0x9cf38ac, 0xbfc07c5c, 0, 1) = 0x9cf36f8 -<... _ZN7QWidget17setBackgroundRoleEN8QPalette9ColorRoleE resumed> ) = 1 -_ZN7QString9fromAsciiEPKci(0xbfc07c9c, 0x8157d98, -1, 0xb6dabb3f, 0x9cf37d8) = 0xbfc07c9c -_ZN7QStringaSERKS_(0x9cf37a8, 0xbfc07c9c, -1, 0xb6dabb3f, 0x9cf37d8) = 0x9cf37a8 -_ZN7QString9fromAsciiEPKci(0xbfc07c9c, 0x8157d98, -1, 0xb6dabb3f, 0x9cf37d8) = 0xbfc07c9c -_ZN7QStringaSERKS_(0x9cf37ac, 0xbfc07c9c, -1, 0xb6dabb3f, 0x9cf37d8) = 0x9cf37ac -_ZN7QString9fromAsciiEPKci(0xbfc07c9c, 0x8157d98, -1, 0xb6dabb3f, 0x9cf37d8) = 0xbfc07c9c -_ZN7QStringaSERKS_(0x9cf37b0, 0xbfc07c9c, -1, 0xb6dabb3f, 0x9cf37d8) = 0x9cf37b0 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cf1bc0, 0x8157db2, 0x9cf36f8, 0x8157d9e, 0 -_ZN7QObject13connectNotifyEPKc(0x9cf1bc0, 0x8157db2, 0x9cf36f8, 0, 0x815ca08) = 0x815c8e8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cf37b4, 0x8157dd7, 0x9cf36f8, 0x8157dc3, 0) = 1 -_Znwj(48, 0x9cf1bc0, 164, 0xb65d3d3c, 0x9c0cd68) = 0x9cf3aa0 -_ZN7QWidgetC2EPS_6QFlagsIN2Qt10WindowTypeEE(0x9cf3aa0, 0x9cf1bc0, 0xbfc07cdc, 0xb6828ff4, 48 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc07bb4, 0xbfc07bb4, 0xb7178459, 0xbfc07898 -_ZN7QObject10childEventEP11QChildEvent(0x9cf1bc0, 0xbfc07bb4, 0xb71d6f79, 0xb76efff4, 0xb6db8e4f) = 0x815c8e8 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07b4f, 0xac97a6, 0xbfc07bb4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN7QWidgetC2EPS_6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0xbfc07c34 -_ZN7QWidget12setAttributeEN2Qt15WidgetAttributeEb(0x9cf3aa0, 2, 1, 0xb65d3d3c, 0x9cf37d8 -_ZN7QWidget5eventEP6QEvent(0x9cf3aa0, 0xbfc07c44, 0xbfc07c44, 0xb76efff4, 0x9cf36f8 -_ZN7QWidget11changeEventEP6QEvent(0x9cf3aa0, 0xbfc07c44, 0xbfc07ad4, 0xb76efff4, 0xb76efff4) = 109 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget12setAttributeEN2Qt15WidgetAttributeEb resumed> ) = 0xbfc07c44 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cf1bc0, 0x8157003, 0x9cf3aa0, 0x8156fec, 0 -_ZN7QObject13connectNotifyEPKc(0x9cf1bc0, 0x8157003, 0x9cf3aa0, 0, 0x815c208) = 0x815c8e8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_Znwj(72, 0x9cf1bc0, 164, 0xb65d3d3c, 0x9c0cd68) = 0x9cf3cb8 -_ZN7QWidgetC2EPS_6QFlagsIN2Qt10WindowTypeEE(0x9cf3cb8, 0x9cf1bc0, 0xbfc07cd4, 0xb6828ff4, 72 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc07bb4, 0xbfc07bb4, 0xb7178459, 0xbfc07898 -_ZN7QObject10childEventEP11QChildEvent(0x9cf1bc0, 0xbfc07bb4, 0xb71d6f79, 0xb76efff4, 0xb6db8e4f) = 0x815c8e8 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07b4f, 0xac97a6, 0xbfc07bb4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN7QWidgetC2EPS_6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0xbfc07c34 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07cd8, 0x815bf40, 0x8155dd4, 0, 0x9cf3cb8) = 0xbfc07cd8 -_Znwj(8, 0x8155dd4, 0, 0xb6828ff4, 72) = 0x9cf3e78 -_ZN7QActionC1ERK7QStringP7QObject(0x9cf3e78, 0xbfc07cd8, 0x9cf3cb8, 0xb6828ff4, 72 -_ZN7QWidget5eventEP6QEvent(0x9cf3cb8, 0xbfc07be4, 0xbfc07be4, 0xb6ac39c6, 1 -_ZN7QObject10childEventEP11QChildEvent(0x9cf3cb8, 0xbfc07be4, 0x63d37118, 4090, 0x9cf30a8) = 0x815c0e8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QActionC1ERK7QStringP7QObject resumed> ) = 0 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07cdc, 0x815bf40, 0x8155dde, 0, 0xbfc07cd8) = 0xbfc07cdc -_Znwj(8, 0x8155dde, 0, 0xb6828ff4, 72) = 0x9cf3f70 -_ZN7QActionC1ERK7QStringP7QObject(0x9cf3f70, 0xbfc07cdc, 0x9cf3cb8, 0xb6828ff4, 72 -_ZN7QWidget5eventEP6QEvent(0x9cf3cb8, 0xbfc07be4, 0xbfc07be4, 0xb6ac39c6, 1 -_ZN7QObject10childEventEP11QChildEvent(0x9cf3cb8, 0xbfc07be4, 0x63d37118, 4090, 0x9cf30a8) = 0x815c0e8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QActionC1ERK7QStringP7QObject resumed> ) = 0 -_Znwj(20, 0xbfc07cdc, 0x9cf3cb8, 0xb6828ff4, 72) = 0x9cf4040 -_ZN9QLineEditC1EP7QWidget(0x9cf4040, 0x9cf3cb8, 0x9cf3cb8, 0xb6828ff4, 72 -_ZN7QWidget5eventEP6QEvent(0x9cf3cb8, 0xbfc07b74, 0xbfc07b74, 0xb6ac39c6, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9cf3cb8, 0xbfc07b74, 0xbfc07ad4, 0xb76efff4, 0xb6db8e4f) = 0x815c0e8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf3cb8, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 0xbfc07b0f, 0xac97a6, 0xbfc07b74 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0x81b21a4, 8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cf4040, 0xbfc07b84, 0xb6c3061c, 3, 0xb6154b30) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cf4250, 0xb74d19a1, 0x9cf4040, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cf4250, 0xb74d617f, 0x9cf4040, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cf4250, 0xb74d193c, 0x9cf4040, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cf4250, 0xb74d3a42, 0x9cf4040, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cf4250, 0xb74d61ab, 0x9cf4040, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cf4250, 0xb74d1ed1, 0x9cf4040, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cf4250, 0xb74d193c, 0x9cf4040, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cf4250, 0x9cf4638, 0x9cf4040, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cf4250, 0xb74d3a42, 0x9cf4040, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cf4250, 0xb74d61e9, 0x9cf4040, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9cf4250, 0xb74d621e, 0x9cf4040, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1EP7QWidget resumed> ) = 0x81b2420 -_ZN7QWidget13setFixedWidthEi(0x9cf4040, 100, 0x9cf3cb8, 0xb6828ff4, 72) = 5 -_ZN7QWidget12setAttributeEN2Qt15WidgetAttributeEb(0x9cf3cb8, 2, 1, 0x810ee7e, 0x9cf4040 -_ZN7QWidget5eventEP6QEvent(0x9cf3cb8, 0xbfc07c44, 0xbfc07c44, 0xb76efff4, 0x9cf4040 -_ZN7QWidget11changeEventEP6QEvent(0x9cf3cb8, 0xbfc07c44, 0x9cf4058, 0xb76efff4, 0xbfc07ba4) = 109 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget12setAttributeEN2Qt15WidgetAttributeEb resumed> ) = 0xbfc07c44 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cf3f70, 0x8155e09, 0x9cf3cb8, 0x8155de8, 0 -_ZN7QObject13connectNotifyEPKc(0x9cf3f70, 0x8155e09, 0x9cf3cb8, 4, 0x815bf40) = 0xb76d63c8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cf3e78, 0x8155e09, 0x9cf3cb8, 0x8155e18, 0 -_ZN7QObject13connectNotifyEPKc(0x9cf3e78, 0x8155e09, 0x9cf3cb8, 3, 0x815bf40) = 0xb76d63c8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cf4040, 0x8155e5c, 0x9cf3cb8, 0x8155e3c, 0 -_ZN7QObject13connectNotifyEPKc(0x9cf4040, 0x8155e5c, 0x9cf3cb8, 2, 0x815bf40) = 0xb76dcd28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cf1bc0, 0x8155e83, 0x9cf3cb8, 0x8155e6f, 0 -_ZN7QObject13connectNotifyEPKc(0x9cf1bc0, 0x8155e83, 0x9cf3cb8, 5, 0x815bf40) = 0x815c8e8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN19QAbstractScrollArea28setHorizontalScrollBarPolicyEN2Qt15ScrollBarPolicyE(0x9cf1bc0, 2, 0xbff00000, 0, 0xbff00000) = 2 -_ZNK19QAbstractScrollArea19horizontalScrollBarEv(0x9cf1bc0, 2, 0xbff00000, 0, 0xbff00000) = 0x9cf2c48 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cf2c48, 0x8157705, 0x9cf1bc0, 0x81576e8, 0 -_ZN7QObject13connectNotifyEPKc(0x9cf2c48, 0x8157705, 0x9cf1bc0, 6, 0x815c5cc) = 0xb76ebd48 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZNK19QAbstractScrollArea17verticalScrollBarEv(0x9cf1bc0, 0x8157705, 0x9cf1bc0, 0x81576e8, 0) = 0x9cf30d0 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cf30d0, 0x8157705, 0x9cf1bc0, 0x8157718, 0 -_ZN7QObject13connectNotifyEPKc(0x9cf30d0, 0x8157705, 0x9cf1bc0, 7, 0x815c5cc) = 0xb76ebd48 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0xbfc07fa0, 0x8157748, 0x9cf1bc0, 0x8157735, 0 -_ZN7QObject13connectNotifyEPKc(0xbfc07fa0, 0x8157748, 0x9cf1bc0, 8, 0x815c5cc) = 0x8158d28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0xbfc07fa0, 0x815776b, 0x9cf1bc0, 0x815775b, 0 -_ZN7QObject13connectNotifyEPKc(0xbfc07fa0, 0x815776b, 0x9cf1bc0, 9, 0x815c5cc) = 0x8158d28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0xbfc07fa0, 0x8157799, 0x9cf1bc0, 0x815777b, 0 -_ZN7QObject13connectNotifyEPKc(0xbfc07fa0, 0x8157799, 0x9cf1bc0, 13, 0x815c5cc) = 0x8158d28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0xbfc07fa0, 0x81577ce, 0x9cf1bc0, 0x81577b7, 0 -_ZN7QObject13connectNotifyEPKc(0xbfc07fa0, 0x81577ce, 0x9cf1bc0, 14, 0x815c5cc) = 0x8158d28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0xbfc07fa0, 0x81577fc, 0x9cf1bc0, 0x81577e5, 0 -_ZN7QObject13connectNotifyEPKc(0xbfc07fa0, 0x81577fc, 0x9cf1bc0, 15, 0x815c5cc) = 0x8158d28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cf3cb8, 0x815782a, 0x9cf1bc0, 0x8157816, 0 -_ZN7QObject13connectNotifyEPKc(0x9cf3cb8, 0x815782a, 0x9cf1bc0, 11, 0x815c5cc) = 0x815c0e8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cf3cb8, 0x815784d, 0x9cf1bc0, 0x815783b, 0 -_ZN7QObject13connectNotifyEPKc(0x9cf3cb8, 0x815784d, 0x9cf1bc0, 12, 0x815c5cc) = 0x815c0e8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -pthread_mutex_lock(0xbfc07fcc, 0x9cf3cb8, 0x9cf1bc0, 0xb6adb456, 0x9cf3d08) = 0 -pthread_mutex_unlock(0xbfc07fcc, 0xbfc07fe4, 0xbfc07c28, 0x80dd6d9, 0) = 0 -_ZNK7QWidget8hasFocusEv(0x9cf4040, 0x815784d, 0, 0, 0x815c5cc) = 0 -_ZN19QAbstractScrollArea18setViewportMarginsEiiii(0x9cf1bc0, 0, 50, 0, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9cf2ab0, 0xbfc074bc, 0xbfc071cc, 9, 0xb74cd434) = 0xb76df2e8 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc07a30, 0xbfc07a30, 0xb6ac3a96, 0x9cf3cb8 -_ZN7QObject10childEventEP11QChildEvent(0x9cf1bc0, 0xbfc07a30, 0, 0xb69a453c, 0) = 0x815c8e8 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -<... _ZN19QAbstractScrollArea18setViewportMarginsEiiii resumed> ) = 0x9bf8a28 -_ZN19QAbstractScrollArea18setViewportMarginsEiiii(0x9cf1bc0, 0, 50, 0, 0) = 0x9bf8a28 -_ZN19QAbstractScrollArea11setViewportEP7QWidget(0x9cf1bc0, 0x9cf36f8, 50, 0, 0 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc07b14, 0xbfc07b14, 0xb69ab494, 0xbfc077c4 -_ZN7QObject10childEventEP11QChildEvent(0x9cf1bc0, 0xbfc07b14, 0x9cf2c48, 0xb715465c, 0xbfc07638) = 0x815c8e8 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -<... _ZN19QAbstractScrollArea11setViewportEP7QWidget resumed> ) = 0x9cf1b18 -_ZN7QObject18installEventFilterEPS_(0x9cf36f8, 0x9cf1bc0, 50, 0, 0) = 1 -_ZN7QObject18installEventFilterEPS_(0x9cf3aa0, 0x9cf1bc0, 50, 0, 0) = 1 -_ZN7QObject18installEventFilterEPS_(0x9cf3cb8, 0x9cf1bc0, 50, 0, 0) = 1 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07d44, 0x815c5cc, 0x815785f, 0, 0xbfc07da8) = 0xbfc07d44 -_ZN7QObject13setObjectNameERK7QString(0x9cf36f8, 0xbfc07d44, 0, 0, 0) = 0x9cf37f4 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07d48, 0x815c5cc, 0x8157871, 0, 0xbfc07da8) = 0xbfc07d48 -_ZN7QObject13setObjectNameERK7QString(0x9cf3aa0, 0xbfc07d48, 0, 0, 0) = 0x9cf3af4 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07d4c, 0x815c5cc, 0x8157880, 0, 0xbfc07da8) = 0xbfc07d4c -_ZN7QObject13setObjectNameERK7QString(0x9cf3cb8, 0xbfc07d4c, 0, 0, 0) = 0x9cf3d24 -_Znwj(76, 0x81b302c, 0, 0, 0) = 0x9cf28e8 -_ZN7QObjectC2EPS_(0x9cf28e8, 0, 76, 0xb65d3d3c, 0x9cf2a48) = 0x9bad101 -_Znwj(76, 0x81b301c, 0xbfc07d24, 0, 0) = 0x9cf2988 -_ZN7QObjectC2EPS_(0x9cf2988, 0, 76, 0xb65d3d3c, 0x9cf2a48) = 0x9bad101 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9bff390, 0x9cf1bc0, 0, 0xbfc07db8, 0 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07a24, 0xbfc07a24, 0xb71d6ea5, 0x9cf1bc0 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc07a24, 14, 0xbfc07640, 0xbfc076a8) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9bff378, 0xbfc07bb4, 1, 0xb76efff4, 0x9bfe498) = 0xb76d7388 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc07bc4, 0xbfc07bc4, 0xb6ac39c6, 0 -_ZN6QFrame11changeEventEP6QEvent(0x9cf1bc0, 0xbfc07bc4, 0, 0xb6d627bc, 0) = 21 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -<... _ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE resumed> ) = 0x9bffd80 -_ZN7QObject10disconnectEPKS_PKcS1_S3_(0x9c33e08, 0x81544e7, 0x9c33df0, 0x81544d1, 0x9bff390 -_ZN7QObject16disconnectNotifyEPKc(0x9c33e08, 0x9cf4d98, 1, 42, 0) = 0x9c33e08 -<... _ZN7QObject10disconnectEPKS_PKcS1_S3_ resumed> ) = 1 -_ZN9QComboBox5clearEv(0x9c33e08, 0x81544e7, 0x9c33df0, 0x81544d1, 0x9bff390) = 0x81b21a4 -_ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEEC1ESt13_Ios_Openmode(0xbfc07b9c, 16, 40, 0xb6ad5c78, 0x9c15a63) = 0 -_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc(0xbfc07b9c, 0x9bf68e0, 40, 0xb6ad5c78, 0x9c15a63) = 0xbfc07b9c -_ZNKSt19basic_ostringstreamIcSt11char_traitsIcESaIcEE3strEv(0xbfc07ca0, 0xbfc07b9c, 40, 0xb6ad5c78, 0x9c15a63) = 0xbfc07ca0 -_ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev(0xbfc07b9c, 0xbfc07b9c, 40, 0xb6ad5c78, 0x9c15a63) = 17 -_ZN8QVariantC1EiPKvj(0xbfc07c88, 128, 0xbfc07ca4, 1, 0xbfc07da8) = 0x9bf37c8 -_ZNKSs5c_strEv(0xbfc07ca0, 0xbfc07ca4, 0, 0, 0x9bff390) = 0x9cf49fc -_ZN7QString16fromAscii_helperEPKci(0x9cf49fc, -1, 128, 0xb67db5b0, 0xbfc07ca0) = 0x9cf29d8 -_ZNK9QComboBox5countEv(0x9c33e08, -1, 128, 0xb67db5b0, 0xbfc07ca0) = 0 -_ZN5QIconC1Ev(0xbfc07c2c, 0xb695bd1c, 0, 0xb76efff4, 0x9c17420) = 0xbfc07c2c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9c33e08, 0, 0xbfc07c2c, 0xbfc07ca8, 0xbfc07c88) = 1 -_ZN5QIconD1Ev(0xbfc07c2c, 0, 0xbfc07c2c, 0xbfc07ca8, 0xbfc07c88) = 0 -_ZN8QVariantD1Ev(0xbfc07c88, 0xbfc07ca8, 0xbfc07c88, 0, 0x9bff390) = 0xbfc07c88 -_ZNSsD1Ev(0xbfc07ca0, 0xbfc07ca8, 0xbfc07c88, 0, 0x9bff390) = 0 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c33e08, 0x81544e7, 0x9c33df0, 0x81544d1, 0 -_ZN7QObject13connectNotifyEPKc(0x9c33e08, 0x9cf4f10, 0x9c33df0, 2, 0x815b188) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -strcmp("demo", "DSLogic") = 1 -sr_dev_open(0x9bf37c8, 0xbfc07f20, 0x9bf37c8, 0xbfc07f20, 128) = 0 -_Znwj(24, 0xb6154b30, 0xbfc07bdc, 0xb775ad3c, 0xb67519c8) = 0x9cf49f0 -_ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_(1, 0x9cf49f0, 0xbfc07f2c, 0xbfc07f2c, 0xbfc07b74) = 0xbfc07f2c -pthread_mutex_lock(0xbfc07fb0, 0x9cf4f00, 0xbfc07c78, 0x80cf61a, 0xbfc07c60) = 0 -_ZN11QMetaObject8activateEP7QObjectPKS_iPPv(0xbfc07fa0, 0x8158a14, 2, 0, 0x9cf49f0 -pthread_mutex_lock(0xbfc07fcc, 0xbfc07a2c, 1, 0xb69b101b, 0x9cf4f10) = 0 -pthread_mutex_unlock(0xbfc07fcc, 0xbfc07fe4, 0xbfc07a48, 0x80dd6d9, 0) = 0 -_ZNK7QWidget8hasFocusEv(0x9cf4040, 0xb7748c9c, 0, 0, 0xb6154b30) = 0 -_ZN19QAbstractScrollArea18setViewportMarginsEiiii(0x9cf1bc0, 0, 50, 0, 0) = 0x9bf8a28 -_ZN19QAbstractScrollArea18setViewportMarginsEiiii(0x9cf1bc0, 0, 50, 0, 0) = 0x9bf8a28 -_ZNK7QWidget1yEv(0x9cf36f8, 0x9cf4a10, 0xbfc07b68, 0xb726bba6, 0x9cf2730) = 52 -_ZNK7QWidget1xEv(0x9cf36f8, 0x9cf4a10, 0xbfc07b68, 0xb726bba6, 0x9cf2730) = 2 -_ZN7QWidget11setGeometryERK5QRect(0x9cf3aa0, 0xbfc07ac0, 0, 96, 52) = 1 -_ZNK7QWidget1xEv(0x9cf36f8, 2, 0, 96, 52) = 2 -_ZNK7QWidget1yEv(0x9cf36f8, 2, 0, 96, 52) = 52 -_ZN7QWidget11setGeometryERK5QRect(0x9cf3cb8, 0xbfc07ac0, 52, 2, 0) = 1 -_ZNK19QAbstractScrollArea19horizontalScrollBarEv(0x9cf1bc0, 0xbfc07af0, 0xbfc07ae0, 0x811a9f9, 0) = 0x9cf2c48 -_ZN15QAbstractSlider11setPageStepEi(0x9cf2c48, 48, 0xbfc07ae0, 0x811a9f9, 0) = 144 -_ZNK19QAbstractScrollArea19horizontalScrollBarEv(0x9cf1bc0, 48, 0xbfc07ae0, 0x811a9f9, 0) = 0x9cf2c48 -_ZN15QAbstractSlider8setRangeEii(0x9cf2c48, 0, 0, 0x811a9f9, 0) = 0 -_ZNK19QAbstractScrollArea19horizontalScrollBarEv(0x9cf1bc0, 0, 0, 0x811a9f9, 0) = 0x9cf2c48 -_ZN15QAbstractSlider17setSliderPositionEi(0x9cf2c48, 0, 0, 0x811a9f9, 0) = 0 -_ZNK19QAbstractScrollArea17verticalScrollBarEv(0x9cf1bc0, 0, 0, 0x811a9f9, 0) = 0x9cf30d0 -_ZN15QAbstractSlider11setPageStepEi(0x9cf30d0, 0, 0, 0x811a9f9, 0) = 144 -pthread_mutex_lock(0xbfc07fcc, 0x9cf3cb8, 43, 0xb6db1e0c, 0x9cf3cb8) = 0 -pthread_mutex_unlock(0xbfc07fcc, 0xbfc07fe4, 0xbfc07a18, 0x80dd6d9, 0) = 0 -_ZNK19QAbstractScrollArea17verticalScrollBarEv(0x9cf1bc0, 0, 0, 0x811a9f9, 0) = 0x9cf30d0 -_ZN15QAbstractSlider8setRangeEii(0x9cf30d0, 0, 10, 0x811a9f9, 0) = 0 -_ZN7QWidget6updateEv(0x9cf36f8, 0, 50, 0, 0) = 4 -<... _ZN11QMetaObject8activateEP7QObjectPKS_iPPv resumed> ) = 0 -_ZN11QMetaObject8activateEP7QObjectPKS_iPPv(0xbfc07fa0, 0x8158a14, 0, 0xbfc07c58, 0xbfc07fa0) = 0 -pthread_mutex_unlock(0xbfc07fb0, 0xbfc07dac, 0xbfc07c68, 0x8145c14, 0xbfc07fa0) = 0 -_ZNK9QComboBox5countEv(0x9c33e08, 0xbfc07ca4, 0x9bf37c8, 0xbfc07fb0, 128) = 1 -_ZNK9QComboBox8itemDataEii(0xbfc07cb0, 0x9c33e08, 0, 32, 128) = 0xbfc07cb0 -_ZNK8QVariant8userTypeEv(0xbfc07cb0, 0x81b1068, 0xbfc07c68, 0xb6ab624c, 0xbfc07fa0) = 128 -_ZNK8QVariant9constDataEv(0xbfc07cb0, 0x81b1068, 0xbfc07c68, 0xb6ab624c, 0xbfc07fa0) = 0xbfc07cb0 -_ZN8QVariantD1Ev(0xbfc07cb0, 0x9c33e08, 0, 32, 128) = 0xbfc07cb0 -_ZN9QComboBox15setCurrentIndexEi(0x9c33e08, 0, 0, 32, 128) = 0x9cf4e78 -_ZN11QMetaObject8activateEP7QObjectPKS_iPPv(0x9c33df0, 0x815b188, 0, 0, 0xbfc07da8) = 0 -strcmp("demo", "DSLogic") = 1 -sr_si_string_u64(1000, 0, 0x8154f0c, 0x8125441, 0x9c33df0) = 0x9cf5020 -_ZN8QVariantC1EiPKvj(0xbfc07c94, 5, 0x8154d00, 0, 0xbfc07da8) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9cf5020, -1, 0x8154d00, 0, 0xbfc07da8) = 0x9cf4fb8 -_ZNK9QComboBox5countEv(0x9bffed4, -1, 0x8154d00, 0, 0xbfc07da8) = 0 -_ZN5QIconC1Ev(0xbfc07c3c, 0x8154d00, 0xb6945ff4, 0xb76efff4, 0x9c00b38) = 0xbfc07c3c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffed4, 0, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 1 -_ZN5QIconD1Ev(0xbfc07c3c, 0, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 0 -_ZN8QVariantD1Ev(0xbfc07c94, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0xbfc07c94 -g_free(0x9cf5020, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0 -sr_si_string_u64(2000, 0, 0x8154f0c, 0x8125441, 0x9c33df0) = 0x9cf5020 -_ZN8QVariantC1EiPKvj(0xbfc07c94, 5, 0x8154d08, 0, 0xbfc07da8) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9cf5020, -1, 0x8154d08, 0, 0xbfc07da8) = 0x9cf5198 -_ZNK9QComboBox5countEv(0x9bffed4, -1, 0x8154d08, 0, 0xbfc07da8) = 1 -_ZN5QIconC1Ev(0xbfc07c3c, 0x8154d08, 0xb6945ff4, 0xb76efff4, 0x9c00b38) = 0xbfc07c3c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffed4, 1, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 2 -_ZN5QIconD1Ev(0xbfc07c3c, 1, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 0 -_ZN8QVariantD1Ev(0xbfc07c94, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0xbfc07c94 -g_free(0x9cf5020, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0 -sr_si_string_u64(4000, 0, 0x8154f0c, 0x8125441, 0x9c33df0) = 0x9cf5020 -_ZN8QVariantC1EiPKvj(0xbfc07c94, 5, 0x8154d10, 0, 0xbfc07da8) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9cf5020, -1, 0x8154d10, 0, 0xbfc07da8) = 0x9cf5248 -_ZNK9QComboBox5countEv(0x9bffed4, -1, 0x8154d10, 0, 0xbfc07da8) = 2 -_ZN5QIconC1Ev(0xbfc07c3c, 0x8154d10, 0xb6945ff4, 0xb76efff4, 0x9c00b38) = 0xbfc07c3c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffed4, 2, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 3 -_ZN5QIconD1Ev(0xbfc07c3c, 2, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 0 -_ZN8QVariantD1Ev(0xbfc07c94, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0xbfc07c94 -g_free(0x9cf5020, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0 -sr_si_string_u64(8000, 0, 0x8154f0c, 0x8125441, 0x9c33df0) = 0x9cf5020 -_ZN8QVariantC1EiPKvj(0xbfc07c94, 5, 0x8154d18, 0, 0xbfc07da8) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9cf5020, -1, 0x8154d18, 0, 0xbfc07da8) = 0x9cf5348 -_ZNK9QComboBox5countEv(0x9bffed4, -1, 0x8154d18, 0, 0xbfc07da8) = 3 -_ZN5QIconC1Ev(0xbfc07c3c, 0x8154d18, 0xb6945ff4, 0xb76efff4, 0x9c00b38) = 0xbfc07c3c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffed4, 3, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 4 -_ZN5QIconD1Ev(0xbfc07c3c, 3, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 0 -_ZN8QVariantD1Ev(0xbfc07c94, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0xbfc07c94 -g_free(0x9cf5020, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0 -sr_si_string_u64(10000, 0, 0x8154f0c, 0x8125441, 0x9c33df0) = 0x9c00fc8 -_ZN8QVariantC1EiPKvj(0xbfc07c94, 5, 0x8154d20, 0, 0xbfc07da8) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9c00fc8, -1, 0x8154d20, 0, 0xbfc07da8) = 0x9cf53f8 -_ZNK9QComboBox5countEv(0x9bffed4, -1, 0x8154d20, 0, 0xbfc07da8) = 4 -_ZN5QIconC1Ev(0xbfc07c3c, 0x8154d20, 0xb6945ff4, 0xb76efff4, 0x9c00b38) = 0xbfc07c3c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffed4, 4, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 5 -_ZN5QIconD1Ev(0xbfc07c3c, 4, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 0 -_ZN8QVariantD1Ev(0xbfc07c94, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0xbfc07c94 -g_free(0x9c00fc8, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0x9c00f88 -sr_si_string_u64(20000, 0, 0x8154f0c, 0x8125441, 0x9c33df0) = 0x9c00fc8 -_ZN8QVariantC1EiPKvj(0xbfc07c94, 5, 0x8154d28, 0, 0xbfc07da8) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9c00fc8, -1, 0x8154d28, 0, 0xbfc07da8) = 0x9cf54f8 -_ZNK9QComboBox5countEv(0x9bffed4, -1, 0x8154d28, 0, 0xbfc07da8) = 5 -_ZN5QIconC1Ev(0xbfc07c3c, 0x8154d28, 0xb6945ff4, 0xb76efff4, 0x9c00b38) = 0xbfc07c3c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffed4, 5, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 6 -_ZN5QIconD1Ev(0xbfc07c3c, 5, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 0 -_ZN8QVariantD1Ev(0xbfc07c94, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0xbfc07c94 -g_free(0x9c00fc8, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0x9c00f88 -sr_si_string_u64(40000, 0, 0x8154f0c, 0x8125441, 0x9c33df0) = 0x9c00fc8 -_ZN8QVariantC1EiPKvj(0xbfc07c94, 5, 0x8154d30, 0, 0xbfc07da8) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9c00fc8, -1, 0x8154d30, 0, 0xbfc07da8) = 0x9cf5580 -_ZNK9QComboBox5countEv(0x9bffed4, -1, 0x8154d30, 0, 0xbfc07da8) = 6 -_ZN5QIconC1Ev(0xbfc07c3c, 0x8154d30, 0xb6945ff4, 0xb76efff4, 0x9c00b38) = 0xbfc07c3c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffed4, 6, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 7 -_ZN5QIconD1Ev(0xbfc07c3c, 6, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 0 -_ZN8QVariantD1Ev(0xbfc07c94, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0xbfc07c94 -g_free(0x9c00fc8, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0x9c00f88 -sr_si_string_u64(80000, 0, 0x8154f0c, 0x8125441, 0x9c33df0) = 0x9c00fc8 -_ZN8QVariantC1EiPKvj(0xbfc07c94, 5, 0x8154d38, 0, 0xbfc07da8) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9c00fc8, -1, 0x8154d38, 0, 0xbfc07da8) = 0x9cf54c8 -_ZNK9QComboBox5countEv(0x9bffed4, -1, 0x8154d38, 0, 0xbfc07da8) = 7 -_ZN5QIconC1Ev(0xbfc07c3c, 0x8154d38, 0xb6945ff4, 0xb76efff4, 0x9c00b38) = 0xbfc07c3c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffed4, 7, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 8 -_ZN5QIconD1Ev(0xbfc07c3c, 7, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 0 -_ZN8QVariantD1Ev(0xbfc07c94, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0xbfc07c94 -g_free(0x9c00fc8, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0x9c00f88 -sr_si_string_u64(100000, 0, 0x8154f0c, 0x8125441, 0x9c33df0) = 0x9c00fc8 -_ZN8QVariantC1EiPKvj(0xbfc07c94, 5, 0x8154d40, 0, 0xbfc07da8) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9c00fc8, -1, 0x8154d40, 0, 0xbfc07da8) = 0x9cf56c0 -_ZNK9QComboBox5countEv(0x9bffed4, -1, 0x8154d40, 0, 0xbfc07da8) = 8 -_ZN5QIconC1Ev(0xbfc07c3c, 0x8154d40, 0xb6945ff4, 0xb76efff4, 0x9c00b38) = 0xbfc07c3c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffed4, 8, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 9 -_ZN5QIconD1Ev(0xbfc07c3c, 8, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 0 -_ZN8QVariantD1Ev(0xbfc07c94, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0xbfc07c94 -g_free(0x9c00fc8, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0x9c00f88 -sr_si_string_u64(200000, 0, 0x8154f0c, 0x8125441, 0x9c33df0) = 0x9c00fc8 -_ZN8QVariantC1EiPKvj(0xbfc07c94, 5, 0x8154d48, 0, 0xbfc07da8) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9c00fc8, -1, 0x8154d48, 0, 0xbfc07da8) = 0x9cf5608 -_ZNK9QComboBox5countEv(0x9bffed4, -1, 0x8154d48, 0, 0xbfc07da8) = 9 -_ZN5QIconC1Ev(0xbfc07c3c, 0x8154d48, 0xb6945ff4, 0xb76efff4, 0x9c00b38) = 0xbfc07c3c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffed4, 9, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 10 -_ZN5QIconD1Ev(0xbfc07c3c, 9, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 0 -_ZN8QVariantD1Ev(0xbfc07c94, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0xbfc07c94 -g_free(0x9c00fc8, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0x9c00f88 -sr_si_string_u64(400000, 0, 0x8154f0c, 0x8125441, 0x9c33df0) = 0x9c00fc8 -_ZN8QVariantC1EiPKvj(0xbfc07c94, 5, 0x8154d50, 0, 0xbfc07da8) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9c00fc8, -1, 0x8154d50, 0, 0xbfc07da8) = 0x9cf4f00 -_ZNK9QComboBox5countEv(0x9bffed4, -1, 0x8154d50, 0, 0xbfc07da8) = 10 -_ZN5QIconC1Ev(0xbfc07c3c, 0x8154d50, 0xb6945ff4, 0xb76efff4, 0x9c00b38) = 0xbfc07c3c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffed4, 10, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 11 -_ZN5QIconD1Ev(0xbfc07c3c, 10, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 0 -_ZN8QVariantD1Ev(0xbfc07c94, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0xbfc07c94 -g_free(0x9c00fc8, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0x9c00f88 -sr_si_string_u64(800000, 0, 0x8154f0c, 0x8125441, 0x9c33df0) = 0x9c00fc8 -_ZN8QVariantC1EiPKvj(0xbfc07c94, 5, 0x8154d58, 0, 0xbfc07da8) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9c00fc8, -1, 0x8154d58, 0, 0xbfc07da8) = 0x9cf5988 -_ZNK9QComboBox5countEv(0x9bffed4, -1, 0x8154d58, 0, 0xbfc07da8) = 11 -_ZN5QIconC1Ev(0xbfc07c3c, 0x8154d58, 0xb6945ff4, 0xb76efff4, 0x9c00b38) = 0xbfc07c3c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffed4, 11, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 12 -_ZN5QIconD1Ev(0xbfc07c3c, 11, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 0 -_ZN8QVariantD1Ev(0xbfc07c94, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0xbfc07c94 -g_free(0x9c00fc8, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0x9c00f88 -sr_si_string_u64(0xf4240, 0, 0x8154f0c, 0x8125441, 0x9c33df0) = 0x9cf5aa8 -_ZN8QVariantC1EiPKvj(0xbfc07c94, 5, 0x8154d60, 0, 0xbfc07da8) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9cf5aa8, -1, 0x8154d60, 0, 0xbfc07da8) = 0x9cf5498 -_ZNK9QComboBox5countEv(0x9bffed4, -1, 0x8154d60, 0, 0xbfc07da8) = 12 -_ZN5QIconC1Ev(0xbfc07c3c, 0x8154d60, 0xb6945ff4, 0xb76efff4, 0x9c00b38) = 0xbfc07c3c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffed4, 12, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 13 -_ZN5QIconD1Ev(0xbfc07c3c, 12, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 0 -_ZN8QVariantD1Ev(0xbfc07c94, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0xbfc07c94 -g_free(0x9cf5aa8, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0 -_ZN9QComboBox15setCurrentIndexEi(0x9bffed4, 12, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0x81b21a4 -sr_si_string_u64(0x1e8480, 0, 0x8154f0c, 0x8125441, 0x9c33df0) = 0x9cf5aa8 -_ZN8QVariantC1EiPKvj(0xbfc07c94, 5, 0x8154d68, 0, 0xbfc07da8) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9cf5aa8, -1, 0x8154d68, 0, 0xbfc07da8) = 0x9cf5a78 -_ZNK9QComboBox5countEv(0x9bffed4, -1, 0x8154d68, 0, 0xbfc07da8) = 13 -_ZN5QIconC1Ev(0xbfc07c3c, 0x8154d68, 0xb6945ff4, 0xb76efff4, 0x9c00b38) = 0xbfc07c3c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffed4, 13, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 14 -_ZN5QIconD1Ev(0xbfc07c3c, 13, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 0 -_ZN8QVariantD1Ev(0xbfc07c94, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0xbfc07c94 -g_free(0x9cf5aa8, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0 -sr_si_string_u64(0x3d0900, 0, 0x8154f0c, 0x8125441, 0x9c33df0) = 0x9cf5aa8 -_ZN8QVariantC1EiPKvj(0xbfc07c94, 5, 0x8154d70, 0, 0xbfc07da8) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9cf5aa8, -1, 0x8154d70, 0, 0xbfc07da8) = 0x9cf5c10 -_ZNK9QComboBox5countEv(0x9bffed4, -1, 0x8154d70, 0, 0xbfc07da8) = 14 -_ZN5QIconC1Ev(0xbfc07c3c, 0x8154d70, 0xb6945ff4, 0xb76efff4, 0x9c00b38) = 0xbfc07c3c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffed4, 14, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 15 -_ZN5QIconD1Ev(0xbfc07c3c, 14, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 0 -_ZN8QVariantD1Ev(0xbfc07c94, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0xbfc07c94 -g_free(0x9cf5aa8, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0 -sr_si_string_u64(0x7a1200, 0, 0x8154f0c, 0x8125441, 0x9c33df0) = 0x9cf5aa8 -_ZN8QVariantC1EiPKvj(0xbfc07c94, 5, 0x8154d78, 0, 0xbfc07da8) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9cf5aa8, -1, 0x8154d78, 0, 0xbfc07da8) = 0x9cf5cb0 -_ZNK9QComboBox5countEv(0x9bffed4, -1, 0x8154d78, 0, 0xbfc07da8) = 15 -_ZN5QIconC1Ev(0xbfc07c3c, 0x8154d78, 0xb6945ff4, 0xb76efff4, 0x9c00b38) = 0xbfc07c3c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffed4, 15, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 16 -_ZN5QIconD1Ev(0xbfc07c3c, 15, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 0 -_ZN8QVariantD1Ev(0xbfc07c94, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0xbfc07c94 -g_free(0x9cf5aa8, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0 -sr_si_string_u64(0x989680, 0, 0x8154f0c, 0x8125441, 0x9c33df0) = 0x9c00fc8 -_ZN8QVariantC1EiPKvj(0xbfc07c94, 5, 0x8154d80, 0, 0xbfc07da8) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9c00fc8, -1, 0x8154d80, 0, 0xbfc07da8) = 0x9cf5d60 -_ZNK9QComboBox5countEv(0x9bffed4, -1, 0x8154d80, 0, 0xbfc07da8) = 16 -_ZN5QIconC1Ev(0xbfc07c3c, 0x8154d80, 0xb6945ff4, 0xb76efff4, 0x9c00b38) = 0xbfc07c3c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffed4, 16, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 17 -_ZN5QIconD1Ev(0xbfc07c3c, 16, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 0 -_ZN8QVariantD1Ev(0xbfc07c94, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0xbfc07c94 -g_free(0x9c00fc8, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0x9c00f88 -sr_si_string_u64(0x1312d00, 0, 0x8154f0c, 0x8125441, 0x9c33df0) = 0x9c00fc8 -_ZN8QVariantC1EiPKvj(0xbfc07c94, 5, 0x8154d88, 0, 0xbfc07da8) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9c00fc8, -1, 0x8154d88, 0, 0xbfc07da8) = 0x9cf5e00 -_ZNK9QComboBox5countEv(0x9bffed4, -1, 0x8154d88, 0, 0xbfc07da8) = 17 -_ZN5QIconC1Ev(0xbfc07c3c, 0x8154d88, 0xb6945ff4, 0xb76efff4, 0x9c00b38) = 0xbfc07c3c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffed4, 17, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 18 -_ZN5QIconD1Ev(0xbfc07c3c, 17, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 0 -_ZN8QVariantD1Ev(0xbfc07c94, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0xbfc07c94 -g_free(0x9c00fc8, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0x9c00f88 -sr_si_string_u64(0x2625a00, 0, 0x8154f0c, 0x8125441, 0x9c33df0) = 0x9c00fc8 -_ZN8QVariantC1EiPKvj(0xbfc07c94, 5, 0x8154d90, 0, 0xbfc07da8) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9c00fc8, -1, 0x8154d90, 0, 0xbfc07da8) = 0x9cf5eb0 -_ZNK9QComboBox5countEv(0x9bffed4, -1, 0x8154d90, 0, 0xbfc07da8) = 18 -_ZN5QIconC1Ev(0xbfc07c3c, 0x8154d90, 0xb6945ff4, 0xb76efff4, 0x9c00b38) = 0xbfc07c3c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffed4, 18, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 19 -_ZN5QIconD1Ev(0xbfc07c3c, 18, 0xbfc07c3c, 0xbfc07ca4, 0xbfc07c94) = 0 -_ZN8QVariantD1Ev(0xbfc07c94, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0xbfc07c94 -g_free(0x9c00fc8, 0xbfc07ca4, 0xbfc07c94, 0x8125441, 0x9c33df0) = 0x9c00f88 -sr_config_list(0xb6946580, 30000, 0xbfc07ca4, 0x9bf37c8, 128) = 0 -_ZN7QAction10setVisibleEb(0x9c02420, 0, 0xbfc07ca4, 0x9bf37c8, 128 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07c4c, 0xbfc07c4c, 0xb66fd470, 0xb66fd440 -_ZN8QToolBar11actionEventEP12QActionEvent(0x9bffeb8, 0xbfc07c4c, 0, 0xb69cd8ad, 0xb6c21ff4) = 0x9bff1f8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN7QAction10setVisibleEb resumed> ) = 0xbfc07c4c -g_variant_type_checked_(0x8154f2e, 0, 0xbfc07ca4, 0x9bf37c8, 128) = 0x8154f2e -g_variant_lookup_value(0x9baf138, 0x8154f31, 0x8154f2e, 0x9bf37c8, 128) = 0x9baf048 -g_variant_get_fixed_array(0x9baf048, 0xbfc07ca8, 8, 0x9bf37c8, 128) = 0xb693fa80 -_ZN9QComboBox5clearEv(0x9bffee8, 0xbfc07ca8, 8, 0x9bf37c8, 128) = 0x81b21a4 -sr_samplerate_string(10000, 0, 8, 0x9bf37c8, 128) = 0x9cf6038 -_ZN8QVariantC1EiPKvj(0xbfc07c98, 5, 0xb693fa80, 0, 10000) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9cf6038, -1, 0xb693fa80, 0, 10000) = 0x9cf6068 -_ZNK9QComboBox5countEv(0x9bffee8, -1, 0xb693fa80, 0, 10000) = 0 -_ZN5QIconC1Ev(0xbfc07c4c, 0xb693fa80, 0xb693fa80, 0xb76efff4, 0x9c01260) = 0xbfc07c4c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffee8, 0, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98 -_ZNK7QAction9isVisibleEv(0x9c02420, 10000, 40, 0xb66fd470, 0) = 0x9c02800 -<... _ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant resumed> ) = 1 -_ZN5QIconD1Ev(0xbfc07c4c, 0, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98) = 0 -_ZN8QVariantD1Ev(0xbfc07c98, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0xbfc07c98 -g_free(0x9cf6038, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0x9cf6050 -sr_samplerate_string(20000, 0, 0xbfc07c98, 0x9bf37c8, 128) = 0x9cf6038 -_ZN8QVariantC1EiPKvj(0xbfc07c98, 5, 0xb693fa88, 0, 10000) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9cf6038, -1, 0xb693fa88, 0, 10000) = 0x9cf60b8 -_ZNK9QComboBox5countEv(0x9bffee8, -1, 0xb693fa88, 0, 10000) = 1 -_ZN5QIconC1Ev(0xbfc07c4c, 0xb693fa88, 0xbfc07c4c, 0xb76efff4, 0x9c01260) = 0xbfc07c4c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffee8, 1, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98) = 2 -_ZN5QIconD1Ev(0xbfc07c4c, 1, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98) = 0 -_ZN8QVariantD1Ev(0xbfc07c98, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0xbfc07c98 -g_free(0x9cf6038, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0 -sr_samplerate_string(50000, 0, 0xbfc07c98, 0x9bf37c8, 128) = 0x9cf6038 -_ZN8QVariantC1EiPKvj(0xbfc07c98, 5, 0xb693fa90, 0, 10000) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9cf6038, -1, 0xb693fa90, 0, 10000) = 0x9cf6230 -_ZNK9QComboBox5countEv(0x9bffee8, -1, 0xb693fa90, 0, 10000) = 2 -_ZN5QIconC1Ev(0xbfc07c4c, 0xb693fa90, 0xbfc07c4c, 0xb76efff4, 0x9c01260) = 0xbfc07c4c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffee8, 2, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98) = 3 -_ZN5QIconD1Ev(0xbfc07c4c, 2, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98) = 0 -_ZN8QVariantD1Ev(0xbfc07c98, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0xbfc07c98 -g_free(0x9cf6038, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0 -sr_samplerate_string(100000, 0, 0xbfc07c98, 0x9bf37c8, 128) = 0x9cf6038 -_ZN8QVariantC1EiPKvj(0xbfc07c98, 5, 0xb693fa98, 0, 10000) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9cf6038, -1, 0xb693fa98, 0, 10000) = 0x9cf62d8 -_ZNK9QComboBox5countEv(0x9bffee8, -1, 0xb693fa98, 0, 10000) = 3 -_ZN5QIconC1Ev(0xbfc07c4c, 0xb693fa98, 0xbfc07c4c, 0xb76efff4, 0x9c01260) = 0xbfc07c4c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffee8, 3, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98) = 4 -_ZN5QIconD1Ev(0xbfc07c4c, 3, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98) = 0 -_ZN8QVariantD1Ev(0xbfc07c98, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0xbfc07c98 -g_free(0x9cf6038, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0 -sr_samplerate_string(200000, 0, 0xbfc07c98, 0x9bf37c8, 128) = 0x9cf6038 -_ZN8QVariantC1EiPKvj(0xbfc07c98, 5, 0xb693faa0, 0, 10000) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9cf6038, -1, 0xb693faa0, 0, 10000) = 0x9cf63d0 -_ZNK9QComboBox5countEv(0x9bffee8, -1, 0xb693faa0, 0, 10000) = 4 -_ZN5QIconC1Ev(0xbfc07c4c, 0xb693faa0, 0xbfc07c4c, 0xb76efff4, 0x9c01260) = 0xbfc07c4c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffee8, 4, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98) = 5 -_ZN5QIconD1Ev(0xbfc07c4c, 4, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98) = 0 -_ZN8QVariantD1Ev(0xbfc07c98, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0xbfc07c98 -g_free(0x9cf6038, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0 -sr_samplerate_string(500000, 0, 0xbfc07c98, 0x9bf37c8, 128) = 0x9cf6038 -_ZN8QVariantC1EiPKvj(0xbfc07c98, 5, 0xb693faa8, 0, 10000) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9cf6038, -1, 0xb693faa8, 0, 10000) = 0x9cf6478 -_ZNK9QComboBox5countEv(0x9bffee8, -1, 0xb693faa8, 0, 10000) = 5 -_ZN5QIconC1Ev(0xbfc07c4c, 0xb693faa8, 0xbfc07c4c, 0xb76efff4, 0x9c01260) = 0xbfc07c4c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffee8, 5, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98) = 6 -_ZN5QIconD1Ev(0xbfc07c4c, 5, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98) = 0 -_ZN8QVariantD1Ev(0xbfc07c98, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0xbfc07c98 -g_free(0x9cf6038, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0 -sr_samplerate_string(0xf4240, 0, 0xbfc07c98, 0x9bf37c8, 128) = 0x9cf6038 -_ZN8QVariantC1EiPKvj(0xbfc07c98, 5, 0xb693fab0, 0, 10000) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9cf6038, -1, 0xb693fab0, 0, 10000) = 0x9cf6348 -_ZNK9QComboBox5countEv(0x9bffee8, -1, 0xb693fab0, 0, 10000) = 6 -_ZN5QIconC1Ev(0xbfc07c4c, 0xb693fab0, 0xbfc07c4c, 0xb76efff4, 0x9c01260) = 0xbfc07c4c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffee8, 6, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98) = 7 -_ZN5QIconD1Ev(0xbfc07c4c, 6, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98) = 0 -_ZN8QVariantD1Ev(0xbfc07c98, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0xbfc07c98 -g_free(0x9cf6038, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0 -sr_samplerate_string(0x1e8480, 0, 0xbfc07c98, 0x9bf37c8, 128) = 0x9cf6038 -_ZN8QVariantC1EiPKvj(0xbfc07c98, 5, 0xb693fab8, 0, 10000) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9cf6038, -1, 0xb693fab8, 0, 10000) = 0x9cf65d8 -_ZNK9QComboBox5countEv(0x9bffee8, -1, 0xb693fab8, 0, 10000) = 7 -_ZN5QIconC1Ev(0xbfc07c4c, 0xb693fab8, 0xbfc07c4c, 0xb76efff4, 0x9c01260) = 0xbfc07c4c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffee8, 7, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98) = 8 -_ZN5QIconD1Ev(0xbfc07c4c, 7, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98) = 0 -_ZN8QVariantD1Ev(0xbfc07c98, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0xbfc07c98 -g_free(0x9cf6038, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0 -sr_samplerate_string(0x4c4b40, 0, 0xbfc07c98, 0x9bf37c8, 128) = 0x9cf6038 -_ZN8QVariantC1EiPKvj(0xbfc07c98, 5, 0xb693fac0, 0, 10000) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9cf6038, -1, 0xb693fac0, 0, 10000) = 0x9cf66f0 -_ZNK9QComboBox5countEv(0x9bffee8, -1, 0xb693fac0, 0, 10000) = 8 -_ZN5QIconC1Ev(0xbfc07c4c, 0xb693fac0, 0xbfc07c4c, 0xb76efff4, 0x9c01260) = 0xbfc07c4c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffee8, 8, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98) = 9 -_ZN5QIconD1Ev(0xbfc07c4c, 8, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98) = 0 -_ZN8QVariantD1Ev(0xbfc07c98, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0xbfc07c98 -g_free(0x9cf6038, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0 -sr_samplerate_string(0x989680, 0, 0xbfc07c98, 0x9bf37c8, 128) = 0x9cf6038 -_ZN8QVariantC1EiPKvj(0xbfc07c98, 5, 0xb693fac8, 0, 10000) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9cf6038, -1, 0xb693fac8, 0, 10000) = 0x9cf6798 -_ZNK9QComboBox5countEv(0x9bffee8, -1, 0xb693fac8, 0, 10000) = 9 -_ZN5QIconC1Ev(0xbfc07c4c, 0xb693fac8, 0xbfc07c4c, 0xb76efff4, 0x9c01260) = 0xbfc07c4c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffee8, 9, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98) = 10 -_ZN5QIconD1Ev(0xbfc07c4c, 9, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98) = 0 -_ZN8QVariantD1Ev(0xbfc07c98, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0xbfc07c98 -g_free(0x9cf6038, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0 -sr_samplerate_string(0x1312d00, 0, 0xbfc07c98, 0x9bf37c8, 128) = 0x9cf6038 -_ZN8QVariantC1EiPKvj(0xbfc07c98, 5, 0xb693fad0, 0, 10000) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9cf6038, -1, 0xb693fad0, 0, 10000) = 0x9cf6840 -_ZNK9QComboBox5countEv(0x9bffee8, -1, 0xb693fad0, 0, 10000) = 10 -_ZN5QIconC1Ev(0xbfc07c4c, 0xb693fad0, 0xbfc07c4c, 0xb76efff4, 0x9c01260) = 0xbfc07c4c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffee8, 10, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98) = 11 -_ZN5QIconD1Ev(0xbfc07c4c, 10, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98) = 0 -_ZN8QVariantD1Ev(0xbfc07c98, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0xbfc07c98 -g_free(0x9cf6038, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0 -sr_samplerate_string(0x2faf080, 0, 0xbfc07c98, 0x9bf37c8, 128) = 0x9cf6038 -_ZN8QVariantC1EiPKvj(0xbfc07c98, 5, 0xb693fad8, 0, 10000) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9cf6038, -1, 0xb693fad8, 0, 10000) = 0x9cf68e8 -_ZNK9QComboBox5countEv(0x9bffee8, -1, 0xb693fad8, 0, 10000) = 11 -_ZN5QIconC1Ev(0xbfc07c4c, 0xb693fad8, 0xbfc07c4c, 0xb76efff4, 0x9c01260) = 0xbfc07c4c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffee8, 11, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98) = 12 -_ZN5QIconD1Ev(0xbfc07c4c, 11, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98) = 0 -_ZN8QVariantD1Ev(0xbfc07c98, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0xbfc07c98 -g_free(0x9cf6038, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0 -sr_samplerate_string(0x5f5e100, 0, 0xbfc07c98, 0x9bf37c8, 128) = 0x9cf6038 -_ZN8QVariantC1EiPKvj(0xbfc07c98, 5, 0xb693fae0, 0, 10000) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9cf6038, -1, 0xb693fae0, 0, 10000) = 0x9cf6a20 -_ZNK9QComboBox5countEv(0x9bffee8, -1, 0xb693fae0, 0, 10000) = 12 -_ZN5QIconC1Ev(0xbfc07c4c, 0xb693fae0, 0xbfc07c4c, 0xb76efff4, 0x9c01260) = 0xbfc07c4c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffee8, 12, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98) = 13 -_ZN5QIconD1Ev(0xbfc07c4c, 12, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98) = 0 -_ZN8QVariantD1Ev(0xbfc07c98, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0xbfc07c98 -g_free(0x9cf6038, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0 -sr_samplerate_string(0xbebc200, 0, 0xbfc07c98, 0x9bf37c8, 128) = 0x9cf6038 -_ZN8QVariantC1EiPKvj(0xbfc07c98, 5, 0xb693fae8, 0, 10000) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9cf6038, -1, 0xb693fae8, 0, 10000) = 0x9cf6ac8 -_ZNK9QComboBox5countEv(0x9bffee8, -1, 0xb693fae8, 0, 10000) = 13 -_ZN5QIconC1Ev(0xbfc07c4c, 0xb693fae8, 0xbfc07c4c, 0xb76efff4, 0x9c01260) = 0xbfc07c4c -_ZN9QComboBox10insertItemEiRK5QIconRK7QStringRK8QVariant(0x9bffee8, 13, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98) = 14 -_ZN5QIconD1Ev(0xbfc07c4c, 13, 0xbfc07c4c, 0xbfc07cac, 0xbfc07c98) = 0 -_ZN8QVariantD1Ev(0xbfc07c98, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0xbfc07c98 -g_free(0x9cf6038, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07bc0, 0xbfc07bc0, 0xb71a8f36, 0x9c01260 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07bc0, 0, -1, 1) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -g_variant_unref(0x9baf048, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 2 -g_variant_unref(0x9baf138, 0xbfc07cac, 0xbfc07c98, 0x9bf37c8, 128) = 0x9bae788 -_ZN7QAction10setVisibleEb(0x9c02420, 1, 0xbfc07c98, 0x9bf37c8, 128 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07c4c, 0xbfc07c4c, 0xb76efff4, 0x9bad018 -_ZN8QToolBar11actionEventEP12QActionEvent(0x9bffeb8, 0xbfc07c4c, 0xbfc07764, 0xb6d9ccf9, 0xbfc07764) = 0x9bff1f8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN7QAction10setVisibleEb resumed> ) = 0xbfc07c4c -sr_config_get(0xb6946580, 30000, 0xbfc07c54, 0x9bf37c8, 24) = 0 -g_variant_get_uint64(0x9baf180, 30000, 0xbfc07c54, 0x9bf37c8, 24) = 0xbebc200 -g_variant_unref(0x9baf180, 30000, 0xbfc07c54, 0x9bf37c8, 24) = 0x9bae788 -_ZNK7QAction9isVisibleEv(0x9c02420, 30000, 0xbfc07c54, 0x9bf37c8, 24) = 0x9c02801 -_ZNK9QComboBox5countEv(0x9bffee8, 30000, 0xbfc07c54, 0x9bf37c8, 24) = 14 -_ZNK9QComboBox8itemDataEii(0xbfc07c3c, 0x9bffee8, 0, 32, 24) = 0xbfc07c3c -_ZNK8QVariant8userTypeEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 5 -_ZNK8QVariant9constDataEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 0xbfc07c3c -_ZN8QVariantD1Ev(0xbfc07c3c, 0x9bffee8, 0, 32, 24) = 0xbfc07c3c -_ZNK9QComboBox5countEv(0x9bffee8, 0x9bffee8, 0, 32, 24) = 14 -_ZNK9QComboBox8itemDataEii(0xbfc07c3c, 0x9bffee8, 1, 32, 24) = 0xbfc07c3c -_ZNK8QVariant8userTypeEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 5 -_ZNK8QVariant9constDataEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 0xbfc07c3c -_ZN8QVariantD1Ev(0xbfc07c3c, 0x9bffee8, 1, 32, 24) = 0xbfc07c3c -_ZNK9QComboBox5countEv(0x9bffee8, 0x9bffee8, 1, 32, 24) = 14 -_ZNK9QComboBox8itemDataEii(0xbfc07c3c, 0x9bffee8, 2, 32, 24) = 0xbfc07c3c -_ZNK8QVariant8userTypeEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 5 -_ZNK8QVariant9constDataEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 0xbfc07c3c -_ZN8QVariantD1Ev(0xbfc07c3c, 0x9bffee8, 2, 32, 24) = 0xbfc07c3c -_ZNK9QComboBox5countEv(0x9bffee8, 0x9bffee8, 2, 32, 24) = 14 -_ZNK9QComboBox8itemDataEii(0xbfc07c3c, 0x9bffee8, 3, 32, 24) = 0xbfc07c3c -_ZNK8QVariant8userTypeEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 5 -_ZNK8QVariant9constDataEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 0xbfc07c3c -_ZN8QVariantD1Ev(0xbfc07c3c, 0x9bffee8, 3, 32, 24) = 0xbfc07c3c -_ZNK9QComboBox5countEv(0x9bffee8, 0x9bffee8, 3, 32, 24) = 14 -_ZNK9QComboBox8itemDataEii(0xbfc07c3c, 0x9bffee8, 4, 32, 24) = 0xbfc07c3c -_ZNK8QVariant8userTypeEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 5 -_ZNK8QVariant9constDataEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 0xbfc07c3c -_ZN8QVariantD1Ev(0xbfc07c3c, 0x9bffee8, 4, 32, 24) = 0xbfc07c3c -_ZNK9QComboBox5countEv(0x9bffee8, 0x9bffee8, 4, 32, 24) = 14 -_ZNK9QComboBox8itemDataEii(0xbfc07c3c, 0x9bffee8, 5, 32, 24) = 0xbfc07c3c -_ZNK8QVariant8userTypeEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 5 -_ZNK8QVariant9constDataEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 0xbfc07c3c -_ZN8QVariantD1Ev(0xbfc07c3c, 0x9bffee8, 5, 32, 24) = 0xbfc07c3c -_ZNK9QComboBox5countEv(0x9bffee8, 0x9bffee8, 5, 32, 24) = 14 -_ZNK9QComboBox8itemDataEii(0xbfc07c3c, 0x9bffee8, 6, 32, 24) = 0xbfc07c3c -_ZNK8QVariant8userTypeEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 5 -_ZNK8QVariant9constDataEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 0xbfc07c3c -_ZN8QVariantD1Ev(0xbfc07c3c, 0x9bffee8, 6, 32, 24) = 0xbfc07c3c -_ZNK9QComboBox5countEv(0x9bffee8, 0x9bffee8, 6, 32, 24) = 14 -_ZNK9QComboBox8itemDataEii(0xbfc07c3c, 0x9bffee8, 7, 32, 24) = 0xbfc07c3c -_ZNK8QVariant8userTypeEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 5 -_ZNK8QVariant9constDataEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 0xbfc07c3c -_ZN8QVariantD1Ev(0xbfc07c3c, 0x9bffee8, 7, 32, 24) = 0xbfc07c3c -_ZNK9QComboBox5countEv(0x9bffee8, 0x9bffee8, 7, 32, 24) = 14 -_ZNK9QComboBox8itemDataEii(0xbfc07c3c, 0x9bffee8, 8, 32, 24) = 0xbfc07c3c -_ZNK8QVariant8userTypeEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 5 -_ZNK8QVariant9constDataEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 0xbfc07c3c -_ZN8QVariantD1Ev(0xbfc07c3c, 0x9bffee8, 8, 32, 24) = 0xbfc07c3c -_ZNK9QComboBox5countEv(0x9bffee8, 0x9bffee8, 8, 32, 24) = 14 -_ZNK9QComboBox8itemDataEii(0xbfc07c3c, 0x9bffee8, 9, 32, 24) = 0xbfc07c3c -_ZNK8QVariant8userTypeEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 5 -_ZNK8QVariant9constDataEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 0xbfc07c3c -_ZN8QVariantD1Ev(0xbfc07c3c, 0x9bffee8, 9, 32, 24) = 0xbfc07c3c -_ZNK9QComboBox5countEv(0x9bffee8, 0x9bffee8, 9, 32, 24) = 14 -_ZNK9QComboBox8itemDataEii(0xbfc07c3c, 0x9bffee8, 10, 32, 24) = 0xbfc07c3c -_ZNK8QVariant8userTypeEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 5 -_ZNK8QVariant9constDataEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 0xbfc07c3c -_ZN8QVariantD1Ev(0xbfc07c3c, 0x9bffee8, 10, 32, 24) = 0xbfc07c3c -_ZNK9QComboBox5countEv(0x9bffee8, 0x9bffee8, 10, 32, 24) = 14 -_ZNK9QComboBox8itemDataEii(0xbfc07c3c, 0x9bffee8, 11, 32, 24) = 0xbfc07c3c -_ZNK8QVariant8userTypeEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 5 -_ZNK8QVariant9constDataEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 0xbfc07c3c -_ZN8QVariantD1Ev(0xbfc07c3c, 0x9bffee8, 11, 32, 24) = 0xbfc07c3c -_ZNK9QComboBox5countEv(0x9bffee8, 0x9bffee8, 11, 32, 24) = 14 -_ZNK9QComboBox8itemDataEii(0xbfc07c3c, 0x9bffee8, 12, 32, 24) = 0xbfc07c3c -_ZNK8QVariant8userTypeEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 5 -_ZNK8QVariant9constDataEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 0xbfc07c3c -_ZN8QVariantD1Ev(0xbfc07c3c, 0x9bffee8, 12, 32, 24) = 0xbfc07c3c -_ZNK9QComboBox5countEv(0x9bffee8, 0x9bffee8, 12, 32, 24) = 14 -_ZNK9QComboBox8itemDataEii(0xbfc07c3c, 0x9bffee8, 13, 32, 24) = 0xbfc07c3c -_ZNK8QVariant8userTypeEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 5 -_ZNK8QVariant9constDataEv(0xbfc07c3c, 24, 11, 0xb6ab624c, 20) = 0xbfc07c3c -_ZN8QVariantD1Ev(0xbfc07c3c, 0x9bffee8, 13, 32, 24) = 0xbfc07c3c -_ZN9QComboBox15setCurrentIndexEi(0x9bffee8, 13, 13, 32, 24 -_ZNK7QAction9isVisibleEv(0x9c02420, 1, 2, 4, 0) = 0x9c02801 -_ZNK9QComboBox12currentIndexEv(0x9bffee8, 1, 2, 4, 0) = 13 -_ZNK9QComboBox8itemDataEii(0xbfc07984, 0x9bffee8, 13, 32, 0) = 0xbfc07984 -_ZNK8QVariant8userTypeEv(0xbfc07984, 0x81b14a4, 0xbfc07c4c, 0xb6c21ff4, 65536) = 5 -_ZNK8QVariant9constDataEv(0xbfc07984, 0x81b14a4, 0xbfc07c4c, 0xb6c21ff4, 65536) = 0xbfc07984 -_ZN8QVariantD1Ev(0xbfc07984, 0x9bffee8, 13, 32, 0) = 0xbfc07984 -sr_config_get(0xb6946580, 30000, 0xbfc079a0, 0x9bf37c8, 0) = 0 -g_variant_get_uint64(0x9baf1b0, 30000, 0xbfc079a0, 0x9bf37c8, 0) = 0xbebc200 -g_variant_unref(0x9baf1b0, 30000, 0xbfc079a0, 0x9bf37c8, 0) = 0x9bae788 -g_variant_new_uint64(0xbebc200, 0, 0xbfc079a0, 0x9bf37c8, 0) = 0x9baf200 -sr_config_set(0x9bf37c8, 30000, 0x9baf200, 0x9bf37c8, 0) = 0 -strcmp("demo", "DSLogic") = 1 -<... _ZN9QComboBox15setCurrentIndexEi resumed> ) = 0x81b21a4 -_ZNK9QComboBox5countEv(0x9bffee8, 13, 13, 32, 24) = 14 -strcmp("demo", "DSLogic") = 1 -_ZN7QString16fromAscii_helperEPKci(0x8154b2a, -1, 0xbfc07cc8, 0x8128709, 0x9bffeb8) = 0x9cf6c90 -_ZN5QIconC1ERK7QString(0xbfc07cbc, 0xbfc07cb8, 0xbebc200, 0, 5) = 0 -_ZN15QAbstractButton7setIconERK5QIcon(0x9c5084c, 0xbfc07cbc, 0xbebc200, 0, 5) = 0x9c11714 -_ZN5QIconD1Ev(0xbfc07cbc, 0xbfc07cbc, 0xbebc200, 0, 5) = 0x9cf61e8 -strcmp("demo", "DSLogic") = 1 -_ZN7QWidget11setDisabledEb(0x9c55848, 1, 0xbebc200, 0, 5) = 0xbfc07c24 -_ZN7QWidget11setDisabledEb(0x9c0d258, 1, 0xbebc200, 0, 5) = 0xbfc07c24 -sr_config_get(0xb6946580, 30000, 0xbfc07c60, 0x9bf37c8, 1) = 0 -g_variant_get_uint64(0x9baf230, 30000, 0xbfc07c60, 0x9bf37c8, 1) = 0xbebc200 -g_variant_unref(0x9baf230, 30000, 0xbfc07c60, 0x9bf37c8, 1) = 0x9bae788 -_ZN11QMetaObject8activateEP7QObjectPKS_iPPv(0xbfc07fa0, 0x8158a14, 3, 0xbfc07bd8, 0x9baf230 -_ZN7QWidget6updateEv(0x9cf3aa0, 0xb76efff4, 0xbfc07b98, 0xb6edfb78, 0xbfc07b00) = 4 -_ZN7QWidget6updateEv(0x9cf36f8, 0xb76efff4, 0xbfc07b98, 0xb6edfb78, 0xbfc07b00) = 4 -<... _ZN11QMetaObject8activateEP7QObjectPKS_iPPv resumed> ) = 0 -_Znwj(60, 0xbebc200, 0, 0x9bf37c8, 1) = 0x9cf5778 -_Znwj(32, 0x9cf578c, 0xb68b4989, 0xb65d1011, 0xb68c4c1a) = 0x9cf5fa8 -_Znwj(512, 0x9cf6524, 0xbfc07af8, 0x8148ce9, 0x9cf5778) = 0x9cf6cd8 -_Znwj(16, 0, 60, 0xb65d3d3c, 0x9c35508) = 0x9c015d8 -_Znwj(60, 0x9cf5778, 0xbebc200, 0, 1) = 0x9cf6018 -_Znwj(32, 0x9cf602c, 0, 0xb65d1011, 0xb68c4c1a) = 0x9cf5f70 -_Znwj(512, 0x9cf6524, 16, 3, 0x9cf6018) = 0x9cf6ee0 -_Znwj(16, 0, 60, 0xb65d3d3c, 0x9c35508) = 0x9c015a0 -_ZN7QString16fromAscii_helperEPKci(0x9bf68f0, -1, 0, 0, 0x9cf5778) = 0x9cf5fd0 -_Znwj(148, 0xbfc0801c, 0xbebc200, 0, 1) = 0x9cf70e8 -_ZN6QColor10invalidateEv(0x9cf7104, 0, 0xbfc07be8, 0xb66fcff4, 0x16fd440) = 0x9cf7104 -_Znwj(12, 0x9cf6524, 16, 0xb66fcff4, -1) = 0x9c35508 -_ZNSt8__detail15_List_node_base7_M_hookEPS0_(0x9c35508, 0x9cf70f0, 0xbfc07b58, 0x80e07c0, 0xbfc07b7c) = 0x9cf70f0 -_ZN6QColoraSERKS_(0x9cf7104, 0x81b2d80, 0, 0, 0) = 0x9cf7104 -_Znwj(16, 0x81b2d80, 0, 0, 0) = 0x9c00fc8 -_Znwj(8, 0xbfc07c30, 0xbfc07b78, 0x80e3493, 0xbfc07fe4) = 0x9cf5ef0 -_ZN7QString16fromAscii_helperEPKci(0x9bf6730, -1, 0, 0, 0x9cf6018) = 0x9cf7180 -_Znwj(148, 0xbfc0801c, 0xbfc07c30, 0, 0) = 0x9cf71b0 -_ZN6QColor10invalidateEv(0x9cf71cc, 0, 0xbfc07be8, 0xb66fcff4, 0x16fd440) = 0x9cf71cc -_Znwj(12, 0x9cf6524, 0, 0xb66fcff4, 0xb66fd440) = 0x9cf5f98 -_ZNSt8__detail15_List_node_base7_M_hookEPS0_(0x9cf5f98, 0x9cf71b8, 0xbfc07b58, 0x80e07c0, 0xbfc07b7c) = 0x9cf71b8 -_ZN6QColoraSERKS_(0x9cf71cc, 0x81b2d90, 1, 0, 1) = 0x9cf71cc -_Znwj(16, 0x81b2d90, 1, 0, 1) = 0x9c00f90 -_Znwj(16, 0xbfc07c30, 0xbfc07b78, 0x80e3493, 0xbfc07fe4) = 0x9c34c00 -_ZdlPv(0x9cf5ef0, 0x9cf5ef8, 0x9c34c10, 0x80e3493, 0xbfc07fe4) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9bfd3c0, -1, 0x9cf70e8, 0x9cf5ef8, 0x9cf70e8) = 0x9cf7248 -_Znwj(148, 0xbfc0801c, 0xbfc07c30, 1, 1) = 0x9cf7278 -_ZN6QColor10invalidateEv(0x9cf7294, 0, 0xbfc07be8, 0xb66fcff4, 0x16fd440) = 0x9cf7294 -_Znwj(12, 0x9cf6524, 0xbfc07ae8, 0xb66fcff4, 0xb66fd440) = 0x9cf5ef0 -_ZNSt8__detail15_List_node_base7_M_hookEPS0_(0x9cf5ef0, 0x9cf7280, 0xbfc07b58, 0x80e07c0, 0xbfc07b7c) = 0x9cf7280 -_ZN6QColoraSERKS_(0x9cf7294, 0x81b2da0, 2, 0, 2) = 0x9cf7294 -_Znwj(16, 0x81b2da0, 2, 0, 2) = 0x9cf7310 -_Znwj(32, 0xbfc07c30, 0xbfc07b78, 0x80e3493, 0xbfc07fe4) = 0x9cf7328 -_ZdlPv(0x9c34c00, 0x9c34c10, 0x9cf7340, 0x80e3493, 0xbfc07fe4) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9bfe288, -1, 0x9cf71b0, 0x9c34c10, 0x9cf71b0) = 0x9cf7350 -_Znwj(148, 0xbfc0801c, 0xbfc07c30, 2, 2) = 0x9cf7380 -_ZN6QColor10invalidateEv(0x9cf739c, 0, 0xbfc07be8, 0xb66fcff4, 0x16fd440) = 0x9cf739c -_Znwj(12, 0x9cf6524, 0xbfc07ae8, 0xb66fcff4, 0xb66fd440) = 0x9cf7418 -_ZNSt8__detail15_List_node_base7_M_hookEPS0_(0x9cf7418, 0x9cf7388, 0xbfc07b58, 0x80e07c0, 0xbfc07b7c) = 0x9cf7388 -_ZN6QColoraSERKS_(0x9cf739c, 0x81b2db0, 3, 0, 3) = 0x9cf739c -_Znwj(16, 0x81b2db0, 3, 0, 3) = 0x9c34c00 -_ZN7QString16fromAscii_helperEPKci(0x9bfe2b0, -1, 0x9cf7278, 0x9cf7310, 0x9cf7278) = 0x9cf7428 -_Znwj(148, 0xbfc0801c, 0xbfc07c30, 3, 3) = 0x9cf7458 -_ZN6QColor10invalidateEv(0x9cf7474, 0, 0xbfc07be8, 0xb66fcff4, 0x16fd440) = 0x9cf7474 -_Znwj(12, 0x9cf6524, 0xbfc07ae8, 0xb66fcff4, 0xb66fd440) = 0x9cf74f0 -_ZNSt8__detail15_List_node_base7_M_hookEPS0_(0x9cf74f0, 0x9cf7460, 0xbfc07b58, 0x80e07c0, 0xbfc07b7c) = 0x9cf7460 -_ZN6QColoraSERKS_(0x9cf7474, 0x81b2dc0, 4, 0, 4) = 0x9cf7474 -_Znwj(16, 0x81b2dc0, 4, 0, 4) = 0x9cf7500 -_Znwj(64, 0xbfc07c30, 0xbfc07b78, 0x80e3493, 0xbfc07fe4) = 0x9c358a0 -_ZdlPv(0x9cf7328, 0x9cf7348, 0x9c358c8, 0x80e3493, 0xbfc07fe4) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9bfe2d8, -1, 0x9cf7380, 0x9cf7348, 0x9cf7380) = 0x9cf7518 -_Znwj(148, 0xbfc0801c, 0xbfc07c30, 4, 4) = 0x9cf7548 -_ZN6QColor10invalidateEv(0x9cf7564, 0, 0xbfc07be8, 0xb66fcff4, 0x16fd440) = 0x9cf7564 -_Znwj(12, 0x9cf6524, 0xbfc07ae8, 0xb66fcff4, 0xb66fd440) = 0x9cf75e0 -_ZNSt8__detail15_List_node_base7_M_hookEPS0_(0x9cf75e0, 0x9cf7550, 0xbfc07b58, 0x80e07c0, 0xbfc07b7c) = 0x9cf7550 -_ZN6QColoraSERKS_(0x9cf7564, 0x81b2dd0, 5, 0, 5) = 0x9cf7564 -_Znwj(16, 0x81b2dd0, 5, 0, 5) = 0x9cf75f0 -_ZN7QString16fromAscii_helperEPKci(0x9bfe300, -1, 0x9cf7458, 0x9cf7500, 0x9cf7458) = 0x9cf7608 -_Znwj(148, 0xbfc0801c, 0xbfc07c30, 5, 5) = 0x9cf7638 -_ZN6QColor10invalidateEv(0x9cf7654, 0, 0xbfc07be8, 0xb66fcff4, 0x16fd440) = 0x9cf7654 -_Znwj(12, 0x9cf6524, 0xbfc07ae8, 0xb66fcff4, 0xb66fd440) = 0x9cf76d0 -_ZNSt8__detail15_List_node_base7_M_hookEPS0_(0x9cf76d0, 0x9cf7640, 0xbfc07b58, 0x80e07c0, 0xbfc07b7c) = 0x9cf7640 -_ZN6QColoraSERKS_(0x9cf7654, 0x81b2de0, 6, 0, 6) = 0x9cf7654 -_Znwj(16, 0x81b2de0, 6, 0, 6) = 0x9cf76e0 -_ZN7QString16fromAscii_helperEPKci(0x9bfe328, -1, 0x9cf7548, 0x9cf75f0, 0x9cf7548) = 0x9cf76f8 -_Znwj(148, 0xbfc0801c, 0xbfc07c30, 6, 6) = 0x9cf7728 -_ZN6QColor10invalidateEv(0x9cf7744, 0, 0xbfc07be8, 0xb66fcff4, 0x16fd440) = 0x9cf7744 -_Znwj(12, 0x9cf6524, 0xbfc07ae8, 0xb66fcff4, 0xb66fd440) = 0x9cf77c0 -_ZNSt8__detail15_List_node_base7_M_hookEPS0_(0x9cf77c0, 0x9cf7730, 0xbfc07b58, 0x80e07c0, 0xbfc07b7c) = 0x9cf7730 -_ZN6QColoraSERKS_(0x9cf7744, 0x81b2df0, 7, 0, 7) = 0x9cf7744 -_Znwj(16, 0x81b2df0, 7, 0, 7) = 0x9cf77d0 -_ZN7QString16fromAscii_helperEPKci(0x9bfe350, -1, 0x9cf7638, 0x9cf76e0, 0x9cf7638) = 0x9cf77e8 -_Znwj(148, 0xbfc0801c, 0xbfc07c30, 7, 7) = 0x9cf7818 -_ZN6QColor10invalidateEv(0x9cf7834, 0, 0xbfc07be8, 0xb66fcff4, 0x16fd440) = 0x9cf7834 -_Znwj(12, 0x9cf6524, 0xbfc07ae8, 0xb66fcff4, 0xb66fd440) = 0x9cf78b0 -_ZNSt8__detail15_List_node_base7_M_hookEPS0_(0x9cf78b0, 0x9cf7820, 0xbfc07b58, 0x80e07c0, 0xbfc07b7c) = 0x9cf7820 -_ZN6QColoraSERKS_(0x9cf7834, 0x81b2d80, 8, 0, 8) = 0x9cf7834 -_Znwj(16, 0x81b2d80, 8, 0, 8) = 0x9cf78c0 -_Znwj(128, 0xbfc07c30, 0xbfc07b78, 0x80e3493, 0xbfc07fe4) = 0x9cf78d8 -_ZdlPv(0x9c358a0, 0x9c358e0, 0x9cf7920, 0x80e3493, 0xbfc07fe4) = 0 -_ZN7QString16fromAscii_helperEPKci(0x9bfe378, -1, 0x9cf7728, 0x9c358e0, 0x9cf7728) = 0x9c46990 -_Znwj(148, 0xbfc0801c, 0xbfc07c30, 8, 8) = 0x9cf7960 -_ZN6QColor10invalidateEv(0x9cf797c, 0, 0xbfc07be8, 0xb66fcff4, 0x16fd440) = 0x9cf797c -_Znwj(12, 0x9cf6524, 0xbfc07ae8, 0xb66fcff4, 0xb66fd440) = 0x9cf79f8 -_ZNSt8__detail15_List_node_base7_M_hookEPS0_(0x9cf79f8, 0x9cf7968, 0xbfc07b58, 0x80e07c0, 0xbfc07b7c) = 0x9cf7968 -_ZN6QColoraSERKS_(0x9cf797c, 0x81b2d90, 9, 0, 9) = 0x9cf797c -_Znwj(16, 0x81b2d90, 9, 0, 9) = 0x9cf7a08 -_ZN7QString16fromAscii_helperEPKci(0x9bfe3a0, -1, 0x9cf7818, 0x9cf78c0, 0x9cf7818) = 0x9cf7a20 -_Znwj(148, 0xbfc0801c, 0xbfc07c30, 9, 9) = 0x9cf7a50 -_ZN6QColor10invalidateEv(0x9cf7a6c, 0, 0xbfc07be8, 0xb66fcff4, 0x16fd440) = 0x9cf7a6c -_Znwj(12, 0x9cf6524, 0xbfc07ae8, 0xb66fcff4, 0xb66fd440) = 0x9cf7ae8 -_ZNSt8__detail15_List_node_base7_M_hookEPS0_(0x9cf7ae8, 0x9cf7a58, 0xbfc07b58, 0x80e07c0, 0xbfc07b7c) = 0x9cf7a58 -_ZN6QColoraSERKS_(0x9cf7a6c, 0x81b2da0, 10, 0, 10) = 0x9cf7a6c -_Znwj(16, 0x81b2da0, 10, 0, 10) = 0x9cf7af8 -_ZN7QString16fromAscii_helperEPKci(0x9bfe3c8, -1, 0x9cf7960, 0x9cf7a08, 0x9cf7960) = 0x9cf7b10 -_Znwj(148, 0xbfc0801c, 0xbfc07c30, 10, 10) = 0x9cf7b40 -_ZN6QColor10invalidateEv(0x9cf7b5c, 0, 0xbfc07be8, 0xb66fcff4, 0x16fd440) = 0x9cf7b5c -_Znwj(12, 0x9cf6524, 0xbfc07ae8, 0xb66fcff4, 0xb66fd440) = 0x9cf7bd8 -_ZNSt8__detail15_List_node_base7_M_hookEPS0_(0x9cf7bd8, 0x9cf7b48, 0xbfc07b58, 0x80e07c0, 0xbfc07b7c) = 0x9cf7b48 -_ZN6QColoraSERKS_(0x9cf7b5c, 0x81b2db0, 11, 0, 11) = 0x9cf7b5c -_Znwj(16, 0x81b2db0, 11, 0, 11) = 0x9cf7be8 -_ZN7QString16fromAscii_helperEPKci(0x9bfe3f0, -1, 0x9cf7a50, 0x9cf7af8, 0x9cf7a50) = 0x9cf7c00 -_Znwj(148, 0xbfc0801c, 0xbfc07c30, 11, 11) = 0x9d10278 -_ZN6QColor10invalidateEv(0x9d10294, 0, 0xbfc07be8, 0xb66fcff4, 0x16fd440) = 0x9d10294 -_Znwj(12, 0x9cf6524, 0xbfc07ae8, 0xb66fcff4, 0xb66fd440) = 0x9c51038 -_ZNSt8__detail15_List_node_base7_M_hookEPS0_(0x9c51038, 0x9d10280, 0xbfc07b58, 0x80e07c0, 0xbfc07b7c) = 0x9d10280 -_ZN6QColoraSERKS_(0x9d10294, 0x81b2dc0, 12, 0, 12) = 0x9d10294 -_Znwj(16, 0x81b2dc0, 12, 0, 12) = 0x9cf6180 -_ZN7QString16fromAscii_helperEPKci(0x9bfe418, -1, 0x9cf7b40, 0x9cf7be8, 0x9cf7b40) = 0x9cf6648 -_Znwj(148, 0xbfc0801c, 0xbfc07c30, 12, 12) = 0x9d10310 -_ZN6QColor10invalidateEv(0x9d1032c, 0, 0xbfc07be8, 0xb66fcff4, 0x16fd440) = 0x9d1032c -_Znwj(12, 0x9cf6524, 0xbfc07ae8, 0xb66fcff4, 0xb66fd440) = 0x9c51048 -_ZNSt8__detail15_List_node_base7_M_hookEPS0_(0x9c51048, 0x9d10318, 0xbfc07b58, 0x80e07c0, 0xbfc07b7c) = 0x9d10318 -_ZN6QColoraSERKS_(0x9d1032c, 0x81b2dd0, 13, 0, 13) = 0x9d1032c -_Znwj(16, 0x81b2dd0, 13, 0, 13) = 0x9cf57b8 -_ZN7QString16fromAscii_helperEPKci(0x9bfe440, -1, 0x9d10278, 0x9cf6180, 0x9d10278) = 0x9c358a0 -_Znwj(148, 0xbfc0801c, 0xbfc07c30, 13, 13) = 0x9d103a8 -_ZN6QColor10invalidateEv(0x9d103c4, 0, 0xbfc07be8, 0xb66fcff4, 0x16fd440) = 0x9d103c4 -_Znwj(12, 0x9cf6524, 0xbfc07ae8, 0xb66fcff4, 0xb66fd440) = 0x9c358d0 -_ZNSt8__detail15_List_node_base7_M_hookEPS0_(0x9c358d0, 0x9d103b0, 0xbfc07b58, 0x80e07c0, 0xbfc07b7c) = 0x9d103b0 -_ZN6QColoraSERKS_(0x9d103c4, 0x81b2de0, 14, 0, 14) = 0x9d103c4 -_Znwj(16, 0x81b2de0, 14, 0, 14) = 0x9cf57d0 -_ZN7QString16fromAscii_helperEPKci(0x9bfe468, -1, 0x9d10310, 0x9cf57b8, 0x9d10310) = 0x9cf7c30 -_Znwj(148, 0xbfc0801c, 0xbfc07c30, 14, 14) = 0x9d10440 -_ZN6QColor10invalidateEv(0x9d1045c, 0, 0xbfc07be8, 0xb66fcff4, 0x16fd440) = 0x9d1045c -_Znwj(12, 0x9cf6524, 0xbfc07ae8, 0xb66fcff4, 0xb66fd440) = 0x9cf57e8 -_ZNSt8__detail15_List_node_base7_M_hookEPS0_(0x9cf57e8, 0x9d10448, 0xbfc07b58, 0x80e07c0, 0xbfc07b7c) = 0x9d10448 -_ZN6QColoraSERKS_(0x9d1045c, 0x81b2df0, 15, 0, 15) = 0x9d1045c -_Znwj(16, 0x81b2df0, 15, 0, 15) = 0x9cf7c60 -_ZN11QMetaObject8activateEP7QObjectPKS_iPPv(0xbfc07fa0, 0x8158a14, 1, 0, 0x9d103a8 -pthread_mutex_lock(0xbfc07fcc, 0x9bab678, 48, 0xb65d1011, 0) = 0 -_Znwj(128, 0xbfc07fe4, 0xb66fd46c, 0xb66b9b93, 0) = 0x9d104d8 -pthread_mutex_unlock(0xbfc07fcc, 0xbfc07fe4, 0xbfc07a18, 0x80dd6d9, 0x9cf78d8) = 0 -_ZdlPv(0x9d104d8, 0x9cf1bc0, 0x9cf4988, 0x80dbc73, 0xbfc07fcc) = 0 -_ZNK19QAbstractScrollArea19horizontalScrollBarEv(0x9cf1bc0, 0xbfc07fa0, 12, 0xb65d3d3c, 0xbfc07b30) = 0x9cf2c48 -pthread_mutex_lock(0xbfc07fcc, 0x9cf1bc0, 0x9cf4988, 0x80dbc73, 0xbfc07fcc) = 0 -_Znwj(128, 0xbfc07fe4, 0xb66fd46c, 0xb6828ff4, 0x9cf1bc0) = 0x9d104d8 -pthread_mutex_unlock(0xbfc07fcc, 0xbfc07fe4, 0xbfc07a18, 0x80dd6d9, 0x9cf78d8) = 0 -_ZdlPv(0x9d104d8, 0x9cf1bc0, 0x9cf4988, 0x80dbc73, 0xbfc07fcc) = 0 -pthread_mutex_lock(0xbfc07fcc, 0x9cf1bc0, 0x9cf4988, 0x80dbc73, 0xbfc07fcc) = 0 -_Znwj(128, 0xbfc07fe4, 0xb66fd46c, 0xb6828ff4, 0x9cf1bc0) = 0x9d104d8 -pthread_mutex_unlock(0xbfc07fcc, 0xbfc07fe4, 0xbfc07a18, 0x80dd6d9, 0x9cf78d8) = 0 -pthread_mutex_lock(0xbfc07fcc, -1, 0xbfc07978, 0x80e5ea9, 0xbfc079b4) = 0 -_Znwj(128, 0xbfc07fe4, 0xbfc07938, 0x80cdd32, 0x9cf7c60) = 0x9d10560 -pthread_mutex_unlock(0xbfc07fcc, 0xbfc07fe4, 0xbfc07998, 0x80dd6d9, 0x9cf78d8) = 0 -_ZNK19QAbstractScrollArea17verticalScrollBarEv(0x9cf1bc0, 0xbfc07a1c, 0, 0, 4) = 0x9cf30d0 -_ZN15QAbstractSlider17setSliderPositionEi(0x9cf30d0, 0x70000013, 0, 0, 4 -_ZN19QAbstractScrollArea16scrollContentsByEii(0x9cf1bc0, 0, -10, 0x8145eed, 1) = 4 -_ZN7QWidget6updateEv(0x9cf3cb8, 0xb726b326, 0xb76efff4, 0xb726bc64, 0x9cf1bc0) = 4 -_ZN7QWidget6updateEv(0x9cf36f8, 0xb726b326, 0xb76efff4, 0xb726bc64, 0x9cf1bc0) = 4 -<... _ZN15QAbstractSlider17setSliderPositionEi resumed> ) = 0 -_ZNK19QAbstractScrollArea17verticalScrollBarEv(0x9cf1bc0, 0x70000013, 0, 0, 4) = 0x9cf30d0 -_ZNK15QAbstractSlider14sliderPositionEv(0x9cf30d0, 0x70000013, 0, 0, 4) = 10 -_ZN7QWidget6updateEv(0x9cf3cb8, 0xb77536a0, 0x9c455e8, 0xb718df80, 0x9cf30d0) = 4 -_ZN7QWidget6updateEv(0x9cf36f8, 0xb77536a0, 0x9c455e8, 0xb718df80, 0x9cf30d0) = 4 -_ZdlPv(0x9d10560, 0xb774d28b, 0xb7760ad0, 0, 1) = 0 -_ZdlPv(0x9d104d8, 10, 0, 0, 4) = 0 -<... _ZN11QMetaObject8activateEP7QObjectPKS_iPPv resumed> ) = 0 -_ZN11QMetaObject8activateEP7QObjectPKS_iPPv(0xbfc07fa0, 0x8158a14, 2, 0, 0x9d103a8 -pthread_mutex_lock(0xbfc07fcc, 0, 1, 0x80dc0cc, 0x9d10554) = 0 -_Znwj(128, 0xbfc07fe4, 0xbfc07968, 0x80cdc8a, 0x9cf7c64) = 0x9d104d8 -pthread_mutex_unlock(0xbfc07fcc, 0xbfc07fe4, 0xbfc079c8, 0x80dd6d9, 0x9cf78d8) = 0 -_ZNK7QWidget8hasFocusEv(0x9cf4040, 0xbfc07a54, 0x9d10558, 0x9d10558, 0xbfc07a8c) = 0 -_ZN19QAbstractScrollArea18setViewportMarginsEiiii(0x9cf1bc0, 205, 50, 0, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9cf30a8, 0xbfc0725c, 0x9ce1968, 0, 0xbfc07034) = 0xb76df2e8 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc077d0, 0xbfc077d0, 0xb6ac3a96, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9cf1bc0, 0xbfc077d0, 0, 0xb69a453c, 0x9bad018) = 0x815c8e8 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -<... _ZN19QAbstractScrollArea18setViewportMarginsEiiii resumed> ) = 0x9bf8a28 -_ZdlPv(0x9d104d8, 13, 82, 27, 83) = 0 -_ZN19QAbstractScrollArea18setViewportMarginsEiiii(0x9cf1bc0, 205, 50, 0, 0) = 0x9bf8a28 -_ZNK7QWidget1yEv(0x9cf36f8, 0x9cf4a10, 0xbfc07ae8, 0xb726bba6, 0x9cf2730) = 52 -_ZNK7QWidget1xEv(0x9cf36f8, 0x9cf4a10, 0xbfc07ae8, 0xb726bba6, 0x9cf2730) = 207 -_ZN7QWidget11setGeometryERK5QRect(0x9cf3aa0, 0xbfc07a40, 0, 0, 52) = 1 -_ZNK7QWidget1xEv(0x9cf36f8, 207, 0, 0, 52) = 207 -_ZNK7QWidget1yEv(0x9cf36f8, 207, 0, 0, 52) = 52 -_ZN7QWidget11setGeometryERK5QRect(0x9cf3cb8, 0xbfc07a40, 52, 207, 0) = 1 -_ZNK19QAbstractScrollArea19horizontalScrollBarEv(0x9cf1bc0, 0xbfc07a70, 0xbfc07a60, 0x811a9f9, 0) = 0x9cf2c48 -_ZN15QAbstractSlider11setPageStepEi(0x9cf2c48, 0, 0xbfc07a60, 0x811a9f9, 0) = 144 -_ZNK19QAbstractScrollArea19horizontalScrollBarEv(0x9cf1bc0, 0, 0xbfc07a60, 0x811a9f9, 0) = 0x9cf2c48 -_ZN15QAbstractSlider8setRangeEii(0x9cf2c48, 0, 1000, 0x811a9f9, 0) = 0 -_ZNK19QAbstractScrollArea19horizontalScrollBarEv(0x9cf1bc0, 0, 1000, 0x811a9f9, 0) = 0x9cf2c48 -_ZN15QAbstractSlider17setSliderPositionEi(0x9cf2c48, 0, 1000, 0x811a9f9, 0) = 0 -_ZNK19QAbstractScrollArea17verticalScrollBarEv(0x9cf1bc0, 0, 1000, 0x811a9f9, 0) = 0x9cf30d0 -_ZN15QAbstractSlider11setPageStepEi(0x9cf30d0, 0, 1000, 0x811a9f9, 0) = 0x9cf31e0 -pthread_mutex_lock(0xbfc07fcc, 0xbfc079e4, 0x9cf7340, 0x9cf6530, 2) = 0 -_Znwj(128, 0xbfc07fe4, 0xb6c21ff4, 0xb6ada946, 0x9cf1bc0) = 0x9d105d0 -pthread_mutex_unlock(0xbfc07fcc, 0xbfc07fe4, 0xbfc07998, 0x80dd6d9, 0x9cf78d8) = 0 -_ZdlPv(0x9d105d0, 0x9cf1bc0, 0xbfc07978, 0x813060c, 4) = 0 -_ZNK19QAbstractScrollArea17verticalScrollBarEv(0x9cf1bc0, 0, 1000, 0x811a9f9, 0) = 0x9cf30d0 -_ZN15QAbstractSlider8setRangeEii(0x9cf30d0, 0, 0x70000003, 0x811a9f9, 0) = 10 -_ZN7QWidget6updateEv(0x9cf36f8, 205, 50, 0, 0) = 4 -<... _ZN11QMetaObject8activateEP7QObjectPKS_iPPv resumed> ) = 0 -_ZN7QString16fromAscii_helperEPKci(0x814a1b8, -1, 0x9cf6c90, 0x9cf61e8, 0x9bff390) = 0x9d10598 -_Znwj(16, 0xbfc07c18, 0xbfc07bc8, 0xbfc07c10, 0xbfc07c58) = 0x9d10538 -libusbhp_init(0xbfc08078, 0x80d27b6, 0xbfc07c98, 0x80d4df4, 0xbfc07c80) = 0 -libusbhp_register_hotplug_listeners(0x9d105d0, 0x80db04a, 0x80db08c, 0, 0xbfc07c80) = 0x9d105d0 -_Znwj(16, 0x9d10e84, 0xb66fd440, 0xb6245212, 0x9d10538) = 0x9d111f8 -_Znwj(8, 0xbfc07d00, 0x80db08c, 0, 0xbfc07c80) = 0x9d107a8 -_Znwj(16, 0x9d10540, 0, 0, 0x9d111f8) = 0x9d114b8 -_Znwj(16, 0x9d107a8, 0xbfc07ad8, 0x80d4624, 0x9d114b8) = 0x9d114d0 -_Znwj(16, 0x9d107a8, 0xbfc07aa8, 0x80d466e, 0x9d114d0) = 0x9d111a0 -_Znwj(16, 0x9d114d8, 0xbfc07a88, 0x80d463e, 0x9d111a0) = 0x9d111b8 -_ZdlPv(0x9d111a0, 0x9d111a0, 0xbfc07a88, 0x80d463e, 0x9d111a0) = 0 -_Znwj(16, 0, 0x9d111a0, 0x80d5657, 0x9d111b8) = 0x9d111a0 -_ZdlPv(0x9d111b8, 0x9d111b8, 0x9d111a0, 0x80d5657, 0x9d111b8) = 0 -_ZdlPv(0x9d114d0, 0xbfc07b94, 2, 0x80d4694, 0x80daf3c) = 0x9d111b0 -_Znwj(16, 0x9d107a8, 0xbfc07a48, 0x80d459b, 0x9d111a0) = 0x9d114d0 -_Znwj(288, 0xbfc07c24, 0xbfc07ba8, 0x80dd1af, 0xbfc07bd4) = 0x9d11508 -pthread_mutex_init(0x9d11520, 0, 0xbfc07b38, 0x80dcbf7, 0x9d11518) = 0 -pthread_mutex_init(0x9d11538, 0, 0xbfc07b38, 0x80dbb92, 0x9d11520) = 0 -pthread_cond_init(0x9d11550, 0, 0xbfc07b38, 0x80dbb92, 0x9d11520) = 0 -pthread_mutex_init(0x9d11580, 0, 0xbfc07b38, 0x80dcbf7, 0x9d11518) = 0 -pthread_mutex_init(0x9d11598, 0, 0xbfc07b38, 0x80dbb92, 0x9d11580) = 0 -pthread_cond_init(0x9d115b0, 0, 0xbfc07b38, 0x80dbb92, 0x9d11580) = 0 -_Znwj(16, 0x9d111a8, 0, 0x80d4588, 0x9d114d0) = 0x9d111b8 -_ZdlPv(0x9d114d0, 0x9d114d0, 0, 0x80d4588, 0x9d114d0) = 0 -_Znwj(16, 0, 0xbfc07bf8, 0x80e1c9e, 0x80daf3c) = 0x9d114d0 -_ZdlPv(0x9d111a0, 0xbfc07ba4, 2, 0xb6154c68, 1) = 0 -_ZdlPv(0x9d114b8, 0xbfc07c34, 2, 0x80cdc8a, 0x9d114d4) = 0x9d11198 -_ZN5boost6thread12start_threadEv(0x9d107a8, 0xbfc07c24, 0x80daf3c, 0, 0xbfc07fa0) = 0 -_ZdlPv(0x9d111f8, 0, 0, 131106, -1) = 0 -_ZdlPv(0x9d10538, 0x80daf3c, 0xbfc07bf8, 0x80d5109, 0xbfc07c98) = 0x9d114b0 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c33df0, 0x8149f8a, 0xbfc07f88, 0x8149f82, 0 -_ZN7QObject13connectNotifyEPKc(0x9c33df0, 0x8149f8a, 0xbfc07f88, 6, 0x8158e2c) = 0x815b2c8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9c33df0, 0x8149fa7, 0xbfc07f88, 0x8149f9d, 0 -_ZN7QObject13connectNotifyEPKc(0x9c33df0, 0x8149fa7, 0xbfc07f88, 7, 0x8158e2c) = 0x815b2c8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9bffeb8, 0x8149fb9, 0xbfc07f88, 0x8149f82, 0 -_ZN7QObject13connectNotifyEPKc(0x9bffeb8, 0x8149fb9, 0xbfc07f88, 6, 0x8158e2c) = 0x815b048 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9bffeb8, 0x8149fd6, 0xbfc07f88, 0x8149fca, 0 -_ZN7QObject13connectNotifyEPKc(0x9bffeb8, 0x8149fd6, 0xbfc07f88, 3, 0x8158e2c) = 0x815b048 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN11QMainWindow10addToolBarEP8QToolBar(0xbfc07f88, 0x9bffeb8, 0xbfc07f88, 0x8149fca, 0 -_ZN7QObject13connectNotifyEPKc(0xbfc07f88, 0xb74d6db6, 0x9bffeb8, 11, 0x81b2404) = 0x8159228 -_ZN7QObject13connectNotifyEPKc(0xbfc07f88, 0xb74d6e88, 0x9bffeb8, 12, 0x81b2404) = 0x8159228 -<... _ZN11QMainWindow10addToolBarEP8QToolBar resumed> ) = 2048 -_ZN11QMainWindow10addToolBarEP8QToolBar(0xbfc07f88, 0x9c02b98, 0xbfc07f88, 0x8149fca, 0 -_ZN7QObject13connectNotifyEPKc(0xbfc07f88, 0xb74d6db6, 0x9c02b98, 11, 0x81b2404) = 0x8159228 -_ZN7QObject13connectNotifyEPKc(0xbfc07f88, 0xb74d6e88, 0x9c02b98, 12, 0x81b2404) = 0x8159228 -<... _ZN11QMainWindow10addToolBarEP8QToolBar resumed> ) = 2048 -_ZN11QMainWindow10addToolBarEP8QToolBar(0xbfc07f88, 0x9c33df0, 0xbfc07f88, 0x8149fca, 0 -_ZN7QObject13connectNotifyEPKc(0xbfc07f88, 0xb74d6db6, 0x9c33df0, 11, 0x81b2404) = 0x8159228 -_ZN7QObject13connectNotifyEPKc(0xbfc07f88, 0xb74d6e88, 0x9c33df0, 12, 0x81b2404) = 0x8159228 -<... _ZN11QMainWindow10addToolBarEP8QToolBar resumed> ) = 2048 -_ZN11QMainWindow10addToolBarEP8QToolBar(0xbfc07f88, 0x9c4ed58, 0xbfc07f88, 0x8149fca, 0 -_ZN7QObject13connectNotifyEPKc(0xbfc07f88, 0xb74d6db6, 0x9c4ed58, 11, 0x81b2404) = 0x8159228 -_ZN7QObject13connectNotifyEPKc(0xbfc07f88, 0xb74d6e88, 0x9c4ed58, 12, 0x81b2404) = 0x8159228 -<... _ZN11QMainWindow10addToolBarEP8QToolBar resumed> ) = 2048 -_ZN11QMainWindow10addToolBarEP8QToolBar(0xbfc07f88, 0x9c50830, 0xbfc07f88, 0x8149fca, 0 -_ZN7QObject13connectNotifyEPKc(0xbfc07f88, 0xb74d6db6, 0x9c50830, 11, 0x81b2404) = 0x8159228 -_ZN7QObject13connectNotifyEPKc(0xbfc07f88, 0xb74d6e88, 0x9c50830, 12, 0x81b2404) = 0x8159228 -<... _ZN11QMainWindow10addToolBarEP8QToolBar resumed> ) = 2048 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07dbc, 0x8158e2c, 0x8149fe2, 0, 0xbfc07f88) = 0xbfc07dbc -_Znwj(20, 0, 0, 0x8149fca, 0) = 0x9d11a68 -_ZN11QDockWidgetC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9d11a68, 0xbfc07dbc, 0xbfc07f88, 0xbfc07dc0, 0 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07c34, 0xbfc07c34, 0, 0 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc07c34, 0, 0, 0) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 16, 0, 0xb6c22fa8) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9d11a68, 0xbfc07be4, 0, 0, 0) = 0xb76dc448 -_ZN7QObject10childEventEP11QChildEvent(0x9d11a68, 0xbfc07b74, 0, 0, 0) = 0xb76dc448 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07b0f, 0xac97a6, 0xbfc07b74) = 96 -_ZN7QObject13connectNotifyEPKc(0x9d11a80, 0xb74d43dc, 0x9d11a68, 6, 0xb76dc53c) = 0xb76dc328 -_ZN7QObject10childEventEP11QChildEvent(0x9d11a68, 0xbfc07c00, 0x9d11a68, 0xb6db8e62, 1) = 0xb76dc448 -_ZN7QObject10childEventEP11QChildEvent(0x9d11a68, 0xbfc07b74, 0, 0, 0) = 0xb76dc448 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07b0f, 0xac97a6, 0xbfc07b74) = 96 -_ZN7QObject13connectNotifyEPKc(0x9d10eb0, 0xb74d43dc, 0x9d11a68, 18, 0x81b24e0) = 0xb76dc328 -_ZN7QObject10childEventEP11QChildEvent(0x9d11a68, 0xbfc07c00, 0x9d11a68, 0xb6db8e62, 1) = 0xb76dc448 -_ZN7QObject10childEventEP11QChildEvent(0x9d11a68, 0xbfc07c14, 74, 0, 0x9d10f80) = 0xb76dc448 -_ZN7QObject10childEventEP11QChildEvent(0x9d11a68, 0xbfc07c04, 0x9d11a68, 0xb6adeaac, 0x9d11a68) = 0xb76dc448 -_ZN7QObject13connectNotifyEPKc(0x9d11b90, 0xb74d5166, 0x9d11a68, 5, 0xb76dc53c) = 0xb76d63c8 -<... _ZN11QDockWidgetC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0xbfc07d00 -_ZN11QDockWidget11setFeaturesE6QFlagsINS_17DockWidgetFeatureEE(0x9d11a68, 0xbfc07dc4, 0xbfc07f88, 0xbfc07dc0, 0) = 0 -_ZN11QDockWidget15setAllowedAreasE6QFlagsIN2Qt14DockWidgetAreaEE(0x9d11a68, 0xbfc07dc8, 0xbfc07f88, 0xbfc07dc0, 0) = 0 -_Znwj(96, 0, 0xbfc07f88, 0xbfc07dc0, 0) = 0x9d123b0 -_ZN7QWidgetC2EPS_6QFlagsIN2Qt10WindowTypeEE(0x9d123b0, 0x9d11a68, 0xbfc07c10, 0xb6db1dce, 0xb6c21ff4 -_ZN7QObject10childEventEP11QChildEvent(0x9d11a68, 0xbfc07af4, 0x9d119c2, 11, 0xbfc075b0) = 0xb76dc448 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07a8f, 0xac97a6, 0xbfc07af4) = 96 -<... _ZN7QWidgetC2EPS_6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0xbfc07b74 -_ZN7QString16fromAscii_helperEPKci(0x8152b66, -1, 0xbfc07c38, 0, 0x9d123b0) = 0x9d11f20 -_Znwj(20, 0x8152b66, 0xbfc07c10, 0xb6db1dce, 0xb6c21ff4) = 0x9d12448 -_ZN9QGroupBoxC1ERK7QStringP7QWidget(0x9d12448, 0xbfc07c14, 0x9d123b0, 0xb6db1dce, 0xb6c21ff4 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07ac4, 0xbfc07ac4, 0xb6ba3bb8, 0x9d10eb0 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07ac4, 0x5b005d, 0xb6c21ff4, 1) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0x81b21a4, 8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN9QGroupBoxC1ERK7QStringP7QWidget resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x8152b78, -1, 0xbfc07c38, 0, 0x9d12448) = 0x9d11db0 -_Znwj(20, 0x8152b78, 0x9d123b0, 0xb6db1dce, 0xb6c21ff4) = 0x9d12630 -_ZN9QCheckBoxC1ERK7QStringP7QWidget(0x9d12630, 0xbfc07c18, 0x9d123b0, 0xb6db1dce, 0xb6c21ff4 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07a94, 0xbfc07a94, 0xb6d5eed4, 0x9d12448 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07a94, 0xbfc075e0, 9, 0xb74cd434) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc07a2c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN9QCheckBoxC1ERK7QStringP7QWidget resumed> ) = 0xb76f3c10 -_ZN15QAbstractButton10setCheckedEb(0x9d12630, 1, 0x9d123b0, 0xb6db1dce, 0xb6c21ff4) = 1 -_Znwj(20, 0, 0x9d123b0, 0xb6db1dce, 0xb6c21ff4) = 0x9d12ed0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9d12ed0, 0xbfc07c1c, 0x9d123b0, 0xbfc07c20, 0xb6c21ff4 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07a74, 0xbfc07a74, 0xb76efff4, 0x9d12630 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07a74, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07568) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 2, 0x9d130b8, 24) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_Znwj(20, 0, 0x9d123b0, 0xbfc07c20, 0xb6c21ff4) = 0x9d13110 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9d13110, 0xbfc07c24, 0x9d123b0, 0xbfc07c28, 0xb6c21ff4 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07a74, 0xbfc07a74, 0xb76efff4, 0x9d12630 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07a74, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07568) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc07a0c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_Znwj(20, 0, 0x9d123b0, 0xbfc07c28, 0xb6c21ff4) = 0x9d13318 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9d13318, 0xbfc07c2c, 0x9d123b0, 0xbfc07c30, 0xb6c21ff4 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07a74, 0xbfc07a74, 0xb76efff4, 0x9d12630 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07a74, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07568) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 4, 0x9d13500, 40) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_Znwj(16, 0xbfc07c2c, 0x9d123b0, 0xbfc07c30, 0xb6c21ff4) = 0x9d13568 -_ZN11QGridLayoutC1Ev(0x9d13568, 0xbfc07c2c, 0x9d123b0, 0xbfc07c30, 0xb6c21ff4) = 0x9d135f8 -_ZN11QGridLayout9addWidgetEP7QWidgetiiii6QFlagsIN2Qt13AlignmentFlagEE(0x9d13568, 0x9d12630, 0, 0, 1) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8152b94, -1, 1, 0x9d13568, 0xbfc07c2c) = 0x9d125e8 -_Znwj(20, 0, 0, 0, 1) = 0x9d136f8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9d136f8, 0xbfc07c38, 0x9d123b0, 0xbfc07c3c, 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07a74, 0xbfc07a74, 0xb76efff4, 0x9d12630 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07a74, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07568) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc07a0c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9d13568, 0x9d136f8, 1, 0, 0xbfc07c40) = 0x9d12228 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9d13568, 0x9d12ed0, 1, 1, 0xbfc07c44) = 0x9d12228 -_ZN7QString16fromAscii_helperEPKci(0x8152b9c, -1, 1, 0x9d136f8, 0xbfc07c38) = 0x9d13900 -_Znwj(20, 0, 1, 1, 0xbfc07c44) = 0x9d13a90 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9d13a90, 0xbfc07c48, 0x9d123b0, 0xbfc07c4c, 0xbfc07c44 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07a74, 0xbfc07a74, 0xb76efff4, 0x9d12630 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07a74, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07568) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 6, 0x9d13c78, 56) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9d13568, 0x9d13a90, 2, 0, 0xbfc07c50) = 0x9d12228 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9d13568, 0x9d13110, 2, 1, 0xbfc07c54) = 0x9d12228 -_ZN7QString16fromAscii_helperEPKci(0x8152ba5, -1, 1, 0x9d13a90, 0xbfc07c48) = 0x9d11d30 -_Znwj(20, 0, 2, 1, 0xbfc07c54) = 0x9d13528 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9d13528, 0xbfc07c58, 0x9d123b0, 0xbfc07c5c, 0xbfc07c54 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07a74, 0xbfc07a74, 0xb76efff4, 0x9d12630 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07a74, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07568) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc07a0c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9d13568, 0x9d13528, 3, 0, 0xbfc07c60) = 0x9d12228 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9d13568, 0x9d13318, 3, 1, 0xbfc07c64) = 0x9d12228 -_Znwj(20, 0, 3, 1, 0xbfc07c64) = 0x9d14078 -_ZN6QLabelC1EP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9d14078, 0x9d123b0, 0xbfc07c68, 1, 0xbfc07c64 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07a74, 0xbfc07a74, 0xb76efff4, 0x9d12630 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07a74, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07568) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc07a0c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1EP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x9bf8a28 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9d13568, 0x9d14078, 0, 2, 0xbfc07c6c) = 0x9d12228 -_Znwj(20, 0, 0, 2, 0xbfc07c6c) = 0x9d127a8 -_ZN6QLabelC1EP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9d127a8, 0x9d123b0, 0xbfc07c70, 2, 0xbfc07c6c -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07a74, 0xbfc07a74, 9, 1 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07a74, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07568) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc07a0c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1EP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x9bf8a28 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9d13568, 0x9d127a8, 1, 2, 0xbfc07c74) = 0x9d12228 -_Znwj(20, 0, 1, 2, 0xbfc07c74) = 0x9d14668 -_ZN6QLabelC1EP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9d14668, 0x9d123b0, 0xbfc07c78, 2, 0xbfc07c74 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07a74, 0xbfc07a74, 9, 1 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07a74, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07568) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc07a0c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1EP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x9bf8a28 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9d13568, 0x9d14668, 2, 2, 0xbfc07c7c) = 0x9d12228 -_Znwj(20, 0, 2, 2, 0xbfc07c7c) = 0x9d14918 -_ZN6QLabelC1EP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9d14918, 0x9d123b0, 0xbfc07c80, 2, 0xbfc07c7c -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07a74, 0xbfc07a74, 17, 2 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07a74, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07568) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc07a0c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1EP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x9bf8a28 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9d13568, 0x9d14918, 3, 2, 0xbfc07c84) = 0x9d12228 -_ZN11QGridLayout16setColumnStretchEii(0x9d13568, 2, 1, 2, 0xbfc07c84) = 0x9d12228 -_ZN7QWidget9setLayoutEP7QLayout(0x9d12448, 0x9d13568, 1, 2, 0xbfc07c84 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb7132de4, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, 0, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb6fc98c0, 0xbfc07648 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, 0, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb76efff4, 0x9d13710 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, -1, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb76efff4, 0x9d12ee8 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, -1, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb76efff4, 0x9d13aa8 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, -1, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb76efff4, 0x9d13128 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, -1, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb76efff4, 0x9d13df0 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, -1, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb76efff4, 0x9d13330 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, -1, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb76efff4, 0x9d14090 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, -1, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb76efff4, 0x9d143d0 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, -1, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb76efff4, 0x9d14680 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, -1, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget9setLayoutEP7QLayout resumed> ) = 0x9d12514 -_ZN7QString16fromAscii_helperEPKci(0x8152bb0, -1, 3, 0x9d14918, 0xbfc07c80) = 0x9d127e8 -_Znwj(20, 0x8152bb0, 1, 2, 0xbfc07c84) = 0x9d126d0 -_ZN9QGroupBoxC1ERK7QStringP7QWidget(0x9d126d0, 0xbfc07c88, 0x9d123b0, 2, 0xbfc07c84 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07ac4, 0xbfc07ac4, 0, 1 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07ac4, 0xb6d5c4e5, 0xb6d9311e, 0x9d14918) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc07a5c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN9QGroupBoxC1ERK7QStringP7QWidget resumed> ) = 0x81b21a4 -_Znwj(20, 0xbfc07c88, 0x9d123b0, 2, 0xbfc07c84) = 0x9d14d88 -_ZN9QComboBoxC1EP7QWidget(0x9d14d88, 0x9d123b0, 0x9d123b0, 2, 0xbfc07c84 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07ac4, 0xbfc07ac4, 0xb76efff4, 0x9bad018 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07ac4, 0, 0xb76efff4, 32) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc07a5c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9d14d88, 0xbfc07a94, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07578) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74d2f54, 0x9d14f80, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74d2f54, 0x9d14d88, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74d2f7c, 0x9d14d88, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74d2fd0, 0x9d14d88, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74d2ff4, 0x9d14d88, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74d3048, 0x9d14d88, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74a949d, 0x9d14d88, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74d2d48, 0x9d14d88, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74d2d70, 0x9d14d88, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_Znwj(20, 0x9d123b0, 0x9d123b0, 2, 0xbfc07c84) = 0x9d150e8 -_ZN9QComboBoxC1EP7QWidget(0x9d150e8, 0x9d123b0, 0x9d123b0, 2, 0xbfc07c84 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07ac4, 0xbfc07ac4, 0xb76efff4, 0x9bad018 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07ac4, 0, 0xb76efff4, 32) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 14, 0x9d15478, 120) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9d150e8, 0xbfc07a94, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07578) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74d2f54, 0x9d13c78, 1, 0xb76e58a8) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74d2f54, 0x9d150e8, 18, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74d2f7c, 0x9d150e8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74d2fd0, 0x9d150e8, 20, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74d2ff4, 0x9d150e8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74d3048, 0x9d150e8, 21, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74a949d, 0x9d150e8, 22, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74d2d48, 0x9d150e8, 19, 0xb76dbc04) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74d2d70, 0x9d150e8, 23, 0xb76dbc04) = 0xb76e5808 -<... _ZN9QComboBoxC1EP7QWidget resumed> ) = 16384 -_ZN7QString16fromAscii_helperEPKci(0x8152bc3, -1, 3, 0, 0x9d150e8) = 0x9d15760 -_Znwj(20, 0, 0x9d123b0, 2, 0xbfc07c84) = 0x9d15788 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9d15788, 0xbfc07c8c, 0x9d123b0, 0xbfc07c90, 0xbfc07c84 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07a74, 0xbfc07a74, 0xb71a66fe, 0x9d150e8 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07a74, 0xb76f3adc, 0xb6adeaac, 0x9d150e8) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc07a0c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN7QString16fromAscii_helperEPKci(0x8152bc3, -1, 3, 0x9d15788, 0xbfc07c8c) = 0x9d15b10 -_Znwj(20, 0, 0x9d123b0, 0xbfc07c90, 0xbfc07c84) = 0x9d15b38 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9d15b38, 0xbfc07c94, 0x9d123b0, 0xbfc07c98, 0xbfc07c84 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07a74, 0xbfc07a74, 0xb71a66fe, 0x9d150e8 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07a74, 0xb76f3adc, 0xb6adeaac, 0x9d150e8) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc07a0c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_Znwj(16, 0xbfc07c94, 0x9d123b0, 0xbfc07c98, 0xbfc07c84) = 0x9d15d40 -_ZN11QGridLayoutC1Ev(0x9d15d40, 0xbfc07c94, 0x9d123b0, 0xbfc07c98, 0xbfc07c84) = 0x9d11f98 -_ZN7QString16fromAscii_helperEPKci(0x8152bc9, -1, 1, 0, 0x9d15d40) = 0x9d15e30 -_Znwj(20, 0, 0x9d123b0, 0xbfc07c98, 0xbfc07c84) = 0x9d15e50 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9d15e50, 0xbfc07c9c, 0x9d123b0, 0xbfc07ca0, 0xbfc07c84 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07a74, 0xbfc07a74, 0xb71a66fe, 0x9d150e8 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07a74, 0xb76f3adc, 0xb6adeaac, 0x9d150e8) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc07a0c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9d15d40, 0x9d15e50, 0, 0, 0xbfc07ca4) = 0 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9d15d40, 0x9d14d88, 0, 1, 0xbfc07ca8) = 0x9d15d58 -_ZN7QString16fromAscii_helperEPKci(0x8152bce, -1, 1, 0x9d15e50, 0xbfc07c9c) = 0x9d16058 -_Znwj(20, 0, 0, 1, 0xbfc07ca8) = 0x9d161e0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9d161e0, 0xbfc07cac, 0x9d123b0, 0xbfc07cb0, 0xbfc07ca8 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07a74, 0xbfc07a74, 0xb71a66fe, 0x9d150e8 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07a74, 0xb76f3adc, 0xb6adeaac, 0x9d150e8) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc07a0c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9d15d40, 0x9d161e0, 1, 0, 0xbfc07cb4) = 0x9d15d58 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9d15d40, 0x9d150e8, 1, 1, 0xbfc07cb8) = 0x9d15d58 -_ZN7QString16fromAscii_helperEPKci(0x8152bd3, -1, 1, 0x9d161e0, 0xbfc07cac) = 0x9d16578 -_Znwj(20, 0, 1, 1, 0xbfc07cb8) = 0x9d165a8 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9d165a8, 0xbfc07cbc, 0x9d123b0, 0xbfc07cc0, 0xbfc07cb8 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07a74, 0xbfc07a74, 0xb71a66fe, 0x9d150e8 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07a74, 0xb76f3adc, 0xb6adeaac, 0x9d150e8) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc07a0c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9d15d40, 0x9d165a8, 2, 0, 0xbfc07cc4) = 0x9d15d58 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9d15d40, 0x9d15788, 2, 1, 0xbfc07cc8) = 0x9d15d58 -_ZN7QString16fromAscii_helperEPKci(0x8152bdf, -1, 1, 0x9d165a8, 0xbfc07cbc) = 0x9d135a0 -_Znwj(20, 0, 2, 1, 0xbfc07cc8) = 0x9d16988 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9d16988, 0xbfc07ccc, 0x9d123b0, 0xbfc07cd0, 0xbfc07cc8 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07a74, 0xbfc07a74, 0xb71a66fe, 0x9d150e8 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07a74, 0xb76f3adc, 0xb6adeaac, 0x9d150e8) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc07a0c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9d15d40, 0x9d16988, 2, 2, 0xbfc07cd4) = 0x9d15d58 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9d15d40, 0x9d15b38, 2, 3, 0xbfc07cd8) = 0x9d15d58 -_ZN7QString16fromAscii_helperEPKci(0x8152bef, -1, 1, 0x9d16988, 0xbfc07ccc) = 0x9d160d8 -_Znwj(20, 0, 2, 3, 0xbfc07cd8) = 0x9d16ce0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9d16ce0, 0xbfc07cdc, 0x9d123b0, 0xbfc07ce0, 0xbfc07cd8 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07a74, 0xbfc07a74, 0xb71a66fe, 0x9d150e8 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07a74, 0xb76f3adc, 0xb6adeaac, 0x9d150e8) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc07a0c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9d15d40, 0x9d16ce0, 4, 0, 0xbfc07ce4) = 0x9d15d58 -_ZN7QString16fromAscii_helperEPKci(0x8152bf7, -1, 1, 0x9d16ce0, 0xbfc07cdc) = 0x9d16f70 -_Znwj(20, 0, 4, 0, 0xbfc07ce4) = 0x9d16fa0 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9d16fa0, 0xbfc07ce8, 0x9d123b0, 0xbfc07cec, 0xbfc07ce4 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07a74, 0xbfc07a74, 0xb71a66fe, 0x9d150e8 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07a74, 0xb76f3adc, 0xb6adeaac, 0x9d150e8) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc07a0c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9d15d40, 0x9d16fa0, 4, 1, 0xbfc07cf0) = 0x9d15d58 -_ZN7QString16fromAscii_helperEPKci(0x8152c04, -1, 1, 0x9d16fa0, 0xbfc07ce8) = 0x9d17250 -_Znwj(20, 0, 4, 1, 0xbfc07cf0) = 0x9d17280 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9d17280, 0xbfc07cf4, 0x9d123b0, 0xbfc07cf8, 0xbfc07cf0 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07a74, 0xbfc07a74, 0xb71a66fe, 0x9d150e8 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07a74, 0xb76f3adc, 0xb6adeaac, 0x9d150e8) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc07a0c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9d15d40, 0x9d17280, 4, 2, 0xbfc07cfc) = 0x9d15d58 -_ZN7QString16fromAscii_helperEPKci(0x8152c11, -1, 1, 0x9d17280, 0xbfc07cf4) = 0x9d174e8 -_Znwj(20, 0, 4, 2, 0xbfc07cfc) = 0x9d17518 -_ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9d17518, 0xbfc07d00, 0x9d123b0, 0xbfc07d04, 0xbfc07cfc -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07a74, 0xbfc07a74, 0xb71a66fe, 0x9d150e8 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07a74, 0xb76f3adc, 0xb6adeaac, 0x9d150e8) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc07a0c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x81b21a4 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9d15d40, 0x9d17518, 4, 3, 0xbfc07d08) = 0x9d15d58 -_Znwj(20, 0, 4, 3, 0xbfc07d08) = 0x9d17208 -_ZN6QLabelC1EP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9d17208, 0x9d123b0, 0xbfc07d0c, 3, 0xbfc07d08 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07a74, 0xbfc07a74, 0xb71a66fe, 0x9d150e8 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07a74, 0xb76f3adc, 0xb6adeaac, 0x9d150e8) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc07a0c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1EP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x9bf8a28 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9d15d40, 0x9d17208, 0, 4, 0xbfc07d10) = 0x9d15d58 -_Znwj(20, 0, 0, 4, 0xbfc07d10) = 0x9d17220 -_ZN6QLabelC1EP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9d17220, 0x9d123b0, 0xbfc07d14, 4, 0xbfc07d10 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07a74, 0xbfc07a74, 0xb71a66fe, 0x9d150e8 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07a74, 0xb76f3adc, 0xb6adeaac, 0x9d150e8) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc07a0c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1EP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x9bf8a28 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9d15d40, 0x9d17220, 1, 4, 0xbfc07d18) = 0x9d15d58 -_Znwj(20, 0, 1, 4, 0xbfc07d18) = 0x9d17e58 -_ZN6QLabelC1EP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9d17e58, 0x9d123b0, 0xbfc07d1c, 4, 0xbfc07d18 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07a74, 0xbfc07a74, 0xb71a66fe, 0x9d150e8 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07a74, 0xb76f3adc, 0xb6adeaac, 0x9d150e8) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc07a0c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1EP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x9bf8a28 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9d15d40, 0x9d17e58, 2, 4, 0xbfc07d20) = 0x9d15d58 -_Znwj(20, 0, 2, 4, 0xbfc07d20) = 0x9d180c0 -_ZN6QLabelC1EP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9d180c0, 0x9d123b0, 0xbfc07d24, 4, 0xbfc07d20 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07a74, 0xbfc07a74, 33, 4 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07a74, 0xb76f3adc, 0xb6adeaac, 0x9d150e8) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc07a0c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1EP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x9bf8a28 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9d15d40, 0x9d180c0, 3, 4, 0xbfc07d28) = 0x9d15d58 -_Znwj(20, 0, 3, 4, 0xbfc07d28) = 0x9d16c08 -_ZN6QLabelC1EP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9d16c08, 0x9d123b0, 0xbfc07d2c, 4, 0xbfc07d28 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07a74, 0xbfc07a74, 33, 4 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07a74, 0xb76f3adc, 0xb6adeaac, 0x9d150e8) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc07a0c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN6QLabelC1EP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0x9bf8a28 -_ZN11QGridLayout9addWidgetEP7QWidgetii6QFlagsIN2Qt13AlignmentFlagEE(0x9d15d40, 0x9d16c08, 4, 4, 0xbfc07d30) = 0x9d15d58 -_ZN11QGridLayout16setColumnStretchEii(0x9d15d40, 4, 1, 4, 0xbfc07d30) = 0x9d15d58 -_ZN7QWidget9setLayoutEP7QLayout(0x9d126d0, 0x9d15d40, 1, 4, 0xbfc07d30 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb7132de4, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, 0, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb76efff4, 0x9d15e68 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, -1, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb6fc98c0, 0xbfc07648 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, -1, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb76efff4, 0x9d161f8 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, -1, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb6fc98c0, 0xbfc07648 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, -1, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb76efff4, 0x9d165c0 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, -1, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb76efff4, 0x9d15930 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, -1, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb76efff4, 0x9d169a0 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, -1, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb76efff4, 0x9d15b50 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, -1, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb76efff4, 0x9d16cf8 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, -1, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb76efff4, 0x9d16fb8 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, -1, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb76efff4, 0x9d17298 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, -1, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb76efff4, 0x9d17530 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, -1, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb76efff4, 0x9d17808 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, -1, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb76efff4, 0x9d17c20 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, -1, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb76efff4, 0x9d17e70 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, -1, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc078d4, 0xbfc078d4, 0xb76efff4, 0x9d180d8 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc078d4, -1, 0xbfc07f88, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget9setLayoutEP7QLayout resumed> ) = 0x9d14cb4 -_Znwj(16, 0x9d15d40, 1, 4, 0xbfc07d30) = 0x9d16ca8 -_ZN11QVBoxLayoutC1EP7QWidget(0x9d16ca8, 0x9d123b0, 1, 4, 0xbfc07d30 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07ac4, 0xbfc07ac4, 64, 0x9d16c08 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07ac4, 0xbfc0757c, 0xb76efff4, 0xbfc075d4) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN11QVBoxLayoutC1EP7QWidget resumed> ) = 0xb76e8664 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9d16ca8, 0x9d12448, 0, 0xbfc07d34, 0xbfc07d30) = 0x9d18790 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9d16ca8, 0x9d126d0, 0, 0xbfc07d38, 0xbfc07d30) = 0x9d18790 -_ZN10QBoxLayout10addStretchEi(0x9d16ca8, 1, 0, 0xbfc07d38, 0xbfc07d30) = 0x9d18790 -_ZN7QWidget9setLayoutEP7QLayout(0x9d123b0, 0x9d16ca8, 0, 0xbfc07d38, 0xbfc07d30) = 0x9d16ca8 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9d14d88, 0x8152c2d, 0x9d123b0, 0x8152c1d, 0 -_ZN7QObject13connectNotifyEPKc(0x9d14d88, 0x8152c2d, 0x9d123b0, 0, 0x81598e0) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9d150e8, 0x8152c2d, 0x9d123b0, 0x8152c1d, 0 -_ZN7QObject13connectNotifyEPKc(0x9d150e8, 0x8152c2d, 0x9d123b0, 0, 0x81598e0) = 0xb76dbb08 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9d12630, 0x8152c5c, 0x9cf1bc0, 0x8152c47, 0 -_ZN7QObject13connectNotifyEPKc(0x9d12630, 0x8152c5c, 0x9cf1bc0, 5, 0x815c5cc) = 0xb76ea9a8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN11QDockWidget9setWidgetEP7QWidget(0x9d11a68, 0x9d123b0, 0x9cf1bc0, 0xbfc07fa0, 0 -_ZN7QWidget10setVisibleEb(0x9d123b0, 1, 0xb7499f59, 0xb6acacd8, 0x9d10a68 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07c80, 0xbfc07c80, 0xb76efff4, 0x9d16c08 -strcmp("QWorkspaceChild", "pv::dock::MeasureDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9d123b0, 0xb74cf0fe, 0x9bad018, 0xb6d5eed4, 0xb76efff4) = 0 -strcmp("QDockSeparator", "pv::dock::MeasureDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9d123b0, 0xb74cc728, 0x9bad018, 0xb6d5eed4, 0xb76efff4) = 0 -strcmp("QDockWidgetSeparator", "pv::dock::MeasureDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9d123b0, 0xb74cc737, 0x9bad018, 0xb6d5eed4, 0xb76efff4) = 0 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc076fc, 0xbfc076fc, 0xb7155e4d, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc076fc, 0, 0, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc076fc, 0xbfc076fc, 0xb7155e4d, 0x9bf3970 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc076fc, 0, 0, 0) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07c10, 0xbfc07c10, 0xb6d5c2d2, 0xbfc079f0 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07c10, 0xbfc076cc, 0xb70a63ee, 0xbfc076cc) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07c10, 0xbfc07c10, 0xb6d5c2d2, 0xbfc079f0 -_ZN7QObject10childEventEP11QChildEvent(0x9d123b0, 0xbfc07c10, 0xbfc076cc, 0xb70a63ee, 0xbfc076cc) = 0x8159a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9d11a68, 0xbfc07c70, 0x9bfd3e8, 9, 0xb74cd434) = 0xb76dc448 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07cd8, 0xbfc07cd8, 0xb76efff4, 0xbfc07aa4) = 0 -<... _ZN7QWidget10setVisibleEb resumed> ) = 0xbfc07cd8 -<... _ZN11QDockWidget9setWidgetEP7QWidget resumed> ) = 0x9d10a98 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07dcc, 0x8158e2c, 0x8149fee, 0, 0xbfc07dbc) = 0xbfc07dcc -_Znwj(20, 0, 0, 0xbfc07fa0, 0) = 0x9d12690 -_ZN11QDockWidgetC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x9d12690, 0xbfc07dcc, 0xbfc07f88, 0xbfc07dd0, 0 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07c34, 0xbfc07c34, 17, 91 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc07c34, 0xb70aa775, 0xb70b4400, 0) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 16, 0, 0xb6c22fa8) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9d12690, 0xbfc07be4, 0xb70aa775, 0xb70b4400, 0) = 0xb76dc448 -_ZN7QObject10childEventEP11QChildEvent(0x9d12690, 0xbfc07b74, 0xb70aa775, 0xb70b4400, 0) = 0xb76dc448 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07b0f, 0xac97a6, 0xbfc07b74) = 96 -_ZN7QObject13connectNotifyEPKc(0x9c2cad0, 0xb74d43dc, 0x9d12690, 6, 0xb76dc53c) = 0xb76dc328 -_ZN7QObject10childEventEP11QChildEvent(0x9d12690, 0xbfc07c00, 0x9d12690, 0xb6db8e62, 1) = 0xb76dc448 -_ZN7QObject10childEventEP11QChildEvent(0x9d12690, 0xbfc07b74, 0xb70aa775, 0xb70b4400, 0) = 0xb76dc448 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07b0f, 0xac97a6, 0xbfc07b74) = 96 -_ZN7QObject13connectNotifyEPKc(0x9ca8fc0, 0xb74d43dc, 0x9d12690, 18, 0x81b24e0) = 0xb76dc328 -_ZN7QObject10childEventEP11QChildEvent(0x9d12690, 0xbfc07c00, 0x9d12690, 0xb6db8e62, 1) = 0xb76dc448 -_ZN7QObject10childEventEP11QChildEvent(0x9d12690, 0xbfc07c14, 74, 0, 0x9ca9090) = 0xb76dc448 -_ZN7QObject10childEventEP11QChildEvent(0x9d12690, 0xbfc07c04, 0x9d12690, 0xb6adeaac, 0x9d12690) = 0xb76dc448 -_ZN7QObject13connectNotifyEPKc(0x9ca9330, 0xb74d5166, 0x9d12690, 5, 0xb76dc53c) = 0xb76d63c8 -<... _ZN11QDockWidgetC1ERK7QStringP7QWidget6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0xbfc07d00 -_ZN11QDockWidget11setFeaturesE6QFlagsINS_17DockWidgetFeatureEE(0x9d12690, 0xbfc07dd4, 0xbfc07f88, 0xbfc07dd0, 0) = 0 -_Znwj(20, 0, 0xbfc07f88, 0xbfc07dd0, 0) = 0x9ca94e8 -_ZN7QWidgetC1EPS_6QFlagsIN2Qt10WindowTypeEE(0x9ca94e8, 0x9d12690, 0xbfc07dd8, 0xbfc07dd0, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9d12690, 0xbfc07c64, 0x9ca8fc0, 0xb6adea29, 0x9ca8fd8) = 0xb76dc448 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07bff, 0xac97a6, 0xbfc07c64) = 96 -<... _ZN7QWidgetC1EPS_6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0xbfc07ce4 -_ZN11QDockWidget17setTitleBarWidgetEP7QWidget(0x9d12690, 0x9ca94e8, 0xbfc07dd8, 0xbfc07dd0, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9d12690, 0xbfc07c60, 0, 0xb7750b5c, 1) = 0xb76dc448 -<... _ZN11QDockWidget17setTitleBarWidgetEP7QWidget resumed> ) = 0x9d197dc -_ZN11QDockWidget15setAllowedAreasE6QFlagsIN2Qt14DockWidgetAreaEE(0x9d12690, 0xbfc07ddc, 0xbfc07dd8, 0xbfc07dd0, 0) = 0 -_Znwj(76, 0, 0xbfc07dd8, 0xbfc07dd0, 0) = 0x9cf23e0 -_ZN7QWidgetC2EPS_6QFlagsIN2Qt10WindowTypeEE(0x9cf23e0, 0x9d12690, 0xbfc07cf8, 124, 0x9bfe6a8 -_ZN7QObject10childEventEP11QChildEvent(0x9d12690, 0xbfc07bd4, 0x9bf3970, 0xb76efff4, 0xbfc0775c) = 0xb76dc448 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc07b6f, 0xac97a6, 0xbfc07bd4) = 96 -<... _ZN7QWidgetC2EPS_6QFlagsIN2Qt10WindowTypeEE resumed> ) = 0xbfc07c54 -_ZN11QPushButtonC1EP7QWidget(0x9cf2400, 0, 0xbfc07cf8, 124, 0x9bfe6a8) = 0x9bf8a28 -_ZN11QPushButtonC1EP7QWidget(0x9cf2414, 0, 0xbfc07cf8, 124, 0x9bfe6a8) = 0x9bf8a28 -_ZN7QString9fromAsciiEPKci(0xbfc07cbc, 0x81530a8, -1, 0xb722e733, 0x9d1b630) = 0xbfc07cbc -_ZN7QStringaSERKS_(0x9cf23fc, 0xbfc07cbc, -1, 0xb722e733, 0x9d1b630) = 0x9cf23fc -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cf2400, 0x81530d7, 0x9cf23e0, 0x81530c8, 0 -_ZN7QObject13connectNotifyEPKc(0x9cf2400, 0x81530d7, 0x9cf23e0, 2, 0x8159ea0) = 0xb76dde88 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cf2414, 0x81530d7, 0x9cf23e0, 0x81530e2, 0 -_ZN7QObject13connectNotifyEPKc(0x9cf2414, 0x81530d7, 0x9cf23e0, 3, 0x8159ea0) = 0xb76dde88 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QString16fromAscii_helperEPKci(0x81530ed, -1, 0, 0x9cf23e0, 0xbfc07dd8) = 0x9cf2438 -_ZN5QIconC1ERK7QString(0xbfc07d04, 0xbfc07d08, 0x9cf23e0, 0x81530e2, 0) = 0 -_ZN7QString16fromAscii_helperEPKci(0x81530fd, -1, -1, -1, 0xbfc07dd8) = 0x9d135d8 -_ZN5QIcon9fromThemeERK7QStringRKS_(0xbfc07cfc, 0xbfc07d00, 0xbfc07d04, 0x81530e2, 0) = 0xbfc07cfc -_ZN15QAbstractButton7setIconERK5QIcon(0x9cf2400, 0xbfc07cfc, 0xbfc07d04, 0x81530e2, 0) = 0x9d1ab8c -_ZN5QIconD1Ev(0xbfc07cfc, 0xbfc07cfc, 0xbfc07d04, 0x81530e2, 0) = 0x9d1b8e8 -_ZN5QIconD1Ev(0xbfc07d04, 0xbfc07cfc, 0xbfc07d04, 0x81530e2, 0) = 0x9d1b848 -_ZN7QString4freeEPNS_4DataE(0x9cf2438, 0xbfc07cfc, 0xb6e1e909, 0x9cf23e0, 0x9cf23e0) = 0x9d1ad28 -_ZN7QString16fromAscii_helperEPKci(0x8153104, -1, 0xb6e1e909, 0x9cf23e0, 0x9cf23e0) = 0x9cf2438 -_ZN5QIconC1ERK7QString(0xbfc07d14, 0xbfc07d18, 0xbfc07d04, 0x81530e2, 0) = 0 -_ZN7QString16fromAscii_helperEPKci(0x81530fd, -1, -1, -1, 0x9cf23e0) = 0x9d1b828 -_ZN5QIcon9fromThemeERK7QStringRKS_(0xbfc07d0c, 0xbfc07d10, 0xbfc07d14, 0x81530e2, 0) = 0xbfc07d0c -_ZN15QAbstractButton7setIconERK5QIcon(0x9cf2414, 0xbfc07d0c, 0xbfc07d14, 0x81530e2, 0) = 0x9d1b6e4 -_ZN5QIconD1Ev(0xbfc07d0c, 0xbfc07d0c, 0xbfc07d14, 0x81530e2, 0) = 0x9d1b8e8 -_ZN7QString4freeEPNS_4DataE(0x9d1b828, 0xbfc07d0c, 0xb6e1e909, 0x9cf23e0, 0x9cf23e0) = 0x9d1baa0 -_ZN5QIconD1Ev(0xbfc07d14, 0xbfc07d0c, 0xbfc07d14, 0x81530e2, 0) = 0x9d1ba60 -_ZN7QString4freeEPNS_4DataE(0x9cf2438, 0xbfc07d0c, 0xb6e1e909, 0x9cf23e0, 0x9cf23e0) = 0x9d1ad28 -_Znwj(20, 0xbfc07d0c, 0xbfc07d14, 0x81530e2, 0) = 0x9d1a8f8 -_ZN11QPushButtonC1EP7QWidget(0x9d1a8f8, 0x9cf23e0, 0xbfc07d14, 0x81530e2, 0 -_ZN7QWidget5eventEP6QEvent(0x9cf23e0, 0xbfc07b74, 0xbfc07b74, 0xb6afb81b, 0xbfc078ac -_ZN7QObject10childEventEP11QChildEvent(0x9cf23e0, 0xbfc07b74, 3, 0xb6adeaac, 0x9d12690) = 0x8159fe8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf23e0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0x81b21a4, 8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN11QPushButtonC1EP7QWidget resumed> ) = 0x9bf8a28 -_ZN7QString16fromAscii_helperEPKci(0x8153115, -1, 0x9cf23e0, 0x9cf23e0, 0x9d1a8f8) = 0x9d1b9e0 -_ZN5QIconC1ERK7QString(0xbfc07d24, 0xbfc07d28, 0xbfc07d14, 0x81530e2, 0) = 0 -_ZN7QString16fromAscii_helperEPKci(0x81530fd, -1, -1, -1, 0x9d1a8f8) = 0x9d1ba30 -_ZN5QIcon9fromThemeERK7QStringRKS_(0xbfc07d1c, 0xbfc07d20, 0xbfc07d24, 0x81530e2, 0) = 0xbfc07d1c -_ZN15QAbstractButton7setIconERK5QIcon(0x9d1a8f8, 0xbfc07d1c, 0xbfc07d24, 0x81530e2, 0) = 0x9d1aa1c -_ZN5QIconD1Ev(0xbfc07d1c, 0xbfc07d1c, 0xbfc07d24, 0x81530e2, 0) = 0x9d1b8e8 -_ZN7QString4freeEPNS_4DataE(0x9d1ba30, 0xbfc07d1c, 0xb6e1e909, 0x9d1a8f8, 0x9d1a8f8) = 0x9d1c008 -_ZN5QIconD1Ev(0xbfc07d24, 0xbfc07d1c, 0xbfc07d24, 0x81530e2, 0) = 0x9d1b848 -_ZN7QString4freeEPNS_4DataE(0x9d1b9e0, 0xbfc07d1c, 0xb6e1e909, 0x9d1a8f8, 0x9d1a8f8) = 0x9d1bfc8 -_ZN7QWidget13setFixedWidthEi(0x9d1a8f8, 30, 0xbfc07d24, 0x81530e2, 0) = 5 -_ZN7QWidget11setDisabledEb(0x9d1a8f8, 1, 0xbfc07d24, 0x81530e2, 0) = 0xbfc07c64 -_Znwj(20, 1, 0xbfc07d24, 0x81530e2, 0) = 0x9d1b948 -_ZN9QLineEditC1EP7QWidget(0x9d1b948, 0x9cf23e0, 0xbfc07d24, 0x81530e2, 0 -_ZN7QWidget5eventEP6QEvent(0x9cf23e0, 0xbfc07b94, 0xbfc07b94, 0xb66fd470, 0xb66fd478 -_ZN7QObject10childEventEP11QChildEvent(0x9cf23e0, 0xbfc07b94, 0x9bb160c, 0xb7156442, 0xb76d8cd0) = 0x8159fe8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf23e0, 8, 16, 0, 0xb6c22fa8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb6db6995, 0xbfc07b2c) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9d1b948, 0xbfc07ba4, 0xbfc07610, 0xb6e4ad5e, 0xbfc07610) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9d1c1d8, 0xb74d19a1, 0x9d1b948, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9d1c1d8, 0xb74d617f, 0x9d1b948, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9d1c1d8, 0xb74d193c, 0x9d1b948, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9d1c1d8, 0xb74d3a42, 0x9d1b948, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9d1c1d8, 0xb74d61ab, 0x9d1b948, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9d1c1d8, 0xb74d1ed1, 0x9d1b948, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9d1c1d8, 0xb74d193c, 0x9d1b948, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9d1c1d8, 0x9cf2448, 0x9d1b948, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9d1c1d8, 0xb74d3a42, 0x9d1b948, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9d1c1d8, 0xb74d61e9, 0x9d1b948, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9d1c1d8, 0xb74d621e, 0x9d1b948, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC1EP7QWidget resumed> ) = 0x81b2420 -_Znwj(20, 0, 0xbfc07d24, 0x81530e2, 0) = 0x9d1c050 -_ZN9QLineEditC2EP7QWidget(0x9d1c050, 0x9d1b948, 0xb6e1e909, 0x9d1b948, 0x9d1b948 -_ZN7QObject10childEventEP11QChildEvent(0x9d1b948, 0xbfc07b74, 0xbfc075ec, 0xb6ebda04, 0xbfc075e0) = 0xb76dcd28 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf23e0, 8, 0xbfc07b0f, 0xac97a6, 0xbfc07b74 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d054, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9d1c050, 0xbfc07b84, 0x9d1c068, 0xb6adea29, 0x9d1b948) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9d1c788, 0xb74d19a1, 0x9d1c050, 0, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9d1c788, 0xb74d617f, 0x9d1c050, 16, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9d1c788, 0xb74d193c, 0x9d1c050, 17, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9d1c788, 0xb74d3a42, 0x9d1c050, 19, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9d1c788, 0xb74d61ab, 0x9d1c050, 3, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9d1c788, 0xb74d1ed1, 0x9d1c050, 4, 0x81b24f0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9d1c788, 0xb74d193c, 0x9d1c050, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9d1c788, 0x9cf2448, 0x9d1c050, 21, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9d1c788, 0xb74d3a42, 0x9d1c050, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9d1c788, 0xb74d61e9, 0x9d1c050, 7, 0x81b24e0) = 0xb76eb6c8 -_ZN7QObject13connectNotifyEPKc(0x9d1c788, 0xb74d621e, 0x9d1c050, 20, 0x81b24f0) = 0xb76eb6c8 -<... _ZN9QLineEditC2EP7QWidget resumed> ) = 0x81b2420 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07d2c, 0x8159ea0, 0x81530fd, 0, 0x9d1b948) = 0xbfc07d2c -_ZN9QLineEdit18setPlaceholderTextERK7QString(0x9d1c050, 0xbfc07d2c, 0, 0x81530e2, 0) = 16388 -_Znwj(16, 0xbfc07d2c, 0, 0x81530e2, 0) = 0x9d1c950 -_ZN11QHBoxLayoutC1Ev(0x9d1c950, 0xbfc07d2c, 0, 0x81530e2, 0) = 0xb76e8584 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9d1c950, 0x9d1a8f8, 0, 0xbfc07d30, 0) = 0 -_ZN10QBoxLayout10addStretchEi(0x9d1c950, 0, 0, 0xbfc07d30, 0) = 0x9d1cc48 -_ZN7QLayout18setContentsMarginsEiiii(0x9d1c950, 0, 0, 0, 0) = 0x9d1cc48 -_ZN7QWidget9setLayoutEP7QLayout(0x9d1c050, 0x9d1c950, 0, 0, 0 -_ZN9QLineEdit5eventEP6QEvent(0x9d1c050, 0xbfc07c14, 0xbfc07c14, 0xb76efff4, 0x9d1c8f8 -_ZN7QObject10childEventEP11QChildEvent(0x9d1c050, 0xbfc07c14, 0x9bb94c8, 0xb76efff4, 0xb6db8e4f) = 0x8159728 -<... _ZN9QLineEdit5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9cf23e0, 0xbfc079b4, 0xbfc079b4, 0xb76efff4, 0xb6db8e4f -_ZN7QObject10childEventEP11QChildEvent(0x9cf23e0, 0xbfc079b4, 0xbfc0777c, 0xb6d6430d, 0x9bad018) = 0x8159fe8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN9QLineEdit5eventEP6QEvent(0x9d1c050, 0xbfc07b44, 0xbfc07b44, 0xb7760918, 0x8070668 -_ZN7QObject10childEventEP11QChildEvent(0x9d1c050, 0xbfc07b44, 0, 0xb69add8f, 0xbfc07534) = 0x8159728 -<... _ZN9QLineEdit5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget9setLayoutEP7QLayout resumed> ) = 0x9d1c664 -_ZN9QLineEdit14setTextMarginsEiiii(0x9d1c050, 30, 0, 0, 0) = 16388 -_ZN9QLineEdit11setReadOnlyEb(0x9d1c050, 1, 0, 0, 0 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f40, 0xbfc07b24, 0x9d1c050, 0x706d6f63, 0x65736f) = 0xb76d64c8 -_ZN9QLineEdit5eventEP6QEvent(0x9d1c050, 0xbfc07c54, 0xbfc07c54, 260, 262) = 0 -<... _ZN9QLineEdit11setReadOnlyEb resumed> ) = 4 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9d1c050, 0x8153132, 0x9cf23e0, 0x8153128, 0 -_ZN7QObject13connectNotifyEPKc(0x9d1c050, 0x8153132, 0x9cf23e0, 4, 0x8159ea0) = 0x8159728 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_Znwj(16, 0x8153132, 0x9cf23e0, 0x8153128, 0) = 0x9d1ad50 -_ZN11QHBoxLayoutC1Ev(0x9d1ad50, 0x8153132, 0x9cf23e0, 0x8153128, 0) = 0xb76e8584 -_ZN10QBoxLayout10addStretchEi(0x9d1ad50, 1, 0x9cf23e0, 0x8153128, 0) = 0 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9d1ad50, 0x9cf2400, 0, 0xbfc07d34, 0) = 0x9d1d318 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9d1ad50, 0x9d1c050, 0, 0xbfc07d38, 0) = 0x9d1d318 -_ZN10QBoxLayout9addWidgetEP7QWidgeti6QFlagsIN2Qt13AlignmentFlagEE(0x9d1ad50, 0x9cf2414, 0, 0xbfc07d3c, 0) = 0x9d1d318 -_ZN10QBoxLayout10addStretchEi(0x9d1ad50, 1, 0, 0xbfc07d3c, 0) = 0x9d1d318 -_ZN7QWidget9setLayoutEP7QLayout(0x9cf23e0, 0x9d1ad50, 0, 0xbfc07d3c, 0 -_ZN7QWidget5eventEP6QEvent(0x9cf23e0, 0xbfc07c14, 0xbfc07c14, 0xb6d8f583, 6 -_ZN7QObject10childEventEP11QChildEvent(0x9cf23e0, 0xbfc07c14, 16, 0xb66fd470, 0xb76efff4) = 0x8159fe8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9cf23e0, 0xbfc07b44, 0xbfc07b44, 6, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9cf23e0, 0xbfc07b44, 0xbfc07b8c, 0xb71e4a12, 0xb76efff4) = 0x8159fe8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9d1b948, 0xbfc079b4, 0x9bf8a28, 0xb76efff4, 0x9ca9330) = 0xb76dcd28 -_ZN7QWidget5eventEP6QEvent(0x9cf23e0, 0xbfc07b44, 0xbfc07b44, 6, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9cf23e0, 0xbfc07b44, 0x9d1c068, 0xb71e70db, 0x9d1b948) = 0x8159fe8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN9QLineEdit5eventEP6QEvent(0x9d1c050, 0xbfc07b54, 0xbfc07b54, 6, 0 -_ZN9QLineEdit11changeEventEP6QEvent(0x9d1c050, 0xbfc07b54, 0xbfc07b54, 0xb718b55c, 0x9cf2400) = 21 -<... _ZN9QLineEdit5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9cf23e0, 0xbfc07b44, 0xbfc07b44, 7, 0 -_ZN7QObject10childEventEP11QChildEvent(0x9cf23e0, 0xbfc07b44, 1, 0x9d1c050, 0x9d1c050) = 0x8159fe8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget9setLayoutEP7QLayout resumed> ) = 0x9d1aa1c -_ZN11QDockWidget9setWidgetEP7QWidget(0x9d12690, 0x9cf23e0, 0x9cf1bc0, 0xbfc07fa0, 0 -_ZN7QWidget10setVisibleEb(0x9cf23e0, 1, 0xb7499f59, 0xb6acacd8, 0x9d15538 -_ZN7QWidget5eventEP6QEvent(0x9cf23e0, 0xbfc07c80, 0xbfc07c80, 0, 0x9bad018 -strcmp("QWorkspaceChild", "pv::dock::SearchDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9cf23e0, 0xb74cf0fe, 0x9d1b630, 0xb718b249, 0xb76efff4) = 0 -strcmp("QDockSeparator", "pv::dock::SearchDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9cf23e0, 0xb74cc728, 0x9d1b630, 0xb718b249, 0xb76efff4) = 0 -strcmp("QDockWidgetSeparator", "pv::dock::SearchDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9cf23e0, 0xb74cc737, 0x9d1b630, 0xb718b249, 0xb76efff4) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf23e0, 0xbfc076fc, 0xbfc076fc, 0xb6adeaac, 0x9d1b948 -_ZN7QObject10childEventEP11QChildEvent(0x9cf23e0, 0xbfc076fc, 1, 65535, 0) = 0x8159fe8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9cf23e0, 0xbfc076fc, 0xbfc076fc, 0xb6adeaac, 0x9d1b948 -_ZN7QObject10childEventEP11QChildEvent(0x9cf23e0, 0xbfc076fc, 1, 65535, 0) = 0x8159fe8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9cf23e0, 0xbfc076fc, 0xbfc076fc, 0xb6adeaac, 0x9d1b948 -_ZN7QObject10childEventEP11QChildEvent(0x9cf23e0, 0xbfc076fc, 1, 65535, 0) = 0x8159fe8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9cf23e0, 0xbfc076fc, 0xbfc076fc, 0xb6adeaac, 0x9d1b948 -_ZN7QObject10childEventEP11QChildEvent(0x9cf23e0, 0xbfc076fc, 1, 65535, 0) = 0x8159fe8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9cf23e0, 0xbfc07c10, 0xbfc07c10, 0xb6d8f583, 6 -_ZN7QObject10childEventEP11QChildEvent(0x9cf23e0, 0xbfc07c10, 0x9d1b948, 0xb6ac7e0c, 0x9d1b948) = 0x8159fe8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9cf23e0, 0xbfc07c10, 0xbfc07c10, 0xb6d8f583, 6 -_ZN7QObject10childEventEP11QChildEvent(0x9cf23e0, 0xbfc07c10, 0x9cf2400, 0xb6d5e171, 0xbfc077e0) = 0x8159fe8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN9QLineEdit5eventEP6QEvent(0x9d1c050, 0xbfc07c20, 0xbfc07c20, 0xb6d8f583, 6 -strcmp("QWorkspaceChild", "pv::dock::FakeLineEdit") = -1 -_ZN9QLineEdit11qt_metacastEPKc(0x9d1c050, 0xb74cf0fe, 0x9cf2400, 0xb6ac7973, 0xb76efff4) = 0 -strcmp("QDockSeparator", "pv::dock::FakeLineEdit") = -1 -_ZN9QLineEdit11qt_metacastEPKc(0x9d1c050, 0xb74cc728, 0x9cf2400, 0xb6ac7973, 0xb76efff4) = 0 -strcmp("QDockWidgetSeparator", "pv::dock::FakeLineEdit") = -1 -_ZN9QLineEdit11qt_metacastEPKc(0x9d1c050, 0xb74cc737, 0x9cf2400, 0xb6ac7973, 0xb76efff4) = 0 -_ZN9QLineEdit5eventEP6QEvent(0x9d1c050, 0xbfc0760c, 0xbfc0760c, 0x7bfabc00, 0xb66fd440 -_ZN7QObject10childEventEP11QChildEvent(0x9d1c050, 0xbfc0760c, 0, 9, 0xb74cd434) = 0x8159728 -<... _ZN9QLineEdit5eventEP6QEvent resumed> ) = 1 -<... _ZN9QLineEdit5eventEP6QEvent resumed> ) = 1 -_ZN9QLineEdit5eventEP6QEvent(0x9d1c050, 0xbfc07bb0, 0xbfc07bb0, 0xb66fcff4, 0x9da10f8 -_ZN7QObject10childEventEP11QChildEvent(0x9d1c050, 0xbfc07bb0, 0xb6c21ff4, 0xb6ade7b0, 0x9d1cdf0) = 0x8159728 -<... _ZN9QLineEdit5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9cf23e0, 0xbfc07c10, 0xbfc07c10, 0xb6d8f583, 6 -_ZN7QObject10childEventEP11QChildEvent(0x9cf23e0, 0xbfc07c10, 1, 0xb6ac7e0c, 0x9d1c050) = 0x8159fe8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget5eventEP6QEvent(0x9cf23e0, 0xbfc07c10, 0xbfc07c10, 0xb6d8f583, 6 -_ZN7QObject10childEventEP11QChildEvent(0x9cf23e0, 0xbfc07c10, 0x9cf2414, 0xb6d5e171, 0xbfc077e0) = 0x8159fe8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9d12690, 0xbfc07c70, 1, 0xb76efff4, 0xb76efff4) = 0xb76dc448 -_ZNK9QLineEdit8sizeHintEv(0xbfc07960, 0x9d1c050, 0xbfc07970, 0xbfc07978, 0xbfc07988) = 0xbfc07960 -_ZNK9QLineEdit15minimumSizeHintEv(0xbfc07968, 0x9d1c050, 0xbfc07970, 0xbfc07978, 0xbfc07988) = 0xbfc07968 -_ZN7QWidget5eventEP6QEvent(0x9cf23e0, 0xbfc07cd8, 0xbfc07cd8, 0xb76efff4, 0xbfc07aa4) = 0 -<... _ZN7QWidget10setVisibleEb resumed> ) = 0xbfc07cd8 -<... _ZN11QDockWidget9setWidgetEP7QWidget resumed> ) = 0x9d18698 -_ZNK11QMetaObject2trEPKcS1_(0xbfc07de0, 0x8158e2c, 0x8149ff8, 0, 0x9cf23e0) = 0xbfc07de0 -_ZN7QObject13setObjectNameERK7QString(0x9c17150, 0xbfc07de0, 0, 0xbfc07fa0, 0) = 0x9c14c6c -_ZNK11QMetaObject2trEPKcS1_(0xbfc07de4, 0x8158e2c, 0x814a005, 0, 0xbfc07dd8) = 0xbfc07de4 -_ZN7QObject13setObjectNameERK7QString(0x9c0cdd8, 0xbfc07de4, 0, 0xbfc07fa0, 0) = 0x9c138e4 -_ZN11QMainWindow13addDockWidgetEN2Qt14DockWidgetAreaEP11QDockWidget(0xbfc07f88, 2, 0x9c17150, 0xbfc07fa0, 0) = -1 -_ZN11QMainWindow13addDockWidgetEN2Qt14DockWidgetAreaEP11QDockWidget(0xbfc07f88, 2, 0x9c0cdd8, 0xbfc07fa0, 0) = -1 -_ZN11QMainWindow13addDockWidgetEN2Qt14DockWidgetAreaEP11QDockWidget(0xbfc07f88, 2, 0x9d11a68, 0xbfc07fa0, 0) = -1 -_ZN11QMainWindow13addDockWidgetEN2Qt14DockWidgetAreaEP11QDockWidget(0xbfc07f88, 8, 0x9d12690, 0xbfc07fa0, 0) = -1 -_ZN16QCoreApplication9translateEPKcS1_S1_NS_8EncodingE(0xbfc07de8, 0x8149e98, 0x814a011, 0, 1) = 0xbfc07de8 -_ZN7QWidget14setWindowTitleERK7QString(0xbfc07f88, 0xbfc07de8, 0x814a011, 0, 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07d30, 0xbfc07d30, 0xb76efff4, 0x9cf2400 -_ZN7QWidget11changeEventEP6QEvent(0xbfc07f88, 0xbfc07d30, 0x9cf23e0, 0xb6db8e62, 0x9cf23e0) = 33 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget14setWindowTitleERK7QString resumed> ) = 0xbfc07d30 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0xbfc07fa0, 0x814a035, 0xbfc07f88, 0x814a019, 0 -_ZN7QObject13connectNotifyEPKc(0xbfc07fa0, 0x814a035, 0xbfc07f88, 5, 0x8158e2c) = 0x8158d28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0xbfc07fa0, 0x814a062, 0xbfc07f88, 0x814a051, 0 -_ZN7QObject13connectNotifyEPKc(0xbfc07fa0, 0x814a062, 0xbfc07f88, 13, 0x8158e2c) = 0x8158d28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0xbfc07fa0, 0x814a084, 0xbfc07f88, 0x814a073, 0 -_ZN7QObject13connectNotifyEPKc(0xbfc07fa0, 0x814a084, 0xbfc07f88, 14, 0x8158e2c) = 0x8158d28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0xbfc07fa0, 0x814a0a8, 0xbfc07f88, 0x814a095, 0 -_ZN7QObject13connectNotifyEPKc(0xbfc07fa0, 0x814a0a8, 0xbfc07f88, 4, 0x8158e2c) = 0x8158d28 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cf1bc0, 0x814a0cc, 0x9d123b0, 0x814a0bb, 0 -_ZN7QObject13connectNotifyEPKc(0x9cf1bc0, 0x814a0cc, 0x9d123b0, 2, 0x81598e0) = 0x815c8e8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cf1bc0, 0x814a0ed, 0x9d123b0, 0x814a0dd, 0 -_ZN7QObject13connectNotifyEPKc(0x9cf1bc0, 0x814a0ed, 0x9d123b0, 3, 0x81598e0) = 0x815c8e8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE(0x9cf1bc0, 0x814a10c, 0x9d123b0, 0x814a0fd, 0 -_ZN7QObject13connectNotifyEPKc(0x9cf1bc0, 0x814a10c, 0x9d123b0, 4, 0x81598e0) = 0x815c8e8 -<... _ZN7QObject7connectEPKS_PKcS1_S3_N2Qt14ConnectionTypeE resumed> ) = 1 -_ZN5QIconD1Ev(0xbfc07d8c, 0x814a10c, 0x9d123b0, 0x814a0fd, 0) = 0x9bff6f8 -_ZN7QString16fromAscii_helperEPKci(0x81495e6, -1, 0, 0xbfc08120, 0xbfc08120) = 0x9d18660 -_ZN5QFileC1ERK7QString(0xbfc07f48, 0xbfc07f64, 0, 0, 0) = 0x9da15ac -_ZN5QFile4openE6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc07f48, 0xbfc07f68, 0, 0, 0) = 1 -_ZN9QIODevice7readAllEv(0xbfc07f6c, 0xbfc07f48, 0, 0, 0) = 0xbfc07f6c -_ZN7QString16fromAscii_helperEPKci(0x9da2ef0, 6231, 0xb6a4c409, 0xbfc08120, 0) = 0x9dbd378 -_ZN12QApplication13setStyleSheetERK7QString(0xbfc07f40, 0xbfc07f70, 0, 0, 0 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f40, 0xbfc07e64, 0xb64ce33c, 15, 0xb6154b30) = 0xb76d64c8 -_ZN7QObject5eventEP6QEvent(0x9bf3970, 0xbfc07e64, 0xbfc07b90, 0xb76efff4, 0xb76efff4 -_ZN7QObject10childEventEP11QChildEvent(0x9bf3970, 0xbfc07e64, 0xbfc07ad0, 0xb64ce6cc, 0xbfc07ab8) = 0xb76ea308 -<... _ZN7QObject5eventEP6QEvent resumed> ) = 1 -strcmp("QWorkspaceChild", "pv::dock::TriggerDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9c1a1b0, 0xb74cf0fe, 0xbfc07e64, 0xb76efff4, 0x9c1a1b0) = 0 -strcmp("QDockSeparator", "pv::dock::TriggerDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9c1a1b0, 0xb74cc728, 0xbfc07e64, 0xb76efff4, 0x9c1a1b0) = 0 -strcmp("QDockWidgetSeparator", "pv::dock::TriggerDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9c1a1b0, 0xb74cc737, 0xbfc07e64, 0xb76efff4, 0x9c1a1b0) = 0 -strcmp("QWorkspaceChild", "pv::dock::ProtocolDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9c1f950, 0xb74cf0fe, 0xbfc07e64, 0xb76efff4, 0x9c1f950) = 0 -strcmp("QDockSeparator", "pv::dock::ProtocolDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9c1f950, 0xb74cc728, 0xbfc07e64, 0xb76efff4, 0x9c1f950) = 0 -strcmp("QDockWidgetSeparator", "pv::dock::ProtocolDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9c1f950, 0xb74cc737, 0xbfc07e64, 0xb76efff4, 0x9c1f950) = 0 -strcmp("QWorkspaceChild", "pv::dock::SearchDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9cf23e0, 0xb74cf0fe, 0xbfc07e64, 0xb76efff4, 0x9cf23e0) = 0 -strcmp("QDockSeparator", "pv::dock::SearchDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9cf23e0, 0xb74cc728, 0xbfc07e64, 0xb76efff4, 0x9cf23e0) = 0 -strcmp("QDockWidgetSeparator", "pv::dock::SearchDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9cf23e0, 0xb74cc737, 0xbfc07e64, 0xb76efff4, 0x9cf23e0) = 0 -strcmp("QWorkspaceChild", "pv::dock::FakeLineEdit") = -1 -_ZN9QLineEdit11qt_metacastEPKc(0x9d1c050, 0xb74cf0fe, 0xbfc07e64, 0xb76efff4, 0x9d1c050) = 0 -strcmp("QDockSeparator", "pv::dock::FakeLineEdit") = -1 -_ZN9QLineEdit11qt_metacastEPKc(0x9d1c050, 0xb74cc728, 0xbfc07e64, 0xb76efff4, 0x9d1c050) = 0 -strcmp("QDockWidgetSeparator", "pv::dock::FakeLineEdit") = -1 -_ZN9QLineEdit11qt_metacastEPKc(0x9d1c050, 0xb74cc737, 0xbfc07e64, 0xb76efff4, 0x9d1c050) = 0 -strcmp("QWorkspaceChild", "pv::dock::MeasureDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9d123b0, 0xb74cf0fe, 0xbfc07e64, 0xb76efff4, 0x9d123b0) = 0 -strcmp("QDockSeparator", "pv::dock::MeasureDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9d123b0, 0xb74cc728, 0xbfc07e64, 0xb76efff4, 0x9d123b0) = 0 -strcmp("QDockWidgetSeparator", "pv::dock::MeasureDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9d123b0, 0xb74cc737, 0xbfc07e64, 0xb76efff4, 0x9d123b0) = 0 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f40, 0xbfc07df4, 1, 0xb6d8f583, 0x9d1cdf0) = 0xb76d64c8 -_ZN7QObject13connectNotifyEPKc(0x9cb5a30, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9bf3970, 0xb74ab5ce, 0x9da4860, 1, 0xb76dae78) = 0xb76ea308 -_ZN7QObject13connectNotifyEPKc(0x9cd0fc0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cdf1a8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c5ab10, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dca48 -_ZN7QObject13connectNotifyEPKc(0x9ca1cb8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c975d8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9d14668, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c99258, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9cc6f00, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9c819d8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9caa310, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c5bd68, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cbd868, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c04f68, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76de628 -_ZN7QObject13connectNotifyEPKc(0x9c1a760, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c8eb88, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c95d80, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c9cd70, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c7d4b8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cca400, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9ca4380, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9ca94e8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76d7388 -_ZN7QObject13connectNotifyEPKc(0x9ca1ee0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c56600, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c09ee0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cc4050, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cb08f0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c590c0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cba7b0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cdfe08, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c8f5c8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dca48 -_ZN7QObject13connectNotifyEPKc(0x9cbeef0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9ccbe88, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9d14078, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cd2c70, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9ca5e08, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9caee88, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9ce0a48, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dca48 -_ZN7QObject13connectNotifyEPKc(0x9cd01b8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9cd0ff8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c41648, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c56a28, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76def68 -_ZN7QObject13connectNotifyEPKc(0x9c94740, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cbf310, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dca48 -_ZN7QObject13connectNotifyEPKc(0x9c82a58, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9c9ea18, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9cc95e8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9c9f858, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cc4278, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cd36b0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dca48 -_ZN7QObject13connectNotifyEPKc(0x9cd46f8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9c592e8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cb9580, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9c811f8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9ca2b40, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c438f8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c096e8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cca438, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cdc948, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9ca88e8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cbfd58, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9d150e8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cb1350, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c7c2a8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c94968, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cd79f0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c9c590, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9d12630, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ea9a8 -_ZN7QObject13connectNotifyEPKc(0x9c81c38, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dca48 -_ZN7QObject13connectNotifyEPKc(0x9c137c0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9ca0ed8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9ccc8e8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9d13a90, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cc3250, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cd9880, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cbbe50, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9cc4ed0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c91aa8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cb1f98, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9caeec0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cd5970, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c59f48, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c9cfd0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dca48 -_ZN7QObject13connectNotifyEPKc(0x9cb7518, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c496b8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cb62c8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c98898, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9ca8b10, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c47010, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c34b00, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dde88 -_ZN7QObject13connectNotifyEPKc(0x9c44f80, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ec5c8 -_ZN7QObject13connectNotifyEPKc(0x9cc1c00, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9d15b38, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c2cad0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dc328 -_ZN7QObject13connectNotifyEPKc(0x9d12690, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dc448 -_ZN7QObject13connectNotifyEPKc(0x9c59528, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -strcmp("QWorkspaceChild", "pv::dock::TriggerDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9c1a1b0, 0xb74cf0fe, 0, 0xb6e93008, 0xb76efff4) = 0 -strcmp("QDockSeparator", "pv::dock::TriggerDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9c1a1b0, 0xb74cc728, 0, 0xb6e93008, 0xb76efff4) = 0 -strcmp("QDockWidgetSeparator", "pv::dock::TriggerDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9c1a1b0, 0xb74cc737, 0, 0xb6e93008, 0xb76efff4) = 0 -_ZN7QObject13connectNotifyEPKc(0x9c1a1b0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0x815a3a8 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07c14, 0xbfc07c14, 0xbfc07940, 0xbfc078f4) = 0 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07bcc, 0xbfc07bcc, 0x9d4c658, 0xbfc07a9c -_ZN7QWidget11changeEventEP6QEvent(0x9c1a1b0, 0xbfc07bcc, 104, 0xb76efff4, 0xbfc07808) = 128 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget13paletteChangeERK8QPalette(0x9c1a1b0, 0x9c10794, 0xbfc07bcc, 0xb76efff4, 1) = 0x9c1a1b0 -_ZN7QObject13connectNotifyEPKc(0x9d12448, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dca48 -_ZN7QObject13connectNotifyEPKc(0x9cc6758, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cdcd88, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9ca35a8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cbe728, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9d16fa0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9ca9b70, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9d16988, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c0ce18, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9cb64f0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cd7a28, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c955d8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cb3e48, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cd4338, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c8ee10, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -strcmp("QWorkspaceChild", "pv::dock::ProtocolDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9c1f950, 0xb74cf0fe, 0, 0xb6e93008, 0xb76efff4) = 0 -strcmp("QDockSeparator", "pv::dock::ProtocolDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9c1f950, 0xb74cc728, 0, 0xb6e93008, 0xb76efff4) = 0 -strcmp("QDockWidgetSeparator", "pv::dock::ProtocolDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9c1f950, 0xb74cc737, 0, 0xb6e93008, 0xb76efff4) = 0 -_ZN7QObject13connectNotifyEPKc(0x9c1f950, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0x8159ce8 -_ZN7QWidget5eventEP6QEvent(0x9c1f950, 0xbfc07c14, 0xbfc07c14, 0xbfc07940, 0xbfc078f4) = 0 -_ZN7QWidget5eventEP6QEvent(0x9c1f950, 0xbfc07bcc, 0xbfc07bcc, 0x9d55bd0, 0xbfc07a9c -_ZN7QWidget11changeEventEP6QEvent(0x9c1f950, 0xbfc07bcc, 104, 0xb76efff4, 0xbfc07808) = 128 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget13paletteChangeERK8QPalette(0x9c1f950, 0x9c361b4, 0xbfc07bcc, 0xb76efff4, 1) = 0x9c1f950 -_ZN7QObject13connectNotifyEPKc(0x9cb0b70, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c47c70, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9cc5938, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c412a0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c1a5e8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9cb7f78, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c48088, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cc2040, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9ccc108, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c47660, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9c55848, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9cace70, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9d14918, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c48ed0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cb15b0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dca48 -_ZN7QObject13connectNotifyEPKc(0x9cd2ef8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cb54c8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c834f8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c31860, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76de428 -_ZN7QObject13connectNotifyEPKc(0x9c8c990, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cccb48, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dca48 -_ZN7QObject13connectNotifyEPKc(0x9c9fce0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9c0d258, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebe88 -_ZN7QObject13connectNotifyEPKc(0x9c93368, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c97280, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cbcce8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9d165a8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c7c928, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9caa5d0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9caf328, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cb4288, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9c904a0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c5a5b8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c15090, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dc328 -_ZN7QObject13connectNotifyEPKc(0x9c17150, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dc448 -_ZN7QObject13connectNotifyEPKc(0x9c14e88, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dc328 -_ZN7QObject13connectNotifyEPKc(0x9c81480, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cc8830, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c31c88, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebae8 -_ZN7QObject13connectNotifyEPKc(0x9c0ce58, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c96040, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c7d778, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c8d7e8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c9a988, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cc9ea0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9d12ed0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cae0f0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9c851a0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9c9c818, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c7fe30, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9d136f8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9d15788, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cd90d8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9ca2de0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cd0a88, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9ccd7a8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9d11a80, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dc328 -_ZN7QObject13connectNotifyEPKc(0x9d11a68, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dc448 -_ZN7QObject13connectNotifyEPKc(0x9ccf428, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9d1a8f8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dde88 -_ZN7QObject13connectNotifyEPKc(0x9c4cc18, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dc328 -_ZN7QObject13connectNotifyEPKc(0x9c0cdd8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dc448 -_ZN7QObject13connectNotifyEPKc(0x9d17208, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c4a368, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dc328 -_ZN7QObject13connectNotifyEPKc(0x9cd18d0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9d1b948, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c83d58, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c8da10, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -strcmp("QWorkspaceChild", "pv::dock::SearchDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9cf23e0, 0xb74cf0fe, 0, 0xb70d694d, 0xb76efff4) = 0 -strcmp("QDockSeparator", "pv::dock::SearchDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9cf23e0, 0xb74cc728, 0, 0xb70d694d, 0xb76efff4) = 0 -strcmp("QDockWidgetSeparator", "pv::dock::SearchDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9cf23e0, 0xb74cc737, 0, 0xb70d694d, 0xb76efff4) = 0 -_ZN7QObject13connectNotifyEPKc(0x9cf23e0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0x8159fe8 -_ZN7QWidget5eventEP6QEvent(0x9cf23e0, 0xbfc07c14, 0xbfc07c14, 0xbfc07940, 0xbfc078f4) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf23e0, 0xbfc07bcc, 0xbfc07bcc, 0x9d7b6e8, 0xbfc07a9c -_ZN7QWidget11changeEventEP6QEvent(0x9cf23e0, 0xbfc07bcc, 104, 0xb76efff4, 0xbfc07808) = 128 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget13paletteChangeERK8QPalette(0x9cf23e0, 0x9d1aa3c, 0xbfc07bcc, 0xb76efff4, 1) = 0x9cf23e0 -_ZN7QObject13connectNotifyEPKc(0x9bffee8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cce5f8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9c0ce80, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cbcd20, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9ce04f0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cc5170, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9d126d0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dca48 -_ZN7QObject13connectNotifyEPKc(0x9cbe9a8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cdb188, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9d17220, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9d17e58, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cb9228, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9d16c08, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c13040, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cd82c0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9d161e0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cd1af8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9d14d88, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c9a9c0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9d13318, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9d13110, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9ca8fc0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dc328 -_ZN7QObject13connectNotifyEPKc(0x9cf2400, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dde88 -_ZN7QObject13connectNotifyEPKc(0x9c8e668, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9ca3840, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9d13528, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cde480, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c82720, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c33130, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c7e1f0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cd9b40, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cb0df8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cddc68, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9ccc390, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cd84e8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cf2414, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dde88 -_ZN7QObject13connectNotifyEPKc(0x9c9f320, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cdc400, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c95878, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c7cfb0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cd2750, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cb2678, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9cc5bd0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cd3fc0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cb8210, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c44c30, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cf2c48, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9cb77e8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c56d30, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76def68 -_ZN7QObject13connectNotifyEPKc(0x9c58398, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cab8a8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cd74c0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c96ef8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cad320, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9d10eb0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dc328 -_ZN7QObject13connectNotifyEPKc(0x9caa868, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c8f0d0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9ca13d8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9caf7c8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cde4b8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cc3750, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cdadc8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9ca9e40, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c5a850, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c9c070, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9ca3060, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9ca79a8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c962d8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c7da10, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9ccad68, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9d17280, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9d180c0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c20858, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9c802c8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c06930, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cb3900, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cd31b8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cbc778, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c9dd00, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9ca3aa0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dca48 -_ZN7QObject13connectNotifyEPKc(0x9cabce0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9cc82b8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9caf9f0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c90138, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c92e00, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9ca6358, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c90960, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9ca7fd8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cc53f0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9ccd428, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cd9378, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c9b258, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cbec30, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9ccaf90, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c81740, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c804f0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cc04a0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9cf30a8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ce0788, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9ca1410, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cc5e30, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dca48 -_ZN7QObject13connectNotifyEPKc(0x9cb8470, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dca48 -_ZN7QObject13connectNotifyEPKc(0x9cc3788, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9d15e50, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cb8ea0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c085d8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebae8 -_ZN7QObject13connectNotifyEPKc(0x9c9cad8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9ca4b10, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9cb0650, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cdfb68, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c9b480, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9ca6798, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9ccbbe8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cd5eb8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c95af8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cc1710, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c7d230, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c32da8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9caaac8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dca48 -_ZN7QObject13connectNotifyEPKc(0x9cf2ab0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9cab4f8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c085f0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9ca8010, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c8e908, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c36090, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dde88 -_ZN7QObject13connectNotifyEPKc(0x9cd9dd8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cf30d0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9cb7a68, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c823a8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cdaa18, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c96538, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dca48 -_ZN7QObject13connectNotifyEPKc(0x9c7dc70, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dca48 -_ZN7QObject13connectNotifyEPKc(0x9ca4720, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c8cea0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c9d940, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c9a458, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9ce2238, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cd29f0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cded50, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cceef0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9caa0c0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9caea08, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cb59f8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cd62f8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9c98e08, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cb10b8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9ce1c30, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cc00e0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9d127a8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9ca32e8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -strcmp("QWorkspaceChild", "pv::dock::FakeLineEdit") = -1 -_ZN9QLineEdit11qt_metacastEPKc(0x9d1c050, 0xb74cf0fe, 0, 0xb6e93008, 0xb76efff4) = 0 -strcmp("QDockSeparator", "pv::dock::FakeLineEdit") = -1 -_ZN9QLineEdit11qt_metacastEPKc(0x9d1c050, 0xb74cc728, 0, 0xb6e93008, 0xb76efff4) = 0 -strcmp("QDockWidgetSeparator", "pv::dock::FakeLineEdit") = -1 -_ZN9QLineEdit11qt_metacastEPKc(0x9d1c050, 0xb74cc737, 0, 0xb6e93008, 0xb76efff4) = 0 -_ZN7QObject13connectNotifyEPKc(0x9d1c050, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0x8159728 -_ZN9QLineEdit5eventEP6QEvent(0x9d1c050, 0xbfc07bd4, 0xbfc07bd4, 0xb70dc747, 0xbfc07a14) = 0 -_ZN9QLineEdit5eventEP6QEvent(0x9d1c050, 0xbfc07c14, 0xbfc07c14, 0xbfc07940, 0xbfc078f4) = 0 -_ZN9QLineEdit5eventEP6QEvent(0x9d1c050, 0xbfc07bcc, 0xbfc07bcc, 0xb70da944, 0xbfc078b8 -_ZN9QLineEdit11changeEventEP6QEvent(0x9d1c050, 0xbfc07bcc, 0x9ca32e8, 0xb66fcff4, 0xb66fd440) = 132 -<... _ZN9QLineEdit5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget13paletteChangeERK8QPalette(0x9d1c050, 0x9d1c684, 0xbfc07bcc, 0xb76efff4, 1) = 0x9d1c050 -_ZN7QObject13connectNotifyEPKc(0x9d16ce0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9ccc650, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c563a8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c80f78, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c8f368, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c46f70, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c48df8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c362d0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cdef78, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c93698, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9cb2320, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cd95f8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c9c310, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c8ced8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -strcmp("QWorkspaceChild", "pv::dock::MeasureDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9d123b0, 0xb74cf0fe, 0, 0xb6e93008, 0xb76efff4) = 0 -strcmp("QDockSeparator", "pv::dock::MeasureDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9d123b0, 0xb74cc728, 0, 0xb6e93008, 0xb76efff4) = 0 -strcmp("QDockWidgetSeparator", "pv::dock::MeasureDock") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9d123b0, 0xb74cc737, 0, 0xb6e93008, 0xb76efff4) = 0 -_ZN7QObject13connectNotifyEPKc(0x9d123b0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0x8159a28 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07c14, 0xbfc07c14, 0xbfc07940, 0xbfc078f4) = 0 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07bcc, 0xbfc07bcc, 0x9e59ff8, 0xbfc07a9c -_ZN7QWidget11changeEventEP6QEvent(0x9d123b0, 0xbfc07bcc, 104, 0xb76efff4, 0xbfc07808) = 128 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget13paletteChangeERK8QPalette(0x9d123b0, 0x9d12164, 0xbfc07bcc, 0xb76efff4, 1) = 0x9d123b0 -_ZN7QObject13connectNotifyEPKc(0x9d17518, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cbd640, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cc5678, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c7cc68, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cb7cb8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cbad90, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cd3450, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c5bd50, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebfc8 -_ZN7QObject13connectNotifyEPKc(0x9cc6ad8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9cbe488, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c92050, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c59cc8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9cda038, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dca48 -_ZN7QObject13connectNotifyEPKc(0x9cddf50, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9c5084c, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76def68 -_ZN7QObject13connectNotifyEPKc(0x9e637e0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9e637e0, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e637e0, 0xbfc075e4, 0, 0, 85584) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e64050, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9e645e8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e64050, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9e645e8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e645e8, 0xb74cac23, 0x9e637e0, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e645e8, 0xb74d2c45, 0x9e637e0, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e637e0, 0xbfc075e4, 0, 0, 85584) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e64a90, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9e64d40) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e64a90, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9e64d40) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e64d40, 0xb74cac23, 0x9e637e0, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e64d40, 0xb74d2c45, 0x9e637e0, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e645e8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e64050, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9e645e8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e64d40, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e64a90, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9e64d40) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e637e0, 0xbfc076a4, 0x9e64d40, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9c30a48, 0xb74ec6e4, 0x9e637e0, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9c30a48, 0xb74ec83a, 0x9e637e0, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9c30a48, 0xb74ec86d, 0x9e637e0, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e64d40, 0xb74dc9f0, 0x9e637e0, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e645e8, 0xb74dc9f0, 0x9e637e0, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e64d40, 0xb74cac23, 0x9e637e0, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e645e8, 0xb74cac23, 0x9e637e0, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a760, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e662f8, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e662f8, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e64d40, 0xb74cac23, 0x9e662f8, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e64d40, 0xb74d2c45, 0x9e662f8, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e637e0, 0xb74a949d, 0x9e662f8, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e662f8, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9e66af0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e662f8, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 41, 40, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9e66cb0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e637e0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e637e0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e637e0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e637e0, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9e63f48) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e64050, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e64050, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9e64050) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e637e0, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e64a90, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e64a90, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9e64a90) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e637e0, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e662f8, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e66af0, 0xb74d2c82, 0x9e662f8, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9e66cb0, 0xb74d2c82, 0x9e662f8, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74a949d, 0x9e637e0, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74d2f54, 0x9e637e0, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74ec524, 0x9e637e0, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74d2fd0, 0x9e637e0, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74d2fd0, 0x9e637e0, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74d2ff4, 0x9e637e0, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74d3048, 0x9e637e0, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74ec5d4, 0x9e637e0, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74ec62c, 0x9e637e0, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74ec680, 0x9e637e0, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74d2d70, 0x9e637e0, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74ea74f, 0x9e637e0, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9e637e0, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74d2ff4, 0x9e67ea0, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74ec5d4, 0x9e67ea0, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74d2f7c, 0x9e67ea0, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74f0198, 0x9e67ea0, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74ed8d5, 0x9e67ea0, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74ea74f, 0x9e67ea0, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7fcc8, 0xb74a949d, 0x9e67ea0, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9e67ea0, 0xb74e8a40, 0x9e637e0, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9e67ea0, 0xb74d2ea8, 0x9e637e0, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9e637e0, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e637e0, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e68138, 0xb74ec6e4, 0x9e637e0, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9e68138, 0xb74ec83a, 0x9e637e0, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9e68138, 0xb74ec86d, 0x9e637e0, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9e662f8, 0xb74d2cee, 0x9c1a760, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e67ea0, 0xb74d2ea8, 0x9c1a760, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9e662f8, 0xb74d2d1b, 0x9c1a760, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e68530, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9e68530, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e68530, 0xbfc075e4, 0, 0, 66768) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e68a28, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9e68f48) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e68a28, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9e68f48) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e68f48, 0xb74cac23, 0x9e68530, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e68f48, 0xb74d2c45, 0x9e68530, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e68530, 0xbfc075e4, 0, 0, 66768) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e693f0, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9e696a0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e693f0, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9e696a0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e696a0, 0xb74cac23, 0x9e68530, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e696a0, 0xb74d2c45, 0x9e68530, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e68f48, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e68a28, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9e68f48) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e696a0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e693f0, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9e696a0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e68530, 0xbfc076a4, 0x9e696a0, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9e6abe8, 0xb74ec6e4, 0x9e68530, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e6abe8, 0xb74ec83a, 0x9e68530, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e6abe8, 0xb74ec86d, 0x9e68530, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e696a0, 0xb74dc9f0, 0x9e68530, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e68f48, 0xb74dc9f0, 0x9e68530, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e696a0, 0xb74cac23, 0x9e68530, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e68f48, 0xb74cac23, 0x9e68530, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ca4380, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e6ada0, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e6ada0, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e696a0, 0xb74cac23, 0x9e6ada0, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e696a0, 0xb74d2c45, 0x9e6ada0, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e68530, 0xb74a949d, 0x9e6ada0, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e6ada0, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9e6b5f8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e6ada0, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 25, 24, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9e6b7d8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e68530, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e68530, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e68530, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e68530, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9e68198) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e68a28, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e68a28, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9e68a28) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e68530, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e693f0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e693f0, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9e693f0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e68530, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e6ada0, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e6b5f8, 0xb74d2c82, 0x9e6ada0, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9e6b7d8, 0xb74d2c82, 0x9e6ada0, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74a949d, 0x9e68530, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74d2f54, 0x9e68530, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74ec524, 0x9e68530, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74d2fd0, 0x9e68530, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74d2fd0, 0x9e68530, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74d2ff4, 0x9e68530, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74d3048, 0x9e68530, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74ec5d4, 0x9e68530, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74ec62c, 0x9e68530, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74ec680, 0x9e68530, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74d2d70, 0x9e68530, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74ea74f, 0x9e68530, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9e68530, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74d2ff4, 0x9e6c8f8, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74ec5d4, 0x9e6c8f8, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74d2f7c, 0x9e6c8f8, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74f0198, 0x9e6c8f8, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74ed8d5, 0x9e6c8f8, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74ea74f, 0x9e6c8f8, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca4558, 0xb74a949d, 0x9e6c8f8, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9e6c8f8, 0xb74e8a40, 0x9e68530, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9e6c8f8, 0xb74d2ea8, 0x9e68530, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9e68530, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e68530, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e6cbc0, 0xb74ec6e4, 0x9e68530, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9e6cbc0, 0xb74ec83a, 0x9e68530, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9e6cbc0, 0xb74ec86d, 0x9e68530, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9e6ada0, 0xb74d2cee, 0x9ca4380, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e6c8f8, 0xb74d2ea8, 0x9ca4380, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9e6ada0, 0xb74d2d1b, 0x9ca4380, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e6cf90, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9e6cf90, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e6cf90, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e6ce90, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9e6d838) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e6ce90, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9e6d838) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e6d838, 0xb74cac23, 0x9e6cf90, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e6d838, 0xb74d2c45, 0x9e6cf90, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e6cf90, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e6dce0, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9e6dfc8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e6dce0, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9e6dfc8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e6dfc8, 0xb74cac23, 0x9e6cf90, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e6dfc8, 0xb74d2c45, 0x9e6cf90, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e6d838, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e6ce90, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9e6d838) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e6dfc8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e6dce0, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9e6dfc8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e6cf90, 0xbfc076a4, 0x9e6dfc8, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9e6f330, 0xb74ec6e4, 0x9e6cf90, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e6f330, 0xb74ec83a, 0x9e6cf90, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e6f330, 0xb74ec86d, 0x9e6cf90, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e6dfc8, 0xb74dc9f0, 0x9e6cf90, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e6d838, 0xb74dc9f0, 0x9e6cf90, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e6dfc8, 0xb74cac23, 0x9e6cf90, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e6d838, 0xb74cac23, 0x9e6cf90, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c56600, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 10, 0xac97a6, 0xbfc07624 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6e95f0f, 0x9bfdd20) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e6f4e8, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e6f4e8, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e6dfc8, 0xb74cac23, 0x9e6f4e8, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e6dfc8, 0xb74d2c45, 0x9e6f4e8, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e6cf90, 0xb74a949d, 0x9e6f4e8, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e6f4e8, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0, 0xb76efff4, 0x9e6fd30 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 16, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e6f4e8, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 2, 0x9e6e688, 24 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 56, 40, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e6cf90, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e6cf90, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e6cf90, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e6cf90, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9e6df70) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e6ce90, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e6ce90, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9e6ce90) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e6cf90, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e6dce0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e6dce0, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9e6dce0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e6cf90, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e6f4e8, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e6fd30, 0xb74d2c82, 0x9e6f4e8, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9e6ff10, 0xb74d2c82, 0x9e6f4e8, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74a949d, 0x9e6cf90, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74d2f54, 0x9e6cf90, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74ec524, 0x9e6cf90, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74d2fd0, 0x9e6cf90, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74d2fd0, 0x9e6cf90, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74d2ff4, 0x9e6cf90, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74d3048, 0x9e6cf90, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74ec5d4, 0x9e6cf90, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74ec62c, 0x9e6cf90, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74ec680, 0x9e6cf90, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74d2d70, 0x9e6cf90, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74ea74f, 0x9e6cf90, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9e6cf90, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74d2ff4, 0x9e71010, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74ec5d4, 0x9e71010, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74d2f7c, 0x9e71010, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74f0198, 0x9e71010, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74ed8d5, 0x9e71010, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74ea74f, 0x9e71010, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c0d270, 0xb74a949d, 0x9e71010, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9e71010, 0xb74e8a40, 0x9e6cf90, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9e71010, 0xb74d2ea8, 0x9e6cf90, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9e6cf90, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e6cf90, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e712e0, 0xb74ec6e4, 0x9e6cf90, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9e712e0, 0xb74ec83a, 0x9e6cf90, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9e712e0, 0xb74ec86d, 0x9e6cf90, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9e6f4e8, 0xb74d2cee, 0x9c56600, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e71010, 0xb74d2ea8, 0x9c56600, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9e6f4e8, 0xb74d2d1b, 0x9c56600, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e716d8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9e716d8, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e716d8, 0xbfc075e4, 0, 0, 29512) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e71ed0, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9e720b0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e71ed0, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9e720b0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e720b0, 0xb74cac23, 0x9e716d8, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e720b0, 0xb74d2c45, 0x9e716d8, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e716d8, 0xbfc075e4, 0, 0, 29512) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e72558, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9e72840) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e72558, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9e72840) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e72840, 0xb74cac23, 0x9e716d8, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e72840, 0xb74d2c45, 0x9e716d8, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e720b0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e71ed0, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9e720b0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e72840, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e72558, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9e72840) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e716d8, 0xbfc076a4, 0x9e72840, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9e73b68, 0xb74ec6e4, 0x9e716d8, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e73b68, 0xb74ec83a, 0x9e716d8, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e73b68, 0xb74ec86d, 0x9e716d8, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e72840, 0xb74dc9f0, 0x9e716d8, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e720b0, 0xb74dc9f0, 0x9e716d8, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e72840, 0xb74cac23, 0x9e716d8, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e720b0, 0xb74cac23, 0x9e716d8, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cba7b0, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e73d20, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e73d20, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e72840, 0xb74cac23, 0x9e73d20, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e72840, 0xb74d2c45, 0x9e73d20, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e716d8, 0xb74a949d, 0x9e73d20, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e73d20, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9e744f8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e73d20, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 25, 24, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9e746d8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e716d8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e716d8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e716d8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e716d8, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9e727e8) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e71ed0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e71ed0, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9e71ed0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e716d8, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e72558, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e72558, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9e72558) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e716d8, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e73d20, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e744f8, 0xb74d2c82, 0x9e73d20, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9e746d8, 0xb74d2c82, 0x9e73d20, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74a949d, 0x9e716d8, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74d2f54, 0x9e716d8, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74ec524, 0x9e716d8, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74d2fd0, 0x9e716d8, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74d2fd0, 0x9e716d8, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74d2ff4, 0x9e716d8, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74d3048, 0x9e716d8, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74ec5d4, 0x9e716d8, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74ec62c, 0x9e716d8, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74ec680, 0x9e716d8, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74d2d70, 0x9e716d8, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74ea74f, 0x9e716d8, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9e716d8, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74d2ff4, 0x9e75830, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74ec5d4, 0x9e75830, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74d2f7c, 0x9e75830, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74f0198, 0x9e75830, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74ed8d5, 0x9e75830, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74ea74f, 0x9e75830, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbabc8, 0xb74a949d, 0x9e75830, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9e75830, 0xb74e8a40, 0x9e716d8, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9e75830, 0xb74d2ea8, 0x9e716d8, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9e716d8, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e716d8, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e75a90, 0xb74ec6e4, 0x9e716d8, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9e75a90, 0xb74ec83a, 0x9e716d8, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9e75a90, 0xb74ec86d, 0x9e716d8, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9e73d20, 0xb74d2cee, 0x9cba7b0, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e75830, 0xb74d2ea8, 0x9cba7b0, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9e73d20, 0xb74d2d1b, 0x9cba7b0, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e75e88, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9e75e88, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e75e88, 0xbfc075e4, 0, 0, 11048) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e76238, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9e768c0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e76238, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9e768c0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e768c0, 0xb74cac23, 0x9e75e88, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e768c0, 0xb74d2c45, 0x9e75e88, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e75e88, 0xbfc075e4, 0, 0, 11048) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e76d68, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9e77050) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e76d68, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9e77050) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e77050, 0xb74cac23, 0x9e75e88, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e77050, 0xb74d2c45, 0x9e75e88, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e768c0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e76238, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9e768c0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e77050, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e76d68, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9e77050) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e75e88, 0xbfc076a4, 0x9e77050, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9e783b8, 0xb74ec6e4, 0x9e75e88, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e783b8, 0xb74ec83a, 0x9e75e88, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e783b8, 0xb74ec86d, 0x9e75e88, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e77050, 0xb74dc9f0, 0x9e75e88, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e768c0, 0xb74dc9f0, 0x9e75e88, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e77050, 0xb74cac23, 0x9e75e88, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e768c0, 0xb74cac23, 0x9e75e88, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ca5e08, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e78570, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e78570, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e77050, 0xb74cac23, 0x9e78570, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e77050, 0xb74d2c45, 0x9e78570, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e75e88, 0xb74a949d, 0x9e78570, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e78570, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9e78db8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e78570, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 25, 24, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 7, 112) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e75e88, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e75e88, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e75e88, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e75e88, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9e76ff8) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e76238, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e76238, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9e76238) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e75e88, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e76d68, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e76d68, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9e76d68) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e75e88, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e78570, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e78db8, 0xb74d2c82, 0x9e78570, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9e78f98, 0xb74d2c82, 0x9e78570, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74a949d, 0x9e75e88, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74d2f54, 0x9e75e88, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74ec524, 0x9e75e88, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74d2fd0, 0x9e75e88, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74d2fd0, 0x9e75e88, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74d2ff4, 0x9e75e88, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74d3048, 0x9e75e88, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74ec5d4, 0x9e75e88, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74ec62c, 0x9e75e88, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74ec680, 0x9e75e88, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74d2d70, 0x9e75e88, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74ea74f, 0x9e75e88, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9e75e88, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74d2ff4, 0x9e7a128, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74ec5d4, 0x9e7a128, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74d2f7c, 0x9e7a128, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74f0198, 0x9e7a128, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74ed8d5, 0x9e7a128, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74ea74f, 0x9e7a128, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca46d0, 0xb74a949d, 0x9e7a128, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9e7a128, 0xb74e8a40, 0x9e75e88, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9e7a128, 0xb74d2ea8, 0x9e75e88, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9e75e88, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e75e88, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e7a3d0, 0xb74ec6e4, 0x9e75e88, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9e7a3d0, 0xb74ec83a, 0x9e75e88, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9e7a3d0, 0xb74ec86d, 0x9e75e88, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9e78570, 0xb74d2cee, 0x9ca5e08, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e7a128, 0xb74d2ea8, 0x9ca5e08, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9e78570, 0xb74d2d1b, 0x9ca5e08, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9c42f90, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9c42f90, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9c42f90, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9c55480, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9e7cb58) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c55480, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9e7cb58) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e7cb58, 0xb74cac23, 0x9c42f90, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e7cb58, 0xb74d2c45, 0x9c42f90, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c42f90, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e7d000, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9e7d2b0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e7d000, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9e7d2b0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e7d2b0, 0xb74cac23, 0x9c42f90, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e7d2b0, 0xb74d2c45, 0x9c42f90, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e7cb58, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c55480, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9e7cb58) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e7d2b0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e7d000, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9e7d2b0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c42f90, 0xbfc076a4, 0x9e7d2b0, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9c55550, 0xb74ec6e4, 0x9c42f90, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9c55550, 0xb74ec83a, 0x9c42f90, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9c55550, 0xb74ec86d, 0x9c42f90, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e7d2b0, 0xb74dc9f0, 0x9c42f90, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e7cb58, 0xb74dc9f0, 0x9c42f90, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e7d2b0, 0xb74cac23, 0x9c42f90, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e7cb58, 0xb74cac23, 0x9c42f90, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cbfd58, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e7e7d0, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e7e7d0, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e7d2b0, 0xb74cac23, 0x9e7e7d0, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e7d2b0, 0xb74d2c45, 0x9e7e7d0, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9c42f90, 0xb74a949d, 0x9e7e7d0, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e7e7d0, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9e7ef78) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e7e7d0, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 17, 16, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9e7f148) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c42f90, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c42f90, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c42f90, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c42f90, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9e7c150) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9c55480, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c55480, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9c55480) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c42f90, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e7d000, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e7d000, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9e7d000) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c42f90, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e7e7d0, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e7ef78, 0xb74d2c82, 0x9e7e7d0, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9e7f148, 0xb74d2c82, 0x9e7e7d0, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74a949d, 0x9c42f90, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74d2f54, 0x9c42f90, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74ec524, 0x9c42f90, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74d2fd0, 0x9c42f90, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74d2fd0, 0x9c42f90, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74d2ff4, 0x9c42f90, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74d3048, 0x9c42f90, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74ec5d4, 0x9c42f90, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74ec62c, 0x9c42f90, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74ec680, 0x9c42f90, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74d2d70, 0x9c42f90, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74ea74f, 0x9c42f90, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9c42f90, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74d2ff4, 0x9e803a0, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74ec5d4, 0x9e803a0, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74d2f7c, 0x9e803a0, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74f0198, 0x9e803a0, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74ed8d5, 0x9e803a0, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74ea74f, 0x9e803a0, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbff50, 0xb74a949d, 0x9e803a0, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9e803a0, 0xb74e8a40, 0x9c42f90, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9e803a0, 0xb74d2ea8, 0x9c42f90, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9c42f90, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c42f90, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e7a388, 0xb74ec6e4, 0x9c42f90, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9e7a388, 0xb74ec83a, 0x9c42f90, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9e7a388, 0xb74ec86d, 0x9c42f90, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9e7e7d0, 0xb74d2cee, 0x9cbfd58, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e803a0, 0xb74d2ea8, 0x9cbfd58, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9e7e7d0, 0xb74d2d1b, 0x9cbfd58, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e80a08, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9e80a08, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e80a08, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e80aa8, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9e809a8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e80aa8, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9e809a8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e809a8, 0xb74cac23, 0x9e80a08, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e809a8, 0xb74d2c45, 0x9e80a08, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e80a08, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e81720, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9e819f0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e81720, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9e819f0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e819f0, 0xb74cac23, 0x9e80a08, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e819f0, 0xb74d2c45, 0x9e80a08, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e809a8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e80aa8, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9e809a8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e819f0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e81720, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9e819f0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e80a08, 0xbfc076a4, 0x9e819f0, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9e82880, 0xb74ec6e4, 0x9e80a08, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e82880, 0xb74ec83a, 0x9e80a08, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e82880, 0xb74ec86d, 0x9e80a08, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e819f0, 0xb74dc9f0, 0x9e80a08, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e809a8, 0xb74dc9f0, 0x9e80a08, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e819f0, 0xb74cac23, 0x9e80a08, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e809a8, 0xb74cac23, 0x9e80a08, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9d150e8, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 0, 0xb76efff4, 2 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 16, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e82ec8, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e82ec8, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e819f0, 0xb74cac23, 0x9e82ec8, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e819f0, 0xb74d2c45, 0x9e82ec8, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e80a08, 0xb74a949d, 0x9e82ec8, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e82ec8, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 119, 124, 0xb6c21ff4 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e82ec8, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 0xb6c21ff4, 0xb6a0d0ac, 0xb6c21ff4 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 113, 112, 0xbfc075e0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e80a08, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e80a08, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e80a08, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e80a08, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9e7a398) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e80aa8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e80aa8, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9e80aa8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e80a08, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e81720, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e81720, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9e81720) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e80a08, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e82ec8, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e83690, 0xb74d2c82, 0x9e82ec8, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9e83840, 0xb74d2c82, 0x9e82ec8, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74a949d, 0x9e80a08, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74d2f54, 0x9e80a08, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74ec524, 0x9e80a08, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74d2fd0, 0x9e80a08, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74d2fd0, 0x9e80a08, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74d2ff4, 0x9e80a08, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74d3048, 0x9e80a08, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74ec5d4, 0x9e80a08, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74ec62c, 0x9e80a08, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74ec680, 0x9e80a08, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74d2d70, 0x9e80a08, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74ea74f, 0x9e80a08, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9e80a08, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74d2ff4, 0x9e84a28, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74ec5d4, 0x9e84a28, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74d2f7c, 0x9e84a28, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74f0198, 0x9e84a28, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74ed8d5, 0x9e84a28, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74ea74f, 0x9e84a28, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d13c78, 0xb74a949d, 0x9e84a28, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9e84a28, 0xb74e8a40, 0x9e80a08, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9e84a28, 0xb74d2ea8, 0x9e80a08, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9e80a08, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e80a08, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e84cc0, 0xb74ec6e4, 0x9e80a08, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9e84cc0, 0xb74ec83a, 0x9e80a08, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9e84cc0, 0xb74ec86d, 0x9e80a08, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9e82ec8, 0xb74d2cee, 0x9d150e8, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e84a28, 0xb74d2ea8, 0x9d150e8, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9e82ec8, 0xb74d2d1b, 0x9d150e8, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e850b8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9e850b8, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e850b8, 0xbfc075e4, 0, 0, 83840) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e84e80, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9e85c30) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e84e80, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9e85c30) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e85c30, 0xb74cac23, 0x9e850b8, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e85c30, 0xb74d2c45, 0x9e850b8, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e850b8, 0xbfc075e4, 0, 0, 83840) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e860d8, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9e86388) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e860d8, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9e86388) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e86388, 0xb74cac23, 0x9e850b8, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e86388, 0xb74d2c45, 0x9e850b8, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e85c30, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e84e80, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9e85c30) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e86388, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e860d8, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9e86388) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e850b8, 0xbfc076a4, 0x9e86388, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9e871e8, 0xb74ec6e4, 0x9e850b8, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e871e8, 0xb74ec83a, 0x9e850b8, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e871e8, 0xb74ec86d, 0x9e850b8, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e86388, 0xb74dc9f0, 0x9e850b8, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e85c30, 0xb74dc9f0, 0x9e850b8, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e86388, 0xb74cac23, 0x9e850b8, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e85c30, 0xb74cac23, 0x9e850b8, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ca0ed8, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e87830, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e87830, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e86388, 0xb74cac23, 0x9e87830, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e86388, 0xb74d2c45, 0x9e87830, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e850b8, 0xb74a949d, 0x9e87830, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e87830, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9e87ff8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e87830, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 113, 112, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9e881a8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e850b8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e850b8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e850b8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e850b8, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9e84d20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e84e80, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e84e80, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9e84e80) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e850b8, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e860d8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e860d8, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9e860d8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e850b8, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e87830, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e87ff8, 0xb74d2c82, 0x9e87830, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9e881a8, 0xb74d2c82, 0x9e87830, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74a949d, 0x9e850b8, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74d2f54, 0x9e850b8, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74ec524, 0x9e850b8, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74d2fd0, 0x9e850b8, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74d2fd0, 0x9e850b8, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74d2ff4, 0x9e850b8, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74d3048, 0x9e850b8, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74ec5d4, 0x9e850b8, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74ec62c, 0x9e850b8, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74ec680, 0x9e850b8, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74d2d70, 0x9e850b8, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74ea74f, 0x9e850b8, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9e850b8, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74d2ff4, 0x9e89450, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74ec5d4, 0x9e89450, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74d2f7c, 0x9e89450, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74f0198, 0x9e89450, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74ed8d5, 0x9e89450, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74ea74f, 0x9e89450, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca0e10, 0xb74a949d, 0x9e89450, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9e89450, 0xb74e8a40, 0x9e850b8, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9e89450, 0xb74d2ea8, 0x9e850b8, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9e850b8, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e850b8, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e896b0, 0xb74ec6e4, 0x9e850b8, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9e896b0, 0xb74ec83a, 0x9e850b8, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9e896b0, 0xb74ec86d, 0x9e850b8, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9e87830, 0xb74d2cee, 0x9ca0ed8, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e89450, 0xb74d2ea8, 0x9ca0ed8, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9e87830, 0xb74d2d1b, 0x9ca0ed8, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e89a70, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9e89a70, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e89a70, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e89db0, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9e89c38) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e89db0, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9e89c38) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e89c38, 0xb74cac23, 0x9e89a70, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e89c38, 0xb74d2c45, 0x9e89a70, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e89a70, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e8a868, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9e8ab38) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e8a868, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9e8ab38) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e8ab38, 0xb74cac23, 0x9e89a70, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e8ab38, 0xb74d2c45, 0x9e89a70, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e89c38, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e89db0, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9e89c38) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e8ab38, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e8a868, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9e8ab38) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e89a70, 0xbfc076a4, 0x9e8ab38, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9e8be88, 0xb74ec6e4, 0x9e89a70, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e8be88, 0xb74ec83a, 0x9e89a70, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e8be88, 0xb74ec86d, 0x9e89a70, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e8ab38, 0xb74dc9f0, 0x9e89a70, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e89c38, 0xb74dc9f0, 0x9e89a70, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e8ab38, 0xb74cac23, 0x9e89a70, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e89c38, 0xb74cac23, 0x9e89a70, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cc3250, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e8c068, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e8c068, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e8ab38, 0xb74cac23, 0x9e8c068, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e8ab38, 0xb74d2c45, 0x9e8c068, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e89a70, 0xb74a949d, 0x9e8c068, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e8c068, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9e8c808) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e8c068, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 25, 24, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9e8c9e8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e89a70, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e89a70, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e89a70, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e89a70, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9e85888) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e89db0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e89db0, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9e89db0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e89a70, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e8a868, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e8a868, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9e8a868) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e89a70, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e8c068, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e8c808, 0xb74d2c82, 0x9e8c068, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9e8c9e8, 0xb74d2c82, 0x9e8c068, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74a949d, 0x9e89a70, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74d2f54, 0x9e89a70, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74ec524, 0x9e89a70, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74d2fd0, 0x9e89a70, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74d2fd0, 0x9e89a70, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74d2ff4, 0x9e89a70, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74d3048, 0x9e89a70, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74ec5d4, 0x9e89a70, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74ec62c, 0x9e89a70, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74ec680, 0x9e89a70, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74d2d70, 0x9e89a70, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74ea74f, 0x9e89a70, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9e89a70, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74d2ff4, 0x9e8dbb8, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74ec5d4, 0x9e8dbb8, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74d2f7c, 0x9e8dbb8, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74f0198, 0x9e8dbb8, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74ed8d5, 0x9e8dbb8, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74ea74f, 0x9e8dbb8, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc1bb0, 0xb74a949d, 0x9e8dbb8, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9e8dbb8, 0xb74e8a40, 0x9e89a70, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9e8dbb8, 0xb74d2ea8, 0x9e89a70, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9e89a70, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e89a70, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e8de18, 0xb74ec6e4, 0x9e89a70, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9e8de18, 0xb74ec83a, 0x9e89a70, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9e8de18, 0xb74ec86d, 0x9e89a70, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9e8c068, 0xb74d2cee, 0x9cc3250, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e8dbb8, 0xb74d2ea8, 0x9cc3250, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9e8c068, 0xb74d2d1b, 0x9cc3250, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9cde148, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9cde148, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9cde148, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e89710, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9e8edc8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e89710, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9e8edc8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e8edc8, 0xb74cac23, 0x9cde148, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e8edc8, 0xb74d2c45, 0x9cde148, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cde148, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e8f270, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9e8f520) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e8f270, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9e8f520) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e8f520, 0xb74cac23, 0x9cde148, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e8f520, 0xb74d2c45, 0x9cde148, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e8edc8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e89710, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9e8edc8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e8f520, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e8f270, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9e8f520) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9cde148, 0xbfc076a4, 0x9e8f520, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9e90888, 0xb74ec6e4, 0x9cde148, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e90888, 0xb74ec83a, 0x9cde148, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e90888, 0xb74ec86d, 0x9cde148, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e8f520, 0xb74dc9f0, 0x9cde148, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e8edc8, 0xb74dc9f0, 0x9cde148, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e8f520, 0xb74cac23, 0x9cde148, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e8edc8, 0xb74cac23, 0x9cde148, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c91aa8, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e90a40, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e90a40, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e8f520, 0xb74cac23, 0x9e90a40, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e8f520, 0xb74d2c45, 0x9e90a40, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9cde148, 0xb74a949d, 0x9e90a40, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e90a40, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9e91288) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e90a40, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 25, 24, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9e91468) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cde148, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9cde148, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9cde148, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9cde148, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9e8de78) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e89710, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e89710, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9e89710) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9cde148, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e8f270, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e8f270, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9e8f270) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9cde148, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e90a40, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e91288, 0xb74d2c82, 0x9e90a40, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9e91468, 0xb74d2c82, 0x9e90a40, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74a949d, 0x9cde148, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74d2f54, 0x9cde148, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74ec524, 0x9cde148, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74d2fd0, 0x9cde148, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74d2fd0, 0x9cde148, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74d2ff4, 0x9cde148, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74d3048, 0x9cde148, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74ec5d4, 0x9cde148, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74ec62c, 0x9cde148, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74ec680, 0x9cde148, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74d2d70, 0x9cde148, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74ea74f, 0x9cde148, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9cde148, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74d2ff4, 0x9e925a8, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74ec5d4, 0x9e925a8, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74d2f7c, 0x9e925a8, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74f0198, 0x9e925a8, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74ed8d5, 0x9e925a8, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74ea74f, 0x9e925a8, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c91360, 0xb74a949d, 0x9e925a8, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9e925a8, 0xb74e8a40, 0x9cde148, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9e925a8, 0xb74d2ea8, 0x9cde148, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9cde148, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9cde148, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e92840, 0xb74ec6e4, 0x9cde148, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9e92840, 0xb74ec83a, 0x9cde148, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9e92840, 0xb74ec86d, 0x9cde148, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9e90a40, 0xb74d2cee, 0x9c91aa8, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e925a8, 0xb74d2ea8, 0x9c91aa8, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9e90a40, 0xb74d2d1b, 0x9c91aa8, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e92c38, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9e92c38, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e92c38, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e92990, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9e934b0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e92990, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9e934b0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e934b0, 0xb74cac23, 0x9e92c38, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e934b0, 0xb74d2c45, 0x9e92c38, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e92c38, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e93958, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9cbb490) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e93958, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9cbb490) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9cbb490, 0xb74cac23, 0x9e92c38, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9cbb490, 0xb74d2c45, 0x9e92c38, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e934b0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e92990, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9e934b0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9cbb490, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e93958, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9cbb490) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e92c38, 0xbfc076a4, 0x9cbb490, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9e95740, 0xb74ec6e4, 0x9e92c38, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e95740, 0xb74ec83a, 0x9e92c38, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e95740, 0xb74ec86d, 0x9e92c38, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9cbb490, 0xb74dc9f0, 0x9e92c38, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e934b0, 0xb74dc9f0, 0x9e92c38, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9cbb490, 0xb74cac23, 0x9e92c38, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e934b0, 0xb74cac23, 0x9e92c38, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cb1f98, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e958f8, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e958f8, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9cbb490, 0xb74cac23, 0x9e958f8, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9cbb490, 0xb74d2c45, 0x9e958f8, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e92c38, 0xb74a949d, 0x9e958f8, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e958f8, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9e96150) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e958f8, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 25, 24, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9e96330) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e92c38, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e92c38, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e92c38, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e92c38, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9cbb438) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e92990, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e92990, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9e92990) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e92c38, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e93958, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e93958, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9e93958) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e92c38, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e958f8, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e96150, 0xb74d2c82, 0x9e958f8, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9e96330, 0xb74d2c82, 0x9e958f8, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74a949d, 0x9e92c38, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74d2f54, 0x9e92c38, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74ec524, 0x9e92c38, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74d2fd0, 0x9e92c38, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74d2fd0, 0x9e92c38, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74d2ff4, 0x9e92c38, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74d3048, 0x9e92c38, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74ec5d4, 0x9e92c38, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74ec62c, 0x9e92c38, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74ec680, 0x9e92c38, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74d2d70, 0x9e92c38, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74ea74f, 0x9e92c38, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9e92c38, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74d2ff4, 0x9e97450, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74ec5d4, 0x9e97450, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74d2f7c, 0x9e97450, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74f0198, 0x9e97450, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74ed8d5, 0x9e97450, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74ea74f, 0x9e97450, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb2190, 0xb74a949d, 0x9e97450, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9e97450, 0xb74e8a40, 0x9e92c38, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9e97450, 0xb74d2ea8, 0x9e92c38, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9e92c38, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e92c38, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e976e8, 0xb74ec6e4, 0x9e92c38, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9e976e8, 0xb74ec83a, 0x9e92c38, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9e976e8, 0xb74ec86d, 0x9e92c38, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9e958f8, 0xb74d2cee, 0x9cb1f98, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e97450, 0xb74d2ea8, 0x9cb1f98, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9e958f8, 0xb74d2d1b, 0x9cb1f98, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ca6018, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9ca6018, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ca6018, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e95f30, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9e984a8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e95f30, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9e984a8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e984a8, 0xb74cac23, 0x9ca6018, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e984a8, 0xb74d2c45, 0x9ca6018, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ca6018, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e98928, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9e98bf8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e98928, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9e98bf8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e98bf8, 0xb74cac23, 0x9ca6018, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e98bf8, 0xb74d2c45, 0x9ca6018, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e984a8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e95f30, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9e984a8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e98bf8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e98928, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9e98bf8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ca6018, 0xbfc076a4, 0x9e98bf8, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9e99ef0, 0xb74ec6e4, 0x9ca6018, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e99ef0, 0xb74ec83a, 0x9ca6018, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e99ef0, 0xb74ec86d, 0x9ca6018, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e98bf8, 0xb74dc9f0, 0x9ca6018, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e984a8, 0xb74dc9f0, 0x9ca6018, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e98bf8, 0xb74cac23, 0x9ca6018, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e984a8, 0xb74cac23, 0x9ca6018, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cd5970, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e9a090, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e9a090, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e98bf8, 0xb74cac23, 0x9e9a090, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e98bf8, 0xb74d2c45, 0x9e9a090, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ca6018, 0xb74a949d, 0x9e9a090, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e9a090, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9e9a868) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e9a090, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 41, 40, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9e9aa18) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ca6018, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ca6018, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ca6018, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ca6018, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9e97cd0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e95f30, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e95f30, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9e95f30) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ca6018, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e98928, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e98928, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9e98928) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ca6018, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e9a090, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e9a868, 0xb74d2c82, 0x9e9a090, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9e9aa18, 0xb74d2c82, 0x9e9a090, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74a949d, 0x9ca6018, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74d2f54, 0x9ca6018, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74ec524, 0x9ca6018, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74d2fd0, 0x9ca6018, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74d2fd0, 0x9ca6018, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74d2ff4, 0x9ca6018, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74d3048, 0x9ca6018, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74ec5d4, 0x9ca6018, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74ec62c, 0x9ca6018, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74ec680, 0x9ca6018, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74d2d70, 0x9ca6018, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74ea74f, 0x9ca6018, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9ca6018, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74d2ff4, 0x9e9bc88, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74ec5d4, 0x9e9bc88, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74d2f7c, 0x9e9bc88, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74f0198, 0x9e9bc88, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74ed8d5, 0x9e9bc88, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74ea74f, 0x9e9bc88, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd51c8, 0xb74a949d, 0x9e9bc88, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9e9bc88, 0xb74e8a40, 0x9ca6018, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9e9bc88, 0xb74d2ea8, 0x9ca6018, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9ca6018, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ca6018, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e9bee8, 0xb74ec6e4, 0x9ca6018, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9e9bee8, 0xb74ec83a, 0x9ca6018, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9e9bee8, 0xb74ec86d, 0x9ca6018, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9e9a090, 0xb74d2cee, 0x9cd5970, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e9bc88, 0xb74d2ea8, 0x9cd5970, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9e9a090, 0xb74d2d1b, 0x9cd5970, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9c1a828, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a828, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a828, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9c07cf0, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9e9cc88) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c07cf0, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9e9cc88) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e9cc88, 0xb74cac23, 0x9c1a828, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e9cc88, 0xb74d2c45, 0x9c1a828, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a828, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9e9d108, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9e9d3d8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e9d108, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9e9d3d8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e9d3d8, 0xb74cac23, 0x9c1a828, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e9d3d8, 0xb74d2c45, 0x9c1a828, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e9cc88, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c07cf0, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9e9cc88) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9e9d3d8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9e9d108, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9e9d3d8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a828, 0xbfc076a4, 0x9e9d3d8, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9e9e268, 0xb74ec6e4, 0x9c1a828, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e9e268, 0xb74ec83a, 0x9c1a828, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e9e268, 0xb74ec86d, 0x9c1a828, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e9d3d8, 0xb74dc9f0, 0x9c1a828, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e9cc88, 0xb74dc9f0, 0x9c1a828, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e9d3d8, 0xb74cac23, 0x9c1a828, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e9cc88, 0xb74cac23, 0x9c1a828, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c496b8, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e9e8b0, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e9e8b0, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e9d3d8, 0xb74cac23, 0x9e9e8b0, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9e9d3d8, 0xb74d2c45, 0x9e9e8b0, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9c1a828, 0xb74a949d, 0x9e9e8b0, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e9e8b0, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9e9f078) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e9e8b0, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 113, 112, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9e9f228) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a828, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a828, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a828, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a828, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9e97d08) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9c07cf0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c07cf0, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9c07cf0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a828, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e9d108, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9e9d108, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9e9d108) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a828, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e9e8b0, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e9f078, 0xb74d2c82, 0x9e9e8b0, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9e9f228, 0xb74d2c82, 0x9e9e8b0, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74a949d, 0x9c1a828, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74d2f54, 0x9c1a828, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74ec524, 0x9c1a828, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74d2fd0, 0x9c1a828, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74d2fd0, 0x9c1a828, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74d2ff4, 0x9c1a828, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74d3048, 0x9c1a828, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74ec5d4, 0x9c1a828, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74ec62c, 0x9c1a828, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74ec680, 0x9c1a828, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74d2d70, 0x9c1a828, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74ea74f, 0x9c1a828, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a828, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74d2ff4, 0x9ea0498, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74ec5d4, 0x9ea0498, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74d2f7c, 0x9ea0498, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74f0198, 0x9ea0498, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74ed8d5, 0x9ea0498, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74ea74f, 0x9ea0498, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57310, 0xb74a949d, 0x9ea0498, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ea0498, 0xb74e8a40, 0x9c1a828, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9ea0498, 0xb74d2ea8, 0x9c1a828, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a828, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a828, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ea06f8, 0xb74ec6e4, 0x9c1a828, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9ea06f8, 0xb74ec83a, 0x9c1a828, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9ea06f8, 0xb74ec86d, 0x9c1a828, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9e9e8b0, 0xb74d2cee, 0x9c496b8, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ea0498, 0xb74d2ea8, 0x9c496b8, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9e9e8b0, 0xb74d2d1b, 0x9c496b8, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ea0af0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9ea0af0, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ea0af0, 0xbfc075e4, 0, 0, 106560) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ea0de0, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9ea1350) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ea0de0, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9ea1350) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ea1350, 0xb74cac23, 0x9ea0af0, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ea1350, 0xb74d2c45, 0x9ea0af0, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ea0af0, 0xbfc075e4, 0, 0, 106560) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ea17f8, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9ea1ae0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ea17f8, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9ea1ae0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ea1ae0, 0xb74cac23, 0x9ea0af0, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ea1ae0, 0xb74d2c45, 0x9ea0af0, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ea1350, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ea0de0, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9ea1350) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ea1ae0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ea17f8, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9ea1ae0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ea0af0, 0xbfc076a4, 0x9ea1ae0, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9ea0be0, 0xb74ec6e4, 0x9ea0af0, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ea0be0, 0xb74ec83a, 0x9ea0af0, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ea0be0, 0xb74ec86d, 0x9ea0af0, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ea1ae0, 0xb74dc9f0, 0x9ea0af0, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ea1350, 0xb74dc9f0, 0x9ea0af0, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ea1ae0, 0xb74cac23, 0x9ea0af0, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ea1350, 0xb74cac23, 0x9ea0af0, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c98898, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ea2fc0, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ea2fc0, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ea1ae0, 0xb74cac23, 0x9ea2fc0, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ea1ae0, 0xb74d2c45, 0x9ea2fc0, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ea0af0, 0xb74a949d, 0x9ea2fc0, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ea2fc0, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9ea3768) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ea2fc0, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 17, 16, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9ea3938) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ea0af0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ea0af0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ea0af0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ea0af0, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9ea1a88) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ea0de0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ea0de0, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9ea0de0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ea0af0, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ea17f8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ea17f8, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9ea17f8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ea0af0, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ea2fc0, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ea3768, 0xb74d2c82, 0x9ea2fc0, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9ea3938, 0xb74d2c82, 0x9ea2fc0, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74a949d, 0x9ea0af0, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74d2f54, 0x9ea0af0, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74ec524, 0x9ea0af0, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74d2fd0, 0x9ea0af0, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74d2fd0, 0x9ea0af0, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74d2ff4, 0x9ea0af0, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74d3048, 0x9ea0af0, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74ec5d4, 0x9ea0af0, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74ec62c, 0x9ea0af0, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74ec680, 0x9ea0af0, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74d2d70, 0x9ea0af0, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74ea74f, 0x9ea0af0, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9ea0af0, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74d2ff4, 0x9ea4ba0, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74ec5d4, 0x9ea4ba0, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74d2f7c, 0x9ea4ba0, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74f0198, 0x9ea4ba0, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74ed8d5, 0x9ea4ba0, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74ea74f, 0x9ea4ba0, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c980b8, 0xb74a949d, 0x9ea4ba0, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ea4ba0, 0xb74e8a40, 0x9ea0af0, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9ea4ba0, 0xb74d2ea8, 0x9ea0af0, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9ea0af0, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ea0af0, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9e80600, 0xb74ec6e4, 0x9ea0af0, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9e80600, 0xb74ec83a, 0x9ea0af0, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9e80600, 0xb74ec86d, 0x9ea0af0, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9ea2fc0, 0xb74d2cee, 0x9c98898, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ea4ba0, 0xb74d2ea8, 0x9c98898, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9ea2fc0, 0xb74d2d1b, 0x9c98898, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0xbfc07e84, 0xbfc07e84, 124, 92440 -_ZN7QWidget11changeEventEP6QEvent(0x9c1a1b0, 0xbfc07e84, 0, 0xb6d627bc, 0xb76efff4) = 0x9ce15b0 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget11styleChangeER6QStyle(0x9c1a1b0, 0x9bf3970, 0xbfc07e84, 0x9bad024, 32) = 0x815a3a8 -_ZN7QObject13connectNotifyEPKc(0x9ea5240, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9ea5240, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ea5240, 0xbfc075e4, 0xb76f3adc, 0xb6d5c2d2, 0xbfc06ff8) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9cc2418, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9ea5e20) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9cc2418, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9ea5e20) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ea5e20, 0xb74cac23, 0x9ea5240, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ea5e20, 0xb74d2c45, 0x9ea5240, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ea5240, 0xbfc075e4, 0xb76f3adc, 0xb6d5c2d2, 0xbfc06ff8) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ea62a0, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9ea6570) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ea62a0, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9ea6570) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ea6570, 0xb74cac23, 0x9ea5240, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ea6570, 0xb74d2c45, 0x9ea5240, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ea5e20, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cc2418, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9ea5e20) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ea6570, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ea62a0, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9ea6570) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ea5240, 0xbfc076a4, 0x9ea6570, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9ea7428, 0xb74ec6e4, 0x9ea5240, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ea7428, 0xb74ec83a, 0x9ea5240, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ea7428, 0xb74ec86d, 0x9ea5240, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ea6570, 0xb74dc9f0, 0x9ea5240, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ea5e20, 0xb74dc9f0, 0x9ea5240, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ea6570, 0xb74cac23, 0x9ea5240, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ea5e20, 0xb74cac23, 0x9ea5240, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cc6758, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ea7a70, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ea7a70, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ea6570, 0xb74cac23, 0x9ea7a70, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ea6570, 0xb74d2c45, 0x9ea7a70, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ea5240, 0xb74a949d, 0x9ea7a70, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ea7a70, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9ea8230) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ea7a70, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 81, 80, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9ea8400) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ea5240, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ea5240, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ea5240, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ea5240, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9ea0e08) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9cc2418, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9cc2418, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9cc2418) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ea5240, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ea62a0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ea62a0, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9ea62a0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ea5240, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ea7a70, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ea8230, 0xb74d2c82, 0x9ea7a70, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9ea8400, 0xb74d2c82, 0x9ea7a70, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74a949d, 0x9ea5240, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74d2f54, 0x9ea5240, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74ec524, 0x9ea5240, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74d2fd0, 0x9ea5240, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74d2fd0, 0x9ea5240, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74d2ff4, 0x9ea5240, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74d3048, 0x9ea5240, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74ec5d4, 0x9ea5240, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74ec62c, 0x9ea5240, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74ec680, 0x9ea5240, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74d2d70, 0x9ea5240, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74ea74f, 0x9ea5240, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9ea5240, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74d2ff4, 0x9ea95f0, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74ec5d4, 0x9ea95f0, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74d2f7c, 0x9ea95f0, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74f0198, 0x9ea95f0, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74ed8d5, 0x9ea95f0, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74ea74f, 0x9ea95f0, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6910, 0xb74a949d, 0x9ea95f0, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ea95f0, 0xb74e8a40, 0x9ea5240, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9ea95f0, 0xb74d2ea8, 0x9ea5240, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9ea5240, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ea5240, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ea9888, 0xb74ec6e4, 0x9ea5240, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9ea9888, 0xb74ec83a, 0x9ea5240, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9ea9888, 0xb74ec86d, 0x9ea5240, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9ea7a70, 0xb74d2cee, 0x9cc6758, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ea95f0, 0xb74d2ea8, 0x9cc6758, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9ea7a70, 0xb74d2d1b, 0x9cc6758, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9c23238, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eca28 -_ZN7QWidget5eventEP6QEvent(0x9c1f950, 0xbfc07e84, 0xbfc07e84, 124, 92440 -_ZN7QWidget11changeEventEP6QEvent(0x9c1f950, 0xbfc07e84, 0, 0xb6d627bc, 0xb76efff4) = 0x9c4e400 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget11styleChangeER6QStyle(0x9c1f950, 0x9bf3970, 0xbfc07e84, 0x9bad024, 32) = 0x8159ce8 -_ZN7QObject13connectNotifyEPKc(0x9cbc970, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9cbc970, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9cbc970, 0xbfc075e4, 0, 0, 64920) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9eab090, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9eab670) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eab090, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9eab670) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9eab670, 0xb74cac23, 0x9cbc970, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eab670, 0xb74d2c45, 0x9cbc970, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cbc970, 0xbfc075e4, 0, 0, 64920) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9eabb18, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9eabdc8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eabb18, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9eabdc8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9eabdc8, 0xb74cac23, 0x9cbc970, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eabdc8, 0xb74d2c45, 0x9cbc970, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eab670, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9eab090, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9eab670) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9eabdc8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9eabb18, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9eabdc8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9cbc970, 0xbfc076a4, 0x9eabdc8, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9ead130, 0xb74ec6e4, 0x9cbc970, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ead130, 0xb74ec83a, 0x9cbc970, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ead130, 0xb74ec86d, 0x9cbc970, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9eabdc8, 0xb74dc9f0, 0x9cbc970, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eab670, 0xb74dc9f0, 0x9cbc970, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eabdc8, 0xb74cac23, 0x9cbc970, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eab670, 0xb74cac23, 0x9cbc970, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c412a0, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ead2e8, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ead2e8, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9eabdc8, 0xb74cac23, 0x9ead2e8, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eabdc8, 0xb74d2c45, 0x9ead2e8, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9cbc970, 0xb74a949d, 0x9ead2e8, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ead2e8, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9eadb30) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ead2e8, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 25, 24, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9eadd10) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9cbc970, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9cbc970, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9cbc970, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9cbc970, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9eaaf88) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9eab090, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eab090, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9eab090) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9cbc970, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9eabb18, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eabb18, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9eabb18) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9cbc970, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ead2e8, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9eadb30, 0xb74d2c82, 0x9ead2e8, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9eadd10, 0xb74d2c82, 0x9ead2e8, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74a949d, 0x9cbc970, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74d2f54, 0x9cbc970, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74ec524, 0x9cbc970, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74d2fd0, 0x9cbc970, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74d2fd0, 0x9cbc970, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74d2ff4, 0x9cbc970, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74d3048, 0x9cbc970, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74ec5d4, 0x9cbc970, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74ec62c, 0x9cbc970, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74ec680, 0x9cbc970, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74d2d70, 0x9cbc970, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74ea74f, 0x9cbc970, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9cbc970, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74d2ff4, 0x9eaeed0, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74ec5d4, 0x9eaeed0, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74d2f7c, 0x9eaeed0, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74f0198, 0x9eaeed0, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74ed8d5, 0x9eaeed0, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74ea74f, 0x9eaeed0, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c07680, 0xb74a949d, 0x9eaeed0, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9eaeed0, 0xb74e8a40, 0x9cbc970, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9eaeed0, 0xb74d2ea8, 0x9cbc970, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9cbc970, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9cbc970, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9eae9e0, 0xb74ec6e4, 0x9cbc970, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9eae9e0, 0xb74ec83a, 0x9cbc970, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9eae9e0, 0xb74ec86d, 0x9cbc970, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9ead2e8, 0xb74d2cee, 0x9c412a0, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9eaeed0, 0xb74d2ea8, 0x9c412a0, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9ead2e8, 0xb74d2d1b, 0x9c412a0, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9eaf790, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9eaf790, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9eaf790, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9eaf4f0, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9eb03d0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eaf4f0, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9eb03d0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9eb03d0, 0xb74cac23, 0x9eaf790, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eb03d0, 0xb74d2c45, 0x9eaf790, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9eaf790, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9eb0878, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9eb0b60) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eb0878, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9eb0b60) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9eb0b60, 0xb74cac23, 0x9eaf790, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eb0b60, 0xb74d2c45, 0x9eaf790, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eb03d0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9eaf4f0, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9eb03d0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9eb0b60, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9eb0878, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9eb0b60) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eaf790, 0xbfc076a4, 0x9eb0b60, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9eb1ec8, 0xb74ec6e4, 0x9eaf790, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9eb1ec8, 0xb74ec83a, 0x9eaf790, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9eb1ec8, 0xb74ec86d, 0x9eaf790, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9eb0b60, 0xb74dc9f0, 0x9eaf790, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eb03d0, 0xb74dc9f0, 0x9eaf790, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eb0b60, 0xb74cac23, 0x9eaf790, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eb03d0, 0xb74cac23, 0x9eaf790, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c48088, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9eb2080, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9eb2080, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9eb0b60, 0xb74cac23, 0x9eb2080, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eb0b60, 0xb74d2c45, 0x9eb2080, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eaf790, 0xb74a949d, 0x9eb2080, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9eb2080, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9eb28c8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9eb2080, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 25, 24, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9eb2aa8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9eaf790, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9eaf790, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9eaf790, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9eaf790, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9eb0b08) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9eaf4f0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eaf4f0, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9eaf4f0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eaf790, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9eb0878, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eb0878, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9eb0878) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eaf790, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9eb2080, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9eb28c8, 0xb74d2c82, 0x9eb2080, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9eb2aa8, 0xb74d2c82, 0x9eb2080, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74a949d, 0x9eaf790, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74d2f54, 0x9eaf790, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74ec524, 0x9eaf790, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74d2fd0, 0x9eaf790, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74d2fd0, 0x9eaf790, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74d2ff4, 0x9eaf790, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74d3048, 0x9eaf790, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74ec5d4, 0x9eaf790, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74ec62c, 0x9eaf790, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74ec680, 0x9eaf790, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74d2d70, 0x9eaf790, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74ea74f, 0x9eaf790, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9eaf790, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74d2ff4, 0x9eb3c28, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74ec5d4, 0x9eb3c28, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74d2f7c, 0x9eb3c28, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74f0198, 0x9eb3c28, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74ed8d5, 0x9eb3c28, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74ea74f, 0x9eb3c28, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7e098, 0xb74a949d, 0x9eb3c28, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9eb3c28, 0xb74e8a40, 0x9eaf790, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9eb3c28, 0xb74d2ea8, 0x9eaf790, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9eaf790, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9eaf790, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9eb3e88, 0xb74ec6e4, 0x9eaf790, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9eb3e88, 0xb74ec83a, 0x9eaf790, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9eb3e88, 0xb74ec86d, 0x9eaf790, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9eb2080, 0xb74d2cee, 0x9c48088, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9eb3c28, 0xb74d2ea8, 0x9c48088, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9eb2080, 0xb74d2d1b, 0x9c48088, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9eb4248, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9eb4248, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9eb4248, 0xbfc075e4, 0, 0, 24784) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9eb4d28, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9eb5318) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eb4d28, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9eb5318) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9eb5318, 0xb74cac23, 0x9eb4248, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eb5318, 0xb74d2c45, 0x9eb4248, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9eb4248, 0xbfc075e4, 0, 0, 24784) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9eb57c0, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9eb5a70) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eb57c0, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9eb5a70) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9eb5a70, 0xb74cac23, 0x9eb4248, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eb5a70, 0xb74d2c45, 0x9eb4248, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eb5318, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9eb4d28, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9eb5318) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9eb5a70, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9eb57c0, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9eb5a70) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eb4248, 0xbfc076a4, 0x9eb5a70, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9eb6dd8, 0xb74ec6e4, 0x9eb4248, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9eb6dd8, 0xb74ec83a, 0x9eb4248, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9eb6dd8, 0xb74ec86d, 0x9eb4248, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9eb5a70, 0xb74dc9f0, 0x9eb4248, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eb5318, 0xb74dc9f0, 0x9eb4248, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eb5a70, 0xb74cac23, 0x9eb4248, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eb5318, 0xb74cac23, 0x9eb4248, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cace70, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9eb6f90, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9eb6f90, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9eb5a70, 0xb74cac23, 0x9eb6f90, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eb5a70, 0xb74d2c45, 0x9eb6f90, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eb4248, 0xb74a949d, 0x9eb6f90, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9eb6f90, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9eb77d8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9eb6f90, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 25, 24, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9eb79b8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9eb4248, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9eb4248, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9eb4248, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9eb4248, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9eb2820) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9eb4d28, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eb4d28, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9eb4d28) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eb4248, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9eb57c0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eb57c0, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9eb57c0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eb4248, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9eb6f90, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9eb77d8, 0xb74d2c82, 0x9eb6f90, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9eb79b8, 0xb74d2c82, 0x9eb6f90, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74a949d, 0x9eb4248, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74d2f54, 0x9eb4248, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74ec524, 0x9eb4248, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74d2fd0, 0x9eb4248, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74d2fd0, 0x9eb4248, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74d2ff4, 0x9eb4248, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74d3048, 0x9eb4248, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74ec5d4, 0x9eb4248, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74ec62c, 0x9eb4248, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74ec680, 0x9eb4248, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74d2d70, 0x9eb4248, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74ea74f, 0x9eb4248, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9eb4248, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74d2ff4, 0x9eb8af0, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74ec5d4, 0x9eb8af0, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74d2f7c, 0x9eb8af0, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74f0198, 0x9eb8af0, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74ed8d5, 0x9eb8af0, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74ea74f, 0x9eb8af0, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9e0c8, 0xb74a949d, 0x9eb8af0, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9eb8af0, 0xb74e8a40, 0x9eb4248, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9eb8af0, 0xb74d2ea8, 0x9eb4248, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9eb4248, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9eb4248, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9eb8d88, 0xb74ec6e4, 0x9eb4248, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9eb8d88, 0xb74ec83a, 0x9eb4248, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9eb8d88, 0xb74ec86d, 0x9eb4248, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9eb6f90, 0xb74d2cee, 0x9cace70, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9eb8af0, 0xb74d2ea8, 0x9cace70, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9eb6f90, 0xb74d2d1b, 0x9cace70, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ca10d0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9ca10d0, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ca10d0, 0xbfc075e4, 0, 0, 6312) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9eb93c8, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9eb9b50) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eb93c8, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9eb9b50) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9eb9b50, 0xb74cac23, 0x9ca10d0, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eb9b50, 0xb74d2c45, 0x9ca10d0, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ca10d0, 0xbfc075e4, 0, 0, 6312) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9eb9ff8, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9eba2e0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eb9ff8, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9eba2e0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9eba2e0, 0xb74cac23, 0x9ca10d0, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eba2e0, 0xb74d2c45, 0x9ca10d0, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eb9b50, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9eb93c8, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9eb9b50) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9eba2e0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9eb9ff8, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9eba2e0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ca10d0, 0xbfc076a4, 0x9eba2e0, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9e8bde8, 0xb74ec6e4, 0x9ca10d0, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e8bde8, 0xb74ec83a, 0x9ca10d0, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e8bde8, 0xb74ec86d, 0x9ca10d0, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9eba2e0, 0xb74dc9f0, 0x9ca10d0, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eb9b50, 0xb74dc9f0, 0x9ca10d0, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eba2e0, 0xb74cac23, 0x9ca10d0, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eb9b50, 0xb74cac23, 0x9ca10d0, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cb54c8, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ebb860, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ebb860, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9eba2e0, 0xb74cac23, 0x9ebb860, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eba2e0, 0xb74d2c45, 0x9ebb860, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ca10d0, 0xb74a949d, 0x9ebb860, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ebb860, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9ebc008) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ebb860, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 25, 24, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9ebc1d8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ca10d0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ca10d0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ca10d0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ca10d0, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9eba288) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9eb93c8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eb93c8, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9eb93c8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ca10d0, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9eb9ff8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eb9ff8, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9eb9ff8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ca10d0, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ebb860, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ebc008, 0xb74d2c82, 0x9ebb860, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9ebc1d8, 0xb74d2c82, 0x9ebb860, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74a949d, 0x9ca10d0, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74d2f54, 0x9ca10d0, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74ec524, 0x9ca10d0, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74d2fd0, 0x9ca10d0, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74d2fd0, 0x9ca10d0, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74d2ff4, 0x9ca10d0, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74d3048, 0x9ca10d0, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74ec5d4, 0x9ca10d0, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74ec62c, 0x9ca10d0, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74ec680, 0x9ca10d0, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74d2d70, 0x9ca10d0, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74ea74f, 0x9ca10d0, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9ca10d0, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74d2ff4, 0x9ebd3e8, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74ec5d4, 0x9ebd3e8, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74d2f7c, 0x9ebd3e8, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74f0198, 0x9ebd3e8, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74ed8d5, 0x9ebd3e8, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74ea74f, 0x9ebd3e8, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb4c10, 0xb74a949d, 0x9ebd3e8, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ebd3e8, 0xb74e8a40, 0x9ca10d0, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9ebd3e8, 0xb74d2ea8, 0x9ca10d0, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9ca10d0, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ca10d0, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ebd680, 0xb74ec6e4, 0x9ca10d0, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9ebd680, 0xb74ec83a, 0x9ca10d0, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9ebd680, 0xb74ec86d, 0x9ca10d0, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9ebb860, 0xb74d2cee, 0x9cb54c8, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ebd3e8, 0xb74d2ea8, 0x9cb54c8, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9ebb860, 0xb74d2d1b, 0x9cb54c8, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ebb0e8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9ebb0e8, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ebb0e8, 0xbfc075e4, 0, 0, 122736) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ebd888, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9ebe468) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ebd888, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9ebe468) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ebe468, 0xb74cac23, 0x9ebb0e8, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ebe468, 0xb74d2c45, 0x9ebb0e8, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ebb0e8, 0xbfc075e4, 0, 0, 122736) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ebe8e8, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9ebebf0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ebe8e8, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9ebebf0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ebebf0, 0xb74cac23, 0x9ebb0e8, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ebebf0, 0xb74d2c45, 0x9ebb0e8, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ebe468, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ebd888, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9ebe468) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ebebf0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ebe8e8, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9ebebf0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ebb0e8, 0xbfc076a4, 0x9ebebf0, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9ec01d8, 0xb74ec6e4, 0x9ebb0e8, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ec01d8, 0xb74ec83a, 0x9ebb0e8, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ec01d8, 0xb74ec86d, 0x9ebb0e8, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ebebf0, 0xb74dc9f0, 0x9ebb0e8, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ebe468, 0xb74dc9f0, 0x9ebb0e8, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ebebf0, 0xb74cac23, 0x9ebb0e8, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ebe468, 0xb74cac23, 0x9ebb0e8, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c8c990, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ec0470, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ec0470, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ebebf0, 0xb74cac23, 0x9ec0470, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ebebf0, 0xb74d2c45, 0x9ec0470, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ebb0e8, 0xb74a949d, 0x9ec0470, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ec0470, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9ec0c38) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ec0470, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 25, 24, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9ec0df8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ebb0e8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ebb0e8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ebb0e8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ebb0e8, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9ebeb98) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ebd888, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ebd888, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9ebd888) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ebb0e8, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ebe8e8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ebe8e8, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9ebe8e8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ebb0e8, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ec0470, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ec0c38, 0xb74d2c82, 0x9ec0470, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9ec0df8, 0xb74d2c82, 0x9ec0470, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74a949d, 0x9ebb0e8, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74d2f54, 0x9ebb0e8, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74ec524, 0x9ebb0e8, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74d2fd0, 0x9ebb0e8, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74d2fd0, 0x9ebb0e8, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74d2ff4, 0x9ebb0e8, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74d3048, 0x9ebb0e8, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74ec5d4, 0x9ebb0e8, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74ec62c, 0x9ebb0e8, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74ec680, 0x9ebb0e8, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74d2d70, 0x9ebb0e8, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74ea74f, 0x9ebb0e8, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9ebb0e8, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74d2ff4, 0x9ec2068, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74ec5d4, 0x9ec2068, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74d2f7c, 0x9ec2068, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74f0198, 0x9ec2068, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74ed8d5, 0x9ec2068, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74ea74f, 0x9ec2068, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c834d0, 0xb74a949d, 0x9ec2068, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ec2068, 0xb74e8a40, 0x9ebb0e8, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9ec2068, 0xb74d2ea8, 0x9ebb0e8, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9ebb0e8, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ebb0e8, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ec22c8, 0xb74ec6e4, 0x9ebb0e8, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9ec22c8, 0xb74ec83a, 0x9ebb0e8, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9ec22c8, 0xb74ec86d, 0x9ebb0e8, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9ec0470, 0xb74d2cee, 0x9c8c990, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ec2068, 0xb74d2ea8, 0x9c8c990, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9ec0470, 0xb74d2d1b, 0x9c8c990, 17, 0xb76dbc04) = 0xb76eada8 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07e84, 0xbfc07e84, 124, 92440 -_ZN8QToolBar11changeEventEP6QEvent(0x9bffeb8, 0xbfc07e84, 0x9cb4cc8, 0xb76efff4, 0xb76efff4 -_ZN7QObject13connectNotifyEPKc(0x9bffeb8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0x815b048 -<... _ZN8QToolBar11changeEventEP6QEvent resumed> ) = 0x9bff1f8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget11styleChangeER6QStyle(0x9bffeb8, 0x9bf3970, 0xbfc07e84, 0x9bad024, 32) = 0x815b048 -_ZN7QObject13connectNotifyEPKc(0x9d117b0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9d117b0, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9d117b0, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ec3998, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9ec42d8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ec3998, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9ec42d8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ec42d8, 0xb74cac23, 0x9d117b0, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ec42d8, 0xb74d2c45, 0x9d117b0, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9d117b0, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ec4780, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9ec4a30) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ec4780, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9ec4a30) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ec4a30, 0xb74cac23, 0x9d117b0, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ec4a30, 0xb74d2c45, 0x9d117b0, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ec42d8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ec3998, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9ec42d8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ec4a30, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ec4780, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9ec4a30) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9d117b0, 0xbfc076a4, 0x9ec4a30, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9ec58e8, 0xb74ec6e4, 0x9d117b0, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ec58e8, 0xb74ec83a, 0x9d117b0, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ec58e8, 0xb74ec86d, 0x9d117b0, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ec4a30, 0xb74dc9f0, 0x9d117b0, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ec42d8, 0xb74dc9f0, 0x9d117b0, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ec4a30, 0xb74cac23, 0x9d117b0, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ec42d8, 0xb74cac23, 0x9d117b0, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c0ce58, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ec5f30, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ec5f30, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ec4a30, 0xb74cac23, 0x9ec5f30, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ec4a30, 0xb74d2c45, 0x9ec5f30, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9d117b0, 0xb74a949d, 0x9ec5f30, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ec5f30, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9ec66f0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ec5f30, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 81, 80, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9ec68c0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9d117b0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9d117b0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9d117b0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9d117b0, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9d11fc8) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ec3998, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ec3998, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9ec3998) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9d117b0, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ec4780, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ec4780, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9ec4780) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9d117b0, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ec5f30, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ec66f0, 0xb74d2c82, 0x9ec5f30, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9ec68c0, 0xb74d2c82, 0x9ec5f30, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74a949d, 0x9d117b0, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74d2f54, 0x9d117b0, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74ec524, 0x9d117b0, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74d2fd0, 0x9d117b0, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74d2fd0, 0x9d117b0, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74d2ff4, 0x9d117b0, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74d3048, 0x9d117b0, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74ec5d4, 0x9d117b0, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74ec62c, 0x9d117b0, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74ec680, 0x9d117b0, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74d2d70, 0x9d117b0, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74ea74f, 0x9d117b0, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9d117b0, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74d2ff4, 0x9ec7b58, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74ec5d4, 0x9ec7b58, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74d2f7c, 0x9ec7b58, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74f0198, 0x9ec7b58, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74ed8d5, 0x9ec7b58, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74ea74f, 0x9ec7b58, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7c130, 0xb74a949d, 0x9ec7b58, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ec7b58, 0xb74e8a40, 0x9d117b0, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9ec7b58, 0xb74d2ea8, 0x9d117b0, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9d117b0, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9d117b0, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ec7db8, 0xb74ec6e4, 0x9d117b0, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9ec7db8, 0xb74ec83a, 0x9d117b0, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9ec7db8, 0xb74ec86d, 0x9d117b0, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9ec5f30, 0xb74d2cee, 0x9c0ce58, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ec7b58, 0xb74d2ea8, 0x9c0ce58, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9ec5f30, 0xb74d2d1b, 0x9c0ce58, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9cf4040, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcd28 -_ZN7QObject13connectNotifyEPKc(0x9c2cbb0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9c2cbb0, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9c2cbb0, 0xbfc075e4, 0, 0, 79168) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ec8958, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9ec8ea8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ec8958, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9ec8ea8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ec8ea8, 0xb74cac23, 0x9c2cbb0, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ec8ea8, 0xb74d2c45, 0x9c2cbb0, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c2cbb0, 0xbfc075e4, 0, 0, 79168) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ec9350, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9ec9600) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ec9350, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9ec9600) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ec9600, 0xb74cac23, 0x9c2cbb0, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ec9600, 0xb74d2c45, 0x9c2cbb0, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ec8ea8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ec8958, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9ec8ea8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ec9600, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ec9350, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9ec9600) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c2cbb0, 0xbfc076a4, 0x9ec9600, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9eca4b8, 0xb74ec6e4, 0x9c2cbb0, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9eca4b8, 0xb74ec83a, 0x9c2cbb0, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9eca4b8, 0xb74ec86d, 0x9c2cbb0, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ec9600, 0xb74dc9f0, 0x9c2cbb0, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ec8ea8, 0xb74dc9f0, 0x9c2cbb0, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ec9600, 0xb74cac23, 0x9c2cbb0, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ec8ea8, 0xb74cac23, 0x9c2cbb0, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cc9ea0, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ecab00, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ecab00, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ec9600, 0xb74cac23, 0x9ecab00, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ec9600, 0xb74d2c45, 0x9ecab00, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9c2cbb0, 0xb74a949d, 0x9ecab00, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ecab00, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9ecb2c0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ecab00, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 81, 80, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9ecb490) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c2cbb0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c2cbb0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c2cbb0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c2cbb0, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9d12ba0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ec8958, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ec8958, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9ec8958) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c2cbb0, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ec9350, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ec9350, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9ec9350) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c2cbb0, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ecab00, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ecb2c0, 0xb74d2c82, 0x9ecab00, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9ecb490, 0xb74d2c82, 0x9ecab00, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74a949d, 0x9c2cbb0, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74d2f54, 0x9c2cbb0, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74ec524, 0x9c2cbb0, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74d2fd0, 0x9c2cbb0, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74d2fd0, 0x9c2cbb0, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74d2ff4, 0x9c2cbb0, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74d3048, 0x9c2cbb0, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74ec5d4, 0x9c2cbb0, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74ec62c, 0x9c2cbb0, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74ec680, 0x9c2cbb0, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74d2d70, 0x9c2cbb0, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74ea74f, 0x9c2cbb0, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9c2cbb0, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74d2ff4, 0x9ecc700, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74ec5d4, 0x9ecc700, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74d2f7c, 0x9ecc700, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74f0198, 0x9ecc700, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74ed8d5, 0x9ecc700, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74ea74f, 0x9ecc700, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc87e0, 0xb74a949d, 0x9ecc700, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ecc700, 0xb74e8a40, 0x9c2cbb0, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9ecc700, 0xb74d2ea8, 0x9c2cbb0, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9c2cbb0, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c2cbb0, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ecc960, 0xb74ec6e4, 0x9c2cbb0, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9ecc960, 0xb74ec83a, 0x9c2cbb0, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9ecc960, 0xb74ec86d, 0x9c2cbb0, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9ecab00, 0xb74d2cee, 0x9cc9ea0, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ecc700, 0xb74d2ea8, 0x9cc9ea0, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9ecab00, 0xb74d2d1b, 0x9cc9ea0, 17, 0xb76dbc04) = 0xb76eada8 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07e84, 0xbfc07e84, 124, 92440 -_ZN8QToolBar11changeEventEP6QEvent(0x9c02b98, 0xbfc07e84, 0x9c84ec0, 0xb76efff4, 0xb76efff4 -_ZN7QObject13connectNotifyEPKc(0x9c02b98, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0x815bd08 -<... _ZN8QToolBar11changeEventEP6QEvent resumed> ) = 0x9c02e18 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget11styleChangeER6QStyle(0x9c02b98, 0x9bf3970, 0xbfc07e84, 0x9bad024, 32) = 0x815bd08 -_ZN7QObject13connectNotifyEPKc(0x9bffed4, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9ecd918, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9ecd918, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ecd918, 0xbfc075e4, 0, 0, 57168) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ecd9b8, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9ece4b8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ecd9b8, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9ece4b8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ece4b8, 0xb74cac23, 0x9ecd918, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ece4b8, 0xb74d2c45, 0x9ecd918, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ecd918, 0xbfc075e4, 0, 0, 57168) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ece960, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9ecec48) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ece960, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9ecec48) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ecec48, 0xb74cac23, 0x9ecd918, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ecec48, 0xb74d2c45, 0x9ecd918, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ece4b8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ecd9b8, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9ece4b8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ecec48, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ece960, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9ecec48) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ecd918, 0xbfc076a4, 0x9ecec48, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9ecffb0, 0xb74ec6e4, 0x9ecd918, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ecffb0, 0xb74ec83a, 0x9ecd918, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ecffb0, 0xb74ec86d, 0x9ecd918, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ecec48, 0xb74dc9f0, 0x9ecd918, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ece4b8, 0xb74dc9f0, 0x9ecd918, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ecec48, 0xb74cac23, 0x9ecd918, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ece4b8, 0xb74cac23, 0x9ecd918, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9bffed4, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 10, 0xac97a6, 0xbfc07624 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb76efff4, 2) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ed0168, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed0168, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ecec48, 0xb74cac23, 0x9ed0168, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ecec48, 0xb74d2c45, 0x9ed0168, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ecd918, 0xb74a949d, 0x9ed0168, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ed0168, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0, 0xb76efff4, 0x9ed09b0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 119, 124, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ed0168, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 2, 0x9ecf308, 24 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d0ac, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ecd918, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ecd918, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ecd918, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ecd918, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9ecebf0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ecd9b8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ecd9b8, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9ecd9b8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ecd918, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ece960, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ece960, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9ece960) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ecd918, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ed0168, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ed09b0, 0xb74d2c82, 0x9ed0168, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9ed0b90, 0xb74d2c82, 0x9ed0168, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74a949d, 0x9ecd918, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74d2f54, 0x9ecd918, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74ec524, 0x9ecd918, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74d2fd0, 0x9ecd918, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74d2fd0, 0x9ecd918, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74d2ff4, 0x9ecd918, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74d3048, 0x9ecd918, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74ec5d4, 0x9ecd918, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74ec62c, 0x9ecd918, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74ec680, 0x9ecd918, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74d2d70, 0x9ecd918, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74ea74f, 0x9ecd918, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9ecd918, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74d2ff4, 0x9ed1d10, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74ec5d4, 0x9ed1d10, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74d2f7c, 0x9ed1d10, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74f0198, 0x9ed1d10, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74ed8d5, 0x9ed1d10, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74ea74f, 0x9ed1d10, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9bffb60, 0xb74a949d, 0x9ed1d10, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ed1d10, 0xb74e8a40, 0x9ecd918, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9ed1d10, 0xb74d2ea8, 0x9ecd918, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9ecd918, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ecd918, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ed1f70, 0xb74ec6e4, 0x9ecd918, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9ed1f70, 0xb74ec83a, 0x9ecd918, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9ed1f70, 0xb74ec86d, 0x9ecd918, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9ed0168, 0xb74d2cee, 0x9bffed4, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ed1d10, 0xb74d2ea8, 0x9bffed4, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9ed0168, 0xb74d2d1b, 0x9bffed4, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ed2330, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9ed2330, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ed2330, 0xbfc075e4, 0, 0, 38640) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ed07a0, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9ed2cf8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed07a0, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9ed2cf8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ed2cf8, 0xb74cac23, 0x9ed2330, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ed2cf8, 0xb74d2c45, 0x9ed2330, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ed2330, 0xbfc075e4, 0, 0, 38640) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ed31a0, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9ed3450) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed31a0, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9ed3450) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ed3450, 0xb74cac23, 0x9ed2330, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ed3450, 0xb74d2c45, 0x9ed2330, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ed2cf8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ed07a0, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9ed2cf8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ed3450, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ed31a0, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9ed3450) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed2330, 0xbfc076a4, 0x9ed3450, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9ed4748, 0xb74ec6e4, 0x9ed2330, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ed4748, 0xb74ec83a, 0x9ed2330, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ed4748, 0xb74ec86d, 0x9ed2330, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ed3450, 0xb74dc9f0, 0x9ed2330, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ed2cf8, 0xb74dc9f0, 0x9ed2330, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ed3450, 0xb74cac23, 0x9ed2330, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ed2cf8, 0xb74cac23, 0x9ed2330, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cd0a88, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ed4900, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed4900, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ed3450, 0xb74cac23, 0x9ed4900, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ed3450, 0xb74d2c45, 0x9ed4900, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ed2330, 0xb74a949d, 0x9ed4900, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ed4900, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9ed50d8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ed4900, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 25, 24, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9ed52b8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ed2330, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ed2330, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ed2330, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ed2330, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9ecd948) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ed07a0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed07a0, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9ed07a0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed2330, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ed31a0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed31a0, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9ed31a0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed2330, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ed4900, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ed50d8, 0xb74d2c82, 0x9ed4900, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9ed52b8, 0xb74d2c82, 0x9ed4900, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74a949d, 0x9ed2330, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74d2f54, 0x9ed2330, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74ec524, 0x9ed2330, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74d2fd0, 0x9ed2330, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74d2fd0, 0x9ed2330, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74d2ff4, 0x9ed2330, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74d3048, 0x9ed2330, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74ec5d4, 0x9ed2330, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74ec62c, 0x9ed2330, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74ec680, 0x9ed2330, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74d2d70, 0x9ed2330, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74ea74f, 0x9ed2330, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9ed2330, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74d2ff4, 0x9ed6450, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74ec5d4, 0x9ed6450, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74d2f7c, 0x9ed6450, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74f0198, 0x9ed6450, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74ed8d5, 0x9ed6450, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74ea74f, 0x9ed6450, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd0220, 0xb74a949d, 0x9ed6450, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ed6450, 0xb74e8a40, 0x9ed2330, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9ed6450, 0xb74d2ea8, 0x9ed2330, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9ed2330, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ed2330, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ed66e8, 0xb74ec6e4, 0x9ed2330, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9ed66e8, 0xb74ec83a, 0x9ed2330, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9ed66e8, 0xb74ec86d, 0x9ed2330, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9ed4900, 0xb74d2cee, 0x9cd0a88, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ed6450, 0xb74d2ea8, 0x9cd0a88, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9ed4900, 0xb74d2d1b, 0x9cd0a88, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ed6e30, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9ed6e30, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ed6e30, 0xbfc075e4, 0, 0, 20024) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ed6e50, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9ed75d0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed6e50, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9ed75d0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ed75d0, 0xb74cac23, 0x9ed6e30, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ed75d0, 0xb74d2c45, 0x9ed6e30, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ed6e30, 0xbfc075e4, 0, 0, 20024) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ed7a78, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9ed7d28) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed7a78, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9ed7d28) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ed7d28, 0xb74cac23, 0x9ed6e30, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ed7d28, 0xb74d2c45, 0x9ed6e30, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ed75d0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ed6e50, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9ed75d0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ed7d28, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ed7a78, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9ed7d28) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed6e30, 0xbfc076a4, 0x9ed7d28, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9e292a0, 0xb74ec6e4, 0x9ed6e30, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e292a0, 0xb74ec83a, 0x9ed6e30, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9e292a0, 0xb74ec86d, 0x9ed6e30, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ed7d28, 0xb74dc9f0, 0x9ed6e30, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ed75d0, 0xb74dc9f0, 0x9ed6e30, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ed7d28, 0xb74cac23, 0x9ed6e30, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ed75d0, 0xb74cac23, 0x9ed6e30, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c83d58, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ed9a58, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed9a58, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ed7d28, 0xb74cac23, 0x9ed9a58, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ed7d28, 0xb74d2c45, 0x9ed9a58, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ed6e30, 0xb74a949d, 0x9ed9a58, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ed9a58, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9eda278) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ed9a58, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 73, 72, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9eda458) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ed6e30, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ed6e30, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ed6e30, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ed6e30, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9ed6df8) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ed6e50, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed6e50, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9ed6e50) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed6e30, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ed7a78, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed7a78, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9ed7a78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed6e30, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ed9a58, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9eda278, 0xb74d2c82, 0x9ed9a58, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9eda458, 0xb74d2c82, 0x9ed9a58, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74a949d, 0x9ed6e30, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74d2f54, 0x9ed6e30, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74ec524, 0x9ed6e30, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74d2fd0, 0x9ed6e30, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74d2fd0, 0x9ed6e30, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74d2ff4, 0x9ed6e30, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74d3048, 0x9ed6e30, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74ec5d4, 0x9ed6e30, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74ec62c, 0x9ed6e30, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74ec680, 0x9ed6e30, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74d2d70, 0x9ed6e30, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74ea74f, 0x9ed6e30, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9ed6e30, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74d2ff4, 0x9edb638, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74ec5d4, 0x9edb638, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74d2f7c, 0x9edb638, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74f0198, 0x9edb638, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74ed8d5, 0x9edb638, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74ea74f, 0x9edb638, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c841a0, 0xb74a949d, 0x9edb638, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9edb638, 0xb74e8a40, 0x9ed6e30, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9edb638, 0xb74d2ea8, 0x9ed6e30, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9ed6e30, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ed6e30, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9edb898, 0xb74ec6e4, 0x9ed6e30, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9edb898, 0xb74ec83a, 0x9ed6e30, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9edb898, 0xb74ec86d, 0x9ed6e30, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9ed9a58, 0xb74d2cee, 0x9c83d58, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9edb638, 0xb74d2ea8, 0x9c83d58, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9ed9a58, 0xb74d2d1b, 0x9c83d58, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QWidget5eventEP6QEvent(0x9cf23e0, 0xbfc07e84, 0xbfc07e84, 124, 92440 -_ZN7QWidget11changeEventEP6QEvent(0x9cf23e0, 0xbfc07e84, 0, 0xb6d627bc, 0xb76efff4) = 0x9d1d318 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget11styleChangeER6QStyle(0x9cf23e0, 0x9bf3970, 0xbfc07e84, 0x9bad024, 32) = 0x8159fe8 -_ZN7QObject13connectNotifyEPKc(0x9edbc58, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9edbc58, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9edbc58, 0xbfc075e4, 0, 0, 134624) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9edbd48, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9edc618) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9edbd48, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9edc618) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9edc618, 0xb74cac23, 0x9edbc58, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9edc618, 0xb74d2c45, 0x9edbc58, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9edbc58, 0xbfc075e4, 0, 0, 134624) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9edca98, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9edcd68) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9edca98, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9edcd68) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9edcd68, 0xb74cac23, 0x9edbc58, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9edcd68, 0xb74d2c45, 0x9edbc58, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9edc618, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9edbd48, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9edc618) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9edcd68, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9edca98, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9edcd68) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9edbc58, 0xbfc076a4, 0x9edcd68, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9eddbc8, 0xb74ec6e4, 0x9edbc58, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9eddbc8, 0xb74ec83a, 0x9edbc58, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9eddbc8, 0xb74ec86d, 0x9edbc58, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9edcd68, 0xb74dc9f0, 0x9edbc58, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9edc618, 0xb74dc9f0, 0x9edbc58, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9edcd68, 0xb74cac23, 0x9edbc58, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9edc618, 0xb74cac23, 0x9edbc58, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9bffee8, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 10, 0xac97a6, 0xbfc07624 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb76efff4, 2) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ede210, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ede210, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9edcd68, 0xb74cac23, 0x9ede210, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9edcd68, 0xb74d2c45, 0x9ede210, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9edbc58, 0xb74a949d, 0x9ede210, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ede210, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0, 0xb76efff4, 0x9ede9d8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 119, 124, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ede210, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 2, 0x9ede9a0, 24 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d0ac, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9edbc58, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9edbc58, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9edbc58, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9edbc58, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9ed6e78) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9edbd48, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9edbd48, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9edbd48) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9edbc58, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9edca98, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9edca98, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9edca98) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9edbc58, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ede210, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ede9d8, 0xb74d2c82, 0x9ede210, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9edeb88, 0xb74d2c82, 0x9ede210, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74a949d, 0x9edbc58, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74d2f54, 0x9edbc58, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74ec524, 0x9edbc58, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74d2fd0, 0x9edbc58, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74d2fd0, 0x9edbc58, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74d2ff4, 0x9edbc58, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74d3048, 0x9edbc58, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74ec5d4, 0x9edbc58, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74ec62c, 0x9edbc58, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74ec680, 0x9edbc58, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74d2d70, 0x9edbc58, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74ea74f, 0x9edbc58, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9edbc58, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74d2ff4, 0x9edfd88, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74ec5d4, 0x9edfd88, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74d2f7c, 0x9edfd88, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74f0198, 0x9edfd88, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74ed8d5, 0x9edfd88, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74ea74f, 0x9edfd88, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c01400, 0xb74a949d, 0x9edfd88, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9edfd88, 0xb74e8a40, 0x9edbc58, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9edfd88, 0xb74d2ea8, 0x9edbc58, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9edbc58, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9edbc58, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ee0020, 0xb74ec6e4, 0x9edbc58, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9ee0020, 0xb74ec83a, 0x9edbc58, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9ee0020, 0xb74ec86d, 0x9edbc58, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9ede210, 0xb74d2cee, 0x9bffee8, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9edfd88, 0xb74d2ea8, 0x9bffee8, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9ede210, 0xb74d2d1b, 0x9bffee8, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9c02bb0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76def68 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc07e84, 0xbfc07e84, 124, 92440 -_ZN7QObject13connectNotifyEPKc(0x9cf1bc0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0x815c8e8 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 0 -_ZN6QFrame11changeEventEP6QEvent(0x9cf1bc0, 0xbfc07e84, 0x9cf2730, 0xb726a67f, 0xbfc07954 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc077f4, 0xbfc077f4, 0xb76efff4, 23 -_ZN6QFrame11changeEventEP6QEvent(0x9cf1bc0, 0xbfc077f4, 0x9ee0e00, 0xb70b5259, 0x9cf1bc0) = 178 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -<... _ZN6QFrame11changeEventEP6QEvent resumed> ) = 0 -_ZN7QWidget11styleChangeER6QStyle(0x9cf1bc0, 0x9bf3970, 0xbfc07e84, 0x9bad024, 32) = 0x815c8e8 -_ZN7QObject13connectNotifyEPKc(0x9ee18f0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9ee18f0, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ee18f0, 0xbfc075e4, 0, 0, 110584) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ee1d28, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9ee2410) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ee1d28, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9ee2410) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ee2410, 0xb74cac23, 0x9ee18f0, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ee2410, 0xb74d2c45, 0x9ee18f0, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ee18f0, 0xbfc075e4, 0, 0, 110584) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ee28b8, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9ee2b68) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ee28b8, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9ee2b68) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ee2b68, 0xb74cac23, 0x9ee18f0, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ee2b68, 0xb74d2c45, 0x9ee18f0, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ee2410, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ee1d28, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9ee2410) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ee2b68, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ee28b8, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9ee2b68) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ee18f0, 0xbfc076a4, 0x9ee2b68, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9ee1ed0, 0xb74ec6e4, 0x9ee18f0, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ee1ed0, 0xb74ec83a, 0x9ee18f0, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ee1ed0, 0xb74ec86d, 0x9ee18f0, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ee2b68, 0xb74dc9f0, 0x9ee18f0, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ee2410, 0xb74dc9f0, 0x9ee18f0, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ee2b68, 0xb74cac23, 0x9ee18f0, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ee2410, 0xb74cac23, 0x9ee18f0, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c13040, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ee4088, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ee4088, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ee2b68, 0xb74cac23, 0x9ee4088, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ee2b68, 0xb74d2c45, 0x9ee4088, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ee18f0, 0xb74a949d, 0x9ee4088, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ee4088, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9ee4830) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ee4088, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 17, 16, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9ee4a00) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ee18f0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ee18f0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ee18f0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ee18f0, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9ee1ca0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ee1d28, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ee1d28, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9ee1d28) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ee18f0, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ee28b8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ee28b8, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9ee28b8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ee18f0, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ee4088, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ee4830, 0xb74d2c82, 0x9ee4088, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9ee4a00, 0xb74d2c82, 0x9ee4088, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74a949d, 0x9ee18f0, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74d2f54, 0x9ee18f0, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74ec524, 0x9ee18f0, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74d2fd0, 0x9ee18f0, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74d2fd0, 0x9ee18f0, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74d2ff4, 0x9ee18f0, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74d3048, 0x9ee18f0, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74ec5d4, 0x9ee18f0, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74ec62c, 0x9ee18f0, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74ec680, 0x9ee18f0, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74d2d70, 0x9ee18f0, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74ea74f, 0x9ee18f0, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9ee18f0, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74d2ff4, 0x9ee5c70, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74ec5d4, 0x9ee5c70, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74d2f7c, 0x9ee5c70, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74f0198, 0x9ee5c70, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74ed8d5, 0x9ee5c70, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74ea74f, 0x9ee5c70, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c41558, 0xb74a949d, 0x9ee5c70, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ee5c70, 0xb74e8a40, 0x9ee18f0, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9ee5c70, 0xb74d2ea8, 0x9ee18f0, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9ee18f0, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ee18f0, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ee5ed0, 0xb74ec6e4, 0x9ee18f0, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9ee5ed0, 0xb74ec83a, 0x9ee18f0, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9ee5ed0, 0xb74ec86d, 0x9ee18f0, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9ee4088, 0xb74d2cee, 0x9c13040, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ee5c70, 0xb74d2ea8, 0x9c13040, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9ee4088, 0xb74d2d1b, 0x9c13040, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9c01970, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9c02bc4, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76def68 -_ZN7QObject13connectNotifyEPKc(0x9ee6180, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9ee6180, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ee6180, 0xbfc075e4, 0, 0, 90304) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ee6d08, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9ee7348) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ee6d08, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9ee7348) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ee7348, 0xb74cac23, 0x9ee6180, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ee7348, 0xb74d2c45, 0x9ee6180, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ee6180, 0xbfc075e4, 0, 0, 90304) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ee77c8, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9ee7a98) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ee77c8, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9ee7a98) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ee7a98, 0xb74cac23, 0x9ee6180, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ee7a98, 0xb74d2c45, 0x9ee6180, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ee7348, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ee6d08, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9ee7348) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ee7a98, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ee77c8, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9ee7a98) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ee6180, 0xbfc076a4, 0x9ee7a98, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9ee7810, 0xb74ec6e4, 0x9ee6180, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ee7810, 0xb74ec83a, 0x9ee6180, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ee7810, 0xb74ec86d, 0x9ee6180, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ee7a98, 0xb74dc9f0, 0x9ee6180, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ee7348, 0xb74dc9f0, 0x9ee6180, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ee7a98, 0xb74cac23, 0x9ee6180, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ee7348, 0xb74cac23, 0x9ee6180, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9d14d88, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 0, 0xb76efff4, 2 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 16, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ee8fb8, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ee8fb8, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ee7a98, 0xb74cac23, 0x9ee8fb8, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ee7a98, 0xb74d2c45, 0x9ee8fb8, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ee6180, 0xb74a949d, 0x9ee8fb8, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ee8fb8, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 119, 124, 0xb6c21ff4 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ee8fb8, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9d123b0, 8, 0xb6c21ff4, 0xb6a0d0ac, 0xb6c21ff4 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 17, 16, 0xbfc075e0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ee6180, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ee6180, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ee6180, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ee6180, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9ee1d70) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ee6d08, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ee6d08, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9ee6d08) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ee6180, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ee77c8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ee77c8, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9ee77c8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ee6180, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ee8fb8, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ee9760, 0xb74d2c82, 0x9ee8fb8, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9ee9930, 0xb74d2c82, 0x9ee8fb8, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74a949d, 0x9ee6180, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74d2f54, 0x9ee6180, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74ec524, 0x9ee6180, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74d2fd0, 0x9ee6180, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74d2fd0, 0x9ee6180, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74d2ff4, 0x9ee6180, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74d3048, 0x9ee6180, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74ec5d4, 0x9ee6180, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74ec62c, 0x9ee6180, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74ec680, 0x9ee6180, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74d2d70, 0x9ee6180, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74ea74f, 0x9ee6180, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9ee6180, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74d2ff4, 0x9eeab28, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74ec5d4, 0x9eeab28, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74d2f7c, 0x9eeab28, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74f0198, 0x9eeab28, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74ed8d5, 0x9eeab28, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74ea74f, 0x9eeab28, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9d14f80, 0xb74a949d, 0x9eeab28, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9eeab28, 0xb74e8a40, 0x9ee6180, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9eeab28, 0xb74d2ea8, 0x9ee6180, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9ee6180, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ee6180, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9eeadc0, 0xb74ec6e4, 0x9ee6180, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9eeadc0, 0xb74ec83a, 0x9ee6180, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9eeadc0, 0xb74ec86d, 0x9ee6180, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9ee8fb8, 0xb74d2cee, 0x9d14d88, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9eeab28, 0xb74d2ea8, 0x9d14d88, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9ee8fb8, 0xb74d2d1b, 0x9d14d88, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9bfff08, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76def68 -_ZN7QObject13connectNotifyEPKc(0x9eeb950, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9eeb950, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9eeb950, 0xbfc075e4, 0, 0, 69592) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9eebd68, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9eec420) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eebd68, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9eec420) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9eec420, 0xb74cac23, 0x9eeb950, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eec420, 0xb74d2c45, 0x9eeb950, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9eeb950, 0xbfc075e4, 0, 0, 69592) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9eec8c8, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9eecb78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eec8c8, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9eecb78) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9eecb78, 0xb74cac23, 0x9eeb950, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eecb78, 0xb74d2c45, 0x9eeb950, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eec420, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9eebd68, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9eec420) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9eecb78, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9eec8c8, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9eecb78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eeb950, 0xbfc076a4, 0x9eecb78, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9eede70, 0xb74ec6e4, 0x9eeb950, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9eede70, 0xb74ec83a, 0x9eeb950, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9eede70, 0xb74ec86d, 0x9eeb950, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9eecb78, 0xb74dc9f0, 0x9eeb950, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eec420, 0xb74dc9f0, 0x9eeb950, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eecb78, 0xb74cac23, 0x9eeb950, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eec420, 0xb74cac23, 0x9eeb950, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c33130, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9eee028, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9eee028, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9eecb78, 0xb74cac23, 0x9eee028, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eecb78, 0xb74d2c45, 0x9eee028, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9eeb950, 0xb74a949d, 0x9eee028, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9eee028, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9eee7c8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9eee028, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 25, 24, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9eee9a8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9eeb950, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9eeb950, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9eeb950, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9eeb950, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9eeae20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9eebd68, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eebd68, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9eebd68) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eeb950, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9eec8c8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eec8c8, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9eec8c8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9eeb950, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9eee028, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9eee7c8, 0xb74d2c82, 0x9eee028, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9eee9a8, 0xb74d2c82, 0x9eee028, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74a949d, 0x9eeb950, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74d2f54, 0x9eeb950, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74ec524, 0x9eeb950, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74d2fd0, 0x9eeb950, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74d2fd0, 0x9eeb950, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74d2ff4, 0x9eeb950, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74d3048, 0x9eeb950, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74ec5d4, 0x9eeb950, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74ec62c, 0x9eeb950, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74ec680, 0x9eeb950, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74d2d70, 0x9eeb950, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74ea74f, 0x9eeb950, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9eeb950, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74d2ff4, 0x9eefbb0, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74ec5d4, 0x9eefbb0, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74d2f7c, 0x9eefbb0, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74f0198, 0x9eefbb0, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74ed8d5, 0x9eefbb0, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74ea74f, 0x9eefbb0, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c57f90, 0xb74a949d, 0x9eefbb0, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9eefbb0, 0xb74e8a40, 0x9eeb950, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9eefbb0, 0xb74d2ea8, 0x9eeb950, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9eeb950, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9eeb950, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9eefe10, 0xb74ec6e4, 0x9eeb950, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9eefe10, 0xb74ec83a, 0x9eeb950, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9eefe10, 0xb74ec86d, 0x9eeb950, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9eee028, 0xb74d2cee, 0x9c33130, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9eefbb0, 0xb74d2ea8, 0x9c33130, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9eee028, 0xb74d2d1b, 0x9c33130, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9c02bd8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76def68 -_ZN7QObject13connectNotifyEPKc(0x9ef03c0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9ef03c0, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ef03c0, 0xbfc075e4, 0, 0, 49992) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ef0aa8, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9d19a70) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ef0aa8, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9d19a70) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9d19a70, 0xb74cac23, 0x9ef03c0, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9d19a70, 0xb74d2c45, 0x9ef03c0, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ef03c0, 0xbfc075e4, 0, 0, 49992) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ef0130, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9d1a1e8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ef0130, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9d1a1e8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9d1a1e8, 0xb74cac23, 0x9ef03c0, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9d1a1e8, 0xb74d2c45, 0x9ef03c0, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9d19a70, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ef0aa8, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9d19a70) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9d1a1e8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ef0130, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9d1a1e8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ef03c0, 0xbfc076a4, 0x9d1a1e8, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9ef36f0, 0xb74ec6e4, 0x9ef03c0, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ef36f0, 0xb74ec83a, 0x9ef03c0, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ef36f0, 0xb74ec86d, 0x9ef03c0, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9d1a1e8, 0xb74dc9f0, 0x9ef03c0, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9d19a70, 0xb74dc9f0, 0x9ef03c0, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9d1a1e8, 0xb74cac23, 0x9ef03c0, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9d19a70, 0xb74cac23, 0x9ef03c0, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c9f320, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e24218, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e24218, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9d1a1e8, 0xb74cac23, 0x9e24218, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9d1a1e8, 0xb74d2c45, 0x9e24218, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ef03c0, 0xb74a949d, 0x9e24218, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e24218, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9ef4d50) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9e24218, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 25, 24, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9ef4f30) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ef03c0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ef03c0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ef03c0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ef03c0, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9d1a190) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ef0aa8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ef0aa8, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9ef0aa8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ef03c0, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ef0130, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ef0130, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9ef0130) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ef03c0, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9e24218, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ef4d50, 0xb74d2c82, 0x9e24218, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9ef4f30, 0xb74d2c82, 0x9e24218, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74a949d, 0x9ef03c0, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74d2f54, 0x9ef03c0, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74ec524, 0x9ef03c0, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74d2fd0, 0x9ef03c0, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74d2fd0, 0x9ef03c0, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74d2ff4, 0x9ef03c0, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74d3048, 0x9ef03c0, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74ec5d4, 0x9ef03c0, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74ec62c, 0x9ef03c0, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74ec680, 0x9ef03c0, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74d2d70, 0x9ef03c0, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74ea74f, 0x9ef03c0, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9ef03c0, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74d2ff4, 0x9ef6090, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74ec5d4, 0x9ef6090, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74d2f7c, 0x9ef6090, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74f0198, 0x9ef6090, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74ed8d5, 0x9ef6090, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74ea74f, 0x9ef6090, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9f258, 0xb74a949d, 0x9ef6090, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ef6090, 0xb74e8a40, 0x9ef03c0, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9ef6090, 0xb74d2ea8, 0x9ef03c0, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9ef03c0, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ef03c0, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ef0b98, 0xb74ec6e4, 0x9ef03c0, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9ef0b98, 0xb74ec83a, 0x9ef03c0, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9ef0b98, 0xb74ec86d, 0x9ef03c0, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9e24218, 0xb74d2cee, 0x9c9f320, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ef6090, 0xb74d2ea8, 0x9c9f320, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9e24218, 0xb74d2d1b, 0x9c9f320, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ef67a8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9ef67a8, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ef67a8, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ef65a8, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9ef7080) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ef65a8, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9ef7080) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ef7080, 0xb74cac23, 0x9ef67a8, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ef7080, 0xb74d2c45, 0x9ef67a8, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ef67a8, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ef7528, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9ef7810) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ef7528, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9ef7810) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ef7810, 0xb74cac23, 0x9ef67a8, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ef7810, 0xb74d2c45, 0x9ef67a8, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ef7080, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ef65a8, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9ef7080) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9ef7810, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ef7528, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9ef7810) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ef67a8, 0xbfc076a4, 0x9ef7810, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9ef8b68, 0xb74ec6e4, 0x9ef67a8, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ef8b68, 0xb74ec83a, 0x9ef67a8, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ef8b68, 0xb74ec86d, 0x9ef67a8, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9ef7810, 0xb74dc9f0, 0x9ef67a8, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ef7080, 0xb74dc9f0, 0x9ef67a8, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ef7810, 0xb74cac23, 0x9ef67a8, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ef7080, 0xb74cac23, 0x9ef67a8, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cdc400, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ef8d20, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ef8d20, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ef7810, 0xb74cac23, 0x9ef8d20, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ef7810, 0xb74d2c45, 0x9ef8d20, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ef67a8, 0xb74a949d, 0x9ef8d20, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ef8d20, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9ef94f8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ef8d20, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 25, 24, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9ef96d8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ef67a8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ef67a8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ef67a8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ef67a8, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9ef77b8) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ef65a8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ef65a8, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9ef65a8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ef67a8, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ef7528, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ef7528, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9ef7528) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ef67a8, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ef8d20, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ef94f8, 0xb74d2c82, 0x9ef8d20, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9ef96d8, 0xb74d2c82, 0x9ef8d20, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74a949d, 0x9ef67a8, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74d2f54, 0x9ef67a8, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74ec524, 0x9ef67a8, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74d2fd0, 0x9ef67a8, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74d2fd0, 0x9ef67a8, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74d2ff4, 0x9ef67a8, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74d3048, 0x9ef67a8, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74ec5d4, 0x9ef67a8, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74ec62c, 0x9ef67a8, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74ec680, 0x9ef67a8, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74d2d70, 0x9ef67a8, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74ea74f, 0x9ef67a8, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9ef67a8, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74d2ff4, 0x9efa8a0, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74ec5d4, 0x9efa8a0, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74d2f7c, 0x9efa8a0, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74f0198, 0x9efa8a0, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74ed8d5, 0x9efa8a0, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74ea74f, 0x9efa8a0, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdbc58, 0xb74a949d, 0x9efa8a0, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9efa8a0, 0xb74e8a40, 0x9ef67a8, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9efa8a0, 0xb74d2ea8, 0x9ef67a8, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9ef67a8, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ef67a8, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9efab00, 0xb74ec6e4, 0x9ef67a8, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9efab00, 0xb74ec83a, 0x9ef67a8, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9efab00, 0xb74ec86d, 0x9ef67a8, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9ef8d20, 0xb74d2cee, 0x9cdc400, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9efa8a0, 0xb74d2ea8, 0x9cdc400, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9ef8d20, 0xb74d2d1b, 0x9cdc400, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9efaec0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9efaec0, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9efaec0, 0xbfc075e4, 0, 0, 6336) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9efac68, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9efbb38) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9efac68, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9efbb38) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9efbb38, 0xb74cac23, 0x9efaec0, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9efbb38, 0xb74d2c45, 0x9efaec0, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9efaec0, 0xbfc075e4, 0, 0, 6336) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9efbfe0, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9efc2c8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9efbfe0, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9efc2c8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9efc2c8, 0xb74cac23, 0x9efaec0, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9efc2c8, 0xb74d2c45, 0x9efaec0, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9efbb38, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9efac68, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9efbb38) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9efc2c8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9efbfe0, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9efc2c8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9efaec0, 0xbfc076a4, 0x9efc2c8, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9efd580, 0xb74ec6e4, 0x9efaec0, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9efd580, 0xb74ec83a, 0x9efaec0, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9efd580, 0xb74ec86d, 0x9efaec0, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9efc2c8, 0xb74dc9f0, 0x9efaec0, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9efbb38, 0xb74dc9f0, 0x9efaec0, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9efc2c8, 0xb74cac23, 0x9efaec0, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9efbb38, 0xb74cac23, 0x9efaec0, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cd3fc0, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9efd790, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9efd790, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9efc2c8, 0xb74cac23, 0x9efd790, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9efc2c8, 0xb74d2c45, 0x9efd790, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9efaec0, 0xb74a949d, 0x9efd790, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9efd790, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9efdf78) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9efd790, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 25, 24, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9efe148) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9efaec0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9efaec0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9efaec0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9efaec0, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9efc270) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9efac68, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9efac68, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9efac68) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9efaec0, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9efbfe0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9efbfe0, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9efbfe0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9efaec0, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9efd790, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9efdf78, 0xb74d2c82, 0x9efd790, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9efe148, 0xb74d2c82, 0x9efd790, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74a949d, 0x9efaec0, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74d2f54, 0x9efaec0, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74ec524, 0x9efaec0, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74d2fd0, 0x9efaec0, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74d2fd0, 0x9efaec0, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74d2ff4, 0x9efaec0, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74d3048, 0x9efaec0, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74ec5d4, 0x9efaec0, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74ec62c, 0x9efaec0, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74ec680, 0x9efaec0, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74d2d70, 0x9efaec0, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74ea74f, 0x9efaec0, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9efaec0, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74d2ff4, 0x9eff360, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74ec5d4, 0x9eff360, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74d2f7c, 0x9eff360, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74f0198, 0x9eff360, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74ed8d5, 0x9eff360, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74ea74f, 0x9eff360, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd41a8, 0xb74a949d, 0x9eff360, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9eff360, 0xb74e8a40, 0x9efaec0, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9eff360, 0xb74d2ea8, 0x9efaec0, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9efaec0, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9efaec0, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9eff5f8, 0xb74ec6e4, 0x9efaec0, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9eff5f8, 0xb74ec83a, 0x9efaec0, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9eff5f8, 0xb74ec86d, 0x9efaec0, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9efd790, 0xb74d2cee, 0x9cd3fc0, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9eff360, 0xb74d2ea8, 0x9cd3fc0, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9efd790, 0xb74d2d1b, 0x9cd3fc0, 17, 0xb76dbc04) = 0xb76eada8 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07e84, 0xbfc07e84, 124, 92440 -_ZN7QObject13connectNotifyEPKc(0xbfc07f88, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0x8159228 -_ZN7QObject13connectNotifyEPKc(0x9bff378, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76d7388 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 0 -_ZN7QObject10childEventEP11QChildEvent(0x9bff378, 0xbfc0726c, 0xb7143429, 0xb6d9311e, 0x9bff378) = 0xb76d7388 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc07790, 0xbfc07790, 0, 0 -strcmp("QWorkspaceChild", "pv::view::View") = -1 -_ZN19QAbstractScrollArea11qt_metacastEPKc(0x9cf1bc0, 0xb74cf0fe, -1, 0xb76efff4, 0xb76efff4) = 0 -strcmp("QDockSeparator", "pv::view::View") = -1 -_ZN19QAbstractScrollArea11qt_metacastEPKc(0x9cf1bc0, 0xb74cc728, -1, 0xb76efff4, 0xb76efff4) = 0 -strcmp("QDockWidgetSeparator", "pv::view::View") = -1 -_ZN19QAbstractScrollArea11qt_metacastEPKc(0x9cf1bc0, 0xb74cc737, -1, 0xb76efff4, 0xb76efff4) = 0 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc06fb4, 0xbfc06fb4, 0xbfc06ce0, 0xbfc06c94) = 0 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc06f6c, 0xbfc06f6c, 0xbfc06dbc, 0xbfc06e3c -_ZN6QFrame11changeEventEP6QEvent(0x9cf1bc0, 0xbfc06f6c, 0x9bad018, 0xd5eed4, 0x9efbfe0) = 128 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget13paletteChangeERK8QPalette(0x9cf1bc0, 0x9cf2804, 0xbfc06f6c, 0xb76efff4, 1) = 0x9cf1bc0 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf36f8, 0xbfc06f6c, 0, 0xb76efff4) = 0 -_ZN19QAbstractScrollArea13viewportEventEP6QEvent(0x9cf1bc0, 0xbfc06f6c, 0xb66fd440, 0xb70da944, 0xbfc06bd8) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf36f8, 0xbfc06f6c, 0xbfc06f6c, 0xbfc06dbc, 0xbfc06e3c -_ZN7QWidget11changeEventEP6QEvent(0x9cf36f8, 0xbfc06f6c, 0, 0x9cf36f8, 0xbfc06bb8) = 4 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget13paletteChangeERK8QPalette(0x9cf36f8, 0x9cf38ac, 0xbfc06f6c, 0xb76efff4, 1) = 0x9cf36f8 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc0712c, 0xbfc0712c, -1, -1 -_ZN7QObject10childEventEP11QChildEvent(0x9cf1bc0, 0xbfc0712c, 119, 124, 0xb76efff4) = 0x815c8e8 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc0712c, 0xbfc0712c, -1, -1 -_ZN7QObject10childEventEP11QChildEvent(0x9cf1bc0, 0xbfc0712c, 119, 124, 0xb76efff4) = 0x815c8e8 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc0712c, 0xbfc0712c, -1, -1 -_ZN7QObject10childEventEP11QChildEvent(0x9cf1bc0, 0xbfc0712c, 119, 124, 0xb76efff4) = 0x815c8e8 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc0712c, 0xbfc0712c, -1, -1 -_ZN7QObject10childEventEP11QChildEvent(0x9cf1bc0, 0xbfc0712c, 119, 124, 0xb76efff4) = 0x815c8e8 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc0712c, 0xbfc0712c, -1, -1 -_ZN7QObject10childEventEP11QChildEvent(0x9cf1bc0, 0xbfc0712c, 119, 124, 0xb76efff4) = 0x815c8e8 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf36f8, 0xbfc07730, 1, 0) = 0 -_ZN19QAbstractScrollArea13viewportEventEP6QEvent(0x9cf1bc0, 0xbfc07730, 0xbfc07404, 0xb6ee6e28, 0xbfc07368) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf36f8, 0xbfc07730, 0xbfc07730, 80, 4 -strcmp("QWorkspaceChild", "pv::view::Viewport") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9cf36f8, 0xb74cf0fe, 0xbfc0712c, 0, 0xb76efff4) = 0 -strcmp("QDockSeparator", "pv::view::Viewport") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9cf36f8, 0xb74cc728, 0xbfc0712c, 0, 0xb76efff4) = 0 -strcmp("QDockWidgetSeparator", "pv::view::Viewport") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9cf36f8, 0xb74cc737, 0xbfc0712c, 0, 0xb76efff4) = 0 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc07720, 0xbfc07720, 80, 4 -_ZN7QObject10childEventEP11QChildEvent(0x9cf1bc0, 0xbfc07720, 0xbfc070f8, 0x8148d44, 0x9cf1bc4) = 0x815c8e8 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3aa0, 0xbfc07730, 1, 0) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3aa0, 0xbfc07730, 0xbfc07730, 80, 4 -strcmp("QWorkspaceChild", "pv::view::Ruler") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9cf3aa0, 0xb74cf0fe, 0, 0xb70d692c, 0xb76efff4) = 0 -strcmp("QDockSeparator", "pv::view::Ruler") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9cf3aa0, 0xb74cc728, 0, 0xb70d692c, 0xb76efff4) = 0 -strcmp("QDockWidgetSeparator", "pv::view::Ruler") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9cf3aa0, 0xb74cc737, 0, 0xb70d692c, 0xb76efff4) = 0 -_ZN7QObject13connectNotifyEPKc(0x9cf3aa0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0x815c2c8 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3aa0, 0xbfc07034, 0xb76efff4, 0) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3aa0, 0xbfc07034, 0xbfc07034, 0xbfc06d60, 0xbfc06d14) = 0 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc07720, 0xbfc07720, 80, 4 -_ZN7QObject10childEventEP11QChildEvent(0x9cf1bc0, 0xbfc07720, -1, 65535, 0x9cf3bac) = 0x815c8e8 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3cb8, 0xbfc07730, 1, 0) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3cb8, 0xbfc07730, 0xbfc07730, 80, 4 -strcmp("QWorkspaceChild", "pv::view::Header") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9cf3cb8, 0xb74cf0fe, 0, 0xb6e93008, 0xb76efff4) = 0 -strcmp("QDockSeparator", "pv::view::Header") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9cf3cb8, 0xb74cc728, 0, 0xb6e93008, 0xb76efff4) = 0 -strcmp("QDockWidgetSeparator", "pv::view::Header") = -1 -_ZN7QWidget11qt_metacastEPKc(0x9cf3cb8, 0xb74cc737, 0, 0xb6e93008, 0xb76efff4) = 0 -_ZN7QObject13connectNotifyEPKc(0x9cf3cb8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0x815c0e8 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3cb8, 0xbfc07034, 0xb76efff4, 0) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3cb8, 0xbfc07034, 0xbfc07034, 0xbfc06d60, 0xbfc06d14) = 0 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3cb8, 0xbfc071ac, 0xb65d1011, 0) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3cb8, 0xbfc071ac, 0xbfc071ac, 57, 91 -_ZN7QObject10childEventEP11QChildEvent(0x9cf3cb8, 0xbfc071ac, 0xb7143429, 0xb6d9311e, 0x9cf3cb8) = 0x815c0e8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3cb8, 0xbfc076c0, 0xb6ac7e0c, 0x9bf8a28) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3cb8, 0xbfc076c0, 0xbfc076c0, 0xb726b634, 0x9cf1bc0 -_ZN7QObject10childEventEP11QChildEvent(0x9cf3cb8, 0xbfc076c0, 0x9cf4040, 0xb6ac7e0c, 0x9cf4040) = 0x815c0e8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc07720, 0xbfc07720, 80, 4 -_ZN7QObject10childEventEP11QChildEvent(0x9cf1bc0, 0xbfc07720, -1, 0xb6c21ff4, 1) = 0x815c8e8 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9bff378, 0xbfc07780, 0x9cf3cb8, 0xb6d5e171, 0xbfc07350) = 0xb76d7388 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc077e0, 0xbfc077e0, 0xb76efff4, 65552 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc077e0, 0, 0xb76efff4, 0xb6db8e4f) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZNK19QAbstractScrollArea8sizeHintEv(0xbfc07690, 0x9cf1bc0, 0xb6d64189, 0xb69a453c, 0x9bad118) = 0xbfc07690 -_ZNK19QAbstractScrollArea15minimumSizeHintEv(0xbfc07698, 0x9cf1bc0, 0xb6d64189, 0xb69a453c, 0x9bad118) = 0xbfc07698 -_ZN7QWidget11changeEventEP6QEvent(0xbfc07f88, 0xbfc07e84, 0x9c50830, 0xb725d6d2, 0x9c1f6d0) = -1 -_ZN7QWidget11styleChangeER6QStyle(0xbfc07f88, 0x9bf3970, 0xbfc07e84, 0x9bad024, 32) = 0x8159228 -_ZN7QObject13connectNotifyEPKc(0x9c02bec, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76def68 -_ZN7QObject13connectNotifyEPKc(0x9f009e8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9f009e8, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f009e8, 0xbfc075e4, 0, 0, 112888) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f02530, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f02af0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f02530, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f02af0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f02af0, 0xb74cac23, 0x9f009e8, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f02af0, 0xb74d2c45, 0x9f009e8, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f009e8, 0xbfc075e4, 0, 0, 112888) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f02f98, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f03280) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f02f98, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f03280) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f03280, 0xb74cac23, 0x9f009e8, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f03280, 0xb74d2c45, 0x9f009e8, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f02af0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f02530, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f02af0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f03280, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f02f98, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f03280) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f009e8, 0xbfc076a4, 0x9f03280, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9f039b0, 0xb74ec6e4, 0x9f009e8, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f039b0, 0xb74ec83a, 0x9f009e8, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f039b0, 0xb74ec86d, 0x9f009e8, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f03280, 0xb74dc9f0, 0x9f009e8, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f02af0, 0xb74dc9f0, 0x9f009e8, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f03280, 0xb74cac23, 0x9f009e8, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f02af0, 0xb74cac23, 0x9f009e8, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c58398, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f04860, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f04860, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f03280, 0xb74cac23, 0x9f04860, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f03280, 0xb74d2c45, 0x9f04860, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f009e8, 0xb74a949d, 0x9f04860, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f04860, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9f05008) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f04860, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 17, 16, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9f051d8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f009e8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f009e8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f009e8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f009e8, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9f03228) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f02530, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f02530, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f02530) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f009e8, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f02f98, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f02f98, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f02f98) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f009e8, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f04860, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f05008, 0xb74d2c82, 0x9f04860, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9f051d8, 0xb74d2c82, 0x9f04860, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74a949d, 0x9f009e8, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74d2f54, 0x9f009e8, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74ec524, 0x9f009e8, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74d2fd0, 0x9f009e8, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74d2fd0, 0x9f009e8, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74d2ff4, 0x9f009e8, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74d3048, 0x9f009e8, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74ec5d4, 0x9f009e8, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74ec62c, 0x9f009e8, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74ec680, 0x9f009e8, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74d2d70, 0x9f009e8, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74ea74f, 0x9f009e8, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9f009e8, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74d2ff4, 0x9f06448, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74ec5d4, 0x9f06448, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74d2f7c, 0x9f06448, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74f0198, 0x9f06448, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74ed8d5, 0x9f06448, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74ea74f, 0x9f06448, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c54ac8, 0xb74a949d, 0x9f06448, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9f06448, 0xb74e8a40, 0x9f009e8, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f06448, 0xb74d2ea8, 0x9f009e8, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9f009e8, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f009e8, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f066a8, 0xb74ec6e4, 0x9f009e8, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f066a8, 0xb74ec83a, 0x9f009e8, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f066a8, 0xb74ec86d, 0x9f009e8, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9f04860, 0xb74d2cee, 0x9c58398, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f06448, 0xb74d2ea8, 0x9c58398, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f04860, 0xb74d2d1b, 0x9c58398, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f06a68, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9f06a68, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f06a68, 0xbfc075e4, 0, 0, 94200) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9cac0f8, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f073d0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9cac0f8, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f073d0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f073d0, 0xb74cac23, 0x9f06a68, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f073d0, 0xb74d2c45, 0x9f06a68, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f06a68, 0xbfc075e4, 0, 0, 94200) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f07850, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f07b20) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f07850, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f07b20) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f07b20, 0xb74cac23, 0x9f06a68, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f07b20, 0xb74d2c45, 0x9f06a68, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f073d0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cac0f8, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f073d0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f07b20, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f07850, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f07b20) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f06a68, 0xbfc076a4, 0x9f07b20, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9f089d8, 0xb74ec6e4, 0x9f06a68, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f089d8, 0xb74ec83a, 0x9f06a68, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f089d8, 0xb74ec86d, 0x9f06a68, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f07b20, 0xb74dc9f0, 0x9f06a68, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f073d0, 0xb74dc9f0, 0x9f06a68, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f07b20, 0xb74cac23, 0x9f06a68, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f073d0, 0xb74cac23, 0x9f06a68, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cd74c0, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f09020, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f09020, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f07b20, 0xb74cac23, 0x9f09020, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f07b20, 0xb74d2c45, 0x9f09020, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f06a68, 0xb74a949d, 0x9f09020, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f09020, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9f097e0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f09020, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 81, 80, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9f099b0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f06a68, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f06a68, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f06a68, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f06a68, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9f02660) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9cac0f8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9cac0f8, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9cac0f8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f06a68, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f07850, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f07850, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f07850) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f06a68, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f09020, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f097e0, 0xb74d2c82, 0x9f09020, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9f099b0, 0xb74d2c82, 0x9f09020, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74a949d, 0x9f06a68, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74d2f54, 0x9f06a68, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74ec524, 0x9f06a68, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74d2fd0, 0x9f06a68, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74d2fd0, 0x9f06a68, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74d2ff4, 0x9f06a68, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74d3048, 0x9f06a68, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74ec5d4, 0x9f06a68, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74ec62c, 0x9f06a68, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74ec680, 0x9f06a68, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74d2d70, 0x9f06a68, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74ea74f, 0x9f06a68, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9f06a68, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74d2ff4, 0x9f0aba8, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74ec5d4, 0x9f0aba8, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74d2f7c, 0x9f0aba8, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74f0198, 0x9f0aba8, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74ed8d5, 0x9f0aba8, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74ea74f, 0x9f0aba8, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cd6c80, 0xb74a949d, 0x9f0aba8, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9f0aba8, 0xb74e8a40, 0x9f06a68, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f0aba8, 0xb74d2ea8, 0x9f06a68, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9f06a68, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f06a68, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f0ae40, 0xb74ec6e4, 0x9f06a68, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f0ae40, 0xb74ec83a, 0x9f06a68, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f0ae40, 0xb74ec86d, 0x9f06a68, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9f09020, 0xb74d2cee, 0x9cd74c0, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f0aba8, 0xb74d2ea8, 0x9cd74c0, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f09020, 0xb74d2d1b, 0x9cd74c0, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f0b238, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9f0b238, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f0b238, 0xbfc075e4, 0, 0, 76032) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f0b4f8, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f0bad8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f0b4f8, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f0bad8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f0bad8, 0xb74cac23, 0x9f0b238, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f0bad8, 0xb74d2c45, 0x9f0b238, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f0b238, 0xbfc075e4, 0, 0, 76032) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f0bf80, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f0c288) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f0bf80, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f0c288) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f0c288, 0xb74cac23, 0x9f0b238, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f0c288, 0xb74d2c45, 0x9f0b238, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f0bad8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f0b4f8, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f0bad8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f0c288, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f0bf80, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f0c288) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f0b238, 0xbfc076a4, 0x9f0c288, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9f0d0b0, 0xb74ec6e4, 0x9f0b238, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f0d0b0, 0xb74ec83a, 0x9f0b238, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f0d0b0, 0xb74ec86d, 0x9f0b238, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f0c288, 0xb74dc9f0, 0x9f0b238, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f0bad8, 0xb74dc9f0, 0x9f0b238, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f0c288, 0xb74cac23, 0x9f0b238, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f0bad8, 0xb74cac23, 0x9f0b238, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c96ef8, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f0d6f8, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f0d6f8, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f0c288, 0xb74cac23, 0x9f0d6f8, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f0c288, 0xb74d2c45, 0x9f0d6f8, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f0b238, 0xb74a949d, 0x9f0d6f8, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f0d6f8, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9f0dec0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f0d6f8, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 113, 112, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9f0e070) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f0b238, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f0b238, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f0b238, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f0b238, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9f0c230) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f0b4f8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f0b4f8, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f0b4f8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f0b238, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f0bf80, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f0bf80, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f0bf80) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f0b238, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f0d6f8, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f0dec0, 0xb74d2c82, 0x9f0d6f8, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9f0e070, 0xb74d2c82, 0x9f0d6f8, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74a949d, 0x9f0b238, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74d2f54, 0x9f0b238, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74ec524, 0x9f0b238, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74d2fd0, 0x9f0b238, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74d2fd0, 0x9f0b238, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74d2ff4, 0x9f0b238, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74d3048, 0x9f0b238, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74ec5d4, 0x9f0b238, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74ec62c, 0x9f0b238, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74ec680, 0x9f0b238, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74d2d70, 0x9f0b238, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74ea74f, 0x9f0b238, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9f0b238, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74d2ff4, 0x9f0f2e0, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74ec5d4, 0x9f0f2e0, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74d2f7c, 0x9f0f2e0, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74f0198, 0x9f0f2e0, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74ed8d5, 0x9f0f2e0, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74ea74f, 0x9f0f2e0, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c970f0, 0xb74a949d, 0x9f0f2e0, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9f0f2e0, 0xb74e8a40, 0x9f0b238, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f0f2e0, 0xb74d2ea8, 0x9f0b238, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9f0b238, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f0b238, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f0f540, 0xb74ec6e4, 0x9f0b238, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f0f540, 0xb74ec83a, 0x9f0b238, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f0f540, 0xb74ec86d, 0x9f0b238, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9f0d6f8, 0xb74d2cee, 0x9c96ef8, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f0f2e0, 0xb74d2ea8, 0x9c96ef8, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f0d6f8, 0xb74d2d1b, 0x9c96ef8, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3aa0, 0xbfc07e84, 0xb6d6e3b9, 0x9cdf1d0) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3aa0, 0xbfc07e84, 0xbfc07e84, 124, 92440 -_ZN7QWidget11changeEventEP6QEvent(0x9cf3aa0, 0xbfc07e84, 0, 0xb6d627bc, 0xb76efff4) = 0 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget11styleChangeER6QStyle(0x9cf3aa0, 0x9bf3970, 0xbfc07e84, 0x9bad024, 32) = 0x815c2c8 -_ZN7QObject13connectNotifyEPKc(0x9f0f6a8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9f0f6a8, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f0f6a8, 0xbfc075e4, 0, 0, 56960) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f0f6c8, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f10578) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f0f6c8, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f10578) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f10578, 0xb74cac23, 0x9f0f6a8, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f10578, 0xb74d2c45, 0x9f0f6a8, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f0f6a8, 0xbfc075e4, 0, 0, 56960) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f10a20, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f10d08) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f10a20, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f10d08) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f10d08, 0xb74cac23, 0x9f0f6a8, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f10d08, 0xb74d2c45, 0x9f0f6a8, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f10578, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f0f6c8, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f10578) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f10d08, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f10a20, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f10d08) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f0f6a8, 0xbfc076a4, 0x9f10d08, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9f12070, 0xb74ec6e4, 0x9f0f6a8, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f12070, 0xb74ec83a, 0x9f0f6a8, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f12070, 0xb74ec86d, 0x9f0f6a8, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f10d08, 0xb74dc9f0, 0x9f0f6a8, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f10578, 0xb74dc9f0, 0x9f0f6a8, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f10d08, 0xb74cac23, 0x9f0f6a8, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f10578, 0xb74cac23, 0x9f0f6a8, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ca79a8, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f12228, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f12228, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f10d08, 0xb74cac23, 0x9f12228, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f10d08, 0xb74d2c45, 0x9f12228, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f0f6a8, 0xb74a949d, 0x9f12228, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f12228, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9f12a70) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f12228, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 25, 24, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9f12c50) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f0f6a8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f0f6a8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f0f6a8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f0f6a8, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9f10cb0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f0f6c8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f0f6c8, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f0f6c8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f0f6a8, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f10a20, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f10a20, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f10a20) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f0f6a8, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f12228, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f12a70, 0xb74d2c82, 0x9f12228, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9f12c50, 0xb74d2c82, 0x9f12228, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74a949d, 0x9f0f6a8, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74d2f54, 0x9f0f6a8, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74ec524, 0x9f0f6a8, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74d2fd0, 0x9f0f6a8, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74d2fd0, 0x9f0f6a8, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74d2ff4, 0x9f0f6a8, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74d3048, 0x9f0f6a8, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74ec5d4, 0x9f0f6a8, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74ec62c, 0x9f0f6a8, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74ec680, 0x9f0f6a8, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74d2d70, 0x9f0f6a8, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74ea74f, 0x9f0f6a8, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9f0f6a8, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74d2ff4, 0x9f13d48, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74ec5d4, 0x9f13d48, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74d2f7c, 0x9f13d48, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74f0198, 0x9f13d48, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74ed8d5, 0x9f13d48, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74ea74f, 0x9f13d48, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ca6318, 0xb74a949d, 0x9f13d48, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9f13d48, 0xb74e8a40, 0x9f0f6a8, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f13d48, 0xb74d2ea8, 0x9f0f6a8, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9f0f6a8, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f0f6a8, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f13fe0, 0xb74ec6e4, 0x9f0f6a8, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f13fe0, 0xb74ec83a, 0x9f0f6a8, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f13fe0, 0xb74ec86d, 0x9f0f6a8, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9f12228, 0xb74d2cee, 0x9ca79a8, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f13d48, 0xb74d2ea8, 0x9ca79a8, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f12228, 0xb74d2d1b, 0x9ca79a8, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3cb8, 0xbfc07e84, 0xb6d6e3b9, 0x9c94b98) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3cb8, 0xbfc07e84, 0xbfc07e84, 124, 92440 -_ZN7QWidget11changeEventEP6QEvent(0x9cf3cb8, 0xbfc07e84, 0, 0xb6d627bc, 0xb76efff4) = 0 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget11styleChangeER6QStyle(0x9cf3cb8, 0x9bf3970, 0xbfc07e84, 0x9bad024, 32) = 0x815c0e8 -_ZN7QObject13connectNotifyEPKc(0x9f143d8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9f143d8, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f143d8, 0xbfc075e4, 0, 0, 37536) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f14288, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f15158) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f14288, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f15158) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f15158, 0xb74cac23, 0x9f143d8, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f15158, 0xb74d2c45, 0x9f143d8, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f143d8, 0xbfc075e4, 0, 0, 37536) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f15600, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f158e8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f15600, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f158e8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f158e8, 0xb74cac23, 0x9f143d8, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f158e8, 0xb74d2c45, 0x9f143d8, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f15158, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f14288, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f15158) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f158e8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f15600, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f158e8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f143d8, 0xbfc076a4, 0x9f158e8, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9f16c50, 0xb74ec6e4, 0x9f143d8, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f16c50, 0xb74ec83a, 0x9f143d8, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f16c50, 0xb74ec86d, 0x9f143d8, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f158e8, 0xb74dc9f0, 0x9f143d8, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f15158, 0xb74dc9f0, 0x9f143d8, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f158e8, 0xb74cac23, 0x9f143d8, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f15158, 0xb74cac23, 0x9f143d8, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cb3900, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f16e08, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f16e08, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f158e8, 0xb74cac23, 0x9f16e08, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f158e8, 0xb74d2c45, 0x9f16e08, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f143d8, 0xb74a949d, 0x9f16e08, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f16e08, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9f17650) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f16e08, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 25, 24, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9f17830) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f143d8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f143d8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f143d8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f143d8, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9f15890) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f14288, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f14288, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f14288) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f143d8, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f15600, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f15600, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f15600) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f143d8, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f16e08, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f17650, 0xb74d2c82, 0x9f16e08, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9f17830, 0xb74d2c82, 0x9f16e08, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74a949d, 0x9f143d8, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74d2f54, 0x9f143d8, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74ec524, 0x9f143d8, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74d2fd0, 0x9f143d8, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74d2fd0, 0x9f143d8, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74d2ff4, 0x9f143d8, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74d3048, 0x9f143d8, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74ec5d4, 0x9f143d8, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74ec62c, 0x9f143d8, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74ec680, 0x9f143d8, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74d2d70, 0x9f143d8, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74ea74f, 0x9f143d8, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9f143d8, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74d2ff4, 0x9f18930, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74ec5d4, 0x9f18930, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74d2f7c, 0x9f18930, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74f0198, 0x9f18930, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74ed8d5, 0x9f18930, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74ea74f, 0x9f18930, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb3158, 0xb74a949d, 0x9f18930, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9f18930, 0xb74e8a40, 0x9f143d8, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f18930, 0xb74d2ea8, 0x9f143d8, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9f143d8, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f143d8, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f18bc8, 0xb74ec6e4, 0x9f143d8, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f18bc8, 0xb74ec83a, 0x9f143d8, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f18bc8, 0xb74ec86d, 0x9f143d8, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9f16e08, 0xb74d2cee, 0x9cb3900, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f18930, 0xb74d2ea8, 0x9cb3900, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f16e08, 0xb74d2d1b, 0x9cb3900, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f18fc0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9f18fc0, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f18fc0, 0xbfc075e4, 0, 0, 19136) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f17440, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f198f0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f17440, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f198f0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f198f0, 0xb74cac23, 0x9f18fc0, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f198f0, 0xb74d2c45, 0x9f18fc0, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f18fc0, 0xbfc075e4, 0, 0, 19136) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f19d70, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f1a040) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f19d70, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f1a040) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f1a040, 0xb74cac23, 0x9f18fc0, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f1a040, 0xb74d2c45, 0x9f18fc0, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f198f0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f17440, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f198f0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f1a040, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f19d70, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f1a040) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f18fc0, 0xbfc076a4, 0x9f1a040, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9f1b338, 0xb74ec6e4, 0x9f18fc0, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f1b338, 0xb74ec83a, 0x9f18fc0, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f1b338, 0xb74ec86d, 0x9f18fc0, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f1a040, 0xb74dc9f0, 0x9f18fc0, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f198f0, 0xb74dc9f0, 0x9f18fc0, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f1a040, 0xb74cac23, 0x9f18fc0, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f198f0, 0xb74cac23, 0x9f18fc0, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cbc778, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f1b4f0, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f1b4f0, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f1a040, 0xb74cac23, 0x9f1b4f0, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f1a040, 0xb74d2c45, 0x9f1b4f0, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f18fc0, 0xb74a949d, 0x9f1b4f0, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f1b4f0, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9f1bcc8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f1b4f0, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 25, 24, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9f1bea8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f18fc0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f18fc0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f18fc0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f18fc0, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9f18ce0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f17440, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f17440, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f17440) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f18fc0, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f19d70, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f19d70, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f19d70) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f18fc0, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f1b4f0, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f1bcc8, 0xb74d2c82, 0x9f1b4f0, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9f1bea8, 0xb74d2c82, 0x9f1b4f0, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74a949d, 0x9f18fc0, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74d2f54, 0x9f18fc0, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74ec524, 0x9f18fc0, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74d2fd0, 0x9f18fc0, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74d2fd0, 0x9f18fc0, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74d2ff4, 0x9f18fc0, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74d3048, 0x9f18fc0, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74ec5d4, 0x9f18fc0, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74ec62c, 0x9f18fc0, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74ec680, 0x9f18fc0, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74d2d70, 0x9f18fc0, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74ea74f, 0x9f18fc0, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9f18fc0, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74d2ff4, 0x9f1d0b0, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74ec5d4, 0x9f1d0b0, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74d2f7c, 0x9f1d0b0, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74f0198, 0x9f1d0b0, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74ed8d5, 0x9f1d0b0, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74ea74f, 0x9f1d0b0, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cbcb90, 0xb74a949d, 0x9f1d0b0, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9f1d0b0, 0xb74e8a40, 0x9f18fc0, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f1d0b0, 0xb74d2ea8, 0x9f18fc0, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9f18fc0, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f18fc0, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f1d310, 0xb74ec6e4, 0x9f18fc0, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f1d310, 0xb74ec83a, 0x9f18fc0, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f1d310, 0xb74ec86d, 0x9f18fc0, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9f1b4f0, 0xb74d2cee, 0x9cbc778, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f1d0b0, 0xb74d2ea8, 0x9cbc778, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f1b4f0, 0xb74d2d1b, 0x9cbc778, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f1d958, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9f1d958, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f1d958, 0xbfc075e4, 0, 0, 135656) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f1da58, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f1e220) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f1da58, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f1e220) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f1e220, 0xb74cac23, 0x9f1d958, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f1e220, 0xb74d2c45, 0x9f1d958, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f1d958, 0xbfc075e4, 0, 0, 135656) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f1e6c8, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f1e978) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f1e6c8, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f1e978) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f1e978, 0xb74cac23, 0x9f1d958, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f1e978, 0xb74d2c45, 0x9f1d958, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f1e220, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f1da58, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f1e220) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f1e978, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f1e6c8, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f1e978) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f1d958, 0xbfc076a4, 0x9f1e978, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9f1da80, 0xb74ec6e4, 0x9f1d958, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f1da80, 0xb74ec83a, 0x9f1d958, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f1da80, 0xb74ec86d, 0x9f1d958, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f1e978, 0xb74dc9f0, 0x9f1d958, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f1e220, 0xb74dc9f0, 0x9f1d958, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f1e978, 0xb74cac23, 0x9f1d958, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f1e220, 0xb74cac23, 0x9f1d958, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cc82b8, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f1fe98, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f1fe98, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f1e978, 0xb74cac23, 0x9f1fe98, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f1e978, 0xb74d2c45, 0x9f1fe98, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f1d958, 0xb74a949d, 0x9f1fe98, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f1fe98, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9f20640) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f1fe98, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 17, 16, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9f20810) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f1d958, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f1d958, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f1d958, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f1d958, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9f19548) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f1da58, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f1da58, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f1da58) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f1d958, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f1e6c8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f1e6c8, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f1e6c8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f1d958, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f1fe98, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f20640, 0xb74d2c82, 0x9f1fe98, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9f20810, 0xb74d2c82, 0x9f1fe98, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74a949d, 0x9f1d958, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74d2f54, 0x9f1d958, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74ec524, 0x9f1d958, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74d2fd0, 0x9f1d958, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74d2fd0, 0x9f1d958, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74d2ff4, 0x9f1d958, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74d3048, 0x9f1d958, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74ec5d4, 0x9f1d958, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74ec62c, 0x9f1d958, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74ec680, 0x9f1d958, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74d2d70, 0x9f1d958, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74ea74f, 0x9f1d958, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9f1d958, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74d2ff4, 0x9f21a08, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74ec5d4, 0x9f21a08, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74d2f7c, 0x9f21a08, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74f0198, 0x9f21a08, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74ed8d5, 0x9f21a08, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74ea74f, 0x9f21a08, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc6a88, 0xb74a949d, 0x9f21a08, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9f21a08, 0xb74e8a40, 0x9f1d958, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f21a08, 0xb74d2ea8, 0x9f1d958, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9f1d958, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f1d958, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f21ca0, 0xb74ec6e4, 0x9f1d958, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f21ca0, 0xb74ec83a, 0x9f1d958, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f21ca0, 0xb74ec86d, 0x9f1d958, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9f1fe98, 0xb74d2cee, 0x9cc82b8, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f21a08, 0xb74d2ea8, 0x9cc82b8, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f1fe98, 0xb74d2d1b, 0x9cc82b8, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f22098, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9f22098, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f22098, 0xbfc075e4, 0, 0, 117400) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f224b0, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f22920) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f224b0, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f22920) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f22920, 0xb74cac23, 0x9f22098, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f22920, 0xb74d2c45, 0x9f22098, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f22098, 0xbfc075e4, 0, 0, 117400) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f22dc8, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f23078) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f22dc8, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f23078) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f23078, 0xb74cac23, 0x9f22098, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f23078, 0xb74d2c45, 0x9f22098, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f22920, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f224b0, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f22920) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f23078, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f22dc8, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f23078) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f22098, 0xbfc076a4, 0x9f23078, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9f21ee8, 0xb74ec6e4, 0x9f22098, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f21ee8, 0xb74ec83a, 0x9f22098, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f21ee8, 0xb74ec86d, 0x9f22098, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f23078, 0xb74dc9f0, 0x9f22098, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f22920, 0xb74dc9f0, 0x9f22098, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f23078, 0xb74cac23, 0x9f22098, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f22920, 0xb74cac23, 0x9f22098, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c90138, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f24598, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f24598, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f23078, 0xb74cac23, 0x9f24598, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f23078, 0xb74d2c45, 0x9f24598, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f22098, 0xb74a949d, 0x9f24598, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f24598, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9f24d40) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f24598, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 17, 16, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9f24f10) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f22098, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f22098, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f22098, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f22098, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9f21d00) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f224b0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f224b0, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f224b0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f22098, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f22dc8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f22dc8, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f22dc8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f22098, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f24598, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f24d40, 0xb74d2c82, 0x9f24598, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9f24f10, 0xb74d2c82, 0x9f24598, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74a949d, 0x9f22098, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74d2f54, 0x9f22098, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74ec524, 0x9f22098, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74d2fd0, 0x9f22098, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74d2fd0, 0x9f22098, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74d2ff4, 0x9f22098, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74d3048, 0x9f22098, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74ec5d4, 0x9f22098, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74ec62c, 0x9f22098, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74ec680, 0x9f22098, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74d2d70, 0x9f22098, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74ea74f, 0x9f22098, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9f22098, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74d2ff4, 0x9f26100, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74ec5d4, 0x9f26100, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74d2f7c, 0x9f26100, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74f0198, 0x9f26100, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74ed8d5, 0x9f26100, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74ea74f, 0x9f26100, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c90310, 0xb74a949d, 0x9f26100, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9f26100, 0xb74e8a40, 0x9f22098, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f26100, 0xb74d2ea8, 0x9f22098, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9f22098, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f22098, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f26398, 0xb74ec6e4, 0x9f22098, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f26398, 0xb74ec83a, 0x9f22098, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f26398, 0xb74ec86d, 0x9f22098, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9f24598, 0xb74d2cee, 0x9c90138, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f26100, 0xb74d2ea8, 0x9c90138, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f24598, 0xb74d2d1b, 0x9c90138, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f26790, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9f26790, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f26790, 0xbfc075e4, 0, 0, 97704) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f27080, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f27650) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f27080, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f27650) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f27650, 0xb74cac23, 0x9f26790, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f27650, 0xb74d2c45, 0x9f26790, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f26790, 0xbfc075e4, 0, 0, 97704) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f27af8, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f27de0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f27af8, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f27de0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f27de0, 0xb74cac23, 0x9f26790, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f27de0, 0xb74d2c45, 0x9f26790, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f27650, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f27080, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f27650) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f27de0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f27af8, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f27de0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f26790, 0xbfc076a4, 0x9f27de0, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9f270f8, 0xb74ec6e4, 0x9f26790, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f270f8, 0xb74ec83a, 0x9f26790, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f270f8, 0xb74ec86d, 0x9f26790, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f27de0, 0xb74dc9f0, 0x9f26790, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f27650, 0xb74dc9f0, 0x9f26790, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f27de0, 0xb74cac23, 0x9f26790, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f27650, 0xb74cac23, 0x9f26790, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ccd428, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f292c0, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f292c0, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f27de0, 0xb74cac23, 0x9f292c0, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f27de0, 0xb74d2c45, 0x9f292c0, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f26790, 0xb74a949d, 0x9f292c0, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f292c0, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9f29a68) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f292c0, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 17, 16, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9f29c38) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f26790, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f26790, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f26790, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f26790, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9f27d88) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f27080, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f27080, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f27080) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f26790, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f27af8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f27af8, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f27af8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f26790, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f292c0, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f29a68, 0xb74d2c82, 0x9f292c0, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9f29c38, 0xb74d2c82, 0x9f292c0, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74a949d, 0x9f26790, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74d2f54, 0x9f26790, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74ec524, 0x9f26790, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74d2fd0, 0x9f26790, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74d2fd0, 0x9f26790, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74d2ff4, 0x9f26790, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74d3048, 0x9f26790, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74ec5d4, 0x9f26790, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74ec62c, 0x9f26790, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74ec680, 0x9f26790, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74d2d70, 0x9f26790, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74ea74f, 0x9f26790, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9f26790, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74d2ff4, 0x9f2ae30, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74ec5d4, 0x9f2ae30, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74d2f7c, 0x9f2ae30, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74f0198, 0x9f2ae30, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74ed8d5, 0x9f2ae30, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74ea74f, 0x9f2ae30, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd5e0, 0xb74a949d, 0x9f2ae30, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9f2ae30, 0xb74e8a40, 0x9f26790, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f2ae30, 0xb74d2ea8, 0x9f26790, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9f26790, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f26790, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f2b0c8, 0xb74ec6e4, 0x9f26790, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f2b0c8, 0xb74ec83a, 0x9f26790, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f2b0c8, 0xb74ec86d, 0x9f26790, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9f292c0, 0xb74d2cee, 0x9ccd428, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f2ae30, 0xb74d2ea8, 0x9ccd428, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f292c0, 0xb74d2d1b, 0x9ccd428, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9c91cd8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9c91cd8, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9c91cd8, 0xbfc075e4, 0, 0, 77672) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f2be90, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f2c490) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f2be90, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f2c490) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f2c490, 0xb74cac23, 0x9c91cd8, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f2c490, 0xb74d2c45, 0x9c91cd8, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c91cd8, 0xbfc075e4, 0, 0, 77672) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f2c938, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f2cbe8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f2c938, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f2cbe8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f2cbe8, 0xb74cac23, 0x9c91cd8, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f2cbe8, 0xb74d2c45, 0x9c91cd8, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f2c490, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f2be90, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f2c490) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f2cbe8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f2c938, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f2cbe8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c91cd8, 0xbfc076a4, 0x9f2cbe8, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9f2bf60, 0xb74ec6e4, 0x9c91cd8, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f2bf60, 0xb74ec83a, 0x9c91cd8, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f2bf60, 0xb74ec86d, 0x9c91cd8, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f2cbe8, 0xb74dc9f0, 0x9c91cd8, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f2c490, 0xb74dc9f0, 0x9c91cd8, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f2cbe8, 0xb74cac23, 0x9c91cd8, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f2c490, 0xb74cac23, 0x9c91cd8, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cb8ea0, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f2e108, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f2e108, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f2cbe8, 0xb74cac23, 0x9f2e108, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f2cbe8, 0xb74d2c45, 0x9f2e108, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9c91cd8, 0xb74a949d, 0x9f2e108, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f2e108, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9f2e8b0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f2e108, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 17, 16, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9f2ea80) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c91cd8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c91cd8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c91cd8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c91cd8, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9f02628) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f2be90, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f2be90, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f2be90) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c91cd8, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f2c938, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f2c938, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f2c938) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c91cd8, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f2e108, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f2e8b0, 0xb74d2c82, 0x9f2e108, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9f2ea80, 0xb74d2c82, 0x9f2e108, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74a949d, 0x9c91cd8, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74d2f54, 0x9c91cd8, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74ec524, 0x9c91cd8, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74d2fd0, 0x9c91cd8, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74d2fd0, 0x9c91cd8, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74d2ff4, 0x9c91cd8, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74d3048, 0x9c91cd8, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74ec5d4, 0x9c91cd8, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74ec62c, 0x9c91cd8, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74ec680, 0x9c91cd8, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74d2d70, 0x9c91cd8, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74ea74f, 0x9c91cd8, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9c91cd8, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74d2ff4, 0x9f2fcf0, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74ec5d4, 0x9f2fcf0, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74d2f7c, 0x9f2fcf0, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74f0198, 0x9f2fcf0, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74ed8d5, 0x9f2fcf0, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74ea74f, 0x9f2fcf0, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cb9098, 0xb74a949d, 0x9f2fcf0, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9f2fcf0, 0xb74e8a40, 0x9c91cd8, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f2fcf0, 0xb74d2ea8, 0x9c91cd8, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9c91cd8, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c91cd8, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f2ff50, 0xb74ec6e4, 0x9c91cd8, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f2ff50, 0xb74ec83a, 0x9c91cd8, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f2ff50, 0xb74ec86d, 0x9c91cd8, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9f2e108, 0xb74d2cee, 0x9cb8ea0, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f2fcf0, 0xb74d2ea8, 0x9cb8ea0, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f2e108, 0xb74d2d1b, 0x9cb8ea0, 17, 0xb76dbc04) = 0xb76eada8 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc07e84, 0xbfc07e84, 124, 92440 -_ZN8QToolBar11changeEventEP6QEvent(0x9c4ed58, 0xbfc07e84, 0x9ca5690, 0xb76efff4, 0xb76efff4 -_ZN7QObject13connectNotifyEPKc(0x9c4ed58, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0x815b6c8 -<... _ZN8QToolBar11changeEventEP6QEvent resumed> ) = 0x9c237e0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget11styleChangeER6QStyle(0x9c4ed58, 0x9bf3970, 0xbfc07e84, 0x9bad024, 32) = 0x815b6c8 -_ZN7QObject13connectNotifyEPKc(0x9c9f518, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9c9f518, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9c9f518, 0xbfc075e4, 0, 0, 56312) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9cd66a0, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f31820) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9cd66a0, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f31820) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f31820, 0xb74cac23, 0x9c9f518, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f31820, 0xb74d2c45, 0x9c9f518, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c9f518, 0xbfc075e4, 0, 0, 56312) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f31ca0, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f31f70) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f31ca0, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f31f70) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f31f70, 0xb74cac23, 0x9c9f518, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f31f70, 0xb74d2c45, 0x9c9f518, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f31820, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cd66a0, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f31820) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f31f70, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f31ca0, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f31f70) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c9f518, 0xbfc076a4, 0x9f31f70, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9f332c8, 0xb74ec6e4, 0x9c9f518, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f332c8, 0xb74ec83a, 0x9c9f518, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f332c8, 0xb74ec86d, 0x9c9f518, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f31f70, 0xb74dc9f0, 0x9c9f518, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f31820, 0xb74dc9f0, 0x9c9f518, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f31f70, 0xb74cac23, 0x9c9f518, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f31820, 0xb74cac23, 0x9c9f518, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cc1710, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f33480, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f33480, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f31f70, 0xb74cac23, 0x9f33480, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f31f70, 0xb74d2c45, 0x9f33480, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9c9f518, 0xb74a949d, 0x9f33480, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f33480, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9f33c58) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f33480, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 25, 24, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9f33e38) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c9f518, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c9f518, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c9f518, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c9f518, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9f2beb8) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9cd66a0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9cd66a0, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9cd66a0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c9f518, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f31ca0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f31ca0, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f31ca0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c9f518, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f33480, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f33c58, 0xb74d2c82, 0x9f33480, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9f33e38, 0xb74d2c82, 0x9f33480, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74a949d, 0x9c9f518, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74d2f54, 0x9c9f518, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74ec524, 0x9c9f518, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74d2fd0, 0x9c9f518, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74d2fd0, 0x9c9f518, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74d2ff4, 0x9c9f518, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74d3048, 0x9c9f518, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74ec5d4, 0x9c9f518, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74ec62c, 0x9c9f518, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74ec680, 0x9c9f518, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74d2d70, 0x9c9f518, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74ea74f, 0x9c9f518, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9c9f518, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74d2ff4, 0x9f35040, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74ec5d4, 0x9f35040, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74d2f7c, 0x9f35040, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74f0198, 0x9f35040, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74ed8d5, 0x9f35040, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74ea74f, 0x9f35040, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cc0eb8, 0xb74a949d, 0x9f35040, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9f35040, 0xb74e8a40, 0x9c9f518, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f35040, 0xb74d2ea8, 0x9c9f518, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9c9f518, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c9f518, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f352a0, 0xb74ec6e4, 0x9c9f518, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f352a0, 0xb74ec83a, 0x9c9f518, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f352a0, 0xb74ec86d, 0x9c9f518, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9f33480, 0xb74d2cee, 0x9cc1710, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f35040, 0xb74d2ea8, 0x9cc1710, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f33480, 0xb74d2d1b, 0x9cc1710, 17, 0xb76dbc04) = 0xb76eada8 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07e84, 0xbfc07e84, 124, 92440 -_ZN8QToolBar11changeEventEP6QEvent(0x9c33df0, 0xbfc07e84, 0xb76efff4, 0xb6dab325, 0x9cc1710 -_ZN7QObject13connectNotifyEPKc(0x9c33df0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0x815b2c8 -<... _ZN8QToolBar11changeEventEP6QEvent resumed> ) = 0x9c15468 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget11styleChangeER6QStyle(0x9c33df0, 0x9bf3970, 0xbfc07e84, 0x9bad024, 32) = 0x815b2c8 -_ZN7QObject13connectNotifyEPKc(0x9f35660, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9f35660, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f35660, 0xbfc075e4, 0, 0, 37152) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f31208, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f362d8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f31208, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f362d8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f362d8, 0xb74cac23, 0x9f35660, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f362d8, 0xb74d2c45, 0x9f35660, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f35660, 0xbfc075e4, 0, 0, 37152) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f36758, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f36a28) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f36758, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f36a28) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f36a28, 0xb74cac23, 0x9f35660, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f36a28, 0xb74d2c45, 0x9f35660, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f362d8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f31208, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f362d8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f36a28, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f36758, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f36a28) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f35660, 0xbfc076a4, 0x9f36a28, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9f37d50, 0xb74ec6e4, 0x9f35660, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f37d50, 0xb74ec83a, 0x9f35660, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f37d50, 0xb74ec86d, 0x9f35660, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f36a28, 0xb74dc9f0, 0x9f35660, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f362d8, 0xb74dc9f0, 0x9f35660, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f36a28, 0xb74cac23, 0x9f35660, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f362d8, 0xb74cac23, 0x9f35660, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cab4f8, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f37f08, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f37f08, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f36a28, 0xb74cac23, 0x9f37f08, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f36a28, 0xb74d2c45, 0x9f37f08, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f35660, 0xb74a949d, 0x9f37f08, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f37f08, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9f386e0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f37f08, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 25, 24, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9f388c0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f35660, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f35660, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f35660, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f35660, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9f31190) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f31208, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f31208, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f31208) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f35660, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f36758, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f36758, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f36758) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f35660, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f37f08, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f386e0, 0xb74d2c82, 0x9f37f08, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9f388c0, 0xb74d2c82, 0x9f37f08, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74a949d, 0x9f35660, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74d2f54, 0x9f35660, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74ec524, 0x9f35660, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74d2fd0, 0x9f35660, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74d2fd0, 0x9f35660, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74d2ff4, 0x9f35660, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74d3048, 0x9f35660, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74ec5d4, 0x9f35660, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74ec62c, 0x9f35660, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74ec680, 0x9f35660, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74d2d70, 0x9f35660, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74ea74f, 0x9f35660, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9f35660, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74d2ff4, 0x9f39ab8, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74ec5d4, 0x9f39ab8, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74d2f7c, 0x9f39ab8, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74f0198, 0x9f39ab8, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74ed8d5, 0x9f39ab8, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74ea74f, 0x9f39ab8, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cab6e0, 0xb74a949d, 0x9f39ab8, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9f39ab8, 0xb74e8a40, 0x9f35660, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f39ab8, 0xb74d2ea8, 0x9f35660, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9f35660, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f35660, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f39d18, 0xb74ec6e4, 0x9f35660, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f39d18, 0xb74ec83a, 0x9f35660, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f39d18, 0xb74ec86d, 0x9f35660, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9f37f08, 0xb74d2cee, 0x9cab4f8, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f39ab8, 0xb74d2ea8, 0x9cab4f8, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f37f08, 0xb74d2d1b, 0x9cab4f8, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9c4ed74, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76def68 -_ZN7QObject13connectNotifyEPKc(0x9f3a260, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9f3a260, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f3a260, 0xbfc075e4, 0, 0, 17376) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f3aab8, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f3aff8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f3aab8, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f3aff8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f3aff8, 0xb74cac23, 0x9f3a260, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f3aff8, 0xb74d2c45, 0x9f3a260, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f3a260, 0xbfc075e4, 0, 0, 17376) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f3b4a0, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f3b750) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f3b4a0, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f3b750) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f3b750, 0xb74cac23, 0x9f3a260, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f3b750, 0xb74d2c45, 0x9f3a260, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f3aff8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f3aab8, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f3aff8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f3b750, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f3b4a0, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f3b750) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f3a260, 0xbfc076a4, 0x9f3b750, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9f3ca48, 0xb74ec6e4, 0x9f3a260, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f3ca48, 0xb74ec83a, 0x9f3a260, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f3ca48, 0xb74ec86d, 0x9f3a260, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f3b750, 0xb74dc9f0, 0x9f3a260, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f3aff8, 0xb74dc9f0, 0x9f3a260, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f3b750, 0xb74cac23, 0x9f3a260, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f3aff8, 0xb74cac23, 0x9f3a260, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c823a8, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f3cc00, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f3cc00, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f3b750, 0xb74cac23, 0x9f3cc00, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f3b750, 0xb74d2c45, 0x9f3cc00, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f3a260, 0xb74a949d, 0x9f3cc00, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f3cc00, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9f3d3d8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f3cc00, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 25, 24, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9f3d5b8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f3a260, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f3a260, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f3a260, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f3a260, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9f353e8) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f3aab8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f3aab8, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f3aab8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f3a260, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f3b4a0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f3b4a0, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f3b4a0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f3a260, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f3cc00, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f3d3d8, 0xb74d2c82, 0x9f3cc00, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9f3d5b8, 0xb74d2c82, 0x9f3cc00, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74a949d, 0x9f3a260, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74d2f54, 0x9f3a260, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74ec524, 0x9f3a260, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74d2fd0, 0x9f3a260, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74d2fd0, 0x9f3a260, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74d2ff4, 0x9f3a260, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74d3048, 0x9f3a260, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74ec5d4, 0x9f3a260, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74ec62c, 0x9f3a260, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74ec680, 0x9f3a260, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74d2d70, 0x9f3a260, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74ea74f, 0x9f3a260, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9f3a260, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74d2ff4, 0x9f3e7c0, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74ec5d4, 0x9f3e7c0, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74d2f7c, 0x9f3e7c0, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74f0198, 0x9f3e7c0, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74ed8d5, 0x9f3e7c0, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74ea74f, 0x9f3e7c0, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c82590, 0xb74a949d, 0x9f3e7c0, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9f3e7c0, 0xb74e8a40, 0x9f3a260, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f3e7c0, 0xb74d2ea8, 0x9f3a260, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9f3a260, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f3a260, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f3ea20, 0xb74ec6e4, 0x9f3a260, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f3ea20, 0xb74ec83a, 0x9f3a260, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f3ea20, 0xb74ec86d, 0x9f3a260, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9f3cc00, 0xb74d2cee, 0x9c823a8, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f3e7c0, 0xb74d2ea8, 0x9c823a8, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f3cc00, 0xb74d2d1b, 0x9c823a8, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9c51420, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eca28 -_ZN7QObject13connectNotifyEPKc(0x9f3ab80, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9f3ab80, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f3ab80, 0xbfc075e4, 0, 0, 133624) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f3f078, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f3f9f0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f3f078, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f3f9f0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f3f9f0, 0xb74cac23, 0x9f3ab80, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f3f9f0, 0xb74d2c45, 0x9f3ab80, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f3ab80, 0xbfc075e4, 0, 0, 133624) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f3fe98, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f40148) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f3fe98, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f40148) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f40148, 0xb74cac23, 0x9f3ab80, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f40148, 0xb74d2c45, 0x9f3ab80, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f3f9f0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f3f078, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f3f9f0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f40148, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f3fe98, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f40148) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f3ab80, 0xbfc076a4, 0x9f40148, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9f3f170, 0xb74ec6e4, 0x9f3ab80, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f3f170, 0xb74ec83a, 0x9f3ab80, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f3f170, 0xb74ec86d, 0x9f3ab80, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f40148, 0xb74dc9f0, 0x9f3ab80, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f3f9f0, 0xb74dc9f0, 0x9f3ab80, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f40148, 0xb74cac23, 0x9f3ab80, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f3f9f0, 0xb74cac23, 0x9f3ab80, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cdaa18, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f41668, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f41668, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f40148, 0xb74cac23, 0x9f41668, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f40148, 0xb74d2c45, 0x9f41668, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f3ab80, 0xb74a949d, 0x9f41668, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f41668, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9f41e10) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f41668, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 17, 16, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9f41fe0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f3ab80, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f3ab80, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f3ab80, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f3ab80, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9f3ab48) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f3f078, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f3f078, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f3f078) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f3ab80, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f3fe98, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f3fe98, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f3fe98) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f3ab80, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f41668, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f41e10, 0xb74d2c82, 0x9f41668, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9f41fe0, 0xb74d2c82, 0x9f41668, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74a949d, 0x9f3ab80, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74d2f54, 0x9f3ab80, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74ec524, 0x9f3ab80, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74d2fd0, 0x9f3ab80, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74d2fd0, 0x9f3ab80, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74d2ff4, 0x9f3ab80, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74d3048, 0x9f3ab80, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74ec5d4, 0x9f3ab80, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74ec62c, 0x9f3ab80, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74ec680, 0x9f3ab80, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74d2d70, 0x9f3ab80, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74ea74f, 0x9f3ab80, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9f3ab80, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74d2ff4, 0x9f43128, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74ec5d4, 0x9f43128, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74d2f7c, 0x9f43128, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74f0198, 0x9f43128, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74ed8d5, 0x9f43128, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74ea74f, 0x9f43128, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdac00, 0xb74a949d, 0x9f43128, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9f43128, 0xb74e8a40, 0x9f3ab80, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f43128, 0xb74d2ea8, 0x9f3ab80, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9f3ab80, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f3ab80, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f433c0, 0xb74ec6e4, 0x9f3ab80, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f433c0, 0xb74ec83a, 0x9f3ab80, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f433c0, 0xb74ec86d, 0x9f3ab80, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9f41668, 0xb74d2cee, 0x9cdaa18, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f43128, 0xb74d2ea8, 0x9cdaa18, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f41668, 0xb74d2d1b, 0x9cdaa18, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf36f8, 0xbfc07e84, 0xb6d6e3b9, 0x9c8dc68) = 0 -_ZN19QAbstractScrollArea13viewportEventEP6QEvent(0x9cf1bc0, 0xbfc07e84, 0x9c8d5d8, 0xb71d6ea5, 0x9c8cea0) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf36f8, 0xbfc07e84, 0xbfc07e84, 124, 92440 -_ZN7QWidget11changeEventEP6QEvent(0x9cf36f8, 0xbfc07e84, 0, 0xb6d627bc, 0xb76efff4) = 0 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget11styleChangeER6QStyle(0x9cf36f8, 0x9bf3970, 0xbfc07e84, 0x9bad024, 32) = 0x815cae8 -_ZN7QObject13connectNotifyEPKc(0x9c33e08, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9f434d8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9f434d8, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f434d8, 0xbfc075e4, 0, 0, 113976) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f43990, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f446a0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f43990, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f446a0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f446a0, 0xb74cac23, 0x9f434d8, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f446a0, 0xb74d2c45, 0x9f434d8, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f434d8, 0xbfc075e4, 0, 0, 113976) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f44b48, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f44df8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f44b48, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f44df8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f44df8, 0xb74cac23, 0x9f434d8, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f44df8, 0xb74d2c45, 0x9f434d8, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f446a0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f43990, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f446a0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f44df8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f44b48, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f44df8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f434d8, 0xbfc076a4, 0x9f44df8, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9f435c8, 0xb74ec6e4, 0x9f434d8, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f435c8, 0xb74ec83a, 0x9f434d8, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f435c8, 0xb74ec86d, 0x9f434d8, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f44df8, 0xb74dc9f0, 0x9f434d8, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f446a0, 0xb74dc9f0, 0x9f434d8, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f44df8, 0xb74cac23, 0x9f434d8, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f446a0, 0xb74cac23, 0x9f434d8, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c33e08, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c33df0, 8, 10, 0xac97a6, 0xbfc07624 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb76efff4, 2) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f46318, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f46318, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f44df8, 0xb74cac23, 0x9f46318, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f44df8, 0xb74d2c45, 0x9f46318, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f434d8, 0xb74a949d, 0x9f46318, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f46318, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c33df0, 8, 0, 0xb76efff4, 0x9f46ac0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 119, 124, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f46318, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c33df0, 8, 2, 0x9f46a88, 24 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6a0d0ac, 0xb6c21ff4) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f434d8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f434d8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f434d8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f434d8, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9f434f8) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f43990, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f43990, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f43990) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f434d8, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f44b48, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f44b48, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f44b48) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f434d8, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f46318, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f46ac0, 0xb74d2c82, 0x9f46318, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9f46c90, 0xb74d2c82, 0x9f46318, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74a949d, 0x9f434d8, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74d2f54, 0x9f434d8, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74ec524, 0x9f434d8, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74d2fd0, 0x9f434d8, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74d2fd0, 0x9f434d8, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74d2ff4, 0x9f434d8, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74d3048, 0x9f434d8, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74ec5d4, 0x9f434d8, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74ec62c, 0x9f434d8, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74ec680, 0x9f434d8, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74d2d70, 0x9f434d8, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74ea74f, 0x9f434d8, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9f434d8, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74d2ff4, 0x9f47f38, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74ec5d4, 0x9f47f38, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74d2f7c, 0x9f47f38, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74f0198, 0x9f47f38, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74ed8d5, 0x9f47f38, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74ea74f, 0x9f47f38, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c17268, 0xb74a949d, 0x9f47f38, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9f47f38, 0xb74e8a40, 0x9f434d8, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f47f38, 0xb74d2ea8, 0x9f434d8, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9f434d8, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f434d8, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f48198, 0xb74ec6e4, 0x9f434d8, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f48198, 0xb74ec83a, 0x9f434d8, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f48198, 0xb74ec86d, 0x9f434d8, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9f46318, 0xb74d2cee, 0x9c33e08, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f47f38, 0xb74d2ea8, 0x9c33e08, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f46318, 0xb74d2d1b, 0x9c33e08, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f48558, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9f48558, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f48558, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f48830, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f48490) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f48830, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f48490) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f48490, 0xb74cac23, 0x9f48558, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f48490, 0xb74d2c45, 0x9f48558, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f48558, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f49260, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f49510) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f49260, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f49510) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f49510, 0xb74cac23, 0x9f48558, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f49510, 0xb74d2c45, 0x9f48558, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f48490, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f48830, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f48490) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f49510, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f49260, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f49510) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f48558, 0xbfc076a4, 0x9f49510, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9f485f8, 0xb74ec6e4, 0x9f48558, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f485f8, 0xb74ec83a, 0x9f48558, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f485f8, 0xb74ec86d, 0x9f48558, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f49510, 0xb74dc9f0, 0x9f48558, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f48490, 0xb74dc9f0, 0x9f48558, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f49510, 0xb74cac23, 0x9f48558, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f48490, 0xb74cac23, 0x9f48558, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c9d940, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f4aa30, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f4aa30, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f49510, 0xb74cac23, 0x9f4aa30, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f49510, 0xb74d2c45, 0x9f4aa30, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f48558, 0xb74a949d, 0x9f4aa30, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f4aa30, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9f4b1d8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f4aa30, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 17, 16, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9f4b3a8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f48558, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f48558, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f48558, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f48558, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9c43bd0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f48830, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f48830, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f48830) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f48558, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f49260, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f49260, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f49260) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f48558, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f4aa30, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f4b1d8, 0xb74d2c82, 0x9f4aa30, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9f4b3a8, 0xb74d2c82, 0x9f4aa30, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74a949d, 0x9f48558, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74d2f54, 0x9f48558, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74ec524, 0x9f48558, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74d2fd0, 0x9f48558, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74d2fd0, 0x9f48558, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74d2ff4, 0x9f48558, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74d3048, 0x9f48558, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74ec5d4, 0x9f48558, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74ec62c, 0x9f48558, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74ec680, 0x9f48558, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74d2d70, 0x9f48558, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74ea74f, 0x9f48558, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9f48558, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74d2ff4, 0x9f4c598, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74ec5d4, 0x9f4c598, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74d2f7c, 0x9f4c598, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74f0198, 0x9f4c598, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74ed8d5, 0x9f4c598, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74ea74f, 0x9f4c598, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c9db38, 0xb74a949d, 0x9f4c598, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9f4c598, 0xb74e8a40, 0x9f48558, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f4c598, 0xb74d2ea8, 0x9f48558, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9f48558, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f48558, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f4c830, 0xb74ec6e4, 0x9f48558, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f4c830, 0xb74ec83a, 0x9f48558, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f4c830, 0xb74ec86d, 0x9f48558, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9f4aa30, 0xb74d2cee, 0x9c9d940, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f4c598, 0xb74d2ea8, 0x9c9d940, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f4aa30, 0xb74d2d1b, 0x9c9d940, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f4cc28, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9f4cc28, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f4cc28, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f4d040, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f4d458) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f4d040, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f4d458) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f4d458, 0xb74cac23, 0x9f4cc28, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f4d458, 0xb74d2c45, 0x9f4cc28, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f4cc28, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f4d900, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f4dbb0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f4d900, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f4dbb0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f4dbb0, 0xb74cac23, 0x9f4cc28, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f4dbb0, 0xb74d2c45, 0x9f4cc28, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f4d458, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f4d040, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f4d458) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f4dbb0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f4d900, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f4dbb0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f4cc28, 0xbfc076a4, 0x9f4dbb0, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9f4ca20, 0xb74ec6e4, 0x9f4cc28, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f4ca20, 0xb74ec83a, 0x9f4cc28, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f4ca20, 0xb74ec86d, 0x9f4cc28, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f4dbb0, 0xb74dc9f0, 0x9f4cc28, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f4d458, 0xb74dc9f0, 0x9f4cc28, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f4dbb0, 0xb74cac23, 0x9f4cc28, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f4d458, 0xb74cac23, 0x9f4cc28, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c9a458, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f4f0d0, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f4f0d0, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f4dbb0, 0xb74cac23, 0x9f4f0d0, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f4dbb0, 0xb74d2c45, 0x9f4f0d0, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f4cc28, 0xb74a949d, 0x9f4f0d0, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f4f0d0, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9f4f878) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f4f0d0, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 17, 16, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9f4fa48) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f4cc28, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f4cc28, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f4cc28, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f4cc28, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9f4c890) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f4d040, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f4d040, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f4d040) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f4cc28, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f4d900, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f4d900, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f4d900) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f4cc28, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f4f0d0, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f4f878, 0xb74d2c82, 0x9f4f0d0, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9f4fa48, 0xb74d2c82, 0x9f4f0d0, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74a949d, 0x9f4cc28, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74d2f54, 0x9f4cc28, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74ec524, 0x9f4cc28, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74d2fd0, 0x9f4cc28, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74d2fd0, 0x9f4cc28, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74d2ff4, 0x9f4cc28, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74d3048, 0x9f4cc28, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74ec5d4, 0x9f4cc28, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74ec62c, 0x9f4cc28, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74ec680, 0x9f4cc28, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74d2d70, 0x9f4cc28, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74ea74f, 0x9f4cc28, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9f4cc28, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74d2ff4, 0x9f50c40, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74ec5d4, 0x9f50c40, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74d2f7c, 0x9f50c40, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74f0198, 0x9f50c40, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74ed8d5, 0x9f50c40, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74ea74f, 0x9f50c40, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c99be0, 0xb74a949d, 0x9f50c40, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9f50c40, 0xb74e8a40, 0x9f4cc28, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f50c40, 0xb74d2ea8, 0x9f4cc28, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9f4cc28, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f4cc28, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f50ed8, 0xb74ec6e4, 0x9f4cc28, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f50ed8, 0xb74ec83a, 0x9f4cc28, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f50ed8, 0xb74ec86d, 0x9f4cc28, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9f4f0d0, 0xb74d2cee, 0x9c9a458, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f50c40, 0xb74d2ea8, 0x9c9a458, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f4f0d0, 0xb74d2d1b, 0x9c9a458, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ccf0e8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9ccf0e8, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9ccf0e8, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f4cab8, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f51cf0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f4cab8, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f51cf0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f51cf0, 0xb74cac23, 0x9ccf0e8, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f51cf0, 0xb74d2c45, 0x9ccf0e8, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9ccf0e8, 0xbfc075e4, 0, 0, 0) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f52170, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f52478) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f52170, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f52478) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f52478, 0xb74cac23, 0x9ccf0e8, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f52478, 0xb74d2c45, 0x9ccf0e8, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f51cf0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f4cab8, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f51cf0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f52478, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f52170, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f52478) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ccf0e8, 0xbfc076a4, 0x9f52478, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9f537d0, 0xb74ec6e4, 0x9ccf0e8, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f537d0, 0xb74ec83a, 0x9ccf0e8, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f537d0, 0xb74ec86d, 0x9ccf0e8, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f52478, 0xb74dc9f0, 0x9ccf0e8, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f51cf0, 0xb74dc9f0, 0x9ccf0e8, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f52478, 0xb74cac23, 0x9ccf0e8, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f51cf0, 0xb74cac23, 0x9ccf0e8, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cceef0, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f53988, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f53988, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f52478, 0xb74cac23, 0x9f53988, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f52478, 0xb74d2c45, 0x9f53988, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9ccf0e8, 0xb74a949d, 0x9f53988, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f53988, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9f54160) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f53988, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 25, 24, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9f54340) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9ccf0e8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ccf0e8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ccf0e8, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ccf0e8, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9f52420) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f4cab8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f4cab8, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f4cab8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ccf0e8, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f52170, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f52170, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f52170) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9ccf0e8, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f53988, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f54160, 0xb74d2c82, 0x9f53988, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9f54340, 0xb74d2c82, 0x9f53988, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74a949d, 0x9ccf0e8, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74d2f54, 0x9ccf0e8, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74ec524, 0x9ccf0e8, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74d2fd0, 0x9ccf0e8, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74d2fd0, 0x9ccf0e8, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74d2ff4, 0x9ccf0e8, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74d3048, 0x9ccf0e8, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74ec5d4, 0x9ccf0e8, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74ec62c, 0x9ccf0e8, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74ec680, 0x9ccf0e8, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74d2d70, 0x9ccf0e8, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74ea74f, 0x9ccf0e8, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9ccf0e8, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74d2ff4, 0x9f55500, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74ec5d4, 0x9f55500, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74d2f7c, 0x9f55500, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74f0198, 0x9f55500, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74ed8d5, 0x9f55500, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74ea74f, 0x9f55500, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9ccd758, 0xb74a949d, 0x9f55500, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9f55500, 0xb74e8a40, 0x9ccf0e8, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f55500, 0xb74d2ea8, 0x9ccf0e8, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9ccf0e8, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9ccf0e8, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f55760, 0xb74ec6e4, 0x9ccf0e8, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f55760, 0xb74ec83a, 0x9ccf0e8, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f55760, 0xb74ec86d, 0x9ccf0e8, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9f53988, 0xb74d2cee, 0x9cceef0, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f55500, 0xb74d2ea8, 0x9cceef0, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f53988, 0xb74d2d1b, 0x9cceef0, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f55b20, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9f55b20, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f55b20, 0xbfc075e4, 0, 0, 40800) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f50f38, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f56450) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f50f38, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f56450) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f56450, 0xb74cac23, 0x9f55b20, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f56450, 0xb74d2c45, 0x9f55b20, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f55b20, 0xbfc075e4, 0, 0, 40800) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f568d0, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f56ba0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f568d0, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f56ba0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f56ba0, 0xb74cac23, 0x9f55b20, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f56ba0, 0xb74d2c45, 0x9f55b20, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f56450, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f50f38, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f56450) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f56ba0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f568d0, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f56ba0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f55b20, 0xbfc076a4, 0x9f56ba0, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9f57e98, 0xb74ec6e4, 0x9f55b20, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f57e98, 0xb74ec83a, 0x9f55b20, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f57e98, 0xb74ec86d, 0x9f55b20, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f56ba0, 0xb74dc9f0, 0x9f55b20, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f56450, 0xb74dc9f0, 0x9f55b20, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f56ba0, 0xb74cac23, 0x9f55b20, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f56450, 0xb74cac23, 0x9f55b20, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9caea08, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f58050, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f58050, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f56ba0, 0xb74cac23, 0x9f58050, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f56ba0, 0xb74d2c45, 0x9f58050, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f55b20, 0xb74a949d, 0x9f58050, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f58050, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9f58828) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f58050, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 25, 24, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9f58a08) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f55b20, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f55b20, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f55b20, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f55b20, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9f540b8) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f50f38, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f50f38, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f50f38) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f55b20, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f568d0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f568d0, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f568d0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f55b20, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f58050, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f58828, 0xb74d2c82, 0x9f58050, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9f58a08, 0xb74d2c82, 0x9f58050, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74a949d, 0x9f55b20, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74d2f54, 0x9f55b20, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74ec524, 0x9f55b20, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74d2fd0, 0x9f55b20, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74d2fd0, 0x9f55b20, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74d2ff4, 0x9f55b20, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74d3048, 0x9f55b20, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74ec5d4, 0x9f55b20, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74ec62c, 0x9f55b20, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74ec680, 0x9f55b20, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74d2d70, 0x9f55b20, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74ea74f, 0x9f55b20, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9f55b20, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74d2ff4, 0x9f59c10, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74ec5d4, 0x9f59c10, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74d2f7c, 0x9f59c10, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74f0198, 0x9f59c10, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74ed8d5, 0x9f59c10, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74ea74f, 0x9f59c10, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cae168, 0xb74a949d, 0x9f59c10, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9f59c10, 0xb74e8a40, 0x9f55b20, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f59c10, 0xb74d2ea8, 0x9f55b20, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9f55b20, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f55b20, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f59e70, 0xb74ec6e4, 0x9f55b20, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f59e70, 0xb74ec83a, 0x9f55b20, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f59e70, 0xb74ec86d, 0x9f55b20, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9f58050, 0xb74d2cee, 0x9caea08, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f59c10, 0xb74d2ea8, 0x9caea08, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f58050, 0xb74d2d1b, 0x9caea08, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9c33e1c, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76def68 -_ZN7QObject13connectNotifyEPKc(0x9c02670, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eca28 -_ZN7QObject13connectNotifyEPKc(0x9c30b40, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eca28 -_ZN9QLineEdit5eventEP6QEvent(0x9d1c050, 0xbfc07e84, 0xbfc07e84, 124, 92440 -_ZN9QLineEdit11changeEventEP6QEvent(0x9d1c050, 0xbfc07e84, 0, 0xb76efff4, 1) = 0x9d1cc48 -<... _ZN9QLineEdit5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget11styleChangeER6QStyle(0x9d1c050, 0x9bf3970, 0xbfc07e84, 0x9bad024, 32) = 0x8159728 -_ZN7QObject13connectNotifyEPKc(0x9c07980, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9c07980, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9c07980, 0xbfc075e4, 0, 0, 17560) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f5b930, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f5bf60) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f5b930, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f5bf60) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f5bf60, 0xb74cac23, 0x9c07980, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f5bf60, 0xb74d2c45, 0x9c07980, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c07980, 0xbfc075e4, 0, 0, 17560) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f5c408, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f5c6b8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f5c408, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f5c6b8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f5c6b8, 0xb74cac23, 0x9c07980, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f5c6b8, 0xb74d2c45, 0x9c07980, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f5bf60, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f5b930, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f5bf60) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f5c6b8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f5c408, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f5c6b8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c07980, 0xbfc076a4, 0x9f5c6b8, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9f5da20, 0xb74ec6e4, 0x9c07980, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f5da20, 0xb74ec83a, 0x9c07980, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f5da20, 0xb74ec86d, 0x9c07980, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f5c6b8, 0xb74dc9f0, 0x9c07980, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f5bf60, 0xb74dc9f0, 0x9c07980, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f5c6b8, 0xb74cac23, 0x9c07980, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f5bf60, 0xb74cac23, 0x9c07980, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c48df8, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f5dbd8, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f5dbd8, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f5c6b8, 0xb74cac23, 0x9f5dbd8, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f5c6b8, 0xb74d2c45, 0x9f5dbd8, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9c07980, 0xb74a949d, 0x9f5dbd8, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f5dbd8, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9f5e420) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f5dbd8, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 25, 24, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9f5e600) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c07980, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c07980, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c07980, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c07980, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9f5b828) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f5b930, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f5b930, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f5b930) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c07980, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f5c408, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f5c408, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f5c408) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c07980, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f5dbd8, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f5e420, 0xb74d2c82, 0x9f5dbd8, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9f5e600, 0xb74d2c82, 0x9f5dbd8, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74a949d, 0x9c07980, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74d2f54, 0x9c07980, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74ec524, 0x9c07980, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74d2fd0, 0x9c07980, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74d2fd0, 0x9c07980, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74d2ff4, 0x9c07980, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74d3048, 0x9c07980, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74ec5d4, 0x9c07980, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74ec62c, 0x9c07980, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74ec680, 0x9c07980, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74d2d70, 0x9c07980, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74ea74f, 0x9c07980, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9c07980, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74d2ff4, 0x9f5f750, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74ec5d4, 0x9f5f750, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74d2f7c, 0x9f5f750, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74f0198, 0x9f5f750, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74ed8d5, 0x9f5f750, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74ea74f, 0x9f5f750, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c7eed8, 0xb74a949d, 0x9f5f750, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9f5f750, 0xb74e8a40, 0x9c07980, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f5f750, 0xb74d2ea8, 0x9c07980, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9c07980, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c07980, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f5f9e8, 0xb74ec6e4, 0x9c07980, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f5f9e8, 0xb74ec83a, 0x9c07980, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f5f9e8, 0xb74ec86d, 0x9c07980, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9f5dbd8, 0xb74d2cee, 0x9c48df8, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f5f750, 0xb74d2ea8, 0x9c48df8, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f5dbd8, 0xb74d2d1b, 0x9c48df8, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9c02478, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dcba8 -_ZN7QObject13connectNotifyEPKc(0x9f5ffb0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9f5ffb0, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f5ffb0, 0xbfc075e4, 0, 0, 133720) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f5fa48, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f609a0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f5fa48, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f609a0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f609a0, 0xb74cac23, 0x9f5ffb0, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f609a0, 0xb74d2c45, 0x9f5ffb0, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f5ffb0, 0xbfc075e4, 0, 0, 133720) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f60e20, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f610f0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f60e20, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f610f0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f610f0, 0xb74cac23, 0x9f5ffb0, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f610f0, 0xb74d2c45, 0x9f5ffb0, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f609a0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f5fa48, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f609a0) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f610f0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f60e20, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f610f0) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f5ffb0, 0xbfc076a4, 0x9f610f0, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9f60e68, 0xb74ec6e4, 0x9f5ffb0, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f60e68, 0xb74ec83a, 0x9f5ffb0, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f60e68, 0xb74ec86d, 0x9f5ffb0, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f610f0, 0xb74dc9f0, 0x9f5ffb0, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f609a0, 0xb74dc9f0, 0x9f5ffb0, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f610f0, 0xb74cac23, 0x9f5ffb0, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f609a0, 0xb74cac23, 0x9f5ffb0, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c362d0, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1f950, 8, 10, 0xac97a6, 0xbfc07624 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6c21ff4, 0xb6e95f0f, 0x9bfdd20) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f62610, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f62610, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f610f0, 0xb74cac23, 0x9f62610, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f610f0, 0xb74d2c45, 0x9f62610, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f5ffb0, 0xb74a949d, 0x9f62610, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f62610, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1f950, 8, 0, 0xb76efff4, 0x9f62db8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 16, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f62610, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1f950, 8, 2, 0x9f62d80, 24 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 56, 40, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f5ffb0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f5ffb0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f5ffb0, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f5ffb0, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9f5fee0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f5fa48, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f5fa48, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f5fa48) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f5ffb0, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f60e20, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f60e20, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f60e20) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f5ffb0, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f62610, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f62db8, 0xb74d2c82, 0x9f62610, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9f62f88, 0xb74d2c82, 0x9f62610, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74a949d, 0x9f5ffb0, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74d2f54, 0x9f5ffb0, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74ec524, 0x9f5ffb0, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74d2fd0, 0x9f5ffb0, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74d2fd0, 0x9f5ffb0, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74d2ff4, 0x9f5ffb0, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74d3048, 0x9f5ffb0, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74ec5d4, 0x9f5ffb0, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74ec62c, 0x9f5ffb0, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74ec680, 0x9f5ffb0, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74d2d70, 0x9f5ffb0, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74ea74f, 0x9f5ffb0, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9f5ffb0, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74d2ff4, 0x9f641e8, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74ec5d4, 0x9f641e8, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74d2f7c, 0x9f641e8, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74f0198, 0x9f641e8, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74ed8d5, 0x9f641e8, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74ea74f, 0x9f641e8, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c34230, 0xb74a949d, 0x9f641e8, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9f641e8, 0xb74e8a40, 0x9f5ffb0, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f641e8, 0xb74d2ea8, 0x9f5ffb0, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9f5ffb0, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f5ffb0, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f64448, 0xb74ec6e4, 0x9f5ffb0, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f64448, 0xb74ec83a, 0x9f5ffb0, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f64448, 0xb74ec86d, 0x9f5ffb0, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9f62610, 0xb74d2cee, 0x9c362d0, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f641e8, 0xb74d2ea8, 0x9c362d0, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f62610, 0xb74d2d1b, 0x9c362d0, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f64808, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9f64808, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f64808, 0xbfc075e4, 0, 0, 115408) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f64c20, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f650e8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f64c20, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f650e8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f650e8, 0xb74cac23, 0x9f64808, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f650e8, 0xb74d2c45, 0x9f64808, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f64808, 0xbfc075e4, 0, 0, 115408) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f65590, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f65840) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f65590, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f65840) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f65840, 0xb74cac23, 0x9f64808, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f65840, 0xb74d2c45, 0x9f64808, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f650e8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f64c20, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f650e8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f65840, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f65590, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f65840) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f64808, 0xbfc076a4, 0x9f65840, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9f646b0, 0xb74ec6e4, 0x9f64808, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f646b0, 0xb74ec83a, 0x9f64808, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f646b0, 0xb74ec86d, 0x9f64808, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f65840, 0xb74dc9f0, 0x9f64808, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f650e8, 0xb74dc9f0, 0x9f64808, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f65840, 0xb74cac23, 0x9f64808, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f650e8, 0xb74cac23, 0x9f64808, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c93698, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f66d60, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f66d60, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f65840, 0xb74cac23, 0x9f66d60, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f65840, 0xb74d2c45, 0x9f66d60, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f64808, 0xb74a949d, 0x9f66d60, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f66d60, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9f67508) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f66d60, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 17, 16, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9f676d8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f64808, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f64808, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f64808, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f64808, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9f60048) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f64c20, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f64c20, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f64c20) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f64808, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f65590, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f65590, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f65590) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f64808, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f66d60, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f67508, 0xb74d2c82, 0x9f66d60, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9f676d8, 0xb74d2c82, 0x9f66d60, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74a949d, 0x9f64808, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74d2f54, 0x9f64808, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74ec524, 0x9f64808, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74d2fd0, 0x9f64808, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74d2fd0, 0x9f64808, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74d2ff4, 0x9f64808, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74d3048, 0x9f64808, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74ec5d4, 0x9f64808, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74ec62c, 0x9f64808, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74ec680, 0x9f64808, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74d2d70, 0x9f64808, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74ea74f, 0x9f64808, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9f64808, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74d2ff4, 0x9f68940, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74ec5d4, 0x9f68940, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74d2f7c, 0x9f68940, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74f0198, 0x9f68940, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74ed8d5, 0x9f68940, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74ea74f, 0x9f68940, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9c912d8, 0xb74a949d, 0x9f68940, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9f68940, 0xb74e8a40, 0x9f64808, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f68940, 0xb74d2ea8, 0x9f64808, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9f64808, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f64808, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f68ba0, 0xb74ec6e4, 0x9f64808, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f68ba0, 0xb74ec83a, 0x9f64808, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f68ba0, 0xb74ec86d, 0x9f64808, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9f66d60, 0xb74d2cee, 0x9c93698, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f68940, 0xb74d2ea8, 0x9c93698, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f66d60, 0xb74d2d1b, 0x9c93698, 17, 0xb76dbc04) = 0xb76eada8 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0xbfc07e84, 0xbfc07e84, 124, 92440 -_ZN7QWidget11changeEventEP6QEvent(0x9d123b0, 0xbfc07e84, 0, 0xb6d627bc, 0xb76efff4) = 0x9d18790 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget11styleChangeER6QStyle(0x9d123b0, 0x9bf3970, 0xbfc07e84, 0x9bad024, 32) = 0x8159a28 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07e84, 0xbfc07e84, 124, 92440 -_ZN8QToolBar11changeEventEP6QEvent(0x9c50830, 0xbfc07e84, 0x9cc6ad8, 0xb6db96bc, 0x9cc6ad8 -_ZN7QObject13connectNotifyEPKc(0x9c50830, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0x815ba08 -<... _ZN8QToolBar11changeEventEP6QEvent resumed> ) = 0x9c4b0b8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget11styleChangeER6QStyle(0x9c50830, 0x9bf3970, 0xbfc07e84, 0x9bad024, 32) = 0x815ba08 -_ZN7QObject13connectNotifyEPKc(0x9bff3c0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eca28 -_ZN7QObject13connectNotifyEPKc(0x9c9a650, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eb488 -_ZN7QObject10childEventEP11QChildEvent(0x9c9a650, 0xbfc07624, 80, 0xb65d3d3c, 68) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9c9a650, 0xbfc075e4, 0, 0, 93232) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f6a1e8, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f6a7c8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f6a1e8, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f6a7c8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f6a7c8, 0xb74cac23, 0x9c9a650, 1, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f6a7c8, 0xb74d2c45, 0x9c9a650, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9c9a650, 0xbfc075e4, 0, 0, 93232) = 0xb76df148 -_ZN7QObject10childEventEP11QChildEvent(0x9f6ac70, 0xbfc07594, 0xbfc074c4, 0xb6db96bc, 0x9f6af58) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f6ac70, 0xbfc07624, 0xbfc075a4, 0xb6db96bc, 0x9f6af58) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f6af58, 0xb74cac23, 0x9c9a650, 2, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f6af58, 0xb74d2c45, 0x9c9a650, 3, 0x81b2210) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f6a7c8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f6a1e8, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f6a7c8) = 0xb76df2e8 -_ZN7QObject13connectNotifyEPKc(0x9f6af58, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9f6ac70, 0xbfc074b0, 0xb76f3adc, 0xb76efff4, 0x9f6af58) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c9a650, 0xbfc076a4, 0x9f6af58, 0xb7178459, 0xbfc07068) = 0xb76e39e8 -_ZN7QObject13connectNotifyEPKc(0x9f69a60, 0xb74ec6e4, 0x9c9a650, 28, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f69a60, 0xb74ec83a, 0x9c9a650, 29, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f69a60, 0xb74ec86d, 0x9c9a650, 8, 0xb76e3b7c) = 0xb76e5e28 -_ZN7QObject13connectNotifyEPKc(0x9f6af58, 0xb74dc9f0, 0x9c9a650, 24, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f6a7c8, 0xb74dc9f0, 0x9c9a650, 25, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f6af58, 0xb74cac23, 0x9c9a650, 26, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f6a7c8, 0xb74cac23, 0x9c9a650, 27, 0xb76e3b7c) = 0xb76ebd48 -_ZN7QObject10childEventEP11QChildEvent(0x9cddf50, 0xbfc07624, 99, 29, 0x9bf8a28) = 0xb76dbb08 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 16, 0xb66fd470, 0xb66fd478 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 40, 0xb66fd470, 0xb66fd478) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f6c438, 0xbfc07644, 6145, 0xb76efff4, 0xb6c223e0) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f6c438, 0xbfc07624, 80, 11, 1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f6af58, 0xb74cac23, 0x9f6c438, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9f6af58, 0xb74d2c45, 0x9f6c438, 3, 0xb76eaf94) = 0xb76ebd48 -_ZN7QObject13connectNotifyEPKc(0x9c9a650, 0xb74a949d, 0x9f6c438, 4, 0xb76eaf94) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f6c438, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 0xbfc075e0, 0xb65d1011, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6ac3c85, 0xb6faa490, 0x9f6cbe0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9f6c438, 0xbfc07654, 99, 29, 0xb76efff4) = 0xb76eada8 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c1a1b0, 8, 17, 16, 0xbfc075e0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 49, 0xb6faa490, 0x9f6cdb0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QObject10childEventEP11QChildEvent(0x9c9a650, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c9a650, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c9a650, 0xbfc06dec, 68, 0xb65d1011, 0xb76efff4) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c9a650, 0xbfc07450, 0xb6c21ff4, 0xb6ad61e8, 0x9f6af00) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f6a1e8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f6a1e8, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f6a1e8) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c9a650, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f6ac70, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9f6ac70, 0xbfc06edc, 0xb7143429, 0xb6d9311e, 0x9f6ac70) = 0xb76df2e8 -_ZN7QObject10childEventEP11QChildEvent(0x9c9a650, 0xbfc07450, 0xbfc06f24, 0xbfc06f34, 0xb74aab20) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9f6c438, 0xbfc074b0, 0xbfc07080, 0xb6d5c20b, 0xb6c21ff4) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f6cbe0, 0xb74d2c82, 0x9f6c438, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9f6cdb0, 0xb74d2c82, 0x9f6c438, 2, 0xb76eaf94) = 0xb76eaca8 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74a949d, 0x9c9a650, 36, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74d2f54, 0x9c9a650, 16, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74ec524, 0x9c9a650, 38, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74d2fd0, 0x9c9a650, 17, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74d2fd0, 0x9c9a650, 34, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74d2ff4, 0x9c9a650, 18, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74d3048, 0x9c9a650, 35, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74ec5d4, 0x9c9a650, 31, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74ec62c, 0x9c9a650, 32, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74ec680, 0x9c9a650, 33, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74d2d70, 0x9c9a650, 6, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74ea74f, 0x9c9a650, 37, 0xb76e3b7c) = 0xb76e5808 -_ZN7QObject10childEventEP11QChildEvent(0x9c9a650, 0xbfc076e4, 0xbfc0728c, 0xb70fd28c, 0xbfc072c0) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74d2ff4, 0x9f6dfa8, 11, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74ec5d4, 0x9f6dfa8, 10, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74d2f7c, 0x9f6dfa8, 13, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74f0198, 0x9f6dfa8, 12, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74ed8d5, 0x9f6dfa8, 14, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74ea74f, 0x9f6dfa8, 15, 0xb76e4868) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9cdd710, 0xb74a949d, 0x9f6dfa8, 2, 0x81b22f0) = 0xb76e5808 -_ZN7QObject13connectNotifyEPKc(0x9f6dfa8, 0xb74e8a40, 0x9c9a650, 19, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f6dfa8, 0xb74d2ea8, 0x9c9a650, 20, 0xb76e3b7c) = 0xb76e4828 -_ZN7QObject10childEventEP11QChildEvent(0x9c9a650, 0xbfc076b4, 0xbfc0728c, 0xb6fb1b45, 0xbfc07018) = 0xb76eab08 -_ZN7QObject10childEventEP11QChildEvent(0x9c9a650, 0xbfc07644, 0x9bad118, 0xb76efff4, 0xbfc07450) = 0xb76eab08 -_ZN7QObject13connectNotifyEPKc(0x9f6e240, 0xb74ec6e4, 0x9c9a650, 28, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f6e240, 0xb74ec83a, 0x9c9a650, 29, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject13connectNotifyEPKc(0x9f6e240, 0xb74ec86d, 0x9c9a650, 8, 0xb76e3b7c) = 0xb76eaea8 -_ZN7QObject10childEventEP11QChildEvent(0xbfc077dc, 0xbfc07624, 0xbfc0728c, 0xb76efff4, 0xb6db8e4f) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc077dc, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0x9f6c438, 0xb74d2cee, 0x9cddf50, 12, 0xb76dbc04) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f6dfa8, 0xb74d2ea8, 0x9cddf50, 13, 0xb76dbc04) = 0xb76e4828 -_ZN7QObject13connectNotifyEPKc(0x9f6c438, 0xb74d2d1b, 0x9cddf50, 17, 0xb76dbc04) = 0xb76eada8 -<... _ZN12QApplication13setStyleSheetERK7QString resumed> ) = 0 -_Z5qFreePv(0x9da2ee0, 0x9cf2438, 0x9dbd378, 0xb6d626b0, 0xbfc08120) = 0 -_ZN5QFile5closeEv(0xbfc07f48, 0xbfc07f70, 0, 0, 0) = 0x81b2420 -_ZN7QWidget10setVisibleEb(0xbfc07f88, 1, 0xb6a45c99, 0xbfc08120, 0 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07a20, 0xbfc07a20, 0x9e61fa0, 0) = 0 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07e30, 0xbfc07e30, 4, 0x9bcb348 -strcmp("QWorkspaceChild", "pv::MainWindow") = -1 -_ZN11QMainWindow11qt_metacastEPKc(0xbfc07f88, 0xb74cf0fe, 0xbfc07a34, 0xb6ebda04, 0xb76efff4) = 0 -strcmp("QDockSeparator", "pv::MainWindow") = -1 -_ZN11QMainWindow11qt_metacastEPKc(0xbfc07f88, 0xb74cc728, 0xbfc07a34, 0xb6ebda04, 0xb76efff4) = 0 -strcmp("QDockWidgetSeparator", "pv::MainWindow") = -1 -_ZN11QMainWindow11qt_metacastEPKc(0xbfc07f88, 0xb74cc737, 0xbfc07a34, 0xb6ebda04, 0xb76efff4) = 0 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc076b4, 0xbfc076b4, 0xbfc073e0, 0xbfc07394) = 0 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc0782c, 0xbfc0782c, -1, -1 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc0782c, 0xbfc07268, 0xb6828ff4, 32) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc0782c, 0xbfc0782c, -1, -1 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc0782c, 0xbfc07268, 0xb6828ff4, 32) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc0782c, 0xbfc0782c, -1, -1 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc0782c, 0xbfc07268, 0xb6828ff4, 32) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc0782c, 0xbfc0782c, -1, -1 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc0782c, 0xbfc07268, 0xb6828ff4, 32) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc0782c, 0xbfc0782c, -1, -1 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc0782c, 0xbfc07268, 0xb6828ff4, 32) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc0782c, 0xbfc0782c, -1, -1 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc0782c, 0xbfc07268, 0xb6828ff4, 32) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc0782c, 0xbfc0782c, -1, -1 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc0782c, 0xbfc07268, 0xb6828ff4, 32) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc0782c, 0xbfc0782c, -1, -1 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc0782c, 0xbfc07268, 0xb6828ff4, 32) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc0782c, 0xbfc0782c, -1, -1 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc0782c, 0xbfc07268, 0xb6828ff4, 32) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc0782c, 0xbfc0782c, -1, -1 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc0782c, 0xbfc07268, 0xb6828ff4, 32) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc0782c, 0xbfc0782c, -1, -1 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc0782c, 0xbfc07268, 0xb6828ff4, 32) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN7QObject13connectNotifyEPKc(0x9bfebc0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76ebc28 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07dc0, 0xbfc07dc0, 0xb657ae76, 6 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc07dc0, 0xb749bdd9, 0x9bfebc0, 0x9bfebc0) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07dd0, 0xbfc07dd0, 0xb657ae76, 6 -strcmp("QWorkspaceChild", "pv::toolbars::SamplingBar") = -1 -_ZN8QToolBar11qt_metacastEPKc(0x9bffeb8, 0xb74cf0fe, 0, 0xb76efff4, 0xb76efff4) = 0 -strcmp("QDockSeparator", "pv::toolbars::SamplingBar") = -1 -_ZN8QToolBar11qt_metacastEPKc(0x9bffeb8, 0xb74cc728, 0, 0xb76efff4, 0xb76efff4) = 0 -strcmp("QDockWidgetSeparator", "pv::toolbars::SamplingBar") = -1 -_ZN8QToolBar11qt_metacastEPKc(0x9bffeb8, 0xb74cc737, 0, 0xb76efff4, 0xb76efff4) = 0 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc075f4, 0xbfc075f4, 0xb70dc747, 0xbfc07434) = 0 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07634, 0xbfc07634, 0xbfc07360, 0xbfc07314) = 0 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc075ec, 0xbfc075ec, 0xbfc0743c, 0xbfc074bc -_ZN8QToolBar11changeEventEP6QEvent(0x9bffeb8, 0xbfc075ec, 0xbfc071f4, 0xb6e94bfd, 0x9ec32f8) = 128 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget13paletteChangeERK8QPalette(0x9bffeb8, 0x9bffff4, 0xbfc075ec, 0xb76efff4, 1) = 0x9bffeb8 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc077ac, 0, 0x9f6f0a8, 0x9ec02e8) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc077ac, 0, 0x9f6f0a8, 0x9ec02e8) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc077ac, 0, 0x9f6f0a8, 0x9ec02e8) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc077ac, 0, 0x9f6f0a8, 0x9ec02e8) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc077ac, 0, 0x9f6f0a8, 0x9ec02e8) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc077ac, 0, 0x9f6f0a8, 0x9ec02e8) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc077ac, 0, 0x9f6f0a8, 0x9ec02e8) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc077ac, 0, 0x9f6f0a8, 0x9ec02e8) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc077ac, 0, 0x9f6f0a8, 0x9ec02e8) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07d60, 0xbfc07d60, 0xb6137740, 0xbfc07b2c -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07d60, 0xb70e13b9, 0xb7750b5c, 0xbfc077e0) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07d60, 0xbfc07d60, 0xb6137740, 0xbfc07b2c -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07d60, 0, 0xb6d5b5bc, -1) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0xbfc0709c, 0xbfc06ee4, 2050, 0xb76efff4, 0x9eca9e0) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc0709c, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject10childEventEP11QChildEvent(0x9bffed4, 0xbfc077bc, 0xbfc07534, 0xb76efff4, 0xbfc07354) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9ed0168, 0xbfc0775c, 48, 0xb6828ff4, 104) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed0168, 0xbfc0775c, 48, 0xb6828ff4, 104) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed0168, 0xbfc0775c, 48, 0xb6828ff4, 104) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ed09b0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed0168, 0xbfc07ca0, 0x9ed09b0, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ed0b90, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed0168, 0xbfc07ca0, 0x9ed0b90, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9bffed4, 0xbfc07d00, 0xbfc078d0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07d60, 0xbfc07d60, 0xb6137740, 0xbf017b2c -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07d60, 0x9ed0b90, 0xb6adeaac, 0x9bffed4) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07d60, 0xbfc07d60, 0xb6137740, 0xbf017b2c -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07d60, 0, 0xb6d5b5bc, -1) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07d60, 0xbfc07d60, 0xb6137740, 0xbf017b2c -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07d60, 0xb70e13b9, 0xb7750b5c, 0xbfc077e0) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07dc0, 0xbfc07dc0, 0xb657ae76, 65542 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc07dc0, 0xbfc07940, 0xb6d5c20b, 0xb6c21ff4) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07dd0, 0xbfc07dd0, 0xb657ae76, 65542 -strcmp("QWorkspaceChild", "pv::toolbars::TrigBar") = -1 -_ZN8QToolBar11qt_metacastEPKc(0x9c02b98, 0xb74cf0fe, 0xb7264379, 0xb76efff4, 0xb76efff4) = 0 -strcmp("QDockSeparator", "pv::toolbars::TrigBar") = -1 -_ZN8QToolBar11qt_metacastEPKc(0x9c02b98, 0xb74cc728, 0xb7264379, 0xb76efff4, 0xb76efff4) = 0 -strcmp("QDockWidgetSeparator", "pv::toolbars::TrigBar") = -1 -_ZN8QToolBar11qt_metacastEPKc(0x9c02b98, 0xb74cc737, 0xb7264379, 0xb76efff4, 0xb76efff4) = 0 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc075f4, 0xbfc075f4, 0xb70dc747, 0xbfc07434) = 0 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07634, 0xbfc07634, 0xbfc07360, 0xbfc07314) = 0 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc075ec, 0xbfc075ec, 0xbfc0743c, 0xbfc074bc -_ZN8QToolBar11changeEventEP6QEvent(0x9c02b98, 0xbfc075ec, 0xbfc071f4, 0xb6e94bfd, 0x9ecd4b8) = 128 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget13paletteChangeERK8QPalette(0x9c02b98, 0x9c02d04, 0xbfc075ec, 0xb76efff4, 1) = 0x9c02b98 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc077ac, 0, 0x9f71b78, 0x9ecd2e8) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc077ac, 0, 0x9f71b78, 0x9ecd2e8) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc077ac, 0, 0x9f71b78, 0x9ecd2e8) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc077ac, 0, 0x9f71b78, 0x9ecd2e8) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc077ac, 0, 0x9f71b78, 0x9ecd2e8) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc077ac, 0, 0x9f71b78, 0x9ecd2e8) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc077ac, 0, 0x9f71b78, 0x9ecd2e8) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc077ac, 0, 0x9f71b78, 0x9ecd2e8) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc077ac, 0, 0x9f71b78, 0x9ecd2e8) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07d60, 0xbfc07d60, 0xb6137740, 0xbf017b2c -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07d60, 0xb70e13b9, 0xb7750b5c, 0xbfc077e0) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07d60, 0xbfc07d60, 0xb6137740, 0xbf017b2c -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07d60, 0xb70e13b9, 0xb7750b5c, 0xbfc077e0) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07d60, 0xbfc07d60, 0xb6137740, 0xbf017b2c -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07d60, 0xb70e13b9, 0xb7750b5c, 0xbfc077e0) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07d60, 0xbfc07d60, 0xb6137740, 0xbf017b2c -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07d60, 0xb70e13b9, 0xb7750b5c, 0xbfc077e0) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07d60, 0xbfc07d60, 0xb6137740, 0xbf017b2c -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07d60, 0xb70e13b9, 0xb7750b5c, 0xbfc077e0) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07dc0, 0xbfc07dc0, 0xb657ae76, 65542 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc07dc0, 0xbfc07940, 0xb6d5c20b, 0xb6c21ff4) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc07dd0, 0xbfc07dd0, 0xb657ae76, 65542 -strcmp("QWorkspaceChild", "pv::toolbars::FileBar") = -1 -_ZN8QToolBar11qt_metacastEPKc(0x9c4ed58, 0xb74cf0fe, 0xb7264379, 0xb76efff4, 0xb76efff4) = 0 -strcmp("QDockSeparator", "pv::toolbars::FileBar") = -1 -_ZN8QToolBar11qt_metacastEPKc(0x9c4ed58, 0xb74cc728, 0xb7264379, 0xb76efff4, 0xb76efff4) = 0 -strcmp("QDockWidgetSeparator", "pv::toolbars::FileBar") = -1 -_ZN8QToolBar11qt_metacastEPKc(0x9c4ed58, 0xb74cc737, 0xb7264379, 0xb76efff4, 0xb76efff4) = 0 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc075f4, 0xbfc075f4, 0xb70dc747, 0xbfc07434) = 0 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc07634, 0xbfc07634, 0xbfc07360, 0xbfc07314) = 0 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc075ec, 0xbfc075ec, 0xbfc0743c, 0xbfc074bc -_ZN8QToolBar11changeEventEP6QEvent(0x9c4ed58, 0xbfc075ec, 0xbfc071f4, 0xb6e94bfd, 0x9f30170) = 128 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget13paletteChangeERK8QPalette(0x9c4ed58, 0x9c4b75c, 0xbfc075ec, 0xb76efff4, 1) = 0x9c4ed58 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c4ed58, 0xbfc077ac, 0, 0x9f301d0, 0x9f2ffa8) = 0x9c4ed58 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c4ed58, 0xbfc077ac, 0, 0x9f301d0, 0x9f2ffa8) = 0x9c4ed58 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c4ed58, 0xbfc077ac, 0, 0x9f301d0, 0x9f2ffa8) = 0x9c4ed58 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc07d60, 0xbfc07d60, 0xb6137740, 0xbf017b2c -_ZN8QToolBar10childEventEP11QChildEvent(0x9c4ed58, 0xbfc07d60, 0xb70e13b9, 0xb7750b5c, 0xbfc077e0) = 0x9c4ed58 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc07d60, 0xbfc07d60, 0xb6137740, 0xbf017b2c -_ZN8QToolBar10childEventEP11QChildEvent(0x9c4ed58, 0xbfc07d60, 0xb70e13b9, 0xb7750b5c, 0xbfc077e0) = 0x9c4ed58 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07dc0, 0xbfc07dc0, 0xb657ae76, 65542 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc07dc0, 0xbfc07940, 0xb6d5c20b, 0xb6c21ff4) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07dd0, 0xbfc07dd0, 0xb657ae76, 65542 -strcmp("QWorkspaceChild", "pv::toolbars::DeviceBar") = -1 -_ZN8QToolBar11qt_metacastEPKc(0x9c33df0, 0xb74cf0fe, 0xb7264379, 0xb76efff4, 0xb76efff4) = 0 -strcmp("QDockSeparator", "pv::toolbars::DeviceBar") = -1 -_ZN8QToolBar11qt_metacastEPKc(0x9c33df0, 0xb74cc728, 0xb7264379, 0xb76efff4, 0xb76efff4) = 0 -strcmp("QDockWidgetSeparator", "pv::toolbars::DeviceBar") = -1 -_ZN8QToolBar11qt_metacastEPKc(0x9c33df0, 0xb74cc737, 0xb7264379, 0xb76efff4, 0xb76efff4) = 0 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc075f4, 0xbfc075f4, 0xb70dc747, 0xbfc07434) = 0 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07634, 0xbfc07634, 0xbfc07360, 0xbfc07314) = 0 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc075ec, 0xbfc075ec, 0xbfc0743c, 0xbfc074bc -_ZN8QToolBar11changeEventEP6QEvent(0x9c33df0, 0xbfc075ec, 0xbfc071f4, 0xb6e94bfd, 0x9f358d0) = 128 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget13paletteChangeERK8QPalette(0x9c33df0, 0x9c153b4, 0xbfc075ec, 0xb76efff4, 1) = 0x9c33df0 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c33df0, 0xbfc077ac, 0, 0x9f7b980, 0x9f39fa0) = 0x9c33df0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c33df0, 0xbfc077ac, 0, 0x9f7b980, 0x9f39fa0) = 0x9c33df0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c33df0, 0xbfc077ac, 0, 0x9f7b980, 0x9f39fa0) = 0x9c33df0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c33df0, 0xbfc077ac, 0, 0x9f7b980, 0x9f39fa0) = 0x9c33df0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c33df0, 0xbfc077ac, 0, 0x9f7b980, 0x9f39fa0) = 0x9c33df0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07d60, 0xbfc07d60, 0xb6137740, 0xbf017b2c -_ZN8QToolBar10childEventEP11QChildEvent(0x9c33df0, 0xbfc07d60, 0xb70e13b9, 0xb7750b5c, 0xbfc077e0) = 0x9c33df0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0xbfc0709c, 0xbfc06ee4, 2050, 0xb76efff4, 0x9f43850) = 0xb76dd968 -_ZN7QObject13connectNotifyEPKc(0xbfc0709c, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76dd968 -_ZN7QObject10childEventEP11QChildEvent(0x9c33e08, 0xbfc077bc, 17, 0xb76efff4, 0xbfc07354) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9f46318, 0xbfc0775c, 0xb65cffd0, 0xb6828ff4, 104) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f46318, 0xbfc0775c, 0xb65cffd0, 0xb6828ff4, 104) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f46318, 0xbfc0775c, 0xb65cffd0, 0xb6828ff4, 104) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f46ac0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f46318, 0xbfc07ca0, 0x9f46ac0, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f46c90, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f46318, 0xbfc07ca0, 0x9f46c90, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c33e08, 0xbfc07d00, 0xbfc078d0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07d60, 0xbfc07d60, 0xb6137740, 0xbf017b2c -_ZN8QToolBar10childEventEP11QChildEvent(0x9c33df0, 0xbfc07d60, 0x9f46c90, 0xb6adeaac, 0x9c33e08) = 0x9c33df0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07d60, 0xbfc07d60, 0xb6137740, 0xbf017b2c -_ZN8QToolBar10childEventEP11QChildEvent(0x9c33df0, 0xbfc07d60, 0xb70e13b9, 0xb7750b5c, 0xbfc077e0) = 0x9c33df0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07dc0, 0xbfc07dc0, 0xb657ae76, 65542 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc07dc0, 0xbfc07940, 0xb6d5c20b, 0xb6c21ff4) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07dd0, 0xbfc07dd0, 0xb657ae76, 65542 -strcmp("QWorkspaceChild", "pv::toolbars::LogoBar") = -1 -_ZN8QToolBar11qt_metacastEPKc(0x9c50830, 0xb74cf0fe, 0xb7264379, 0xb76efff4, 0xb76efff4) = 0 -strcmp("QDockSeparator", "pv::toolbars::LogoBar") = -1 -_ZN8QToolBar11qt_metacastEPKc(0x9c50830, 0xb74cc728, 0xb7264379, 0xb76efff4, 0xb76efff4) = 0 -strcmp("QDockWidgetSeparator", "pv::toolbars::LogoBar") = -1 -_ZN8QToolBar11qt_metacastEPKc(0x9c50830, 0xb74cc737, 0xb7264379, 0xb76efff4, 0xb76efff4) = 0 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc075f4, 0xbfc075f4, 0xb70dc747, 0xbfc07434) = 0 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07634, 0xbfc07634, 0xbfc07360, 0xbfc07314) = 0 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc075ec, 0xbfc075ec, 0xbfc0743c, 0xbfc074bc -_ZN8QToolBar11changeEventEP6QEvent(0x9c50830, 0xbfc075ec, 0xbfc071f4, 0xb6e94bfd, 0x9f7d598) = 128 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget13paletteChangeERK8QPalette(0x9c50830, 0x9c1f7a4, 0xbfc075ec, 0xb76efff4, 1) = 0x9c50830 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc077ac, 0, 0x9f7d5a0, 0x9f69738) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc077ac, 0, 0x9f7d5a0, 0x9f69738) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc077ac, 0, 0x9f7d5a0, 0x9f69738) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc077ac, 0, 0x9f7d5a0, 0x9f69738) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc077ac, 0, 0x9f7d5a0, 0x9f69738) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc077ac, 0, 0x9f7d5a0, 0x9f69738) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc077ac, 0xbfc077ac, -1, -1 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc077ac, 0, 0x9f7d5a0, 0x9f69738) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07d60, 0xbfc07d60, 0xb6137740, 0xbf017b2c -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc07d60, 0xb70e13b9, 0xb7750b5c, 0xbfc077e0) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN7QObject13connectNotifyEPKc(0x9c119f0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76d7388 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07d60, 0xbfc07d60, 0xb6137740, 0xbf017b2c -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc07d60, 0, 0xb6e93008, 0) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07d60, 0xbfc07d60, 0xb6137740, 0xbf017b2c -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc07d60, 0xb70e13b9, 0xb7750b5c, 0xbfc077e0) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN7QObject13connectNotifyEPKc(0x9c16d80, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76d7388 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07d60, 0xbfc07d60, 0xb6137740, 0xbf017b2c -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc07d60, 0, 0xb6e93008, 0) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07dc0, 0xbfc07dc0, 0xb657ae76, 65542 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc07dc0, 0xbfc07940, 0xb6d5c20b, 1) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9c17150, 0xbfc077fc, 0xbfc072b0, 0xb6828ff4, 68) = 0xb76dc448 -_ZN7QObject10childEventEP11QChildEvent(0x9c17150, 0xbfc077fc, 0xbfc072b0, 0xb6828ff4, 68) = 0xb76dc448 -_ZN7QObject10childEventEP11QChildEvent(0x9c17150, 0xbfc077fc, 0xbfc072b0, 0xb6828ff4, 68) = 0xb76dc448 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07dc0, 0xbfc07dc0, 0xb657ae76, 65542 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc07dc0, 0xbfc077fc, 0xb6ade8c4, 0xbfc077fc) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9c0cdd8, 0xbfc077fc, 0xbfc072b0, 0xb6828ff4, 68) = 0xb76dc448 -_ZN7QObject10childEventEP11QChildEvent(0x9c0cdd8, 0xbfc077fc, 0xbfc072b0, 0xb6828ff4, 68) = 0xb76dc448 -_ZN7QObject10childEventEP11QChildEvent(0x9c0cdd8, 0xbfc077fc, 0xbfc072b0, 0xb6828ff4, 68) = 0xb76dc448 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07dc0, 0xbfc07dc0, 0xb657ae76, 65542 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc07dc0, 0xbfc077fc, 0xb6ade8c4, 0xbfc077fc) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9d11a68, 0xbfc077fc, 0xbfc072b0, 0xb6828ff4, 68) = 0xb76dc448 -_ZN7QObject10childEventEP11QChildEvent(0x9d11a68, 0xbfc077fc, 0xbfc072b0, 0xb6828ff4, 68) = 0xb76dc448 -_ZN7QObject10childEventEP11QChildEvent(0x9d11a68, 0xbfc077fc, 0xbfc072b0, 0xb6828ff4, 68) = 0xb76dc448 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07dc0, 0xbfc07dc0, 0xb657ae76, 65542 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc07dc0, 0xbfc077fc, 0xb6ade8c4, 0xbfc077fc) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9d12690, 0xbfc077fc, 0xbfc072b0, 0xb6828ff4, 68) = 0xb76dc448 -_ZN7QObject10childEventEP11QChildEvent(0x9d12690, 0xbfc077fc, 0xbfc072b0, 0xb6828ff4, 68) = 0xb76dc448 -_ZN7QObject10childEventEP11QChildEvent(0x9d12690, 0xbfc077fc, 0xbfc072b0, 0xb6828ff4, 68) = 0xb76dc448 -_ZN7QObject10childEventEP11QChildEvent(0x9d12690, 0xbfc077fc, 0xbfc072b0, 0xb6828ff4, 68) = 0xb76dc448 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07dc0, 0xbfc07dc0, 0xb657ae76, 65542 -_ZN7QObject10childEventEP11QChildEvent(0xbfc07f88, 0xbfc07dc0, 0xbfc077fc, 0xb6ade8c4, 0xbfc077fc) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget15minimumSizeHintEv(0xbfc07c14, 0x9bffeb8, 0x20baa101, 0xb76efff4, 0x9bffe70) = 0xbfc079f4 -_ZNK7QWidget8sizeHintEv(0xbfc07c0c, 0x9bffeb8, 0x20baa101, 0xb76efff4, 0x9bffe70) = 0xbfc07c0c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07c14, 0x9c02b98, 0xbfc07c14, 0xbfc07c1c, 0xbfc07c24) = 0xbfc079f4 -_ZNK7QWidget8sizeHintEv(0xbfc07c0c, 0x9c02b98, 0xbfc07c14, 0xbfc07c1c, 0xbfc07c24) = 0xbfc07c0c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07c14, 0x9c33df0, 0xbfc07c14, 0xbfc07c1c, 0xbfc07c24) = 0xbfc079f4 -_ZNK7QWidget8sizeHintEv(0xbfc07c0c, 0x9c33df0, 0xbfc07c14, 0xbfc07c1c, 0xbfc07c24) = 0xbfc07c0c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07c14, 0x9c4ed58, 0xbfc07c14, 0xbfc07c1c, 0xbfc07c24) = 0xbfc079f4 -_ZNK7QWidget8sizeHintEv(0xbfc07c0c, 0x9c4ed58, 0xbfc07c14, 0xbfc07c1c, 0xbfc07c24) = 0xbfc07c0c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07c14, 0x9c50830, 0xbfc07c14, 0xbfc07c1c, 0xbfc07c24) = 0xbfc079f4 -_ZNK7QWidget8sizeHintEv(0xbfc07c0c, 0x9c50830, 0xbfc07c14, 0xbfc07c1c, 0xbfc07c24) = 0xbfc07c0c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07bc8, 0x9bffeb8, 21, 0, 0) = 0xbfc07bc8 -_ZNK7QWidget8sizeHintEv(0xbfc07bc8, 0x9bffeb8, 21, 0, 0) = 0xbfc07bc8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc07bc8, 0x9c02b98, 21, 0, 0) = 0xbfc07bc8 -_ZNK7QWidget8sizeHintEv(0xbfc07bc8, 0x9c02b98, 21, 0, 0) = 0xbfc07bc8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc07bc8, 0x9c33df0, 21, 0, 0) = 0xbfc07bc8 -_ZNK7QWidget8sizeHintEv(0xbfc07bc8, 0x9c33df0, 21, 0, 0) = 0xbfc07bc8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc07bc8, 0x9c4ed58, 21, 0, 0) = 0xbfc07bc8 -_ZNK7QWidget8sizeHintEv(0xbfc07bc8, 0x9c4ed58, 21, 0, 0) = 0xbfc07bc8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc07bc8, 0x9c50830, 21, 0, 0) = 0xbfc07bc8 -_ZNK7QWidget8sizeHintEv(0xbfc07bc8, 0x9c50830, 21, 0, 0) = 0xbfc07bc8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc07bc8, 0x9bffeb8, 21, 0, 0) = 0xbfc07bc8 -_ZNK7QWidget8sizeHintEv(0xbfc07bc8, 0x9bffeb8, 21, 0, 0) = 0xbfc07bc8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc07bc8, 0x9c02b98, 21, 0, 0) = 0xbfc07bc8 -_ZNK7QWidget8sizeHintEv(0xbfc07bc8, 0x9c02b98, 21, 0, 0) = 0xbfc07bc8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc07bc8, 0x9c33df0, 21, 0, 0) = 0xbfc07bc8 -_ZNK7QWidget8sizeHintEv(0xbfc07bc8, 0x9c33df0, 21, 0, 0) = 0xbfc07bc8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc07bc8, 0x9c4ed58, 21, 0, 0) = 0xbfc07bc8 -_ZNK7QWidget8sizeHintEv(0xbfc07bc8, 0x9c4ed58, 21, 0, 0) = 0xbfc07bc8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc07bc8, 0x9c50830, 21, 0, 0) = 0xbfc07bc8 -_ZNK7QWidget8sizeHintEv(0xbfc07bc8, 0x9c50830, 21, 0, 0) = 0xbfc07bc8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc07b64, 0x9bffeb8, 52, 0xb6d8df18, 0xbfc07b48) = 0xbfc07b64 -_ZNK7QWidget8sizeHintEv(0xbfc07b5c, 0x9bffeb8, 52, 0xb6d8df18, 0xbfc07b48) = 0xbfc07b5c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07b64, 0x9c02b98, 0xbfc07b64, 0xbfc07b6c, 0xbfc07b74) = 0xbfc07b64 -_ZNK7QWidget8sizeHintEv(0xbfc07b5c, 0x9c02b98, 0xbfc07b64, 0xbfc07b6c, 0xbfc07b74) = 0xbfc07b5c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07b64, 0x9c33df0, 0xbfc07b64, 0xbfc07b6c, 0xbfc07b74) = 0xbfc07b64 -_ZNK7QWidget8sizeHintEv(0xbfc07b5c, 0x9c33df0, 0xbfc07b64, 0xbfc07b6c, 0xbfc07b74) = 0xbfc07b5c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07b64, 0x9c4ed58, 0xbfc07b64, 0xbfc07b6c, 0xbfc07b74) = 0xbfc07b64 -_ZNK7QWidget8sizeHintEv(0xbfc07b5c, 0x9c4ed58, 0xbfc07b64, 0xbfc07b6c, 0xbfc07b74) = 0xbfc07b5c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07b64, 0x9c50830, 0xbfc07b64, 0xbfc07b6c, 0xbfc07b74) = 0xbfc07b64 -_ZNK7QWidget8sizeHintEv(0xbfc07b5c, 0x9c50830, 0xbfc07b64, 0xbfc07b6c, 0xbfc07b74) = 0xbfc07b5c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07ba4, 0x9bffeb8, 0xbfc07f88, 0xb725e2a3, 0x9bff3c0) = 0xbfc07ba4 -_ZNK7QWidget8sizeHintEv(0xbfc07b9c, 0x9bffeb8, 0xbfc07f88, 0xb725e2a3, 0x9bff3c0) = 0xbfc07b9c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07bb8, 0x9bffeb8, 50, 300, 55) = 0xbfc07bb8 -_ZNK7QWidget8sizeHintEv(0xbfc07bb8, 0x9bffeb8, 50, 300, 55) = 0xbfc07bb8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc07ba4, 0x9c02b98, 0xbfc07f88, 0xb725e2a3, 0x9c02670) = 0xbfc07ba4 -_ZNK7QWidget8sizeHintEv(0xbfc07b9c, 0x9c02b98, 0xbfc07f88, 0xb725e2a3, 0x9c02670) = 0xbfc07b9c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07bb8, 0x9c02b98, 50, 220, 55) = 0xbfc07bb8 -_ZNK7QWidget8sizeHintEv(0xbfc07bb8, 0x9c02b98, 50, 220, 55) = 0xbfc07bb8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc07ba4, 0x9c33df0, 0xbfc07f88, 0xb725e2a3, 0x9c30b40) = 0xbfc07ba4 -_ZNK7QWidget8sizeHintEv(0xbfc07b9c, 0x9c33df0, 0xbfc07f88, 0xb725e2a3, 0x9c30b40) = 0xbfc07b9c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07bb8, 0x9c33df0, 50, 161, 55) = 0xbfc07bb8 -_ZNK7QWidget8sizeHintEv(0xbfc07bb8, 0x9c33df0, 50, 161, 55) = 0xbfc07bb8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc07ba4, 0x9c4ed58, 0xbfc07f88, 0xb725e2a3, 0x9c23238) = 0xbfc07ba4 -_ZNK7QWidget8sizeHintEv(0xbfc07b9c, 0x9c4ed58, 0xbfc07f88, 0xb725e2a3, 0x9c23238) = 0xbfc07b9c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07bb8, 0x9c4ed58, 50, 55, 55) = 0xbfc07bb8 -_ZNK7QWidget8sizeHintEv(0xbfc07bb8, 0x9c4ed58, 50, 55, 55) = 0xbfc07bb8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc07ba4, 0x9c50830, 0xbfc07f88, 0xb725e2a3, 0x9c51420) = 0xbfc07ba4 -_ZNK7QWidget8sizeHintEv(0xbfc07b9c, 0x9c50830, 0xbfc07f88, 0xb725e2a3, 0x9c51420) = 0xbfc07b9c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07bb8, 0x9c50830, 50, 79, 55) = 0xbfc07bb8 -_ZNK7QWidget8sizeHintEv(0xbfc07bb8, 0x9c50830, 50, 79, 55) = 0xbfc07bb8 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07a04, 0xbfc07a04, 0xb6c223e0, 0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07a04, 0x9f80a90, 0xb6ee6f30, 0) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9bffeb8, 1, 4, 0xbfc079a0, 0xbfc07994) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9bffeb8, 1, 4, 0xbfc078e0, 0xbfc078d4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9bffeb8, 1, 4, 0xbfc07950, 0xbfc07944) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9bffeb8, 2, 4, 0xbfc078dc, 0xb6c21ff4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9bffeb8, 2, 4, 0xbfc0792c, 0xb6c21ff4) = -54 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07a04, 0xbfc07a04, 0xb6c223e0, 0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07a04, 0x9f80a90, 0xb6ee6f30, 0) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c02b98, 1, 4, 0xbfc079a0, 0xbfc07994) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c02b98, 1, 4, 0xbfc078e0, 0xbfc078d4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c02b98, 1, 4, 0xbfc07950, 0xbfc07944) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c02b98, 2, 4, 0xbfc078dc, 0xb6c21ff4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c02b98, 2, 4, 0xbfc0792c, 0xb6c21ff4) = -54 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07a04, 0xbfc07a04, 0xb6c223e0, 0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c33df0, 0xbfc07a04, 0x9f80a90, 0xb6ee6f30, 0) = 0x9c33df0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c33df0, 1, 4, 0xbfc079a0, 0xbfc07994) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c33df0, 1, 4, 0xbfc078e0, 0xbfc078d4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c33df0, 1, 4, 0xbfc07950, 0xbfc07944) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c33df0, 2, 4, 0xbfc078dc, 0xb6c21ff4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c33df0, 2, 4, 0xbfc0792c, 0xb6c21ff4) = -54 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc07a04, 0xbfc07a04, 0xb6c223e0, 0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c4ed58, 0xbfc07a04, 0x9f80a90, 0xb6ee6f30, 0) = 0x9c4ed58 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c4ed58, 1, 4, 0xbfc079a0, 0xbfc07994) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c4ed58, 1, 4, 0xbfc078e0, 0xbfc078d4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c4ed58, 1, 4, 0xbfc07950, 0xbfc07944) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c4ed58, 2, 4, 0xbfc078dc, 0xb6c21ff4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c4ed58, 2, 4, 0xbfc0792c, 0xb6c21ff4) = -54 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07a04, 0xbfc07a04, 0xb6c223e0, 0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc07a04, 0x9f80a90, 0xb6ee6f30, 0) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c50830, 1, 4, 0xbfc079a0, 0xbfc07994) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c50830, 1, 4, 0xbfc078e0, 0xbfc078d4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c50830, 1, 4, 0xbfc07950, 0xbfc07944) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c50830, 2, 4, 0xbfc078dc, 0xb6c21ff4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c50830, 2, 4, 0xbfc0792c, 0xb6c21ff4) = -54 -_ZN7QObject10childEventEP11QChildEvent(0x9bff378, 0xbfc07a74, 0x9bf3970, 0xb7154528, 0x9bf3970) = 0xb76d7388 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07d98, 0xbfc07d98, 0xb698fdc8, 0x9f80b08 -_ZN7QWidget9moveEventEP10QMoveEvent(0xbfc07f88, 0xbfc07d98, 1023, 0xb76efff4, 0x9bfe6a8) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget15minimumSizeHintEv(0xbfc077e8, 0x9bffeb8, 0, 0, 1) = 0xbfc077e8 -_ZNK7QWidget8sizeHintEv(0xbfc077e8, 0x9bffeb8, 0, 0, 1) = 0xbfc077e8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc077e8, 0x9c02b98, 0, 0, 1) = 0xbfc077e8 -_ZNK7QWidget8sizeHintEv(0xbfc077e8, 0x9c02b98, 0, 0, 1) = 0xbfc077e8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc077e8, 0x9c33df0, 0, 0, 1) = 0xbfc077e8 -_ZNK7QWidget8sizeHintEv(0xbfc077e8, 0x9c33df0, 0, 0, 1) = 0xbfc077e8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc077e8, 0x9c4ed58, 0, 0, 1) = 0xbfc077e8 -_ZNK7QWidget8sizeHintEv(0xbfc077e8, 0x9c4ed58, 0, 0, 1) = 0xbfc077e8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc077e8, 0x9c50830, 0, 0, 1) = 0xbfc077e8 -_ZNK7QWidget8sizeHintEv(0xbfc077e8, 0x9c50830, 0, 0, 1) = 0xbfc077e8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc077e8, 0x9bffeb8, 0, 0, 1) = 0xbfc077e8 -_ZNK7QWidget8sizeHintEv(0xbfc077e8, 0x9bffeb8, 0, 0, 1) = 0xbfc077e8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc077e8, 0x9c02b98, 0, 0, 1) = 0xbfc077e8 -_ZNK7QWidget8sizeHintEv(0xbfc077e8, 0x9c02b98, 0, 0, 1) = 0xbfc077e8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc077e8, 0x9c33df0, 0, 0, 1) = 0xbfc077e8 -_ZNK7QWidget8sizeHintEv(0xbfc077e8, 0x9c33df0, 0, 0, 1) = 0xbfc077e8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc077e8, 0x9c4ed58, 0, 0, 1) = 0xbfc077e8 -_ZNK7QWidget8sizeHintEv(0xbfc077e8, 0x9c4ed58, 0, 0, 1) = 0xbfc077e8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc077e8, 0x9c50830, 0, 0, 1) = 0xbfc077e8 -_ZNK7QWidget8sizeHintEv(0xbfc077e8, 0x9c50830, 0, 0, 1) = 0xbfc077e8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc07784, 0x9bffeb8, 52, 0xb6d8df18, 0xbfc07768) = 0xbfc07784 -_ZNK7QWidget8sizeHintEv(0xbfc0777c, 0x9bffeb8, 52, 0xb6d8df18, 0xbfc07768) = 0xbfc0777c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07784, 0x9c02b98, 0xbfc07784, 0xbfc0778c, 0xbfc07794) = 0xbfc07784 -_ZNK7QWidget8sizeHintEv(0xbfc0777c, 0x9c02b98, 0xbfc07784, 0xbfc0778c, 0xbfc07794) = 0xbfc0777c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07784, 0x9c33df0, 0xbfc07784, 0xbfc0778c, 0xbfc07794) = 0xbfc07784 -_ZNK7QWidget8sizeHintEv(0xbfc0777c, 0x9c33df0, 0xbfc07784, 0xbfc0778c, 0xbfc07794) = 0xbfc0777c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07784, 0x9c4ed58, 0xbfc07784, 0xbfc0778c, 0xbfc07794) = 0xbfc07784 -_ZNK7QWidget8sizeHintEv(0xbfc0777c, 0x9c4ed58, 0xbfc07784, 0xbfc0778c, 0xbfc07794) = 0xbfc0777c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07784, 0x9c50830, 0xbfc07784, 0xbfc0778c, 0xbfc07794) = 0xbfc07784 -_ZNK7QWidget8sizeHintEv(0xbfc0777c, 0x9c50830, 0xbfc07784, 0xbfc0778c, 0xbfc07794) = 0xbfc0777c -_ZNK7QWidget15minimumSizeHintEv(0xbfc077c4, 0x9bffeb8, 0xbfc07f88, 0xb725e2a3, 0x9bff3c0) = 0xbfc077c4 -_ZNK7QWidget8sizeHintEv(0xbfc077bc, 0x9bffeb8, 0xbfc07f88, 0xb725e2a3, 0x9bff3c0) = 0xbfc077bc -_ZNK7QWidget15minimumSizeHintEv(0xbfc077d8, 0x9bffeb8, 50, 300, 55) = 0xbfc077d8 -_ZNK7QWidget8sizeHintEv(0xbfc077d8, 0x9bffeb8, 50, 300, 55) = 0xbfc077d8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc077c4, 0x9c02b98, 0xbfc07f88, 0xb725e2a3, 0x9c02670) = 0xbfc077c4 -_ZNK7QWidget8sizeHintEv(0xbfc077bc, 0x9c02b98, 0xbfc07f88, 0xb725e2a3, 0x9c02670) = 0xbfc077bc -_ZNK7QWidget15minimumSizeHintEv(0xbfc077d8, 0x9c02b98, 50, 220, 55) = 0xbfc077d8 -_ZNK7QWidget8sizeHintEv(0xbfc077d8, 0x9c02b98, 50, 220, 55) = 0xbfc077d8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc077c4, 0x9c33df0, 0xbfc07f88, 0xb725e2a3, 0x9c30b40) = 0xbfc077c4 -_ZNK7QWidget8sizeHintEv(0xbfc077bc, 0x9c33df0, 0xbfc07f88, 0xb725e2a3, 0x9c30b40) = 0xbfc077bc -_ZNK7QWidget15minimumSizeHintEv(0xbfc077d8, 0x9c33df0, 50, 161, 55) = 0xbfc077d8 -_ZNK7QWidget8sizeHintEv(0xbfc077d8, 0x9c33df0, 50, 161, 55) = 0xbfc077d8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc077c4, 0x9c4ed58, 0xbfc07f88, 0xb725e2a3, 0x9c23238) = 0xbfc077c4 -_ZNK7QWidget8sizeHintEv(0xbfc077bc, 0x9c4ed58, 0xbfc07f88, 0xb725e2a3, 0x9c23238) = 0xbfc077bc -_ZNK7QWidget15minimumSizeHintEv(0xbfc077d8, 0x9c4ed58, 50, 55, 55) = 0xbfc077d8 -_ZNK7QWidget8sizeHintEv(0xbfc077d8, 0x9c4ed58, 50, 55, 55) = 0xbfc077d8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc077c4, 0x9c50830, 0xbfc07f88, 0xb725e2a3, 0x9c51420) = 0xbfc077c4 -_ZNK7QWidget8sizeHintEv(0xbfc077bc, 0x9c50830, 0xbfc07f88, 0xb725e2a3, 0x9c51420) = 0xbfc077bc -_ZNK7QWidget15minimumSizeHintEv(0xbfc077d8, 0x9c50830, 50, 79, 55) = 0xbfc077d8 -_ZNK7QWidget8sizeHintEv(0xbfc077d8, 0x9c50830, 50, 79, 55) = 0xbfc077d8 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07624, 0xbfc07624, 0xb6c223e0, 0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07624, 4, 0x37f0c7f, 0xbfc070cc) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9bffeb8, 1, 4, 0xbfc075c0, 0xbfc075b4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9bffeb8, 1, 4, 0xbfc07500, 0xbfc074f4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9bffeb8, 1, 4, 0xbfc07570, 0xbfc07564) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9bffeb8, 2, 4, 0xbfc074fc, 0xb6c21ff4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9bffeb8, 2, 4, 0xbfc0754c, 0xb6c21ff4) = -54 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07624, 0xbfc07624, 0xb6c223e0, 0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07624, 4, 0x37f0c7f, 0xbfc070cc) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c02b98, 1, 4, 0xbfc075c0, 0xbfc075b4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c02b98, 1, 4, 0xbfc07500, 0xbfc074f4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c02b98, 1, 4, 0xbfc07570, 0xbfc07564) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c02b98, 2, 4, 0xbfc074fc, 0xb6c21ff4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c02b98, 2, 4, 0xbfc0754c, 0xb6c21ff4) = -54 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07624, 0xbfc07624, 0xb6c223e0, 0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c33df0, 0xbfc07624, 4, 0x37f0c7f, 0xbfc070cc) = 0x9c33df0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c33df0, 1, 4, 0xbfc075c0, 0xbfc075b4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c33df0, 1, 4, 0xbfc07500, 0xbfc074f4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c33df0, 1, 4, 0xbfc07570, 0xbfc07564) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c33df0, 2, 4, 0xbfc074fc, 0xb6c21ff4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c33df0, 2, 4, 0xbfc0754c, 0xb6c21ff4) = -54 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc07624, 0xbfc07624, 0xb6c223e0, 0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c4ed58, 0xbfc07624, 4, 0x37f0c7f, 0xbfc070cc) = 0x9c4ed58 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c4ed58, 1, 4, 0xbfc075c0, 0xbfc075b4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c4ed58, 1, 4, 0xbfc07500, 0xbfc074f4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c4ed58, 1, 4, 0xbfc07570, 0xbfc07564) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c4ed58, 2, 4, 0xbfc074fc, 0xb6c21ff4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c4ed58, 2, 4, 0xbfc0754c, 0xb6c21ff4) = -54 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07624, 0xbfc07624, 0xb6c223e0, 0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc07624, 4, 0x37f0c7f, 0xbfc070cc) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c50830, 1, 4, 0xbfc075c0, 0xbfc075b4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c50830, 1, 4, 0xbfc07500, 0xbfc074f4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c50830, 1, 4, 0xbfc07570, 0xbfc07564) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c50830, 2, 4, 0xbfc074fc, 0xb6c21ff4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c50830, 2, 4, 0xbfc0754c, 0xb6c21ff4) = -54 -_ZN7QObject10childEventEP11QChildEvent(0x9bff378, 0xbfc07694, 0x9bf3970, 0xb7154528, 0x9bf3970) = 0xb76d7388 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07db4, 0xbfc07db4, 0xb698fdc8, 0x9f80b08 -_ZN7QWidget11resizeEventEP12QResizeEvent(0xbfc07f88, 0xbfc07db4, 0xb71d1960, 0xb76efff4, 0x9bfe764) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget10setVisibleEb(0x9cf1bc0, 1, -1, -1, 0 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc07b98, 0xbfc07b98, 0xb6e11e7d, 0xb76efff4 -_ZN7QWidget9moveEventEP10QMoveEvent(0x9cf1bc0, 0xbfc07b98, 2, 4, 0) = 0x815c8e8 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc07bb4, 0xbfc07bb4, 0xb6e11e7d, 0xb76efff4) = 0 -_ZN7QWidget10setVisibleEb(0x9cf36f8, 1, -1, -1, 0 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf36f8, 0xbfc07a98, 0xbfc076c0, 0) = 0 -_ZN19QAbstractScrollArea13viewportEventEP6QEvent(0x9cf1bc0, 0xbfc07a98, 1023, 712, 205) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf36f8, 0xbfc07a98, 0xbfc07a98, 0xb6e11e7d, 0xb76efff4 -_ZN7QWidget9moveEventEP10QMoveEvent(0x9cf36f8, 0xbfc07a98, 0xffffff, 0xffffff, 0x9cf1bc0) = 0x815cae8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf36f8, 0xbfc07ab4, 0xbfc076c0, 0) = 0 -_ZN19QAbstractScrollArea13viewportEventEP6QEvent(0x9cf1bc0, 0xbfc07ab4, 1023, 712, 205 -_ZNK7QWidget1yEv(0x9cf36f8, 0, 0, 0, 0) = 50 -_ZNK7QWidget1xEv(0x9cf36f8, 0, 0, 0, 0) = 205 -_ZN7QWidget11setGeometryERK5QRect(0x9cf3aa0, 0xbfc07480, 0, 804, 50) = 1 -_ZNK7QWidget1xEv(0x9cf36f8, 205, 0, 804, 50) = 205 -_ZNK7QWidget1yEv(0x9cf36f8, 205, 0, 804, 50) = 50 -_ZN7QWidget11setGeometryERK5QRect(0x9cf3cb8, 0xbfc07480, 50, 205, 648) = 1 -_ZNK19QAbstractScrollArea19horizontalScrollBarEv(0x9cf1bc0, 0xbfc074b0, 0xbfc074a0, 0x811a9f9, 0) = 0x9cf2c48 -_ZN15QAbstractSlider11setPageStepEi(0x9cf2c48, 402, 0xbfc074a0, 0x811a9f9, 0) = 144 -_ZNK19QAbstractScrollArea19horizontalScrollBarEv(0x9cf1bc0, 402, 0xbfc074a0, 0x811a9f9, 0) = 0x9cf2c48 -_ZN15QAbstractSlider8setRangeEii(0x9cf2c48, 0, 196, 0x811a9f9, 0) = 0 -_ZNK19QAbstractScrollArea19horizontalScrollBarEv(0x9cf1bc0, 0, 196, 0x811a9f9, 0) = 0x9cf2c48 -_ZN15QAbstractSlider17setSliderPositionEi(0x9cf2c48, 0, 196, 0x811a9f9, 0) = 0 -_ZNK19QAbstractScrollArea17verticalScrollBarEv(0x9cf1bc0, 0, 196, 0x811a9f9, 0) = 0x9cf30d0 -_ZN15QAbstractSlider11setPageStepEi(0x9cf30d0, 648, 196, 0x811a9f9, 0) = 144 -pthread_mutex_lock(0xbfc07fcc, 0xbfc07424, 0x9c51dc8, 0x9c50740, 2) = 0 -_Znwj(128, 0xbfc07fe4, 0xb6c21ff4, 0xb6ada946, 0x9cf1bc0) = 0x9f80b18 -pthread_mutex_unlock(0xbfc07fcc, 0xbfc07fe4, 0xbfc073d8, 0x80dd6d9, 0x9cf78d8) = 0 -_ZdlPv(0x9f80b18, 1, 0xbfc073b8, 0x813060c, 3) = 0 -_ZNK19QAbstractScrollArea17verticalScrollBarEv(0x9cf1bc0, 648, 196, 0x811a9f9, 0) = 0x9cf30d0 -_ZN15QAbstractSlider8setRangeEii(0x9cf30d0, 0, 0x6ffffd7b, 0x811a9f9, 0) = 10 -pthread_mutex_lock(0xbfc07fb0, 0xbfc07444, 0xbfc07448, 0x6ffffd7b, 1) = 0 -pthread_mutex_unlock(0xbfc07fb0, 0x9cf1bc0, 0xbfc074c8, 0, 0x9cf30d0) = 0 -pthread_mutex_lock(0xbfc07fcc, 0xbfc073e0, 3, 27, 0) = 0 -_Znwj(128, 0xbfc07fe4, 0x9f80b18, 0x9f80b28, 2) = 0x9f82ae0 -pthread_mutex_unlock(0xbfc07fcc, 0xbfc07fe4, 0xbfc07418, 0x80dd6d9, 0x9cf78d8) = 0 -_ZdlPv(0x9f82ae0, 1, 0x9cf1bc0, 0x80dbc73, 0xbfc07fcc) = 0 -_ZNK19QAbstractScrollArea19horizontalScrollBarEv(0x9cf1bc0, 0xbfc07fa0, 0x9cf1bc0, 0x80dbc73, 0xbfc07fb0) = 0x9cf2c48 -pthread_mutex_lock(0xbfc07fcc, 1, 0x9cf1bc0, 0x80dbc73, 0xbfc07fcc) = 0 -_Znwj(128, 0xbfc07fe4, 0x9f80b18, 0xb6828ff4, 1) = 0x9f82ae0 -pthread_mutex_unlock(0xbfc07fcc, 0xbfc07fe4, 0xbfc07418, 0x80dd6d9, 0x9cf78d8) = 0 -_ZdlPv(0x9f82ae0, 1, 0x9cf1bc0, 0x80dbc73, 0xbfc07fcc) = 0 -pthread_mutex_lock(0xbfc07fcc, 1, 0x9cf1bc0, 0x80dbc73, 0xbfc07fcc) = 0 -_Znwj(128, 0xbfc07fe4, 0x9f80b18, 0xb6828ff4, 1) = 0x9f82ae0 -pthread_mutex_unlock(0xbfc07fcc, 0xbfc07fe4, 0xbfc07418, 0x80dd6d9, 0x9cf78d8) = 0 -pthread_mutex_lock(0xbfc07fcc, -1, 0xbfc07378, 0x80e5ea9, 0xbfc073b4) = 0 -_Znwj(128, 0xbfc07fe4, 0xbfc07338, 0x80cdd32, 0x9cf7c60) = 0x9f82b68 -pthread_mutex_unlock(0xbfc07fcc, 0xbfc07fe4, 0xbfc07398, 0x80dd6d9, 0x9cf78d8) = 0 -_ZNK19QAbstractScrollArea17verticalScrollBarEv(0x9cf1bc0, 0xbfc0741c, 0, 0, 3) = 0x9cf30d0 -_ZN15QAbstractSlider17setSliderPositionEi(0x9cf30d0, 10, 0, 0, 3) = 10 -_ZNK19QAbstractScrollArea17verticalScrollBarEv(0x9cf1bc0, 10, 0, 0, 3) = 0x9cf30d0 -_ZNK15QAbstractSlider14sliderPositionEv(0x9cf30d0, 10, 0, 0, 3) = 10 -_ZN7QWidget6updateEv(0x9cf3cb8, 0xbfc0741c, 0x9f82ae0, 0x9f82be8, 10) = 4 -_ZN7QWidget6updateEv(0x9cf36f8, 0xbfc0741c, 0x9f82ae0, 0x9f82be8, 10) = 4 -_ZdlPv(0x9f82b68, 1, 0xbfc07378, 0x813060c, 4) = 0 -_ZdlPv(0x9f82ae0, 10, 0, 0, 3) = 0 -<... _ZN19QAbstractScrollArea13viewportEventEP6QEvent resumed> ) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf36f8, 0xbfc07b30, 712, 205) = 0 -_ZN19QAbstractScrollArea13viewportEventEP6QEvent(0x9cf1bc0, 0xbfc07b30, 1008, 0xb76efff4, 0x9bad018) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf36f8, 0xbfc07b30, 0xbfc07b30, 0xb6db918e, 0xbff378 -_ZN7QWidget9showEventEP10QShowEvent(0x9cf36f8, 0xbfc07b30, 0x9cf36f8, 0xb7269b01, 0x9cf1bc0) = 0x815cae8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf36f8, 0xbfc07b88, 0xb6c21ff4, 0x9bad118) = 0 -_ZN19QAbstractScrollArea13viewportEventEP6QEvent(0x9cf1bc0, 0xbfc07b88, 0xb6c5ea28, 0xb6ba3b01, 0x9f81c40) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf36f8, 0xbfc07b88, 0xbfc07b88, 0xb6d5eed4, 0x9cf1bc0) = 0 -<... _ZN7QWidget10setVisibleEb resumed> ) = 0xbfc07b88 -_ZN7QWidget10setVisibleEb(0x9cf3aa0, 1, -1, -1, 0 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3aa0, 0xbfc07a98, 0xb6828ff4, 261264) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3aa0, 0xbfc07a98, 0xbfc07a98, 0xb6e11e7d, 0xb76efff4 -_ZN7QWidget9moveEventEP10QMoveEvent(0x9cf3aa0, 0xbfc07a98, 44, 0xb65d1011, 0x9cf1bc0) = 0x815c2c8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3aa0, 0xbfc07ab4, 0xb6828ff4, 261264) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3aa0, 0xbfc07ab4, 0xbfc07ab4, 0xb6e11e7d, 0xb76efff4 -_ZN7QWidget11resizeEventEP12QResizeEvent(0x9cf3aa0, 0xbfc07ab4, 44, 0xb65d1011, 0x9cf1bc0) = 0x815c2c8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3aa0, 0xbfc07b30, 0xb76efff4, 0xb6db8e4f) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3aa0, 0xbfc07b30, 0xbfc07b30, 0xb6ac3b16, 0xcf1ee0 -_ZN7QWidget9showEventEP10QShowEvent(0x9cf3aa0, 0xbfc07b30, 12, 0xb65d3d3c, 0x9cf1bc0) = 0x815c2c8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3aa0, 0xbfc07b88, 1008, 104) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3aa0, 0xbfc07b88, 0xbfc07b88, 0xb6d5eed4, 0x9cf1bc0) = 0 -<... _ZN7QWidget10setVisibleEb resumed> ) = 0xbfc07b88 -_ZN7QWidget10setVisibleEb(0x9cf3cb8, 1, -1, -1, 0 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3cb8, 0xbfc07a98, 0xb6828ff4, 261264) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3cb8, 0xbfc07a98, 0xbfc07a98, 0xb6e11e7d, 0xb76efff4 -_ZN7QWidget9moveEventEP10QMoveEvent(0x9cf3cb8, 0xbfc07a98, 44, 0xb65d1011, 0x9cf1bc0) = 0x815c0e8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3cb8, 0xbfc07ab4, 0xb6828ff4, 261264) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3cb8, 0xbfc07ab4, 0xbfc07ab4, 0xb6e11e7d, 0xb76efff4 -_ZN7QWidget11resizeEventEP12QResizeEvent(0x9cf3cb8, 0xbfc07ab4, 44, 0xb65d1011, 0x9cf1bc0) = 0x815c0e8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3cb8, 0xbfc07b30, 0xb76efff4, 0xb6db8e4f) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3cb8, 0xbfc07b30, 0xbfc07b30, 0xb6ac3b16, 0xcf1bc0 -_ZN7QWidget9showEventEP10QShowEvent(0x9cf3cb8, 0xbfc07b30, 12, 0xb65d3d3c, 0x9cf1bc0) = 0x815c0e8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3cb8, 0xbfc07b88, 204, 752) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3cb8, 0xbfc07b88, 0xbfc07b88, 0xb6d5eed4, 0x9cf1bc0) = 0 -<... _ZN7QWidget10setVisibleEb resumed> ) = 0xbfc07b88 -<... _ZN7QWidget10setVisibleEb resumed> ) = 0xbfc07ac8 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc07c30, 0xbfc07c30, 752, 0 -_ZN7QWidget9showEventEP10QShowEvent(0x9cf1bc0, 0xbfc07c30, 105, 0x9f82ca8, 0xbfc07784) = 0x815c8e8 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc07c88, 0xbfc07c88, 0, 0) = 0 -_ZN7QWidget10setVisibleEb(0x9bffeb8, 1, -1, -1, 0 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07c98, 0xbfc07c98, 0xb69a453c, 0x9f82b38 -_ZN7QWidget9moveEventEP10QMoveEvent(0x9bffeb8, 0xbfc07c98, 0, 0xbfc07f88, 0) = 0x815b048 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07cb4, 0xbfc07cb4, 0xb69a453c, 0x9f82b38 -_ZN8QToolBar11resizeEventEP12QResizeEvent(0x9bffeb8, 0xbfc07cb4, 0xbfc07794, 0x9bffeb8, 0) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9bffee8, 0xbfc07bdc, 256, 0xb66fcff4, 0x9f82d68) = 0xb76dbb08 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07d30, 0xbfc07d30, 53, 0) = 0 -_ZN7QWidget9showEventEP10QShowEvent(0x9bffeb8, 0xbfc07d30, 4, 0xb6c21ff4, 0x9f80b98) = 0x815b048 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07d88, 0xbfc07d88, 0, 0) = 0 -<... _ZN7QWidget10setVisibleEb resumed> ) = 0xbfc07d88 -_ZN7QWidget10setVisibleEb(0x9c02b98, 1, -1, -1, 0 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07c98, 0xbfc07c98, 0xb69a453c, 0x9f82b90 -_ZN7QWidget9moveEventEP10QMoveEvent(0x9c02b98, 0xbfc07c98, 0, 0xbfc07f88, 0) = 0x815bd08 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07cb4, 0xbfc07cb4, 0xb69a453c, 0x9f82b90 -_ZN8QToolBar11resizeEventEP12QResizeEvent(0x9c02b98, 0xbfc07cb4, 0xbfc07794, 0x9c02b98, 0) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07d30, 0xbfc07d30, 53, 0) = 0 -_ZN7QWidget9showEventEP10QShowEvent(0x9c02b98, 0xbfc07d30, 4, 0xb6c21ff4, 0x9f80b98) = 0x815bd08 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07d88, 0xbfc07d88, 0, 0) = 0 -<... _ZN7QWidget10setVisibleEb resumed> ) = 0xbfc07d88 -_ZN7QWidget10setVisibleEb(0x9c4ed58, 1, -1, -1, 0 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc07c98, 0xbfc07c98, 0xb69a453c, 0x9f82b90 -_ZN7QWidget9moveEventEP10QMoveEvent(0x9c4ed58, 0xbfc07c98, 0, 0xbfc07f88, 0) = 0x815b6c8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc07cb4, 0xbfc07cb4, 0xb69a453c, 0x9f82b90 -_ZN8QToolBar11resizeEventEP12QResizeEvent(0x9c4ed58, 0xbfc07cb4, 0xbfc07794, 0x9c4ed58, 0) = 0x9c4ed58 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc07d30, 0xbfc07d30, 53, 0) = 0 -_ZN7QWidget9showEventEP10QShowEvent(0x9c4ed58, 0xbfc07d30, 4, 0xb6c21ff4, 0x9f80b98) = 0x815b6c8 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc07d88, 0xbfc07d88, 0, 0) = 0 -<... _ZN7QWidget10setVisibleEb resumed> ) = 0xbfc07d88 -_ZN7QWidget10setVisibleEb(0x9c33df0, 1, -1, -1, 0 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07c98, 0xbfc07c98, 0xb69a453c, 0x9f82b88 -_ZN7QWidget9moveEventEP10QMoveEvent(0x9c33df0, 0xbfc07c98, 0, 0xbfc07f88, 0) = 0x815b2c8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07cb4, 0xbfc07cb4, 0xb69a453c, 0x9f82b88 -_ZN8QToolBar11resizeEventEP12QResizeEvent(0x9c33df0, 0xbfc07cb4, 0xbfc07794, 0x9c33df0, 0) = 0x9c33df0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07d30, 0xbfc07d30, 53, 0) = 0 -_ZN7QWidget9showEventEP10QShowEvent(0x9c33df0, 0xbfc07d30, 4, 0xb6c21ff4, 0x9f80b98) = 0x815b2c8 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07d88, 0xbfc07d88, 0, 0) = 0 -<... _ZN7QWidget10setVisibleEb resumed> ) = 0xbfc07d88 -_ZN7QWidget10setVisibleEb(0x9c50830, 1, -1, -1, 0 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07c98, 0xbfc07c98, 0xb69a453c, 0x9f82b90 -_ZN7QWidget9moveEventEP10QMoveEvent(0x9c50830, 0xbfc07c98, 0, 0xbfc07f88, 0) = 0x815ba08 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07cb4, 0xbfc07cb4, 0xb69a453c, 0x9f82b90 -_ZN8QToolBar11resizeEventEP12QResizeEvent(0x9c50830, 0xbfc07cb4, 0xbfc07794, 0x9c50830, 0) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07d30, 0xbfc07d30, 53, 0) = 0 -_ZN7QWidget9showEventEP10QShowEvent(0x9c50830, 0xbfc07d30, 4, 0xb6c21ff4, 0x9f80b98) = 0x815ba08 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07d88, 0xbfc07d88, 0, 0) = 0 -<... _ZN7QWidget10setVisibleEb resumed> ) = 0xbfc07d88 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07e30, 0xbfc07e30, 53, 0xbfc07f88 -_ZN7QWidget9showEventEP10QShowEvent(0xbfc07f88, 0xbfc07e30, 0, 1023, 54) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07e88, 0xbfc07e88, 0xb66fcff4, 0) = 0 -<... _ZN7QWidget10setVisibleEb resumed> ) = 0xbfc07e88 -_ZN12QApplication4execEv(0xbfc07f88, 0xbfc07f70, 0, 0, 0 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0x9bfed30, 0x9bfed30, 0x9f82c60, 0x9c11ee8) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0x9c004b8, 0x9c004b8, 0x9f82c60, 0x9c11ee8) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0x9c03078, 0x9c03078, 0x9f82c60, 0x9c11ee8) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0x9c211f8, 0x9c211f8, 0x9f82c60, 0x9c11ee8) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0x9c156a0, 0x9c156a0, 0x9f82c60, 0x9c11ee8) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0x9c11e00, 0x9c11e00, 0x9f82c60, 0x9c11ee8) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1f950, 0x9c33798, 0x9c33798, 0x9f82c60, 0x9c11ee8) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0x9c433e0, 0x9c433e0, 0x9f82c60, 0x9c11ee8) = 1 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0x9cf2a18, 0x9cf2a18, 0x9f82c60, 0x9c11ee8) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3cb8, 0x9cf41d8, 0xb71d89a2, 0xbfc077b8) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3cb8, 0x9cf41d8, 0x9cf41d8, 0x9f82c60, 0x9c11ee8) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0x9d125b8, 0x9d125b8, 0x9f82c60, 0x9c11ee8) = 1 -_ZN7QWidget5eventEP6QEvent(0x9cf23e0, 0x9d1b0a8, 0x9d1b0a8, 0x9f82c60, 0x9c11ee8) = 1 -_ZN9QLineEdit5eventEP6QEvent(0x9d1c050, 0x9d1cdd0, 0x9d1cdd0, 0x9f82c60, 0x9c11ee8) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a760, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9e662f8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e662f8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e662f8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ca4380, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9e6ada0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e6ada0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e6ada0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c56600, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9e6f4e8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e6f4e8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e6f4e8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cba7b0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9e73d20, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e73d20, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e73d20, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ca5e08, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9e78570, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e78570, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e78570, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cbfd58, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9e7e7d0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e7e7d0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e7e7d0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9d150e8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9e82ec8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e82ec8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e82ec8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ca0ed8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9e87830, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e87830, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e87830, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cc3250, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9e8c068, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e8c068, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e8c068, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c91aa8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9e90a40, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e90a40, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e90a40, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cb1f98, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9e958f8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e958f8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e958f8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cd5970, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9e9a090, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e9a090, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e9a090, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c496b8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9e9e8b0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e9e8b0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e9e8b0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c98898, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9ea2fc0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ea2fc0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ea2fc0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cc6758, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9ea7a70, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ea7a70, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ea7a70, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c412a0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9ead2e8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ead2e8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ead2e8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c48088, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9eb2080, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9eb2080, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9eb2080, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cace70, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9eb6f90, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9eb6f90, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9eb6f90, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cb54c8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9ebb860, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ebb860, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ebb860, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c8c990, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9ec0470, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ec0470, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ec0470, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c0ce58, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9ec5f30, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ec5f30, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ec5f30, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cc9ea0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9ecab00, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ecab00, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ecab00, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cd0a88, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9ed4900, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed4900, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed4900, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c83d58, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9ed9a58, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed9a58, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed9a58, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ede210, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ede210, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ede210, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c13040, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9ee4088, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ee4088, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ee4088, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9d14d88, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9ee8fb8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ee8fb8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ee8fb8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c33130, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9eee028, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9eee028, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9eee028, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c9f320, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9e24218, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e24218, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9e24218, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cdc400, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9ef8d20, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ef8d20, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ef8d20, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cd3fc0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9efd790, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9efd790, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9efd790, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c58398, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9f04860, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f04860, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f04860, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cd74c0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9f09020, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f09020, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f09020, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c96ef8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9f0d6f8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f0d6f8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f0d6f8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ca79a8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9f12228, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f12228, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f12228, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cb3900, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9f16e08, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f16e08, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f16e08, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cbc778, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9f1b4f0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f1b4f0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f1b4f0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cc82b8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9f1fe98, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f1fe98, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f1fe98, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c90138, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9f24598, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f24598, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f24598, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ccd428, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9f292c0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f292c0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f292c0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cb8ea0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9f2e108, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f2e108, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f2e108, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cc1710, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9f33480, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f33480, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f33480, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cab4f8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9f37f08, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f37f08, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f37f08, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c823a8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9f3cc00, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f3cc00, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f3cc00, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cdaa18, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9f41668, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f41668, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f41668, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c9d940, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9f4aa30, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f4aa30, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f4aa30, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c9a458, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9f4f0d0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f4f0d0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f4f0d0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cceef0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9f53988, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f53988, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f53988, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9caea08, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9f58050, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f58050, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f58050, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c48df8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9f5dbd8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f5dbd8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f5dbd8, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c362d0, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9f62610, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f62610, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f62610, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c93698, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9f66d60, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f66d60, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f66d60, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cddf50, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76dbb08 -_ZN7QObject10childEventEP11QChildEvent(0x9f6c438, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f6c438, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9f6c438, 0xbfc0761c, 0xb76f3adc, 0xb6d5c2d2, 0xbfc07108) = 0xb76eada8 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0x9bfe660, 0x9bfe660, 0x9f82c60, 0x9c11ee8) = 1 -_ZNK7QWidget15minimumSizeHintEv(0xbfc07614, 0x9bffeb8, 0xb6c21ff4, 0xb76efff4, 0x9bffe70) = 0xbfc073f4 -_ZNK7QWidget8sizeHintEv(0xbfc0760c, 0x9bffeb8, 0xb6c21ff4, 0xb76efff4, 0x9bffe70) = 0xbfc0760c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07614, 0x9c02b98, 0xbfc07614, 0xbfc0761c, 0xbfc07624) = 0xbfc07614 -_ZNK7QWidget8sizeHintEv(0xbfc0760c, 0x9c02b98, 0xbfc07614, 0xbfc0761c, 0xbfc07624) = 0xbfc0760c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07614, 0x9c33df0, 0xbfc07614, 0xbfc0761c, 0xbfc07624) = 0xbfc073f4 -_ZNK7QWidget8sizeHintEv(0xbfc0760c, 0x9c33df0, 0xbfc07614, 0xbfc0761c, 0xbfc07624) = 0xbfc0760c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07614, 0x9c4ed58, 0xbfc07614, 0xbfc0761c, 0xbfc07624) = 0xbfc07614 -_ZNK7QWidget8sizeHintEv(0xbfc0760c, 0x9c4ed58, 0xbfc07614, 0xbfc0761c, 0xbfc07624) = 0xbfc0760c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07614, 0x9c50830, 0xbfc07614, 0xbfc0761c, 0xbfc07624) = 0xbfc07614 -_ZNK7QWidget8sizeHintEv(0xbfc0760c, 0x9c50830, 0xbfc07614, 0xbfc0761c, 0xbfc07624) = 0xbfc0760c -_ZNK7QWidget15minimumSizeHintEv(0xbfc075c8, 0x9bffeb8, 71, 0xb6d8df18, 0xbfc075c8) = 0xbfc075c8 -_ZNK7QWidget8sizeHintEv(0xbfc075c8, 0x9bffeb8, 71, 0xb6d8df18, 0xbfc075c8) = 0xbfc075c8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc075c8, 0x9c02b98, 71, 0xb6d8df18, 0xbfc075c8) = 0xbfc075c8 -_ZNK7QWidget8sizeHintEv(0xbfc075c8, 0x9c02b98, 71, 0xb6d8df18, 0xbfc075c8) = 0xbfc075c8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc075c8, 0x9c33df0, 71, 0xb6d8df18, 0xbfc075c8) = 0xbfc075c8 -_ZNK7QWidget8sizeHintEv(0xbfc075c8, 0x9c33df0, 71, 0xb6d8df18, 0xbfc075c8) = 0xbfc075c8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc075c8, 0x9c4ed58, 71, 0xb6d8df18, 0xbfc075c8) = 0xbfc075c8 -_ZNK7QWidget8sizeHintEv(0xbfc075c8, 0x9c4ed58, 71, 0xb6d8df18, 0xbfc075c8) = 0xbfc075c8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc075c8, 0x9c50830, 71, 0xb6d8df18, 0xbfc075c8) = 0xbfc075c8 -_ZNK7QWidget8sizeHintEv(0xbfc075c8, 0x9c50830, 71, 0xb6d8df18, 0xbfc075c8) = 0xbfc075c8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc075c8, 0x9bffeb8, 71, 0xb6d8df18, 0xbfc075c8) = 0xbfc075c8 -_ZNK7QWidget8sizeHintEv(0xbfc075c8, 0x9bffeb8, 71, 0xb6d8df18, 0xbfc075c8) = 0xbfc075c8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc075c8, 0x9c02b98, 71, 0xb6d8df18, 0xbfc075c8) = 0xbfc075c8 -_ZNK7QWidget8sizeHintEv(0xbfc075c8, 0x9c02b98, 71, 0xb6d8df18, 0xbfc075c8) = 0xbfc075c8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc075c8, 0x9c33df0, 71, 0xb6d8df18, 0xbfc075c8) = 0xbfc075c8 -_ZNK7QWidget8sizeHintEv(0xbfc075c8, 0x9c33df0, 71, 0xb6d8df18, 0xbfc075c8) = 0xbfc075c8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc075c8, 0x9c4ed58, 71, 0xb6d8df18, 0xbfc075c8) = 0xbfc075c8 -_ZNK7QWidget8sizeHintEv(0xbfc075c8, 0x9c4ed58, 71, 0xb6d8df18, 0xbfc075c8) = 0xbfc075c8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc075c8, 0x9c50830, 71, 0xb6d8df18, 0xbfc075c8) = 0xbfc075c8 -_ZNK7QWidget8sizeHintEv(0xbfc075c8, 0x9c50830, 71, 0xb6d8df18, 0xbfc075c8) = 0xbfc075c8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc07564, 0x9bffeb8, 52, 0xb6d8df18, 0xbfc07548) = 0xbfc07564 -_ZNK7QWidget8sizeHintEv(0xbfc0755c, 0x9bffeb8, 52, 0xb6d8df18, 0xbfc07548) = 0xbfc0755c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07564, 0x9c02b98, 0xbfc07564, 0xbfc0756c, 0xbfc07574) = 0xbfc07564 -_ZNK7QWidget8sizeHintEv(0xbfc0755c, 0x9c02b98, 0xbfc07564, 0xbfc0756c, 0xbfc07574) = 0xbfc0755c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07564, 0x9c33df0, 0xbfc07564, 0xbfc0756c, 0xbfc07574) = 0xbfc07564 -_ZNK7QWidget8sizeHintEv(0xbfc0755c, 0x9c33df0, 0xbfc07564, 0xbfc0756c, 0xbfc07574) = 0xbfc0755c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07564, 0x9c4ed58, 0xbfc07564, 0xbfc0756c, 0xbfc07574) = 0xbfc07564 -_ZNK7QWidget8sizeHintEv(0xbfc0755c, 0x9c4ed58, 0xbfc07564, 0xbfc0756c, 0xbfc07574) = 0xbfc0755c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07564, 0x9c50830, 0xbfc07564, 0xbfc0756c, 0xbfc07574) = 0xbfc07564 -_ZNK7QWidget8sizeHintEv(0xbfc0755c, 0x9c50830, 0xbfc07564, 0xbfc0756c, 0xbfc07574) = 0xbfc0755c -_ZNK7QWidget15minimumSizeHintEv(0xbfc075a4, 0x9bffeb8, 0xbfc07f88, 0xb725e2a3, 0x9bff3c0) = 0xbfc075a4 -_ZNK7QWidget8sizeHintEv(0xbfc0759c, 0x9bffeb8, 0xbfc07f88, 0xb725e2a3, 0x9bff3c0) = 0xbfc0759c -_ZNK7QWidget15minimumSizeHintEv(0xbfc075b8, 0x9bffeb8, 50, 300, 55) = 0xbfc075b8 -_ZNK7QWidget8sizeHintEv(0xbfc075b8, 0x9bffeb8, 50, 300, 55) = 0xbfc075b8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc075a4, 0x9c02b98, 0xbfc07f88, 0xb725e2a3, 0x9c02670) = 0xbfc075a4 -_ZNK7QWidget8sizeHintEv(0xbfc0759c, 0x9c02b98, 0xbfc07f88, 0xb725e2a3, 0x9c02670) = 0xbfc0759c -_ZNK7QWidget15minimumSizeHintEv(0xbfc075b8, 0x9c02b98, 50, 220, 55) = 0xbfc075b8 -_ZNK7QWidget8sizeHintEv(0xbfc075b8, 0x9c02b98, 50, 220, 55) = 0xbfc075b8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc075a4, 0x9c33df0, 0xbfc07f88, 0xb725e2a3, 0x9c30b40) = 0xbfc075a4 -_ZNK7QWidget8sizeHintEv(0xbfc0759c, 0x9c33df0, 0xbfc07f88, 0xb725e2a3, 0x9c30b40) = 0xbfc0759c -_ZNK7QWidget15minimumSizeHintEv(0xbfc075b8, 0x9c33df0, 50, 161, 55) = 0xbfc075b8 -_ZNK7QWidget8sizeHintEv(0xbfc075b8, 0x9c33df0, 50, 161, 55) = 0xbfc075b8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc075a4, 0x9c4ed58, 0xbfc07f88, 0xb725e2a3, 0x9c23238) = 0xbfc075a4 -_ZNK7QWidget8sizeHintEv(0xbfc0759c, 0x9c4ed58, 0xbfc07f88, 0xb725e2a3, 0x9c23238) = 0xbfc0759c -_ZNK7QWidget15minimumSizeHintEv(0xbfc075b8, 0x9c4ed58, 50, 55, 55) = 0xbfc075b8 -_ZNK7QWidget8sizeHintEv(0xbfc075b8, 0x9c4ed58, 50, 55, 55) = 0xbfc075b8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc075a4, 0x9c50830, 0xbfc07f88, 0xb725e2a3, 0x9c51420) = 0xbfc075a4 -_ZNK7QWidget8sizeHintEv(0xbfc0759c, 0x9c50830, 0xbfc07f88, 0xb725e2a3, 0x9c51420) = 0xbfc0759c -_ZNK7QWidget15minimumSizeHintEv(0xbfc075b8, 0x9c50830, 50, 79, 55) = 0xbfc075b8 -_ZNK7QWidget8sizeHintEv(0xbfc075b8, 0x9c50830, 50, 79, 55) = 0xbfc075b8 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07404, 0xbfc07404, 0xb6c223e0, 0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07404, 0, 0xb70d7b5d, 0xb74d3180) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9bffeb8, 1, 4, 0xbfc073a0, 0xbfc07394) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9bffeb8, 1, 4, 0xbfc072e0, 0xbfc072d4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9bffeb8, 1, 4, 0xbfc07350, 0xbfc07344) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9bffeb8, 2, 4, 0xbfc072dc, 0xb6c21ff4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9bffeb8, 2, 4, 0xbfc0732c, 0xb6c21ff4) = -54 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07404, 0xbfc07404, 0xb6c223e0, 0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07404, 0, 0xb70d7b5d, 0xb74d3180) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c02b98, 1, 4, 0xbfc073a0, 0xbfc07394) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c02b98, 1, 4, 0xbfc072e0, 0xbfc072d4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c02b98, 1, 4, 0xbfc07350, 0xbfc07344) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c02b98, 2, 4, 0xbfc072dc, 0xb6c21ff4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c02b98, 2, 4, 0xbfc0732c, 0xb6c21ff4) = -54 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07404, 0xbfc07404, 0xb6c223e0, 0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c33df0, 0xbfc07404, 0, 0xb70d7b5d, 0xb74d3180) = 0x9c33df0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c33df0, 1, 4, 0xbfc073a0, 0xbfc07394) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c33df0, 1, 4, 0xbfc072e0, 0xbfc072d4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c33df0, 1, 4, 0xbfc07350, 0xbfc07344) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c33df0, 2, 4, 0xbfc072dc, 0xb6c21ff4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c33df0, 2, 4, 0xbfc0732c, 0xb6c21ff4) = -54 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc07404, 0xbfc07404, 0xb6c223e0, 0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c4ed58, 0xbfc07404, 0, 0xb70d7b5d, 0xb74d3180) = 0x9c4ed58 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c4ed58, 1, 4, 0xbfc073a0, 0xbfc07394) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c4ed58, 1, 4, 0xbfc072e0, 0xbfc072d4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c4ed58, 1, 4, 0xbfc07350, 0xbfc07344) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c4ed58, 2, 4, 0xbfc072dc, 0xb6c21ff4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c4ed58, 2, 4, 0xbfc0732c, 0xb6c21ff4) = -54 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07404, 0xbfc07404, 0xb6c223e0, 0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc07404, 0, 0xb70d7b5d, 0xb74d3180) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c50830, 1, 4, 0xbfc073a0, 0xbfc07394) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c50830, 1, 4, 0xbfc072e0, 0xbfc072d4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c50830, 1, 4, 0xbfc07350, 0xbfc07344) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c50830, 2, 4, 0xbfc072dc, 0xb6c21ff4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c50830, 2, 4, 0xbfc0732c, 0xb6c21ff4) = -54 -_ZN7QObject10childEventEP11QChildEvent(0x9bff378, 0xbfc07474, 0x9bf3970, 0xb7154528, 0x9bf3970) = 0xb76d7388 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0x9bfede8, 0x9bfede8, 0x9f82c60, 0x9c11ee8) = 0 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0x9c00098, 0x9c00098, 0x9f82c60, 0x9c11ee8) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0x9c00508, 0x9c00508, 0x9f82c60, 0x9c11ee8) = 0 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0x9c02da8, 0x9c02da8, 0x9f82c60, 0x9c11ee8) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0x9c030f0, 0x9c030f0, 0x9f82c60, 0x9c11ee8) = 0 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0x9c0fac8, 0x9c0fac8, 0x9f82c60, 0x9c11ee8) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0x9c15ea0, 0x9c15ea0, 0x9f82c60, 0x9c11ee8) = 0 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0x9c15448, 0x9c15448, 0x9f82c60, 0x9c11ee8) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0x9c33e78, 0x9c33e78, 0x9f82c60, 0x9c11ee8) = 0 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0x9c34c98, 0x9c34c98, 0x9f82c60, 0x9c11ee8) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0x9c11e50, 0x9c11e50, 0x9f82c60, 0x9c11ee8) = 0 -_ZN7QWidget5eventEP6QEvent(0x9c1f950, 0x9c35880, 0x9c35880, 0x9f82c60, 0x9c11ee8) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0x9c1a210, 0x9c1a210, 0x9f82c60, 0x9c11ee8) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1a1b0, 0x9ce1680, 0x9ce1680, 0x9f82c60, 0x9c11ee8) = 0 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0x9cf1d50, 0x9cf1d50, 0x9f82c60, 0x9c11ee8) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf36f8, 0x9cf3928, 0xb71d89a2, 0xbfc077b8) = 0 -_ZN19QAbstractScrollArea13viewportEventEP6QEvent(0x9cf1bc0, 0x9cf3928, 0x9ce2250, 0xb71d6ea5, 0x9ce2238) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf36f8, 0x9cf3928, 0x9cf3928, 0x9f82c60, 0x9c11ee8) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3aa0, 0x9cf3c70, 0xb71d89a2, 0xbfc077b8) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3aa0, 0x9cf3c70, 0x9cf3c70, 0x9f82c60, 0x9c11ee8) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3cb8, 0x9cf3e58, 0xb71d89a2, 0xbfc077b8) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3cb8, 0x9cf3e58, 0x9cf3e58, 0x9f82c60, 0x9c11ee8) = 1 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0x9cf4f78, 0x9cf4f78, 0x9f82c60, 0x9c11ee8) = 0 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0x9cf6990, 0x9cf6990, 0x9f82c60, 0x9c11ee8) = 0 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0x9d104f8, 0x9d104f8, 0x9f82c60, 0x9c11ee8) = 0 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0x9d12208, 0x9d12208, 0x9f82c60, 0x9c11ee8) = 1 -_ZN7QWidget5eventEP6QEvent(0x9d123b0, 0x9d18860, 0x9d18860, 0x9f82c60, 0x9c11ee8) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf23e0, 0x9d1aab8, 0x9d1aab8, 0x9f82c60, 0x9c11ee8) = 1 -_ZN9QLineEdit5eventEP6QEvent(0x9d1c050, 0x9d1c768, 0x9d1c768, 0x9f82c60, 0x9c11ee8) = 1 -_ZN7QWidget5eventEP6QEvent(0x9c1f950, 0x9d47c40, 0x9d47c40, 0x9f82c60, 0x9c11ee8) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf23e0, 0x9d88ad0, 0x9d88ad0, 0x9f82c60, 0x9c11ee8) = 0 -_ZN7QObject13connectNotifyEPKc(0x9e66af0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e662f8, 0xbfc07670, 0x9e66af0, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e66cb0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e662f8, 0xbfc07670, 0x9e66cb0, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c1a760, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9e6b5f8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e6ada0, 0xbfc07670, 0x9e6b5f8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e6b7d8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e6ada0, 0xbfc07670, 0x9e6b7d8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ca4380, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9e6fd30, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e6f4e8, 0xbfc07670, 0x9e6fd30, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e6ff10, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e6f4e8, 0xbfc07670, 0x9e6ff10, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c56600, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9e744f8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e73d20, 0xbfc07670, 0x9e744f8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e746d8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e73d20, 0xbfc07670, 0x9e746d8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cba7b0, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9e78db8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e78570, 0xbfc07670, 0x9e78db8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e78f98, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e78570, 0xbfc07670, 0x9e78f98, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ca5e08, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9e7ef78, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e7e7d0, 0xbfc07670, 0x9e7ef78, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e7f148, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e7e7d0, 0xbfc07670, 0x9e7f148, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cbfd58, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9e83690, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e82ec8, 0xbfc07670, 0x9e83690, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e83840, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e82ec8, 0xbfc07670, 0x9e83840, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9d150e8, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9e87ff8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e87830, 0xbfc07670, 0x9e87ff8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e881a8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e87830, 0xbfc07670, 0x9e881a8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ca0ed8, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9e8c808, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e8c068, 0xbfc07670, 0x9e8c808, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e8c9e8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e8c068, 0xbfc07670, 0x9e8c9e8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cc3250, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9e91288, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e90a40, 0xbfc07670, 0x9e91288, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e91468, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e90a40, 0xbfc07670, 0x9e91468, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c91aa8, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9e96150, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e958f8, 0xbfc07670, 0x9e96150, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e96330, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e958f8, 0xbfc07670, 0x9e96330, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cb1f98, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9e9a868, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e9a090, 0xbfc07670, 0x9e9a868, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e9aa18, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e9a090, 0xbfc07670, 0x9e9aa18, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cd5970, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9e9f078, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e9e8b0, 0xbfc07670, 0x9e9f078, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9e9f228, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e9e8b0, 0xbfc07670, 0x9e9f228, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c496b8, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9ea3768, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ea2fc0, 0xbfc07670, 0x9ea3768, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ea3938, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ea2fc0, 0xbfc07670, 0x9ea3938, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c98898, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9ea8230, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ea7a70, 0xbfc07670, 0x9ea8230, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ea8400, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ea7a70, 0xbfc07670, 0x9ea8400, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cc6758, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9eadb30, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ead2e8, 0xbfc07670, 0x9eadb30, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9eadd10, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ead2e8, 0xbfc07670, 0x9eadd10, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c412a0, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9eb28c8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9eb2080, 0xbfc07670, 0x9eb28c8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9eb2aa8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9eb2080, 0xbfc07670, 0x9eb2aa8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c48088, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9eb77d8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9eb6f90, 0xbfc07670, 0x9eb77d8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9eb79b8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9eb6f90, 0xbfc07670, 0x9eb79b8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cace70, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9ebc008, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ebb860, 0xbfc07670, 0x9ebc008, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ebc1d8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ebb860, 0xbfc07670, 0x9ebc1d8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cb54c8, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9ec0c38, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ec0470, 0xbfc07670, 0x9ec0c38, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ec0df8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ec0470, 0xbfc07670, 0x9ec0df8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c8c990, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9ec66f0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ec5f30, 0xbfc07670, 0x9ec66f0, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ec68c0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ec5f30, 0xbfc07670, 0x9ec68c0, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c0ce58, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9ecb2c0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ecab00, 0xbfc07670, 0x9ecb2c0, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ecb490, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ecab00, 0xbfc07670, 0x9ecb490, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cc9ea0, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9ed50d8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed4900, 0xbfc07670, 0x9ed50d8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ed52b8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed4900, 0xbfc07670, 0x9ed52b8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cd0a88, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9eda278, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed9a58, 0xbfc07670, 0x9eda278, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9eda458, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ed9a58, 0xbfc07670, 0x9eda458, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c83d58, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9ede9d8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ede210, 0xbfc07670, 0x9ede9d8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9edeb88, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ede210, 0xbfc07670, 0x9edeb88, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9bffee8, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9ee4830, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ee4088, 0xbfc07670, 0x9ee4830, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ee4a00, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ee4088, 0xbfc07670, 0x9ee4a00, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c13040, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9ee9760, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ee8fb8, 0xbfc07670, 0x9ee9760, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ee9930, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ee8fb8, 0xbfc07670, 0x9ee9930, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9d14d88, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9eee7c8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9eee028, 0xbfc07670, 0x9eee7c8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9eee9a8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9eee028, 0xbfc07670, 0x9eee9a8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c33130, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9ef4d50, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e24218, 0xbfc07670, 0x9ef4d50, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ef4f30, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9e24218, 0xbfc07670, 0x9ef4f30, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c9f320, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9ef94f8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ef8d20, 0xbfc07670, 0x9ef94f8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9ef96d8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9ef8d20, 0xbfc07670, 0x9ef96d8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cdc400, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9efdf78, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9efd790, 0xbfc07670, 0x9efdf78, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9efe148, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9efd790, 0xbfc07670, 0x9efe148, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cd3fc0, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9f05008, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f04860, 0xbfc07670, 0x9f05008, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f051d8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f04860, 0xbfc07670, 0x9f051d8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c58398, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9f097e0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f09020, 0xbfc07670, 0x9f097e0, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f099b0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f09020, 0xbfc07670, 0x9f099b0, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cd74c0, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9f0dec0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f0d6f8, 0xbfc07670, 0x9f0dec0, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f0e070, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f0d6f8, 0xbfc07670, 0x9f0e070, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c96ef8, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9f12a70, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f12228, 0xbfc07670, 0x9f12a70, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f12c50, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f12228, 0xbfc07670, 0x9f12c50, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ca79a8, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9f17650, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f16e08, 0xbfc07670, 0x9f17650, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f17830, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f16e08, 0xbfc07670, 0x9f17830, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cb3900, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9f1bcc8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f1b4f0, 0xbfc07670, 0x9f1bcc8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f1bea8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f1b4f0, 0xbfc07670, 0x9f1bea8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cbc778, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9f20640, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f1fe98, 0xbfc07670, 0x9f20640, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f20810, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f1fe98, 0xbfc07670, 0x9f20810, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cc82b8, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9f24d40, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f24598, 0xbfc07670, 0x9f24d40, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f24f10, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f24598, 0xbfc07670, 0x9f24f10, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c90138, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9f29a68, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f292c0, 0xbfc07670, 0x9f29a68, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f29c38, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f292c0, 0xbfc07670, 0x9f29c38, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9ccd428, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9f2e8b0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f2e108, 0xbfc07670, 0x9f2e8b0, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f2ea80, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f2e108, 0xbfc07670, 0x9f2ea80, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cb8ea0, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9f33c58, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f33480, 0xbfc07670, 0x9f33c58, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f33e38, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f33480, 0xbfc07670, 0x9f33e38, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cc1710, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9f386e0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f37f08, 0xbfc07670, 0x9f386e0, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f388c0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f37f08, 0xbfc07670, 0x9f388c0, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cab4f8, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9f3d3d8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f3cc00, 0xbfc07670, 0x9f3d3d8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f3d5b8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f3cc00, 0xbfc07670, 0x9f3d5b8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c823a8, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9f41e10, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f41668, 0xbfc07670, 0x9f41e10, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f41fe0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f41668, 0xbfc07670, 0x9f41fe0, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cdaa18, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9f4b1d8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f4aa30, 0xbfc07670, 0x9f4b1d8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f4b3a8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f4aa30, 0xbfc07670, 0x9f4b3a8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c9d940, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9f4f878, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f4f0d0, 0xbfc07670, 0x9f4f878, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f4fa48, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f4f0d0, 0xbfc07670, 0x9f4fa48, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c9a458, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9f54160, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f53988, 0xbfc07670, 0x9f54160, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f54340, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f53988, 0xbfc07670, 0x9f54340, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cceef0, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9f58828, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f58050, 0xbfc07670, 0x9f58828, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f58a08, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f58050, 0xbfc07670, 0x9f58a08, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9caea08, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9f5e420, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f5dbd8, 0xbfc07670, 0x9f5e420, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f5e600, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f5dbd8, 0xbfc07670, 0x9f5e600, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c48df8, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9f62db8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f62610, 0xbfc07670, 0x9f62db8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f62f88, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f62610, 0xbfc07670, 0x9f62f88, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c362d0, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9f67508, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f66d60, 0xbfc07670, 0x9f67508, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f676d8, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f66d60, 0xbfc07670, 0x9f676d8, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9c93698, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN7QObject13connectNotifyEPKc(0x9f6cbe0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f6c438, 0xbfc07670, 0x9f6cbe0, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject13connectNotifyEPKc(0x9f6cdb0, 0xb74ab5ce, 0x9da4860, 0, 0xb76dae78) = 0xb76eaca8 -_ZN7QObject10childEventEP11QChildEvent(0x9f6c438, 0xbfc07670, 0x9f6cdb0, 0xb6ade7b0, -1) = 0xb76eada8 -_ZN7QObject10childEventEP11QChildEvent(0x9cddf50, 0xbfc076d0, 0xbfc072a0, 0xb6d5c20b, 0xb6c21ff4) = 0xb76dbb08 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07624, 0xbfc07624, 0xb76efff4, 0xbfc07670 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07624, 0x9c7bba0, 0, 0x80000000) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07624, 0xbfc07624, 0xb76efff4, 0xbfc07670 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07624, 0x9c7bba0, 0, 0x80000000) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07624, 0xbfc07624, 0xb76efff4, 0xbfc07670 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c33df0, 0xbfc07624, 0x9c7bba0, 0, 0x80000000) = 0x9c33df0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc07624, 0xbfc07624, 0xb76efff4, 0xbfc07670 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c4ed58, 0xbfc07624, 0x9c7bba0, 0, 0x80000000) = 0x9c4ed58 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07624, 0xbfc07624, 0xb76efff4, 0xbfc07670 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc07624, 0x9c7bba0, 0, 0x80000000) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9bff378, 0xbfc07624, 0xb70e13b9, 0xb76efff4, 0xb6db8e4f) = 0xb76d7388 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0x9c51d98, 0x9c51d98, 0x9f82c60, 0x9c11ee8) = 0 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0x9f80b58, 0x9f80b58, 0x9f82c60, 0x9c11ee8) = 0 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0x9f82c10, 0x9f82c10, 0x9f82c60, 0x9c11ee8) = 0 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0x9f81c38, 0x9f81c38, 0x9f82c60, 0x9c11ee8) = 1 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0x9bad018, 0xb7332993, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0x9bad018, 0xb7332993, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0x9bad018, 0xb7332993, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0x9bad018, 0xb7332993, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0x9bad018, 0xb7332993, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0x9bad018, 0xb7332993, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0x9bad018, 0xb7332993, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0x9bad018, 0xb7332993, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0x9bad018, 0xb7332993, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0x9bad018, 0xb7332993, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0x9bad018, 0xb7332993, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0x9bad018, 0xb7332993, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0x9bad018, 0xb7332993, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0x9bad018, 0xb7332993, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0x9bad018, 0xb7332993, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 21, 0xbfc07adc, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 21, 0xbfc07adc, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc0773c, 0xb6dd5170, 0xbfc0769c, 0x9cf30a8) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc0773c, 0xb6dd5170, 0xbfc0769c, 0x9cf30a8) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc0773c, 0xb6dd5170, 0xbfc0769c, 0x9cf30a8) = 0 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07624, 0xbfc07624, 0xb76efff4, 0x9cf30a8 -_ZN7QWidget9moveEventEP10QMoveEvent(0xbfc07f88, 0xbfc07624, 14, 0xb70b5259, 0xbfc07550) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 21, 0xbfc07adc, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 21, 0xbfc07adc, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 21, 0xbfc07adc, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 1, 0xbfc07adc, 0x9c9a650) = 0 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 2, 100, 13, 0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 9999, 112, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0xbfc07f90, 144, 0xb66fd470, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0x9f816b0, 0, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f90, 8, 0x9ef6c1c, 0xb6f05444, 0x9ef6c1c) = 96 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0xb77536a0, 0xbfc07f90, 0xb76efff4, 0xb76efff4) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc073d4, 0xbfc073d4, 0xb6f52481, 0x9f9bff0 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0x9f9ba88, 80, 11, 1) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 23, 0, 0xbfc07f88, 0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0xbfc07f90, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0x9f816b0, 0, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f90, 8, 0x9f81c44, 0xb6f05444, 0x9f81c44) = 96 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0xbfc07f88, 0xbfc06e9c, 0xb76efff4, 0xb76efff4) = 1 -_ZN7QWidget10paintEventEP11QPaintEvent(0xbfc07f88, 0xbfc073d4, 17, 0xb66fd470, 0xb66fd470) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 698, 712, 0xbfc07294, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 4, 7, 0xb69a713b, 128) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc8, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9f816b0, 0, 0, 0x404b8000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc8, 8, 0x9f2e884, 0xb6f05444, 0x9f2e884 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06580) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc0, 0xbfc0662c, 0xb76efff4, 0xb76efff4) = 1 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc067a4, 0xbfc067a4, 0xb6828ff4, 144 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x1000000, 0x9cf1bc0, 0xbfc0663c, 91) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0xbfc0613c, 9, 0xb74cd434, 0xbfc06898) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc8, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9f816b0, 0, 0, 0x404b8000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc8, 8, 0x9f3725c, 0xb6f05444, 0x9f3725c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6f1f6f5, 0xb65d0549, 0xbfc061ec) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc0, 0xbfc0623c, 0xb76efff4, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0, 0, 0xb65d0549, 0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0xb6e119fa, 0xb76efff4, 0xb6e05020, 0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc8, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9f816b0, 0, 0, 0x404b8000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc8, 8, 0x9e94c74, 0xb6f05444, 0x9e94c74 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc061bc) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc0, 0xbfc0620c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 23, 0, 0xbfc07f88, 0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0xb70fd1e0, 0xbfc05e58, 0xb6e93008, 0x9c21200) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9cf3700, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9f816b0, 0x4069a000, 0, 0x405a4000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf3700, 8, 0x9e7ef4c, 0xb6f05444, 0x9e7ef4c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 56, 0xb6828ff4, 0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9cf36f8, 0xbfc05e1c, 0xb76efff4, 0xb76efff4) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf36f8, 0xbfc05f94, 0xb70f2525, 0x9bf3970) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf36f8, 0xbfc05f94, 0xbfc05f94, 0xb6828ff4, 144 -_ZN12QStyleOptionC1Eii(0xbfc059d0, 1, 0, 0xb76efff4, 0xbfc05e1c) = 0x9bfd3e8 -_ZN12QStyleOption4initEPK7QWidget(0xbfc059d0, 0x9cf36f8, 0x9cf388c, 0xb76efff4, 1) = 0x9bf8a28 -_ZN8QPainterC1EP12QPaintDevice(0xbfc05a68, 0x9cf3700, 0, 0xb76efff4, 0xbfc05e1c -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 1, 0xbfc058e0, 0x8052ffc, 0xbfc058c8) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9f9c690, 0xb6f53660, 1024, 0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9cf3700, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9f816b0, 0x4069a000, 0, 0x405a4000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf3700, 8, 0x9ef6c1c, 0xb6f05444, 0x9ef6c1c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 56, 0xb76efff4, 1) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9cf36f8, 0xbfc0587c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QPainterC1EP12QPaintDevice resumed> ) = 1 -_ZNK7QWidget5styleEv(0x9cf36f8, 0x9cf3700, 0, 0xb76efff4, 0xbfc05e1c) = 0x9cf2438 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05a68, 1, 1, 0xbfc05a68, 0x9cf36f8) = 3 -pthread_mutex_lock(0xbfc07fb0, 0xbfc05f94, 0xbfc05aa8, 0xb6f52990, 0x9f9c4f0) = 0 -pthread_mutex_unlock(0xbfc07fb0, 5, 0, 0, 1) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05a68, 1, 0, 0xbfc05a68, 0x9cf36f8) = 3 -pthread_mutex_lock(0xbfc07fcc, 0xbfc05f94, 0xbfc05aa8, 0xb6f52990, 0x9f9c4f0) = 0 -_Znwj(128, 0xbfc07fe4, 0xb6c5a958, 0xb76f7000, 0) = 0x9f81570 -pthread_mutex_unlock(0xbfc07fcc, 0xbfc07fe4, 0xbfc05968, 0x80dd6d9, 0x9cf78d8) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05a68, 0x81b300c, 0, 0, 0x9cf36f8) = 0x9f81c38 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05a68, 0xbfc05980, 1, 804, 29) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05a68, 0x81b300c, 0, 804, 29) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05a68, 0xbfc05980, 1, 804, 68) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05a68, 0x81b300c, 0, 804, 68) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05a68, 0xbfc05980, 1, 804, 107) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05a68, 0x81b300c, 0, 804, 107) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05a68, 0xbfc05980, 1, 804, 146) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05a68, 0x81b300c, 0, 804, 146) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05a68, 0xbfc05980, 1, 804, 185) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05a68, 0x81b300c, 0, 804, 185) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05a68, 0xbfc05980, 1, 804, 224) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05a68, 0x81b300c, 0, 804, 224) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05a68, 0xbfc05980, 1, 804, 263) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05a68, 0x81b300c, 0, 804, 263) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05a68, 0xbfc05980, 1, 804, 302) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05a68, 0x81b300c, 0, 804, 302) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05a68, 0xbfc05980, 1, 804, 341) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05a68, 0x81b300c, 0, 804, 341) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05a68, 0xbfc05980, 1, 804, 380) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05a68, 0x81b300c, 0, 804, 380) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05a68, 0xbfc05980, 1, 804, 419) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05a68, 0x81b300c, 0, 804, 419) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05a68, 0xbfc05980, 1, 804, 458) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05a68, 0x81b300c, 0, 804, 458) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05a68, 0xbfc05980, 1, 804, 497) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05a68, 0x81b300c, 0, 804, 497) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05a68, 0xbfc05980, 1, 804, 536) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05a68, 0x81b300c, 0, 804, 536) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05a68, 0xbfc05980, 1, 804, 575) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05a68, 0x81b300c, 0, 804, 575) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05a68, 0xbfc05980, 1, 804, 614) = 0 -_ZN8QPainter3endEv(0xbfc05a68, 0xbfc05a74, 0, 804, 614) = 1 -_ZdlPv(0x9f81570, 0xb774d28b, 0xb7760ad0, 0, 0xb76efff4) = 0 -_ZN8QPainterD1Ev(0xbfc05a68, 0xbfc05a74, 0, 804, 614) = 0 -_ZN12QStyleOptionD1Ev(0xbfc059d0, 0xbfc05a74, 0, 804, 614) = 0x9bf8a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3aa0, 0xbfc060e4, 0xb6d643a2, 0x9bad018) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3aa0, 0xbfc060e4, 0xbfc060e4, 0xb6d627bc, 0x9cf36f8 -_ZN12QStyleOptionC1Eii(0xbfc05bc0, 1, 0, 0, 91) = 0x9bfd3e8 -_ZN12QStyleOption4initEPK7QWidget(0xbfc05bc0, 0x9cf3aa0, 0, 0xb76efff4, 1) = 0x9bf8a28 -_ZN8QPainterC1EP12QPaintDevice(0xbfc05bec, 0x9cf3aa8, 0, 0, 91 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9ff028f, 0x4000000, 0xb714e9ec, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0xb76efff4, 0xbfc059f0, 0xb70a62b0, 0xbfc059f0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9cf3aa8, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9f816b0, 0x4069a000, 0, 0x404b8000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf3aa8, 8, 0x9f2e884, 0xb6f05444, 0x9f2e884 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 56, 0xb76efff4, 1) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9cf3aa0, 0xbfc05a7c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QPainterC1EP12QPaintDevice resumed> ) = 1 -_ZNK7QWidget5styleEv(0x9cf3aa0, 0x9cf3aa8, 0, 0, 91) = 0x9cf2438 -ceil(0x9999999a, 0x40099999, 0x9cf2850, 0xb76efff4, 0x9f9c458) = 0x9cf1bc0 -log10f(0x3456bf95, 0x40099999, 0x9cf2850, 0xb76efff4, 0x9f9c458) = 0x9cf0020 -floorf(0xc0d65df6, 0x40099999, 0x9cf2850, 0xb76efff4, 0x9f9c458) = 0x9cf0020 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05974, 0xbfc05b28, 0xbfc0597c, 0xb6f3990c, 0x9f9c4f0) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05974, 2, 0xbfc0597c, 0xb6f3990c, 0x9f9c4f0) = 2 -_Z5fixedR11QTextStream(0xbfc05974, 0xb77536a0, 0xb6b330a0, 0xb6a5adc0, 0xbfc05974) = 0xbfc05974 -_Z9forcesignR11QTextStream(0xbfc05974, 0xb77536a0, 0xb6b330a0, 0xb6a5adc0, 0xbfc05974) = 0xbfc05974 -_ZN11QTextStreamlsEd(0xbfc05974, 0, 0, 0xb6f3990c, 0) = 0xbfc05974 -_ZN11QTextStreamlsERK7QString(0xbfc05974, 0x81b2e68, 0, 0xb6f3990c, 0) = 0xbfc05974 -_ZN11QTextStreamlsEPKc(0xbfc05974, 0x8157081, 0, 0xb6f3990c, 0) = 0xbfc05974 -_ZN11QTextStreamD1Ev(0xbfc05974, 0x8157081, 0, 0xb6f3990c, 0) = 0 -_ZN8QPainter12boundingRectERK5QRectiRK7QString(0xbfc05a28, 0xbfc05bec, 0xbfc05970, 33, 0xbfc05b28) = 0xbfc05a28 -_ZN7QString4freeEPNS_4DataE(0x9c5ba20, 0, 0x7ffffffe, 0x7ffffffe, 0x9cf0020) = 0x9f089e0 -_ZN7QString16fromAscii_helperEPKci(0x81570b8, -1, 0x7ffffffe, 0x7ffffffe, 0x9cf0020) = 0x9f65820 -_ZN8QPainter12boundingRectERK5QRectiRK7QString(0xbfc05a38, 0xbfc05bec, 0xbfc05970, 33, 0xbfc05b30) = 0xbfc05a38 -_ZN7QString4freeEPNS_4DataE(0x9f65820, 0, 0x7ffffffe, 0x7ffffffe, 0x9cf0020) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05bec, 0x81b2f60, 0, 0, 0x7fffffff) = 0x9f37250 -log10f(0x332bcc77, 0x81b2f60, 0, 0, 0x7fffffff) = 0x9f30020 -floorf(0xc0ecbbed, 0x81b2f60, 0, 0, 0x7fffffff) = 0x9f30020 -floor(0, 0, 0, 0, 0x7fffffff) = 0x9cf1bc0 -floor(0, 0x3ff00000, 0, 0, 0x7fffffff) = 0x9cf1bc0 -round(0, 0x3ff00000, 0, 0, 0x7fffffff) = 0x3ff00000 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05974, 0xbfc05b38, 0xbfc0597c, 65535, 0) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05974, 2, 0xbfc0597c, 65535, 0) = 2 -_Z5fixedR11QTextStream(0xbfc05974, 0xbfc05974, 0, 0x40240000, 0xb76efff4) = 0xbfc05974 -_Z9forcesignR11QTextStream(0xbfc05974, 0xbfc05974, 0, 0x40240000, 0xb76efff4) = 0xbfc05974 -_ZN11QTextStreamlsEd(0xbfc05974, 0, 0x40768000, 65535, 0) = 0xbfc05974 -_ZN11QTextStreamlsERK7QString(0xbfc05974, 0x81b2e68, 0x40768000, 65535, 0) = 0xbfc05974 -_ZN11QTextStreamlsEPKc(0xbfc05974, 0x8157081, 0x40768000, 65535, 0) = 0xbfc05974 -_ZN11QTextStreamD1Ev(0xbfc05974, 0x8157081, 0x40768000, 65535, 0) = 0 -_ZN8QPainter12boundingRectERK5QRectiRK7QString(0xbfc05a48, 0xbfc05bec, 0xbfc05970, 33, 0xbfc05b38) = 0xbfc05a48 -_ZN7QString4freeEPNS_4DataE(0x9c5ba20, 0, 0x7ffffffe, 0x7ffffffe, 0xb76efff4) = 0x9f089e0 -floor(0, 0, 0x7ffffffe, 0x7ffffffe, 0xb76efff4) = 0 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05974, 0xbfc05b40, 0xbfc0597c, 0x813764e, 0xbfc05a48) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05974, 2, 0xbfc0597c, 0x813764e, 0xbfc05a48) = 2 -_Z5fixedR11QTextStream(0xbfc05974, 0xbfc05974, 0, 0x40240000, 0xb76efff4) = 0xbfc05974 -_Z9forcesignR11QTextStream(0xbfc05974, 0xbfc05974, 0, 0x40240000, 0xb76efff4) = 0xbfc05974 -_ZN11QTextStreamlsEd(0xbfc05974, 0, 0, 0x813764e, 0) = 0xbfc05974 -_ZN11QTextStreamlsERK7QString(0xbfc05974, 0x81b2e68, 0, 0x813764e, 0) = 0xbfc05974 -_ZN11QTextStreamlsEPKc(0xbfc05974, 0x8157081, 0, 0x813764e, 0) = 0xbfc05974 -_ZN11QTextStreamD1Ev(0xbfc05974, 0x8157081, 0, 0x813764e, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05bec, 0xbfc05970, 676, 0xbfc05b40, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 10, 9, 0xb648d0d3, 0x9c277a0) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9c5ba20, 10, -1, 24, 0xb76efff4) = 0x9f089e0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 1) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 1) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05974, 0xbfc05b40, 0xbfc0597c, 0x81375a1, 0xbfc05bec) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05974, 2, 0xbfc0597c, 0x81375a1, 0xbfc05bec) = 2 -_Z5fixedR11QTextStream(0xbfc05974, 0xbfc05974, 0, 0x40240000, 0xb76efff4) = 0xbfc05974 -_Z9forcesignR11QTextStream(0xbfc05974, 0xbfc05974, 0, 0x40240000, 0xb76efff4) = 0xbfc05974 -_ZN11QTextStreamlsEd(0xbfc05974, 0, 0x40790000, 0x81375a1, 0) = 0xbfc05974 -_ZN11QTextStreamlsERK7QString(0xbfc05974, 0x81b2e68, 0x40790000, 0x81375a1, 0) = 0xbfc05974 -_ZN11QTextStreamlsEPKc(0xbfc05974, 0x8157081, 0x40790000, 0x81375a1, 0) = 0xbfc05974 -_ZN11QTextStreamD1Ev(0xbfc05974, 0x8157081, 0x40790000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05bec, 0xbfc05970, 676, 0xbfc05b40, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9f9e488, 32, 32, 223) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9c5ba20, 10, 79, 24, 0) = 0x9f089e0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 1) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, -1) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05974, 0xbfc05b40, 0xbfc0597c, 0x81375a1, 0xbfc05bec) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05974, 2, 0xbfc0597c, 0x81375a1, 0xbfc05bec) = 2 -_Z5fixedR11QTextStream(0xbfc05974, 0xbfc05974, 0, 0x40240000, 0xb76efff4) = 0xbfc05974 -_Z9forcesignR11QTextStream(0xbfc05974, 0xbfc05974, 0, 0x40240000, 0xb76efff4) = 0xbfc05974 -_ZN11QTextStreamlsEd(0xbfc05974, 0, 0x40890000, 0x81375a1, 0) = 0xbfc05974 -_ZN11QTextStreamlsERK7QString(0xbfc05974, 0x81b2e68, 0x40890000, 0x81375a1, 0) = 0xbfc05974 -_ZN11QTextStreamlsEPKc(0xbfc05974, 0x8157081, 0x40890000, 0x81375a1, 0) = 0xbfc05974 -_ZN11QTextStreamD1Ev(0xbfc05974, 0x8157081, 0x40890000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05bec, 0xbfc05970, 676, 0xbfc05b40, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0258, 32, 32, 311) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9c5ba20, 10, 159, 24, 0) = 0x9f089e0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 1) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 1) = 3 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05974, 0xbfc05b40, 0xbfc0597c, 0x81375a1, 0xbfc05bec) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05974, 2, 0xbfc0597c, 0x81375a1, 0xbfc05bec) = 2 -_Z5fixedR11QTextStream(0xbfc05974, 0xbfc05974, 0, 0x40240000, 0xb76efff4) = 0xbfc05974 -_Z9forcesignR11QTextStream(0xbfc05974, 0xbfc05974, 0, 0x40240000, 0xb76efff4) = 0xbfc05974 -_ZN11QTextStreamlsEd(0xbfc05974, 0, 0x4092c000, 0x81375a1, 0) = 0xbfc05974 -_ZN11QTextStreamlsERK7QString(0xbfc05974, 0x81b2e68, 0x4092c000, 0x81375a1, 0) = 0xbfc05974 -_ZN11QTextStreamlsEPKc(0xbfc05974, 0x8157081, 0x4092c000, 0x81375a1, 0) = 0xbfc05974 -_ZN11QTextStreamD1Ev(0xbfc05974, 0x8157081, 0x4092c000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05bec, 0xbfc05970, 676, 0xbfc05b40, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0258, 32, 32, 391) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9c5ba20, 10, 238, 24, 1) = 0x9f089e0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, -1) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05974, 0xbfc05b40, 0xbfc0597c, 0x81375a1, 0xbfc05bec) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05974, 2, 0xbfc0597c, 0x81375a1, 0xbfc05bec) = 2 -_Z5fixedR11QTextStream(0xbfc05974, 0xbfc05974, 0, 0x40240000, 0xb76efff4) = 0xbfc05974 -_Z9forcesignR11QTextStream(0xbfc05974, 0xbfc05974, 0, 0x40240000, 0xb76efff4) = 0xbfc05974 -_ZN11QTextStreamlsEd(0xbfc05974, 0, 0x40990000, 0x81375a1, 0) = 0xbfc05974 -_ZN11QTextStreamlsERK7QString(0xbfc05974, 0x81b2e68, 0x40990000, 0x81375a1, 0) = 0xbfc05974 -_ZN11QTextStreamlsEPKc(0xbfc05974, 0x8157081, 0x40990000, 0x81375a1, 0) = 0xbfc05974 -_ZN11QTextStreamD1Ev(0xbfc05974, 0x8157081, 0x40990000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05bec, 0xbfc05970, 676, 0xbfc05b40, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 473) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9c5ba20, 10, 319, 24, 0) = 0x9f089e0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 1) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, -1) = 5 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05974, 0xbfc05b40, 0xbfc0597c, 0x81375a1, 0xbfc05bec) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05974, 2, 0xbfc0597c, 0x81375a1, 0xbfc05bec) = 2 -_Z5fixedR11QTextStream(0xbfc05974, 0xbfc05974, 0, 0x40240000, 0xb76efff4) = 0xbfc05974 -_Z9forcesignR11QTextStream(0xbfc05974, 0xbfc05974, 0, 0x40240000, 0xb76efff4) = 0xbfc05974 -_ZN11QTextStreamlsEd(0xbfc05974, 0, 0x409f4000, 0x81375a1, 0) = 0xbfc05974 -_ZN11QTextStreamlsERK7QString(0xbfc05974, 0x81b2e68, 0x409f4000, 0x81375a1, 0) = 0xbfc05974 -_ZN11QTextStreamlsEPKc(0xbfc05974, 0x8157081, 0x409f4000, 0x81375a1, 0) = 0xbfc05974 -_ZN11QTextStreamD1Ev(0xbfc05974, 0x8157081, 0x409f4000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05bec, 0xbfc05970, 676, 0xbfc05b40, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 554) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9c5ba20, 10, 399, 24, -1) = 0x9f089e0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 1) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 1) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, -1) = 6 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05974, 0xbfc05b40, 0xbfc0597c, 0x81375a1, 0xbfc05bec) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05974, 2, 0xbfc0597c, 0x81375a1, 0xbfc05bec) = 2 -_Z5fixedR11QTextStream(0xbfc05974, 0xbfc05974, 0, 0x40240000, 0xb76efff4) = 0xbfc05974 -_Z9forcesignR11QTextStream(0xbfc05974, 0xbfc05974, 0, 0x40240000, 0xb76efff4) = 0xbfc05974 -_ZN11QTextStreamlsEd(0xbfc05974, 0, 0x40a2c000, 0x81375a1, 0) = 0xbfc05974 -_ZN11QTextStreamlsERK7QString(0xbfc05974, 0x81b2e68, 0x40a2c000, 0x81375a1, 0) = 0xbfc05974 -_ZN11QTextStreamlsEPKc(0xbfc05974, 0x8157081, 0x40a2c000, 0x81375a1, 0) = 0xbfc05974 -_ZN11QTextStreamD1Ev(0xbfc05974, 0x8157081, 0x40a2c000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05bec, 0xbfc05970, 676, 0xbfc05b40, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 634) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9c5ba20, 10, 478, 24, -1) = 0x9f089e0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, -1) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05974, 0xbfc05b40, 0xbfc0597c, 0x81375a1, 0xbfc05bec) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05974, 2, 0xbfc0597c, 0x81375a1, 0xbfc05bec) = 2 -_Z5fixedR11QTextStream(0xbfc05974, 0xbfc05974, 0, 0x40240000, 0xb76efff4) = 0xbfc05974 -_Z9forcesignR11QTextStream(0xbfc05974, 0xbfc05974, 0, 0x40240000, 0xb76efff4) = 0xbfc05974 -_ZN11QTextStreamlsEd(0xbfc05974, 0, 0x40a5e000, 0x81375a1, 0) = 0xbfc05974 -_ZN11QTextStreamlsERK7QString(0xbfc05974, 0x81b2e68, 0x40a5e000, 0x81375a1, 0) = 0xbfc05974 -_ZN11QTextStreamlsEPKc(0xbfc05974, 0x8157081, 0x40a5e000, 0x81375a1, 0) = 0xbfc05974 -_ZN11QTextStreamD1Ev(0xbfc05974, 0x8157081, 0x40a5e000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05bec, 0xbfc05970, 676, 0xbfc05b40, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 713) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9c5ba20, 10, 559, 24, 0) = 0x9f089e0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05974, 0xbfc05b40, 0xbfc0597c, 0x81375a1, 0xbfc05bec) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05974, 2, 0xbfc0597c, 0x81375a1, 0xbfc05bec) = 2 -_Z5fixedR11QTextStream(0xbfc05974, 0xbfc05974, 0, 0x40240000, 0xb76efff4) = 0xbfc05974 -_Z9forcesignR11QTextStream(0xbfc05974, 0xbfc05974, 0, 0x40240000, 0xb76efff4) = 0xbfc05974 -_ZN11QTextStreamlsEd(0xbfc05974, 0, 0x40a90000, 0x81375a1, 0) = 0xbfc05974 -_ZN11QTextStreamlsERK7QString(0xbfc05974, 0x81b2e68, 0x40a90000, 0x81375a1, 0) = 0xbfc05974 -_ZN11QTextStreamlsEPKc(0xbfc05974, 0x8157081, 0x40a90000, 0x81375a1, 0) = 0xbfc05974 -_ZN11QTextStreamD1Ev(0xbfc05974, 0x8157081, 0x40a90000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05bec, 0xbfc05970, 676, 0xbfc05b40, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 794) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9c5ba20, 10, 639, 24, 0) = 0x9f089e0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05974, 0xbfc05b40, 0xbfc0597c, 0x81375a1, 0xbfc05bec) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05974, 2, 0xbfc0597c, 0x81375a1, 0xbfc05bec) = 2 -_Z5fixedR11QTextStream(0xbfc05974, 0xbfc05974, 0, 0x40240000, 0xb76efff4) = 0xbfc05974 -_Z9forcesignR11QTextStream(0xbfc05974, 0xbfc05974, 0, 0x40240000, 0xb76efff4) = 0xbfc05974 -_ZN11QTextStreamlsEd(0xbfc05974, 1, 0x40ac2000, 0x81375a1, 1) = 0xbfc05974 -_ZN11QTextStreamlsERK7QString(0xbfc05974, 0x81b2e68, 0x40ac2000, 0x81375a1, 1) = 0xbfc05974 -_ZN11QTextStreamlsEPKc(0xbfc05974, 0x8157081, 0x40ac2000, 0x81375a1, 1) = 0xbfc05974 -_ZN11QTextStreamD1Ev(0xbfc05974, 0x8157081, 0x40ac2000, 0x81375a1, 1) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05bec, 0xbfc05970, 676, 0xbfc05b40, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 874) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9c5ba20, 10, 719, 24, 0) = 0x9f089e0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 1) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, -1) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40240000, 0, 0x40490000, 0) = 10 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05974, 0xbfc05b40, 0xbfc0597c, 0x81375a1, 0xbfc05bec) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05974, 2, 0xbfc0597c, 0x81375a1, 0xbfc05bec) = 2 -_Z5fixedR11QTextStream(0xbfc05974, 0xbfc05974, 0, 0x40240000, 0xb76efff4) = 0xbfc05974 -_Z9forcesignR11QTextStream(0xbfc05974, 0xbfc05974, 0, 0x40240000, 0xb76efff4) = 0xbfc05974 -_ZN11QTextStreamlsEd(0xbfc05974, 0, 0x40af4000, 0x81375a1, 0) = 0xbfc05974 -_ZN11QTextStreamlsERK7QString(0xbfc05974, 0x81b2e68, 0x40af4000, 0x81375a1, 0) = 0xbfc05974 -_ZN11QTextStreamlsEPKc(0xbfc05974, 0x8157081, 0x40af4000, 0x81375a1, 0) = 0xbfc05974 -_ZN11QTextStreamD1Ev(0xbfc05974, 0x8157081, 0x40af4000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05bec, 0xbfc05970, 676, 0xbfc05b40, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 954) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9c5ba20, 10, 799, 24, 0) = 0x9f089e0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40240000, 0, 0x40490000, 0) = 10 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05bec, 0xbfc05960, 1, 0xb76efff4, 1) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05bec, 1, 1, 0xbfc05bec, 0x9cf3aa0) = 3 -_ZN8QPainter3endEv(0xbfc05bec, 0xbfc05bec, 1, 0xbfc05bec, 0x9cf3aa0) = 1 -_ZN8QPainterD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0xbfc05bec, 0x9cf3aa0) = 0 -_ZN12QStyleOptionD1Ev(0xbfc05bc0, 0xbfc05bec, 1, 0xbfc05bec, 0x9cf3aa0) = 0x9bf8a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3cb8, 0xbfc06234, 0xb6d643a2, 0x9bad018) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3cb8, 0xbfc06234, 0xbfc06234, 0xb69a472f, 0xbfc05ecc -_ZN12QStyleOptionC1Eii(0xbfc05cd0, 1, 0, 0xb6d627bc, 0x405a4000) = 0x9bfd3e8 -_ZN12QStyleOption4initEPK7QWidget(0xbfc05cd0, 0x9cf3cb8, 0x3ff00000, 0xb76efff4, 1) = 0x9bf8a28 -_ZN8QPainterC1EP12QPaintDevice(0xbfc05d10, 0x9cf3cc0, 0, 0xb6d627bc, 0x405a4000 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0, 0x9f81488, 0xb6fc98c0, 0xbfc05bec) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0, 1, 0xb67f551f, 0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9cf3cc0, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f816b0, 0, 0, 0x405a4000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf3cc0, 8, 0x9e94c74, 0xb6f05444, 0x9e94c74 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 56, 0xb76efff4, 1) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9cf3cb8, 0xbfc05b8c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QPainterC1EP12QPaintDevice resumed> ) = 1 -_ZNK7QWidget5styleEv(0x9cf3cb8, 0x9cf3cc0, 0, 0xb6d627bc, 0x405a4000) = 0x9cf2438 -pthread_mutex_lock(0xbfc07fcc, 56, 0xbfc05cf0, 0xb6d627bc, 0xb76efff4) = 0 -_Znwj(128, 0xbfc07fe4, 119, 0, 0) = 0x9c53fe8 -pthread_mutex_unlock(0xbfc07fcc, 0xbfc07fe4, 0xbfc05c78, 0x80dd6d9, 0x9cf78d8) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b50, 0xbfc05c30, 0x8157478, 10, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b70, 0xbfc05c40, 0x8157478, 10, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b90, 0xbfc05c50, 0x8157478, 10, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bb0, 0xbfc05c60, 0x8157478, 10, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bd0, 0xbfc05c70, 0x8157478, 10, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bf0, 0xbfc05c80, 0x8157478, 10, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05c10, 0xbfc05c90, 0x8157478, 10, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0x9cf2438, 0xb70d7b5d, 0x9cf1bc0) = 0x9f60780 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05920, 0xbfc05d10, 0xbfc05900, 0, 0xbfc0595c) = 0xbfc05920 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 0xbfc05920) = 0x9c541d0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058e0, 0xbfc05d10, 0xbfc058c0, 0, 0xbfc05958) = 0xbfc058e0 -_ZN7QString4freeEPNS_4DataE(0x9c541d0, 0x402e8000, 0, 15, 0xbfc05920) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f60780, 0x402e8000, 0, 15, 0xbfc05920) = 0x9c541c8 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 1, 10, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b7c, 19, 1, 10, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b7c, 1, 10, 205) = 0x9e7ef40 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x9cf7104, 1, 10, 205) = 0x9f81640 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bec, 1, 10, 205) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 10, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc059f8, 1, 0xb6e92ff0, 0x8137cd0) = 236 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b8c, 2, 1, 10, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b8c, 1, 10, 205) = 0x9e94c68 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05a18, 129, 0x9cf7100, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9c13bd8, 20, 0xb76efff4, 0x9f3a5c8) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b9c, 19, 129, 0x9cf7100, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b9c, 129, 0x9cf7100, 0) = 0x9f81c38 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf4, 0x81b2fcc, 1, 0x9cf7100, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf4, 1, 0x9cf7100, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf4, 0xbfc05bf4, 1, 0x9cf7100, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a38, 1, 0x9cf7100, 0x9cf7100) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf8, 0x81b2fcc, 1, 0x9cf7100, 0) = 0x9fa13e8 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf8, 1, 0x9cf7100, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf8, 0xbfc05bf8, 1, 0x9cf7100, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a58, 1, 0x9cf7100, 0x9cf7100) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bfc, 0x81b2fcc, 1, 0x9cf7100, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bfc, 1, 0x9cf7100, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bfc, 0xbfc05bfc, 1, 0x9cf7100, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a78, 1, 0x9cf7100, 0x9cf7100) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c00, 0x81b2fcc, 1, 0x9cf7100, 0) = 0x9fa13e8 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c00, 1, 0x9cf7100, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c00, 0xbfc05c00, 1, 0x9cf7100, 0) = 0xbfc05c01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a98, 1, 0x9cf7100, 0x9cf7100) = 0x9f9c458 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c04, 9, 1, 0x9cf7100, 0) = 0x9fa0c30 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c08, 0xbfc05c04, 0, 0x3ff00000, 3) = 0xbfc05c08 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c08, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9e7ef40 -_ZN6QBrushD1Ev(0xbfc05c04, 0xbfc05c08, 0, 0x3ff00000, 3) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c0c, 19, 1, 0x3ff00000, 3) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c0c, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 110, 17) = 0x9cd3890 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 130, 17) = 0x9ccfd20 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 150, 17) = 0x9cd3890 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c10, 3, 1, 150, 17) = 0x9fa0cb8 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c14, 0xbfc05c10, 0, 0x40000000, 1) = 0xbfc05c14 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c14, 0, 0x40000000, 1) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c14, 0xbfc05c14, 0, 0x40000000, 1) = 0x9f81c38 -_ZN6QBrushD1Ev(0xbfc05c10, 0xbfc05c14, 0, 0x40000000, 1) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c18, 19, 1, 0x40000000, 1) = 0x9f9e578 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c18, 1, 0x40000000, 1) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c18, 0xbfc05c18, 1, 0x40000000, 1) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 15) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 5) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 105, 5) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 125, 5) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 5) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 15) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 145, 15) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 165, 15) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bcc, 19, 0x4069a000, 0, 0x40240000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bcc, 0x4069a000, 0, 0x40240000) = 0x9e7ef40 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c5c, 0x81b2fcc, 1, 0, 0x40240000) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c5c, 1, 0, 0x40240000) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c5c, 0xbfc05c5c, 1, 0, 0x40240000) = 0xbfc05c01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05d10, 0xbfc059a8, 5, 0, 0x40240000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bdc, 3, 5, 0, 0x40240000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bdc, 5, 0, 0x40240000) = 0x9f81c38 -_ZN7QString6numberEii(0xbfc05c88, 0, 10, 0, 0x40240000) = 0xbfc05c88 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05ab8, 132, 0xbfc05c88, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9e340, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f5de28, 0xb77536a0, 0x9f9c45c, 0xbfc059d8, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0x81b300c, 0, 205, 0) = 0x9e7ef40 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05c90, 1, 205, 29) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b50, 0xbfc05c30, 0x8157478, 49, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b70, 0xbfc05c40, 0x8157478, 49, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b90, 0xbfc05c50, 0x8157478, 49, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bb0, 0xbfc05c60, 0x8157478, 49, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bd0, 0xbfc05c70, 0x8157478, 49, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bf0, 0xbfc05c80, 0x8157478, 49, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05c10, 0xbfc05c90, 0x8157478, 49, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0086, 65696) = 0x9f5de28 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05920, 0xbfc05d10, 0xbfc05900, 0, 0xbfc0595c) = 0xbfc05920 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9f5c908 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058e0, 0xbfc05d10, 0xbfc058c0, 0, 0xbfc05958) = 0xbfc058e0 -_ZN7QString4freeEPNS_4DataE(0x9f5c908, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f5de28, 0x402e8000, 0, 15, 65696) = 0x9f5c900 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 1, 49, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b7c, 19, 1, 49, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b7c, 1, 49, 205) = 0x9f81c38 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x9cf71cc, 1, 49, 205) = 0x9f9e688 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bec, 1, 49, 205) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 49, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc059f8, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b8c, 2, 1, 49, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b8c, 1, 49, 205) = 0x9e7ef40 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05a18, 129, 0x9cf71c8, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9e340, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b9c, 19, 129, 0x9cf71c8, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b9c, 129, 0x9cf71c8, 0) = 0x9ef6c10 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf4, 0x81b2fcc, 1, 0x9cf71c8, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf4, 1, 0x9cf71c8, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf4, 0xbfc05bf4, 1, 0x9cf71c8, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a38, 1, 0x9cf71c8, 0x9cf71c8) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf8, 0x81b2fcc, 1, 0x9cf71c8, 0) = 0x9fa13e8 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf8, 1, 0x9cf71c8, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf8, 0xbfc05bf8, 1, 0x9cf71c8, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a58, 1, 0x9cf71c8, 0x9cf71c8) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bfc, 0x81b2fcc, 1, 0x9cf71c8, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bfc, 1, 0x9cf71c8, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bfc, 0xbfc05bfc, 1, 0x9cf71c8, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a78, 1, 0x9cf71c8, 0x9cf71c8) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c00, 0x81b2fcc, 1, 0x9cf71c8, 0) = 0x9fa13e8 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c00, 1, 0x9cf71c8, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c00, 0xbfc05c00, 1, 0x9cf71c8, 0) = 0xbfc05c01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a98, 1, 0x9cf71c8, 0x9cf71c8) = 0x9f9c458 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c04, 9, 1, 0x9cf71c8, 0) = 0x9fa0c30 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c08, 0xbfc05c04, 0, 0x3ff00000, 3) = 0xbfc05c08 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c08, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9f81c38 -_ZN6QBrushD1Ev(0xbfc05c04, 0xbfc05c08, 0, 0x3ff00000, 3) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c0c, 19, 1, 0x3ff00000, 3) = 0x9f9e870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c0c, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 110, 56) = 0x9cce100 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 130, 56) = 0x9ccbe18 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 150, 56) = 0x9cce100 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c10, 3, 1, 150, 56) = 0x9f815d0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c14, 0xbfc05c10, 0, 0x40000000, 1) = 0xbfc05c14 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c14, 0, 0x40000000, 1) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c14, 0xbfc05c14, 0, 0x40000000, 1) = 0x9ef6c10 -_ZN6QBrushD1Ev(0xbfc05c10, 0xbfc05c14, 0, 0x40000000, 1) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c18, 19, 1, 0x40000000, 1) = 0x9f9e688 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c18, 1, 0x40000000, 1) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c18, 0xbfc05c18, 1, 0x40000000, 1) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 54) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 44) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 105, 44) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 125, 44) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 44) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 54) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 145, 54) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 165, 54) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bcc, 19, 0x4069a000, 0, 0x40488000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bcc, 0x4069a000, 0, 0x40488000) = 0x9f81c38 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c5c, 0x81b2fcc, 1, 0, 0x40488000) = 0x9f9e6f8 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c5c, 1, 0, 0x40488000) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c5c, 0xbfc05c5c, 1, 0, 0x40488000) = 0xbfc05c01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05d10, 0xbfc059a8, 5, 0, 0x40488000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bdc, 3, 5, 0, 0x40488000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bdc, 5, 0, 0x40488000) = 0x9ef6c10 -_ZN7QString6numberEii(0xbfc05c88, 1, 10, 0, 0x40488000) = 0xbfc05c88 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05ab8, 132, 0xbfc05c88, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f160, 32, 32, 78) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f5c2e0, 0xbfc05c5c, 0, 0xbfc059d8, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0x81b300c, 0, 205, 0) = 0x9f81c38 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05c90, 1, 205, 68) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b50, 0xbfc05c30, 0x8157478, 88, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b70, 0xbfc05c40, 0x8157478, 88, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b90, 0xbfc05c50, 0x8157478, 88, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bb0, 0xbfc05c60, 0x8157478, 88, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bd0, 0xbfc05c70, 0x8157478, 88, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bf0, 0xbfc05c80, 0x8157478, 88, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05c10, 0xbfc05c90, 0x8157478, 88, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff00ad, 65696) = 0x9f5c2e0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05920, 0xbfc05d10, 0xbfc05900, 0, 0xbfc0595c) = 0xbfc05920 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9f5c1d8 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058e0, 0xbfc05d10, 0xbfc058c0, 0, 0xbfc05958) = 0xbfc058e0 -_ZN7QString4freeEPNS_4DataE(0x9f5c1d8, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f5c2e0, 0x402e8000, 0, 15, 65696) = 0x9f5c1d0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 1, 88, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b7c, 19, 1, 88, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b7c, 1, 88, 205) = 0x9ef6c10 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x9cf7294, 1, 88, 205) = 0x9f9e688 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bec, 1, 88, 205) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 88, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc059f8, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b8c, 2, 1, 88, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b8c, 1, 88, 205) = 0x9f81c38 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05a18, 129, 0x9cf7290, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f160, 32, 32, 181) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b9c, 19, 129, 0x9cf7290, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b9c, 129, 0x9cf7290, 0) = 0x9f2e878 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf4, 0x81b2fcc, 1, 0x9cf7290, 0) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf4, 1, 0x9cf7290, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf4, 0xbfc05bf4, 1, 0x9cf7290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a38, 1, 0x9cf7290, 0x9cf7290) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf8, 0x81b2fcc, 1, 0x9cf7290, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf8, 1, 0x9cf7290, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf8, 0xbfc05bf8, 1, 0x9cf7290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a58, 1, 0x9cf7290, 0x9cf7290) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bfc, 0x81b2fcc, 1, 0x9cf7290, 0) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bfc, 1, 0x9cf7290, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bfc, 0xbfc05bfc, 1, 0x9cf7290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a78, 1, 0x9cf7290, 0x9cf7290) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c00, 0x81b2fcc, 1, 0x9cf7290, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c00, 1, 0x9cf7290, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c00, 0xbfc05c00, 1, 0x9cf7290, 0) = 0xbfc05c01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a98, 1, 0x9cf7290, 0x9cf7290) = 0x9f9c458 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c04, 9, 1, 0x9cf7290, 0) = 0x9f815d0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c08, 0xbfc05c04, 0, 0x3ff00000, 3) = 0xbfc05c08 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c08, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9ef6c10 -_ZN6QBrushD1Ev(0xbfc05c04, 0xbfc05c08, 0, 0x3ff00000, 3) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c0c, 19, 1, 0x3ff00000, 3) = 0x9f9e890 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c0c, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 110, 95) = 0x9cc9150 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 130, 95) = 0x9cc7098 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 150, 95) = 0x9cc9150 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c10, 3, 1, 150, 95) = 0x9fa13e8 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c14, 0xbfc05c10, 0, 0x40000000, 1) = 0xbfc05c14 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c14, 0, 0x40000000, 1) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c14, 0xbfc05c14, 0, 0x40000000, 1) = 0x9f2e878 -_ZN6QBrushD1Ev(0xbfc05c10, 0xbfc05c14, 0, 0x40000000, 1) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c18, 19, 1, 0x40000000, 1) = 0x9f9e688 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c18, 1, 0x40000000, 1) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c18, 0xbfc05c18, 1, 0x40000000, 1) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 93) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 83) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 105, 83) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 125, 83) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 83) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 93) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 145, 93) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 165, 93) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bcc, 19, 0x4069a000, 0, 0x40560000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bcc, 0x4069a000, 0, 0x40560000) = 0x9ef6c10 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c5c, 0x81b2fcc, 1, 0, 0x40560000) = 0x9f9e890 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c5c, 1, 0, 0x40560000) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c5c, 0xbfc05c5c, 1, 0, 0x40560000) = 0xbfc05c01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05d10, 0xbfc059a8, 5, 0, 0x40560000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bdc, 3, 5, 0, 0x40560000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bdc, 5, 0, 0x40560000) = 0x9f2e878 -_ZN7QString6numberEii(0xbfc05c88, 2, 10, 0, 0x40560000) = 0xbfc05c88 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05ab8, 132, 0xbfc05c88, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f288, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f5bd40, 0xbfc05c5c, 0, 0xbfc059d8, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0x81b300c, 0, 205, 0) = 0x9ef6c10 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05c90, 1, 205, 107) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b50, 0xbfc05c30, 0x8157478, 127, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b70, 0xbfc05c40, 0x8157478, 127, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b90, 0xbfc05c50, 0x8157478, 127, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bb0, 0xbfc05c60, 0x8157478, 127, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bd0, 0xbfc05c70, 0x8157478, 127, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bf0, 0xbfc05c80, 0x8157478, 127, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05c10, 0xbfc05c90, 0x8157478, 127, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff00d4, 65696) = 0x9f5bd40 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05920, 0xbfc05d10, 0xbfc05900, 0, 0xbfc0595c) = 0xbfc05920 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9f58bc8 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058e0, 0xbfc05d10, 0xbfc058c0, 0, 0xbfc05958) = 0xbfc058e0 -_ZN7QString4freeEPNS_4DataE(0x9f58bc8, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f5bd40, 0x402e8000, 0, 15, 65696) = 0x9f58bc0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 1, 127, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b7c, 19, 1, 127, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b7c, 1, 127, 205) = 0x9f2e878 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x9cf739c, 1, 127, 205) = 0x9fa13e8 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bec, 1, 127, 205) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 127, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc059f8, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b8c, 2, 1, 127, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b8c, 1, 127, 205) = 0x9ef6c10 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05a18, 129, 0x9cf7398, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f288, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b9c, 19, 129, 0x9cf7398, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b9c, 129, 0x9cf7398, 0) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf4, 0x81b2fcc, 1, 0x9cf7398, 0) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf4, 1, 0x9cf7398, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf4, 0xbfc05bf4, 1, 0x9cf7398, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a38, 1, 0x9cf7398, 0x9cf7398) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf8, 0x81b2fcc, 1, 0x9cf7398, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf8, 1, 0x9cf7398, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf8, 0xbfc05bf8, 1, 0x9cf7398, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a58, 1, 0x9cf7398, 0x9cf7398) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bfc, 0x81b2fcc, 1, 0x9cf7398, 0) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bfc, 1, 0x9cf7398, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bfc, 0xbfc05bfc, 1, 0x9cf7398, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a78, 1, 0x9cf7398, 0x9cf7398) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c00, 0x81b2fcc, 1, 0x9cf7398, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c00, 1, 0x9cf7398, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c00, 0xbfc05c00, 1, 0x9cf7398, 0) = 0xbfc05c01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a98, 1, 0x9cf7398, 0x9cf7398) = 0x9f9c458 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c04, 9, 1, 0x9cf7398, 0) = 0x9f815d0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c08, 0xbfc05c04, 0, 0x3ff00000, 3) = 0xbfc05c08 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c08, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9f2e878 -_ZN6QBrushD1Ev(0xbfc05c04, 0xbfc05c08, 0, 0x3ff00000, 3) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c0c, 19, 1, 0x3ff00000, 3) = 0x9fa13e8 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c0c, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 110, 134) = 0x9cc74b0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 130, 134) = 0x9cc6010 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 150, 134) = 0x9cc74b0 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c10, 3, 1, 150, 134) = 0x9f9e688 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c14, 0xbfc05c10, 0, 0x40000000, 1) = 0xbfc05c14 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c14, 0, 0x40000000, 1) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c14, 0xbfc05c14, 0, 0x40000000, 1) = 0x9f37250 -_ZN6QBrushD1Ev(0xbfc05c10, 0xbfc05c14, 0, 0x40000000, 1) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c18, 19, 1, 0x40000000, 1) = 0x9f9e820 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c18, 1, 0x40000000, 1) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c18, 0xbfc05c18, 1, 0x40000000, 1) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 132) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 122) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 105, 122) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 125, 122) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 122) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 132) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 145, 132) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 165, 132) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bcc, 19, 0x4069a000, 0, 0x405fc000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bcc, 0x4069a000, 0, 0x405fc000) = 0x9f2e878 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c5c, 0x81b2fcc, 1, 0, 0x405fc000) = 0x9fa13e8 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c5c, 1, 0, 0x405fc000) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c5c, 0xbfc05c5c, 1, 0, 0x405fc000) = 0xbfc05c01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05d10, 0xbfc059a8, 5, 0, 0x405fc000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bdc, 3, 5, 0, 0x405fc000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bdc, 5, 0, 0x405fc000) = 0x9f37250 -_ZN7QString6numberEii(0xbfc05c88, 3, 10, 0, 0x405fc000) = 0xbfc05c88 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05ab8, 132, 0xbfc05c88, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f3d0, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f584b8, 0xbfc05c5c, 0, 0xbfc059d8, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0x81b300c, 0, 205, 0) = 0x9f2e878 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05c90, 1, 205, 146) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b50, 0xbfc05c30, 0x8157478, 166, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b70, 0xbfc05c40, 0x8157478, 166, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b90, 0xbfc05c50, 0x8157478, 166, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bb0, 0xbfc05c60, 0x8157478, 166, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bd0, 0xbfc05c70, 0x8157478, 166, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bf0, 0xbfc05c80, 0x8157478, 166, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05c10, 0xbfc05c90, 0x8157478, 166, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff00fb, 65696) = 0x9f584b8 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05920, 0xbfc05d10, 0xbfc05900, 0, 0xbfc0595c) = 0xbfc05920 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9f582a0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058e0, 0xbfc05d10, 0xbfc058c0, 0, 0xbfc05958) = 0xbfc058e0 -_ZN7QString4freeEPNS_4DataE(0x9f582a0, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f584b8, 0x402e8000, 0, 15, 65696) = 0x9f58298 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 1, 166, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b7c, 19, 1, 166, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b7c, 1, 166, 205) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x9cf7474, 1, 166, 205) = 0x9f9e688 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bec, 1, 166, 205) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 166, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc059f8, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b8c, 2, 1, 166, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b8c, 1, 166, 205) = 0x9f2e878 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05a18, 129, 0x9cf7470, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f3d0, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b9c, 19, 129, 0x9cf7470, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b9c, 129, 0x9cf7470, 0) = 0x9e94c68 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf4, 0x81b2fcc, 1, 0x9cf7470, 0) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf4, 1, 0x9cf7470, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf4, 0xbfc05bf4, 1, 0x9cf7470, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a38, 1, 0x9cf7470, 0x9cf7470) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf8, 0x81b2fcc, 1, 0x9cf7470, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf8, 1, 0x9cf7470, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf8, 0xbfc05bf8, 1, 0x9cf7470, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a58, 1, 0x9cf7470, 0x9cf7470) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bfc, 0x81b2fcc, 1, 0x9cf7470, 0) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bfc, 1, 0x9cf7470, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bfc, 0xbfc05bfc, 1, 0x9cf7470, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a78, 1, 0x9cf7470, 0x9cf7470) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c00, 0x81b2fcc, 1, 0x9cf7470, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c00, 1, 0x9cf7470, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c00, 0xbfc05c00, 1, 0x9cf7470, 0) = 0xbfc05c01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a98, 1, 0x9cf7470, 0x9cf7470) = 0x9f9c458 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c04, 9, 1, 0x9cf7470, 0) = 0x9f815d0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c08, 0xbfc05c04, 0, 0x3ff00000, 3) = 0xbfc05c08 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c08, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9f37250 -_ZN6QBrushD1Ev(0xbfc05c04, 0xbfc05c08, 0, 0x3ff00000, 3) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c0c, 19, 1, 0x3ff00000, 3) = 0x9f9e688 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c0c, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 110, 173) = 0x9cc0930 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 130, 173) = 0x9cbeea0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 150, 173) = 0x9cc0930 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c10, 3, 1, 150, 173) = 0x9fa13e8 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c14, 0xbfc05c10, 0, 0x40000000, 1) = 0xbfc05c14 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c14, 0, 0x40000000, 1) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c14, 0xbfc05c14, 0, 0x40000000, 1) = 0x9e94c68 -_ZN6QBrushD1Ev(0xbfc05c10, 0xbfc05c14, 0, 0x40000000, 1) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c18, 19, 1, 0x40000000, 1) = 0x9f9e820 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c18, 1, 0x40000000, 1) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c18, 0xbfc05c18, 1, 0x40000000, 1) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 171) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 161) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 105, 161) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 125, 161) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 161) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 171) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 145, 171) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 165, 171) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bcc, 19, 0x4069a000, 0, 0x4064c000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bcc, 0x4069a000, 0, 0x4064c000) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c5c, 0x81b2fcc, 1, 0, 0x4064c000) = 0x9f9e890 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c5c, 1, 0, 0x4064c000) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c5c, 0xbfc05c5c, 1, 0, 0x4064c000) = 0xbfc05c01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05d10, 0xbfc059a8, 5, 0, 0x4064c000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bdc, 3, 5, 0, 0x4064c000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bdc, 5, 0, 0x4064c000) = 0x9e94c68 -_ZN7QString6numberEii(0xbfc05c88, 4, 10, 0, 0x4064c000) = 0xbfc05c88 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05ab8, 132, 0xbfc05c88, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9ffc8, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f56b80, 0xbfc05c5c, 0, 0xbfc059d8, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0x81b300c, 0, 205, 0) = 0x9f37250 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05c90, 1, 205, 185) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b50, 0xbfc05c30, 0x8157478, 205, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b70, 0xbfc05c40, 0x8157478, 205, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b90, 0xbfc05c50, 0x8157478, 205, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bb0, 0xbfc05c60, 0x8157478, 205, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bd0, 0xbfc05c70, 0x8157478, 205, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bf0, 0xbfc05c80, 0x8157478, 205, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05c10, 0xbfc05c90, 0x8157478, 205, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0122, 65696) = 0x9f56b80 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05920, 0xbfc05d10, 0xbfc05900, 0, 0xbfc0595c) = 0xbfc05920 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9f567a8 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058e0, 0xbfc05d10, 0xbfc058c0, 0, 0xbfc05958) = 0xbfc058e0 -_ZN7QString4freeEPNS_4DataE(0x9f567a8, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f56b80, 0x402e8000, 0, 15, 65696) = 0x9f567a0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 1, 205, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b7c, 19, 1, 205, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b7c, 1, 205, 205) = 0x9e94c68 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x9cf7564, 1, 205, 205) = 0x9f9e820 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bec, 1, 205, 205) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 205, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc059f8, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b8c, 2, 1, 205, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b8c, 1, 205, 205) = 0x9f37250 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05a18, 129, 0x9cf7560, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9ffc8, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b9c, 19, 129, 0x9cf7560, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b9c, 129, 0x9cf7560, 0) = 0x9e7ef40 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf4, 0x81b2fcc, 1, 0x9cf7560, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf4, 1, 0x9cf7560, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf4, 0xbfc05bf4, 1, 0x9cf7560, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a38, 1, 0x9cf7560, 0x9cf7560) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf8, 0x81b2fcc, 1, 0x9cf7560, 0) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf8, 1, 0x9cf7560, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf8, 0xbfc05bf8, 1, 0x9cf7560, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a58, 1, 0x9cf7560, 0x9cf7560) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bfc, 0x81b2fcc, 1, 0x9cf7560, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bfc, 1, 0x9cf7560, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bfc, 0xbfc05bfc, 1, 0x9cf7560, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a78, 1, 0x9cf7560, 0x9cf7560) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c00, 0x81b2fcc, 1, 0x9cf7560, 0) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c00, 1, 0x9cf7560, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c00, 0xbfc05c00, 1, 0x9cf7560, 0) = 0xbfc05c01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a98, 1, 0x9cf7560, 0x9cf7560) = 0x9f9c458 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c04, 9, 1, 0x9cf7560, 0) = 0x9fa0c30 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c08, 0xbfc05c04, 0, 0x3ff00000, 3) = 0xbfc05c08 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c08, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9e94c68 -_ZN6QBrushD1Ev(0xbfc05c04, 0xbfc05c08, 0, 0x3ff00000, 3) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c0c, 19, 1, 0x3ff00000, 3) = 0x9f9e688 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c0c, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 110, 212) = 0x9cbd850 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 130, 212) = 0x9c8fa40 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 150, 212) = 0x9cbd850 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c10, 3, 1, 150, 212) = 0x9fa13e8 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c14, 0xbfc05c10, 0, 0x40000000, 1) = 0xbfc05c14 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c14, 0, 0x40000000, 1) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c14, 0xbfc05c14, 0, 0x40000000, 1) = 0x9e7ef40 -_ZN6QBrushD1Ev(0xbfc05c10, 0xbfc05c14, 0, 0x40000000, 1) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c18, 19, 1, 0x40000000, 1) = 0x9f9e820 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c18, 1, 0x40000000, 1) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c18, 0xbfc05c18, 1, 0x40000000, 1) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 210) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 200) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 105, 200) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 125, 200) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 200) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 210) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 145, 210) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 165, 210) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bcc, 19, 0x4069a000, 0, 0x4069a000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bcc, 0x4069a000, 0, 0x4069a000) = 0x9e94c68 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c5c, 0x81b2fcc, 1, 0, 0x4069a000) = 0x9f9e890 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c5c, 1, 0, 0x4069a000) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c5c, 0xbfc05c5c, 1, 0, 0x4069a000) = 0xbfc05c01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05d10, 0xbfc059a8, 5, 0, 0x4069a000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bdc, 3, 5, 0, 0x4069a000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bdc, 5, 0, 0x4069a000) = 0x9e7ef40 -_ZN7QString6numberEii(0xbfc05c88, 5, 10, 0, 0x4069a000) = 0xbfc05c88 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05ab8, 132, 0xbfc05c88, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f518, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f56430, 0xbfc05c5c, 0, 0xbfc059d8, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0x81b300c, 0, 205, 0) = 0x9e94c68 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05c90, 1, 205, 224) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b50, 0xbfc05c30, 0x8157478, 244, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b70, 0xbfc05c40, 0x8157478, 244, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b90, 0xbfc05c50, 0x8157478, 244, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bb0, 0xbfc05c60, 0x8157478, 244, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bd0, 0xbfc05c70, 0x8157478, 244, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bf0, 0xbfc05c80, 0x8157478, 244, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05c10, 0xbfc05c90, 0x8157478, 244, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0149, 65696) = 0x9f56430 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05920, 0xbfc05d10, 0xbfc05900, 0, 0xbfc0595c) = 0xbfc05920 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9f56230 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058e0, 0xbfc05d10, 0xbfc058c0, 0, 0xbfc05958) = 0xbfc058e0 -_ZN7QString4freeEPNS_4DataE(0x9f56230, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f56430, 0x402e8000, 0, 15, 65696) = 0x9f56228 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 1, 244, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b7c, 19, 1, 244, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b7c, 1, 244, 205) = 0x9e7ef40 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x9cf7654, 1, 244, 205) = 0x9f9e820 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bec, 1, 244, 205) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 244, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc059f8, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b8c, 2, 1, 244, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b8c, 1, 244, 205) = 0x9e94c68 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05a18, 129, 0x9cf7650, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f518, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b9c, 19, 129, 0x9cf7650, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b9c, 129, 0x9cf7650, 0) = 0x9f81c38 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf4, 0x81b2fcc, 1, 0x9cf7650, 0) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf4, 1, 0x9cf7650, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf4, 0xbfc05bf4, 1, 0x9cf7650, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a38, 1, 0x9cf7650, 0x9cf7650) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf8, 0x81b2fcc, 1, 0x9cf7650, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf8, 1, 0x9cf7650, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf8, 0xbfc05bf8, 1, 0x9cf7650, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a58, 1, 0x9cf7650, 0x9cf7650) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bfc, 0x81b2fcc, 1, 0x9cf7650, 0) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bfc, 1, 0x9cf7650, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bfc, 0xbfc05bfc, 1, 0x9cf7650, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a78, 1, 0x9cf7650, 0x9cf7650) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c00, 0x81b2fcc, 1, 0x9cf7650, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c00, 1, 0x9cf7650, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c00, 0xbfc05c00, 1, 0x9cf7650, 0) = 0xbfc05c01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a98, 1, 0x9cf7650, 0x9cf7650) = 0x9f9c458 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c04, 9, 1, 0x9cf7650, 0) = 0x9f815d0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c08, 0xbfc05c04, 0, 0x3ff00000, 3) = 0xbfc05c08 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c08, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9e7ef40 -_ZN6QBrushD1Ev(0xbfc05c04, 0xbfc05c08, 0, 0x3ff00000, 3) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c0c, 19, 1, 0x3ff00000, 3) = 0x9f9e688 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c0c, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 110, 251) = 0x9cb9e88 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 130, 251) = 0x9cb8650 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 150, 251) = 0x9cb9e88 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c10, 3, 1, 150, 251) = 0x9fa13e8 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c14, 0xbfc05c10, 0, 0x40000000, 1) = 0xbfc05c14 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c14, 0, 0x40000000, 1) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c14, 0xbfc05c14, 0, 0x40000000, 1) = 0x9f81c38 -_ZN6QBrushD1Ev(0xbfc05c10, 0xbfc05c14, 0, 0x40000000, 1) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c18, 19, 1, 0x40000000, 1) = 0x9f9e820 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c18, 1, 0x40000000, 1) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c18, 0xbfc05c18, 1, 0x40000000, 1) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 249) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 239) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 105, 239) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 125, 239) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 239) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 249) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 145, 249) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 165, 249) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bcc, 19, 0x4069a000, 0, 0x406e8000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bcc, 0x4069a000, 0, 0x406e8000) = 0x9e7ef40 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c5c, 0x81b2fcc, 1, 0, 0x406e8000) = 0x9f9e890 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c5c, 1, 0, 0x406e8000) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c5c, 0xbfc05c5c, 1, 0, 0x406e8000) = 0xbfc05c01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05d10, 0xbfc059a8, 5, 0, 0x406e8000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bdc, 3, 5, 0, 0x406e8000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bdc, 5, 0, 0x406e8000) = 0x9f81c38 -_ZN7QString6numberEii(0xbfc05c88, 6, 10, 0, 0x406e8000) = 0xbfc05c88 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05ab8, 132, 0xbfc05c88, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f660, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f54320, 0xbfc05c5c, 0, 0xbfc059d8, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0x81b300c, 0, 205, 0) = 0x9e7ef40 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05c90, 1, 205, 263) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b50, 0xbfc05c30, 0x8157478, 283, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b70, 0xbfc05c40, 0x8157478, 283, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b90, 0xbfc05c50, 0x8157478, 283, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bb0, 0xbfc05c60, 0x8157478, 283, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bd0, 0xbfc05c70, 0x8157478, 283, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bf0, 0xbfc05c80, 0x8157478, 283, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05c10, 0xbfc05c90, 0x8157478, 283, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0170, 65696) = 0x9f54320 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05920, 0xbfc05d10, 0xbfc05900, 0, 0xbfc0595c) = 0xbfc05920 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9f53df0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058e0, 0xbfc05d10, 0xbfc058c0, 0, 0xbfc05958) = 0xbfc058e0 -_ZN7QString4freeEPNS_4DataE(0x9f53df0, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f54320, 0x402e8000, 0, 15, 65696) = 0x9f53de8 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 1, 283, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b7c, 19, 1, 283, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b7c, 1, 283, 205) = 0x9f81c38 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x9cf7744, 1, 283, 205) = 0x9f9e820 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bec, 1, 283, 205) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 283, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc059f8, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b8c, 2, 1, 283, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b8c, 1, 283, 205) = 0x9e7ef40 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05a18, 129, 0x9cf7740, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f660, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b9c, 19, 129, 0x9cf7740, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b9c, 129, 0x9cf7740, 0) = 0x9ef6c10 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf4, 0x81b2fcc, 1, 0x9cf7740, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf4, 1, 0x9cf7740, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf4, 0xbfc05bf4, 1, 0x9cf7740, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a38, 1, 0x9cf7740, 0x9cf7740) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf8, 0x81b2fcc, 1, 0x9cf7740, 0) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf8, 1, 0x9cf7740, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf8, 0xbfc05bf8, 1, 0x9cf7740, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a58, 1, 0x9cf7740, 0x9cf7740) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bfc, 0x81b2fcc, 1, 0x9cf7740, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bfc, 1, 0x9cf7740, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bfc, 0xbfc05bfc, 1, 0x9cf7740, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a78, 1, 0x9cf7740, 0x9cf7740) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c00, 0x81b2fcc, 1, 0x9cf7740, 0) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c00, 1, 0x9cf7740, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c00, 0xbfc05c00, 1, 0x9cf7740, 0) = 0xbfc05c01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a98, 1, 0x9cf7740, 0x9cf7740) = 0x9f9c458 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c04, 9, 1, 0x9cf7740, 0) = 0x9fa0c30 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c08, 0xbfc05c04, 0, 0x3ff00000, 3) = 0xbfc05c08 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c08, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9f81c38 -_ZN6QBrushD1Ev(0xbfc05c04, 0xbfc05c08, 0, 0x3ff00000, 3) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c0c, 19, 1, 0x3ff00000, 3) = 0x9f9e688 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c0c, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 110, 290) = 0x9cb1068 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 130, 290) = 0x9cadba0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 150, 290) = 0x9cb1068 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c10, 3, 1, 150, 290) = 0x9fa13e8 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c14, 0xbfc05c10, 0, 0x40000000, 1) = 0xbfc05c14 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c14, 0, 0x40000000, 1) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c14, 0xbfc05c14, 0, 0x40000000, 1) = 0x9ef6c10 -_ZN6QBrushD1Ev(0xbfc05c10, 0xbfc05c14, 0, 0x40000000, 1) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c18, 19, 1, 0x40000000, 1) = 0x9f9e820 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c18, 1, 0x40000000, 1) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c18, 0xbfc05c18, 1, 0x40000000, 1) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 288) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 278) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 105, 278) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 125, 278) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 278) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 288) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 145, 288) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 165, 288) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bcc, 19, 0x4069a000, 0, 0x4071b000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bcc, 0x4069a000, 0, 0x4071b000) = 0x9f81c38 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c5c, 0x81b2fcc, 1, 0, 0x4071b000) = 0x9f9e890 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c5c, 1, 0, 0x4071b000) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c5c, 0xbfc05c5c, 1, 0, 0x4071b000) = 0xbfc05c01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05d10, 0xbfc059a8, 5, 0, 0x4071b000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bdc, 3, 5, 0, 0x4071b000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bdc, 5, 0, 0x4071b000) = 0x9ef6c10 -_ZN7QString6numberEii(0xbfc05c88, 7, 10, 0, 0x4071b000) = 0xbfc05c88 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05ab8, 132, 0xbfc05c88, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f7a8, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f526c8, 0xbfc05c5c, 0, 0xbfc059d8, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0x81b300c, 0, 205, 0) = 0x9f81c38 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05c90, 1, 205, 302) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b50, 0xbfc05c30, 0x8157478, 322, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b70, 0xbfc05c40, 0x8157478, 322, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b90, 0xbfc05c50, 0x8157478, 322, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bb0, 0xbfc05c60, 0x8157478, 322, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bd0, 0xbfc05c70, 0x8157478, 322, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bf0, 0xbfc05c80, 0x8157478, 322, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05c10, 0xbfc05c90, 0x8157478, 322, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0197, 65696) = 0x9f526c8 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05920, 0xbfc05d10, 0xbfc05900, 0, 0xbfc0595c) = 0xbfc05920 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9f52458 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058e0, 0xbfc05d10, 0xbfc058c0, 0, 0xbfc05958) = 0xbfc058e0 -_ZN7QString4freeEPNS_4DataE(0x9f52458, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f526c8, 0x402e8000, 0, 15, 65696) = 0x9f52450 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 1, 322, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b7c, 19, 1, 322, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b7c, 1, 322, 205) = 0x9ef6c10 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x9cf7834, 1, 322, 205) = 0x9f9e820 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bec, 1, 322, 205) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 322, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc059f8, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b8c, 2, 1, 322, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b8c, 1, 322, 205) = 0x9f81c38 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05a18, 129, 0x9cf7830, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f7a8, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b9c, 19, 129, 0x9cf7830, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b9c, 129, 0x9cf7830, 0) = 0x9f2e878 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf4, 0x81b2fcc, 1, 0x9cf7830, 0) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf4, 1, 0x9cf7830, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf4, 0xbfc05bf4, 1, 0x9cf7830, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a38, 1, 0x9cf7830, 0x9cf7830) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf8, 0x81b2fcc, 1, 0x9cf7830, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf8, 1, 0x9cf7830, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf8, 0xbfc05bf8, 1, 0x9cf7830, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a58, 1, 0x9cf7830, 0x9cf7830) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bfc, 0x81b2fcc, 1, 0x9cf7830, 0) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bfc, 1, 0x9cf7830, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bfc, 0xbfc05bfc, 1, 0x9cf7830, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a78, 1, 0x9cf7830, 0x9cf7830) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c00, 0x81b2fcc, 1, 0x9cf7830, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c00, 1, 0x9cf7830, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c00, 0xbfc05c00, 1, 0x9cf7830, 0) = 0xbfc05c01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a98, 1, 0x9cf7830, 0x9cf7830) = 0x9f9c458 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c04, 9, 1, 0x9cf7830, 0) = 0x9f815d0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c08, 0xbfc05c04, 0, 0x3ff00000, 3) = 0xbfc05c08 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c08, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9ef6c10 -_ZN6QBrushD1Ev(0xbfc05c04, 0xbfc05c08, 0, 0x3ff00000, 3) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c0c, 19, 1, 0x3ff00000, 3) = 0x9f9e688 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c0c, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 110, 329) = 0x9c9ea60 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 130, 329) = 0x9c9d1b0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 150, 329) = 0x9c9ea60 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c10, 3, 1, 150, 329) = 0x9fa13e8 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c14, 0xbfc05c10, 0, 0x40000000, 1) = 0xbfc05c14 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c14, 0, 0x40000000, 1) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c14, 0xbfc05c14, 0, 0x40000000, 1) = 0x9f2e878 -_ZN6QBrushD1Ev(0xbfc05c10, 0xbfc05c14, 0, 0x40000000, 1) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c18, 19, 1, 0x40000000, 1) = 0x9f9e820 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c18, 1, 0x40000000, 1) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c18, 0xbfc05c18, 1, 0x40000000, 1) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 327) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 317) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 105, 317) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 125, 317) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 317) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 327) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 145, 327) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 165, 327) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bcc, 19, 0x4069a000, 0, 0x40742000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bcc, 0x4069a000, 0, 0x40742000) = 0x9ef6c10 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c5c, 0x81b2fcc, 1, 0, 0x40742000) = 0x9f9e890 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c5c, 1, 0, 0x40742000) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c5c, 0xbfc05c5c, 1, 0, 0x40742000) = 0xbfc05c01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05d10, 0xbfc059a8, 5, 0, 0x40742000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bdc, 3, 5, 0, 0x40742000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bdc, 5, 0, 0x40742000) = 0x9f2e878 -_ZN7QString6numberEii(0xbfc05c88, 8, 10, 0, 0x40742000) = 0xbfc05c88 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05ab8, 132, 0xbfc05c88, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9fa0440, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f51f40, 0xbfc05c5c, 0, 0xbfc059d8, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0x81b300c, 0, 205, 0) = 0x9ef6c10 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05c90, 1, 205, 341) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b50, 0xbfc05c30, 0x8157478, 361, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b70, 0xbfc05c40, 0x8157478, 361, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b90, 0xbfc05c50, 0x8157478, 361, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bb0, 0xbfc05c60, 0x8157478, 361, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bd0, 0xbfc05c70, 0x8157478, 361, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bf0, 0xbfc05c80, 0x8157478, 361, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05c10, 0xbfc05c90, 0x8157478, 361, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff01be, 65696) = 0x9f51f40 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05920, 0xbfc05d10, 0xbfc05900, 0, 0xbfc0595c) = 0xbfc05920 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9f51cd0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058e0, 0xbfc05d10, 0xbfc058c0, 0, 0xbfc05958) = 0xbfc058e0 -_ZN7QString4freeEPNS_4DataE(0x9f51cd0, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f51f40, 0x402e8000, 0, 15, 65696) = 0x9f51cc8 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 1, 361, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b7c, 19, 1, 361, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b7c, 1, 361, 205) = 0x9f2e878 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x9cf797c, 1, 361, 205) = 0x9f9e820 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bec, 1, 361, 205) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 361, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc059f8, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b8c, 2, 1, 361, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b8c, 1, 361, 205) = 0x9ef6c10 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05a18, 129, 0x9cf7978, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9fa0440, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b9c, 19, 129, 0x9cf7978, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b9c, 129, 0x9cf7978, 0) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf4, 0x81b2fcc, 1, 0x9cf7978, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf4, 1, 0x9cf7978, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf4, 0xbfc05bf4, 1, 0x9cf7978, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a38, 1, 0x9cf7978, 0x9cf7978) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf8, 0x81b2fcc, 1, 0x9cf7978, 0) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf8, 1, 0x9cf7978, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf8, 0xbfc05bf8, 1, 0x9cf7978, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a58, 1, 0x9cf7978, 0x9cf7978) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bfc, 0x81b2fcc, 1, 0x9cf7978, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bfc, 1, 0x9cf7978, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bfc, 0xbfc05bfc, 1, 0x9cf7978, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a78, 1, 0x9cf7978, 0x9cf7978) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c00, 0x81b2fcc, 1, 0x9cf7978, 0) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c00, 1, 0x9cf7978, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c00, 0xbfc05c00, 1, 0x9cf7978, 0) = 0xbfc05c01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a98, 1, 0x9cf7978, 0x9cf7978) = 0x9f9c458 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c04, 9, 1, 0x9cf7978, 0) = 0x9fa0c30 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c08, 0xbfc05c04, 0, 0x3ff00000, 3) = 0xbfc05c08 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c08, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9f2e878 -_ZN6QBrushD1Ev(0xbfc05c04, 0xbfc05c08, 0, 0x3ff00000, 3) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c0c, 19, 1, 0x3ff00000, 3) = 0x9f9e688 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c0c, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 110, 368) = 0x9ca8cf0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 130, 368) = 0x9ca5078 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 150, 368) = 0x9ca8cf0 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c10, 3, 1, 150, 368) = 0x9fa13e8 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c14, 0xbfc05c10, 0, 0x40000000, 1) = 0xbfc05c14 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c14, 0, 0x40000000, 1) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c14, 0xbfc05c14, 0, 0x40000000, 1) = 0x9f37250 -_ZN6QBrushD1Ev(0xbfc05c10, 0xbfc05c14, 0, 0x40000000, 1) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c18, 19, 1, 0x40000000, 1) = 0x9f9e820 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c18, 1, 0x40000000, 1) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c18, 0xbfc05c18, 1, 0x40000000, 1) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 366) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 356) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 105, 356) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 125, 356) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 356) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 366) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 145, 366) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 165, 366) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bcc, 19, 0x4069a000, 0, 0x40769000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bcc, 0x4069a000, 0, 0x40769000) = 0x9f2e878 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c5c, 0x81b2fcc, 1, 0, 0x40769000) = 0x9f9e890 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c5c, 1, 0, 0x40769000) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c5c, 0xbfc05c5c, 1, 0, 0x40769000) = 0xbfc05c01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05d10, 0xbfc059a8, 5, 0, 0x40769000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bdc, 3, 5, 0, 0x40769000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bdc, 5, 0, 0x40769000) = 0x9f37250 -_ZN7QString6numberEii(0xbfc05c88, 9, 10, 0, 0x40769000) = 0xbfc05c88 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05ab8, 132, 0xbfc05c88, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f8f0, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f4fa28, 0xbfc05c5c, 0, 0xbfc059d8, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0x81b300c, 0, 205, 0) = 0x9f2e878 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05c90, 1, 205, 380) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b50, 0xbfc05c30, 0x8157478, 400, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b70, 0xbfc05c40, 0x8157478, 400, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b90, 0xbfc05c50, 0x8157478, 400, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bb0, 0xbfc05c60, 0x8157478, 400, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bd0, 0xbfc05c70, 0x8157478, 400, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bf0, 0xbfc05c80, 0x8157478, 400, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05c10, 0xbfc05c90, 0x8157478, 400, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff01e5, 65696) = 0x9f4fa28 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05920, 0xbfc05d10, 0xbfc05900, 0, 0xbfc0595c) = 0xbfc05920 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9f4f518 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058e0, 0xbfc05d10, 0xbfc058c0, 0, 0xbfc05958) = 0xbfc058e0 -_ZN7QString4freeEPNS_4DataE(0x9f4f518, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f4fa28, 0x402e8000, 0, 15, 65696) = 0x9f4f510 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 1, 400, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b7c, 19, 1, 400, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b7c, 1, 400, 205) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x9cf7a6c, 1, 400, 205) = 0x9f9e820 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bec, 1, 400, 205) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 400, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc059f8, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b8c, 2, 1, 400, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b8c, 1, 400, 205) = 0x9f2e878 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05a18, 129, 0x9cf7a68, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f8f0, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b9c, 19, 129, 0x9cf7a68, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b9c, 129, 0x9cf7a68, 0) = 0x9e94c68 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf4, 0x81b2fcc, 1, 0x9cf7a68, 0) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf4, 1, 0x9cf7a68, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf4, 0xbfc05bf4, 1, 0x9cf7a68, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a38, 1, 0x9cf7a68, 0x9cf7a68) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf8, 0x81b2fcc, 1, 0x9cf7a68, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf8, 1, 0x9cf7a68, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf8, 0xbfc05bf8, 1, 0x9cf7a68, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a58, 1, 0x9cf7a68, 0x9cf7a68) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bfc, 0x81b2fcc, 1, 0x9cf7a68, 0) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bfc, 1, 0x9cf7a68, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bfc, 0xbfc05bfc, 1, 0x9cf7a68, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a78, 1, 0x9cf7a68, 0x9cf7a68) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c00, 0x81b2fcc, 1, 0x9cf7a68, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c00, 1, 0x9cf7a68, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c00, 0xbfc05c00, 1, 0x9cf7a68, 0) = 0xbfc05c01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a98, 1, 0x9cf7a68, 0x9cf7a68) = 0x9f9c458 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c04, 9, 1, 0x9cf7a68, 0) = 0x9f815d0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c08, 0xbfc05c04, 0, 0x3ff00000, 3) = 0xbfc05c08 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c08, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9f37250 -_ZN6QBrushD1Ev(0xbfc05c04, 0xbfc05c08, 0, 0x3ff00000, 3) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c0c, 19, 1, 0x3ff00000, 3) = 0x9f9e688 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c0c, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 110, 407) = 0x9c90948 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 130, 407) = 0x9c9e520 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 150, 407) = 0x9c90948 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c10, 3, 1, 150, 407) = 0x9fa13e8 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c14, 0xbfc05c10, 0, 0x40000000, 1) = 0xbfc05c14 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c14, 0, 0x40000000, 1) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c14, 0xbfc05c14, 0, 0x40000000, 1) = 0x9e94c68 -_ZN6QBrushD1Ev(0xbfc05c10, 0xbfc05c14, 0, 0x40000000, 1) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c18, 19, 1, 0x40000000, 1) = 0x9f9e820 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c18, 1, 0x40000000, 1) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c18, 0xbfc05c18, 1, 0x40000000, 1) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 405) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 395) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 105, 395) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 125, 395) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 395) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 405) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 145, 405) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 165, 405) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bcc, 19, 0x4069a000, 0, 0x40790000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bcc, 0x4069a000, 0, 0x40790000) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c5c, 0x81b2fcc, 1, 0, 0x40790000) = 0x9f9e890 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c5c, 1, 0, 0x40790000) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c5c, 0xbfc05c5c, 1, 0, 0x40790000) = 0xbfc05c01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05d10, 0xbfc059a8, 5, 0, 0x40790000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bdc, 3, 5, 0, 0x40790000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bdc, 5, 0, 0x40790000) = 0x9e94c68 -_ZN7QString6numberEii(0xbfc05c88, 10, 10, 0, 0x40790000) = 0xbfc05c88 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05ab8, 132, 0xbfc05c88, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9fa0960, 36, 32, 85) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f4de00, 0xbfc05c5c, 0, 0xbfc059d8, 165) = 0x9c541c8 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0x81b300c, 0, 205, 0) = 0x9f37250 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05c90, 1, 205, 419) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b50, 0xbfc05c30, 0x8157478, 439, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b70, 0xbfc05c40, 0x8157478, 439, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b90, 0xbfc05c50, 0x8157478, 439, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bb0, 0xbfc05c60, 0x8157478, 439, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bd0, 0xbfc05c70, 0x8157478, 439, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bf0, 0xbfc05c80, 0x8157478, 439, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05c10, 0xbfc05c90, 0x8157478, 439, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff020c, 65696) = 0x9f4de00 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05920, 0xbfc05d10, 0xbfc05900, 0, 0xbfc0595c) = 0xbfc05920 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9c541d0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058e0, 0xbfc05d10, 0xbfc058c0, 0, 0xbfc05958) = 0xbfc058e0 -_ZN7QString4freeEPNS_4DataE(0x9c541d0, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f4de00, 0x402e8000, 0, 15, 65696) = 0x9c541c8 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 1, 439, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b7c, 19, 1, 439, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b7c, 1, 439, 205) = 0x9e94c68 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x9cf7b5c, 1, 439, 205) = 0x9f9e820 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bec, 1, 439, 205) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 439, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc059f8, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b8c, 2, 1, 439, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b8c, 1, 439, 205) = 0x9f37250 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05a18, 129, 0x9cf7b58, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9e340, 36, 32, 184) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b9c, 19, 129, 0x9cf7b58, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b9c, 129, 0x9cf7b58, 0) = 0x9e7ef40 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf4, 0x81b2fcc, 1, 0x9cf7b58, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf4, 1, 0x9cf7b58, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf4, 0xbfc05bf4, 1, 0x9cf7b58, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a38, 1, 0x9cf7b58, 0x9cf7b58) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf8, 0x81b2fcc, 1, 0x9cf7b58, 0) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf8, 1, 0x9cf7b58, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf8, 0xbfc05bf8, 1, 0x9cf7b58, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a58, 1, 0x9cf7b58, 0x9cf7b58) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bfc, 0x81b2fcc, 1, 0x9cf7b58, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bfc, 1, 0x9cf7b58, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bfc, 0xbfc05bfc, 1, 0x9cf7b58, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a78, 1, 0x9cf7b58, 0x9cf7b58) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c00, 0x81b2fcc, 1, 0x9cf7b58, 0) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c00, 1, 0x9cf7b58, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c00, 0xbfc05c00, 1, 0x9cf7b58, 0) = 0xbfc05c01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a98, 1, 0x9cf7b58, 0x9cf7b58) = 0x9f9c458 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c04, 9, 1, 0x9cf7b58, 0) = 0x9fa0c30 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c08, 0xbfc05c04, 0, 0x3ff00000, 3) = 0xbfc05c08 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c08, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9e94c68 -_ZN6QBrushD1Ev(0xbfc05c04, 0xbfc05c08, 0, 0x3ff00000, 3) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c0c, 19, 1, 0x3ff00000, 3) = 0x9f9e688 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c0c, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 110, 446) = 0x9c99298 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 130, 446) = 0x9c95ff0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 150, 446) = 0x9c99298 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c10, 3, 1, 150, 446) = 0x9fa13e8 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c14, 0xbfc05c10, 0, 0x40000000, 1) = 0xbfc05c14 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c14, 0, 0x40000000, 1) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c14, 0xbfc05c14, 0, 0x40000000, 1) = 0x9e7ef40 -_ZN6QBrushD1Ev(0xbfc05c10, 0xbfc05c14, 0, 0x40000000, 1) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c18, 19, 1, 0x40000000, 1) = 0x9f9e820 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c18, 1, 0x40000000, 1) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c18, 0xbfc05c18, 1, 0x40000000, 1) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 444) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 434) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 105, 434) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 125, 434) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 434) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 444) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 145, 444) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 165, 444) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bcc, 19, 0x4069a000, 0, 0x407b7000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bcc, 0x4069a000, 0, 0x407b7000) = 0x9e94c68 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c5c, 0x81b2fcc, 1, 0, 0x407b7000) = 0x9f9e890 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c5c, 1, 0, 0x407b7000) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c5c, 0xbfc05c5c, 1, 0, 0x407b7000) = 0xbfc05c01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05d10, 0xbfc059a8, 5, 0, 0x407b7000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bdc, 3, 5, 0, 0x407b7000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bdc, 5, 0, 0x407b7000) = 0x9e7ef40 -_ZN7QString6numberEii(0xbfc05c88, 11, 10, 0, 0x407b7000) = 0xbfc05c88 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05ab8, 132, 0xbfc05c88, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9fa38, 36, 32, 85) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f4d7d8, 0xbfc05c5c, 0, 0xbfc059d8, 165) = 0x9fa0d00 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0x81b300c, 0, 205, 0) = 0x9e94c68 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05c90, 1, 205, 458) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b50, 0xbfc05c30, 0x8157478, 478, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b70, 0xbfc05c40, 0x8157478, 478, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b90, 0xbfc05c50, 0x8157478, 478, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bb0, 0xbfc05c60, 0x8157478, 478, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bd0, 0xbfc05c70, 0x8157478, 478, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bf0, 0xbfc05c80, 0x8157478, 478, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05c10, 0xbfc05c90, 0x8157478, 478, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0233, 65696) = 0x9f4d7d8 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05920, 0xbfc05d10, 0xbfc05900, 0, 0xbfc0595c) = 0xbfc05920 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9fa0d08 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058e0, 0xbfc05d10, 0xbfc058c0, 0, 0xbfc05958) = 0xbfc058e0 -_ZN7QString4freeEPNS_4DataE(0x9fa0d08, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f4d7d8, 0x402e8000, 0, 15, 65696) = 0x9fa0d00 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 1, 478, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b7c, 19, 1, 478, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b7c, 1, 478, 205) = 0x9e7ef40 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x9d10294, 1, 478, 205) = 0x9f9e820 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bec, 1, 478, 205) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 478, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc059f8, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b8c, 2, 1, 478, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b8c, 1, 478, 205) = 0x9e94c68 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05a18, 129, 0x9d10290, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f160, 32, 32, 185) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b9c, 19, 129, 0x9d10290, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b9c, 129, 0x9d10290, 0) = 0x9f81c38 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf4, 0x81b2fcc, 1, 0x9d10290, 0) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf4, 1, 0x9d10290, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf4, 0xbfc05bf4, 1, 0x9d10290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a38, 1, 0x9d10290, 0x9d10290) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf8, 0x81b2fcc, 1, 0x9d10290, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf8, 1, 0x9d10290, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf8, 0xbfc05bf8, 1, 0x9d10290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a58, 1, 0x9d10290, 0x9d10290) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bfc, 0x81b2fcc, 1, 0x9d10290, 0) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bfc, 1, 0x9d10290, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bfc, 0xbfc05bfc, 1, 0x9d10290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a78, 1, 0x9d10290, 0x9d10290) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c00, 0x81b2fcc, 1, 0x9d10290, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c00, 1, 0x9d10290, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c00, 0xbfc05c00, 1, 0x9d10290, 0) = 0xbfc05c01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a98, 1, 0x9d10290, 0x9d10290) = 0x9f9c458 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c04, 9, 1, 0x9d10290, 0) = 0x9f815d0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c08, 0xbfc05c04, 0, 0x3ff00000, 3) = 0xbfc05c08 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c08, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9e7ef40 -_ZN6QBrushD1Ev(0xbfc05c04, 0xbfc05c08, 0, 0x3ff00000, 3) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c0c, 19, 1, 0x3ff00000, 3) = 0x9fa13e8 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c0c, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 110, 485) = 0x9c92e40 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 130, 485) = 0x9c8e880 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 150, 485) = 0x9c92e40 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c10, 3, 1, 150, 485) = 0x9f9fd10 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c14, 0xbfc05c10, 0, 0x40000000, 1) = 0xbfc05c14 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c14, 0, 0x40000000, 1) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c14, 0xbfc05c14, 0, 0x40000000, 1) = 0x9f81c38 -_ZN6QBrushD1Ev(0xbfc05c10, 0xbfc05c14, 0, 0x40000000, 1) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c18, 19, 1, 0x40000000, 1) = 0x9f9e688 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c18, 1, 0x40000000, 1) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c18, 0xbfc05c18, 1, 0x40000000, 1) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 483) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 473) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 105, 473) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 125, 473) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 473) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 483) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 145, 483) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 165, 483) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bcc, 19, 0x4069a000, 0, 0x407de000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bcc, 0x4069a000, 0, 0x407de000) = 0x9e7ef40 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c5c, 0x81b2fcc, 1, 0, 0x407de000) = 0x9fa13e8 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c5c, 1, 0, 0x407de000) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c5c, 0xbfc05c5c, 1, 0, 0x407de000) = 0xbfc05c01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05d10, 0xbfc059a8, 5, 0, 0x407de000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bdc, 3, 5, 0, 0x407de000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bdc, 5, 0, 0x407de000) = 0x9f81c38 -_ZN7QString6numberEii(0xbfc05c88, 12, 10, 0, 0x407de000) = 0xbfc05c88 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05ab8, 132, 0xbfc05c88, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9fbb0, 32, 32, 85) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f4d438, 0xbfc05c5c, 0, 0xbfc059d8, 165) = 0x9c541c8 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0x81b300c, 0, 205, 0) = 0x9e7ef40 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05c90, 1, 205, 497) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b50, 0xbfc05c30, 0x8157478, 517, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b70, 0xbfc05c40, 0x8157478, 517, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b90, 0xbfc05c50, 0x8157478, 517, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bb0, 0xbfc05c60, 0x8157478, 517, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bd0, 0xbfc05c70, 0x8157478, 517, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bf0, 0xbfc05c80, 0x8157478, 517, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05c10, 0xbfc05c90, 0x8157478, 517, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff025a, 65696) = 0x9f4d438 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05920, 0xbfc05d10, 0xbfc05900, 0, 0xbfc0595c) = 0xbfc05920 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9c541d0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058e0, 0xbfc05d10, 0xbfc058c0, 0, 0xbfc05958) = 0xbfc058e0 -_ZN7QString4freeEPNS_4DataE(0x9c541d0, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f4d438, 0x402e8000, 0, 15, 65696) = 0x9c541c8 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 1, 517, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b7c, 19, 1, 517, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b7c, 1, 517, 205) = 0x9f81c38 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x9d1032c, 1, 517, 205) = 0x9f9fd10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bec, 1, 517, 205) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 517, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc059f8, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b8c, 2, 1, 517, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b8c, 1, 517, 205) = 0x9e7ef40 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05a18, 129, 0x9d10328, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f288, 36, 32, 184) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b9c, 19, 129, 0x9d10328, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b9c, 129, 0x9d10328, 0) = 0x9ef6c10 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf4, 0x81b2fcc, 1, 0x9d10328, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf4, 1, 0x9d10328, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf4, 0xbfc05bf4, 1, 0x9d10328, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a38, 1, 0x9d10328, 0x9d10328) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf8, 0x81b2fcc, 1, 0x9d10328, 0) = 0x9f9fd10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf8, 1, 0x9d10328, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf8, 0xbfc05bf8, 1, 0x9d10328, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a58, 1, 0x9d10328, 0x9d10328) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bfc, 0x81b2fcc, 1, 0x9d10328, 0) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bfc, 1, 0x9d10328, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bfc, 0xbfc05bfc, 1, 0x9d10328, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a78, 1, 0x9d10328, 0x9d10328) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c00, 0x81b2fcc, 1, 0x9d10328, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c00, 1, 0x9d10328, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c00, 0xbfc05c00, 1, 0x9d10328, 0) = 0xbfc05c01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a98, 1, 0x9d10328, 0x9d10328) = 0x9f9c458 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c04, 9, 1, 0x9d10328, 0) = 0x9f9fd10 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c08, 0xbfc05c04, 0, 0x3ff00000, 3) = 0xbfc05c08 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c08, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9f81c38 -_ZN6QBrushD1Ev(0xbfc05c04, 0xbfc05c08, 0, 0x3ff00000, 3) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c0c, 19, 1, 0x3ff00000, 3) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c0c, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 110, 524) = 0x9c452d8 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 130, 524) = 0x9c7e3b0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 150, 524) = 0x9c452d8 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c10, 3, 1, 150, 524) = 0x9fa13e8 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c14, 0xbfc05c10, 0, 0x40000000, 1) = 0xbfc05c14 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c14, 0, 0x40000000, 1) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c14, 0xbfc05c14, 0, 0x40000000, 1) = 0x9ef6c10 -_ZN6QBrushD1Ev(0xbfc05c10, 0xbfc05c14, 0, 0x40000000, 1) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c18, 19, 1, 0x40000000, 1) = 0x9f9e688 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c18, 1, 0x40000000, 1) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c18, 0xbfc05c18, 1, 0x40000000, 1) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 522) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 512) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 105, 512) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 125, 512) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 512) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 522) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 145, 522) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 165, 522) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bcc, 19, 0x4069a000, 0, 0x40802800) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bcc, 0x4069a000, 0, 0x40802800) = 0x9f81c38 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c5c, 0x81b2fcc, 1, 0, 0x40802800) = 0x9f9fd10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c5c, 1, 0, 0x40802800) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c5c, 0xbfc05c5c, 1, 0, 0x40802800) = 0xbfc05c01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05d10, 0xbfc059a8, 5, 0, 0x40802800) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bdc, 3, 5, 0, 0x40802800) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bdc, 5, 0, 0x40802800) = 0x9ef6c10 -_ZN7QString6numberEii(0xbfc05c88, 13, 10, 0, 0x40802800) = 0xbfc05c88 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05ab8, 132, 0xbfc05c88, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9fa16a8, 36, 32, 85) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f4b388, 0xbfc05c5c, 0, 0xbfc059d8, 165) = 0x9fa0d00 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0x81b300c, 0, 205, 0) = 0x9f81c38 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05c90, 1, 205, 536) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b50, 0xbfc05c30, 0x8157478, 556, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b70, 0xbfc05c40, 0x8157478, 556, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b90, 0xbfc05c50, 0x8157478, 556, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bb0, 0xbfc05c60, 0x8157478, 556, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bd0, 0xbfc05c70, 0x8157478, 556, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bf0, 0xbfc05c80, 0x8157478, 556, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05c10, 0xbfc05c90, 0x8157478, 556, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0281, 65696) = 0x9f4b388 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05920, 0xbfc05d10, 0xbfc05900, 0, 0xbfc0595c) = 0xbfc05920 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9fa0d08 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058e0, 0xbfc05d10, 0xbfc058c0, 0, 0xbfc05958) = 0xbfc058e0 -_ZN7QString4freeEPNS_4DataE(0x9fa0d08, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f4b388, 0x402e8000, 0, 15, 65696) = 0x9fa0d00 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 1, 556, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b7c, 19, 1, 556, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b7c, 1, 556, 205) = 0x9ef6c10 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x9d103c4, 1, 556, 205) = 0x9fa13e8 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bec, 1, 556, 205) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 556, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc059f8, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b8c, 2, 1, 556, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b8c, 1, 556, 205) = 0x9f81c38 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05a18, 129, 0x9d103c0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f3d0, 36, 32, 184) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b9c, 19, 129, 0x9d103c0, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b9c, 129, 0x9d103c0, 0) = 0x9f2e878 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf4, 0x81b2fcc, 1, 0x9d103c0, 0) = 0x9f9fd10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf4, 1, 0x9d103c0, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf4, 0xbfc05bf4, 1, 0x9d103c0, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a38, 1, 0x9d103c0, 0x9d103c0) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf8, 0x81b2fcc, 1, 0x9d103c0, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf8, 1, 0x9d103c0, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf8, 0xbfc05bf8, 1, 0x9d103c0, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a58, 1, 0x9d103c0, 0x9d103c0) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bfc, 0x81b2fcc, 1, 0x9d103c0, 0) = 0x9f9fd10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bfc, 1, 0x9d103c0, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bfc, 0xbfc05bfc, 1, 0x9d103c0, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a78, 1, 0x9d103c0, 0x9d103c0) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c00, 0x81b2fcc, 1, 0x9d103c0, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c00, 1, 0x9d103c0, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c00, 0xbfc05c00, 1, 0x9d103c0, 0) = 0xbfc05c01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a98, 1, 0x9d103c0, 0x9d103c0) = 0x9f9c458 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c04, 9, 1, 0x9d103c0, 0) = 0x9f9fd10 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c08, 0xbfc05c04, 0, 0x3ff00000, 3) = 0xbfc05c08 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c08, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9ef6c10 -_ZN6QBrushD1Ev(0xbfc05c04, 0xbfc05c08, 0, 0x3ff00000, 3) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c0c, 19, 1, 0x3ff00000, 3) = 0x9fa13e8 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c0c, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 110, 563) = 0x9c12950 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 130, 563) = 0x9c0cf30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 150, 563) = 0x9c12950 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c10, 3, 1, 150, 563) = 0x9f815d0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c14, 0xbfc05c10, 0, 0x40000000, 1) = 0xbfc05c14 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c14, 0, 0x40000000, 1) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c14, 0xbfc05c14, 0, 0x40000000, 1) = 0x9f2e878 -_ZN6QBrushD1Ev(0xbfc05c10, 0xbfc05c14, 0, 0x40000000, 1) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c18, 19, 1, 0x40000000, 1) = 0x9f9e688 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c18, 1, 0x40000000, 1) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c18, 0xbfc05c18, 1, 0x40000000, 1) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 561) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 551) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 105, 551) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 125, 551) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 551) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 561) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 145, 561) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 165, 561) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bcc, 19, 0x4069a000, 0, 0x40816000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bcc, 0x4069a000, 0, 0x40816000) = 0x9ef6c10 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c5c, 0x81b2fcc, 1, 0, 0x40816000) = 0x9fa13e8 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c5c, 1, 0, 0x40816000) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c5c, 0xbfc05c5c, 1, 0, 0x40816000) = 0xbfc05c01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05d10, 0xbfc059a8, 5, 0, 0x40816000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bdc, 3, 5, 0, 0x40816000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bdc, 5, 0, 0x40816000) = 0x9f2e878 -_ZN7QString6numberEii(0xbfc05c88, 14, 10, 0, 0x40816000) = 0xbfc05c88 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05ab8, 132, 0xbfc05c88, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9fa1820, 36, 32, 85) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f4ac60, 0xbfc05c5c, 0, 0xbfc059d8, 165) = 0x9c541c8 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0x81b300c, 0, 205, 0) = 0x9ef6c10 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05c90, 1, 205, 575) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b50, 0xbfc05c30, 0x8157478, 595, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b70, 0xbfc05c40, 0x8157478, 595, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b90, 0xbfc05c50, 0x8157478, 595, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bb0, 0xbfc05c60, 0x8157478, 595, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bd0, 0xbfc05c70, 0x8157478, 595, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05bf0, 0xbfc05c80, 0x8157478, 595, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05c10, 0xbfc05c90, 0x8157478, 595, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff02a8, 65696) = 0x9f4ac60 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05920, 0xbfc05d10, 0xbfc05900, 0, 0xbfc0595c) = 0xbfc05920 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9c541d0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058e0, 0xbfc05d10, 0xbfc058c0, 0, 0xbfc05958) = 0xbfc058e0 -_ZN7QString4freeEPNS_4DataE(0x9c541d0, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f4ac60, 0x402e8000, 0, 15, 65696) = 0x9c541c8 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 1, 595, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b7c, 19, 1, 595, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b7c, 1, 595, 205) = 0x9f2e878 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x9d1045c, 1, 595, 205) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bec, 1, 595, 205) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 595, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc059f8, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b8c, 2, 1, 595, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b8c, 1, 595, 205) = 0x9ef6c10 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05a18, 129, 0x9d10458, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9ffc8, 36, 32, 184) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b9c, 19, 129, 0x9d10458, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05b9c, 129, 0x9d10458, 0) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf4, 0x81b2fcc, 1, 0x9d10458, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf4, 1, 0x9d10458, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf4, 0xbfc05bf4, 1, 0x9d10458, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a38, 1, 0x9d10458, 0x9d10458) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bf8, 0x81b2fcc, 1, 0x9d10458, 0) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bf8, 1, 0x9d10458, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bf8, 0xbfc05bf8, 1, 0x9d10458, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a58, 1, 0x9d10458, 0x9d10458) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bfc, 0x81b2fcc, 1, 0x9d10458, 0) = 0x9f9fd10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05bfc, 1, 0x9d10458, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05bfc, 0xbfc05bfc, 1, 0x9d10458, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a78, 1, 0x9d10458, 0x9d10458) = 0x9f9c458 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c00, 0x81b2fcc, 1, 0x9d10458, 0) = 0x9fa0c30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c00, 1, 0x9d10458, 0) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c00, 0xbfc05c00, 1, 0x9d10458, 0) = 0xbfc05c01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05d10, 0xbfc05a98, 1, 0x9d10458, 0x9d10458) = 0x9f9c458 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c04, 9, 1, 0x9d10458, 0) = 0x9f815d0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c08, 0xbfc05c04, 0, 0x3ff00000, 3) = 0xbfc05c08 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c08, 0xbfc05c08, 0, 0x3ff00000, 3) = 0x9f2e878 -_ZN6QBrushD1Ev(0xbfc05c04, 0xbfc05c08, 0, 0x3ff00000, 3) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c0c, 19, 1, 0x3ff00000, 3) = 0x9f9fd10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c0c, 0xbfc05c0c, 1, 0x3ff00000, 3) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 110, 602) = 0x9c217c8 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 130, 602) = 0x9c4fb70 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 150, 602) = 0x9c217c8 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c10, 3, 1, 150, 602) = 0x9fa13e8 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05c14, 0xbfc05c10, 0, 0x40000000, 1) = 0xbfc05c14 -_ZN8QPainter6setPenERK4QPen(0xbfc05d10, 0xbfc05c14, 0, 0x40000000, 1) = 0x9f9c458 -_ZN4QPenD1Ev(0xbfc05c14, 0xbfc05c14, 0, 0x40000000, 1) = 0x9f37250 -_ZN6QBrushD1Ev(0xbfc05c10, 0xbfc05c14, 0, 0x40000000, 1) = 0xbfc05c01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05c18, 19, 1, 0x40000000, 1) = 0x9f9e688 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c18, 1, 0x40000000, 1) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c18, 0xbfc05c18, 1, 0x40000000, 1) = 0xbfc05c01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 600) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 100, 590) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 105, 590) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 125, 590) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 590) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 140, 600) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 145, 600) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05950, 1, 165, 600) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bcc, 19, 0x4069a000, 0, 0x40829800) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bcc, 0x4069a000, 0, 0x40829800) = 0x9f2e878 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05c5c, 0x81b2fcc, 1, 0, 0x40829800) = 0x9f815d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05d10, 0xbfc05c5c, 1, 0, 0x40829800) = 0x9f9c458 -_ZN6QBrushD1Ev(0xbfc05c5c, 0xbfc05c5c, 1, 0, 0x40829800) = 0xbfc05c01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05d10, 0xbfc059a8, 5, 0, 0x40829800) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05bdc, 3, 5, 0, 0x40829800) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0xbfc05bdc, 5, 0, 0x40829800) = 0x9f37250 -_ZN7QString6numberEii(0xbfc05c88, 15, 10, 0, 0x40829800) = 0xbfc05c88 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05d10, 0xbfc05ab8, 132, 0xbfc05c88, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9fa1998, 36, 32, 85) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f494f0, 0xbfc05c5c, 0, 0xbfc059d8, 165) = 0x9fa0d00 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05d10, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05d10, 0x81b300c, 0, 205, 0) = 0x9f2e878 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05d10, 0xbfc05c90, 1, 205, 614) = 0 -_ZN8QPainter3endEv(0xbfc05d10, 0xbfc05d1c, 0, 205, 614) = 1 -_ZdlPv(0x9c53fe8, 0xb76efff4, 0x9f81488, 0xb6ecda8d, 0xb76efff4) = 0 -_ZN8QPainterD1Ev(0xbfc05d10, 0xbfc05d1c, 0, 205, 614) = 0 -_ZN12QStyleOptionD1Ev(0xbfc05cd0, 0xbfc05d1c, 0, 205, 614) = 0x9bf8a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 1, 0xb65d0549, 0xbfc058f0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb65d1011, 0x9f9c690) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 1, 0xb65d0549, 0xbfc05a40 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb65d1011, 0x9f9f090) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc06bc4, 0xbfc06bc4, 0, 0 -_ZN8QToolBar10paintEventEP11QPaintEvent(0x9bffeb8, 0xbfc06bc4, 0x9cf1d90, 1023, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9bffec0, 0, 14, 697, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9bffec0, 1, 0xb76efff4, 0xb6db5890, 0xbfc06488) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9bffec0, 0x9bffec0, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9bffec0, 0x9f816b0, 0, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffec0, 8, 0x9f3725c, 0xb6f05444, 0x9f3725c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9bffec0, 0x9bffeb8, 0xbfc0646c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QToolBar10paintEventEP11QPaintEvent resumed> ) = 0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06190) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc05a00) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc05da0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06430) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc05ca0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06040) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06170) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc06d14, 0xbfc06d14, 0xb69a472f, 0x9bfedd8 -_ZN8QToolBar10paintEventEP11QPaintEvent(0x9c02b98, 0xbfc06d14, 0x9f6bdd0, 0xb6828ff4, 44 -_ZThn8_NK7QWidget7devTypeEv(0x9c02ba0, 0, 0xb6c21ff4, 0xb65d1011, 0x9cbb200) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c02ba0, 0, 0xb66fd440, 0, 1) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c02ba0, 0x9c02ba0, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c02ba0, 0x9f816b0, 0x4072c000, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c02ba0, 8, 0x9fa4d94, 0xb6f05444, 0x9fa4d94 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9c02ba0, 0x9c02b98, 0xbfc065bc, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QToolBar10paintEventEP11QPaintEvent resumed> ) = 0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c02b98, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc05ed0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c02b98, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06020) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c02b98, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06170) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c02b98, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc062c0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc06e64, 0xbfc06e64, 0xb69a472f, 0xb74fff60 -_ZN8QToolBar10paintEventEP11QPaintEvent(0x9c4ed58, 0xbfc06e64, 0x9f6bdd0, 0xb6828ff4, 44 -_ZThn8_NK7QWidget7devTypeEv(0x9c4ed60, 0, 0xb6c21ff4, 0xb65d1011, 0x9ee1f68) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c4ed60, 0xb76efff4, 0xb76efff4, 0xb6db4840, 0xbfc06750) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c4ed60, 0x9c4ed60, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c4ed60, 0x9f816b0, 0x40854800, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c4ed60, 8, 0x9fb006c, 0xb6f05444, 0x9fb006c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9c4ed60, 0x9c4ed58, 0xbfc0670c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QToolBar10paintEventEP11QPaintEvent resumed> ) = 0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c4ed58, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06410) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc06fb4, 0xbfc06fb4, 0xb69a472f, 0xbfc06c4c -_ZN8QToolBar10paintEventEP11QPaintEvent(0x9c33df0, 0xbfc06fb4, 0x9f6bdd0, 0xb6828ff4, 44 -_ZThn8_NK7QWidget7devTypeEv(0x9c33df8, 1, 16, 0xb76efff4, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c33df8, 0, 0, 0xb76efff4, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c33df8, 0x9c33df8, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c33df8, 0x9f816b0, 0x40804000, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c33df8, 8, 0x9ef6c1c, 0xb6f05444, 0x9ef6c1c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9c33df8, 0x9c33df0, 0xbfc0685c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QToolBar10paintEventEP11QPaintEvent resumed> ) = 0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c33df0, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06430) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c33df0, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06560) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07104, 0xbfc07104, 0xb69a472f, 0xbfc06d9c -_ZN8QToolBar10paintEventEP11QPaintEvent(0x9c50830, 0xbfc07104, 0x9f6bdd0, 0xb6828ff4, 44 -_ZThn8_NK7QWidget7devTypeEv(0x9c50838, 1, 16, 0xb65d1011, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c50838, 0, 0, 0xb76efff4, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c50838, 0x9c50838, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c50838, 0x9f816b0, 0x40870000, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c50838, 8, 0x9fc1844, 0xb6f05444, 0x9fc1844 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9c50838, 0x9c50830, 0xbfc069ac, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QToolBar10paintEventEP11QPaintEvent resumed> ) = 0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c50830, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06560) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 1, 0xbfc07adc, 0x9c9a650) = 0 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc0781c, 0xbfc0781c, 0, 0 -_ZN7QWidget10enterEventEP6QEvent(0xbfc07f88, 0xbfc0781c, 0, 0xb629b138, 0x9f35498) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc077f4, 0xbfc077f4, 0xb76efff4, 0xbfc07840) = 1 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc0781c, 0xbfc0781c, 342, 343 -_ZN7QWidget10enterEventEP6QEvent(0x9cf1bc0, 0xbfc0781c, 0xb66fd440, 0, 0x8069a1c) = 0x815c8e8 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf36f8, 0xbfc0781c, 0, 0) = 0 -_ZN19QAbstractScrollArea13viewportEventEP6QEvent(0x9cf1bc0, 0xbfc0781c, 1, 0xb6db1dce, 0x9cf3890) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf36f8, 0xbfc0781c, 0xbfc0781c, 342, 343 -_ZN7QWidget10enterEventEP6QEvent(0x9cf36f8, 0xbfc0781c, 0, 32, 0x9ee1d58) = 0x815cae8 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -round(0, 0x405ba000, 24, 0xb66fd470, 0xb66fd478) = 0x405bc000 -_ZN11QMetaObject8activateEP7QObjectPKS_iPPv(0x9cf1bc0, 0x815c5cc, 0, 0, -1 -_ZN7QWidget6updateEv(0x9cf3aa0, 1, 24, 11, 0xbfc07358) = 8 -<... _ZN11QMetaObject8activateEP7QObjectPKS_iPPv resumed> ) = 0 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf36f8, 0xbfc076e4, 0, 0x407e4000) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf36f8, 0xbfc076e4, 0xbfc076e4, 0xb6d76826, 0xbfc07494 -pthread_mutex_lock(0xbfc07fcc, 0x9edd0d0, 0xbfc07028, 0xb6fa8d3a, 0xbfc07f88) = 0 -_Znwj(128, 0xbfc07fe4, 4, 0x9bad134, 1489) = 0x9f82b08 -pthread_mutex_unlock(0xbfc07fcc, 0xbfc07fe4, 0xbfc06eb8, 0x80dd6d9, 0x9cf78d8) = 0 -_ZN7QString9fromAsciiEPKci(0xbfc06edc, 0x8157d98, -1, 0x80dc0cc, 0xbfc0707c) = 0xbfc06edc -_ZN7QStringaSERKS_(0x9cf37a8, 0xbfc06edc, -1, 0x80dc0cc, 0xbfc0707c) = 0x9cf37a8 -_ZN7QString9fromAsciiEPKci(0xbfc06edc, 0x8157d98, -1, 0x80dc0cc, 0xbfc0707c) = 0xbfc06edc -_ZN7QStringaSERKS_(0x9cf37ac, 0xbfc06edc, -1, 0x80dc0cc, 0xbfc0707c) = 0x9cf37ac -_ZN7QString9fromAsciiEPKci(0xbfc06edc, 0x8157d98, -1, 0x80dc0cc, 0xbfc0707c) = 0xbfc06edc -_ZN7QStringaSERKS_(0x9cf37b0, 0xbfc06edc, -1, 0x80dc0cc, 0xbfc0707c) = 0x9cf37b0 -_ZN11QMetaObject8activateEP7QObjectPKS_iPPv(0x9cf1bc0, 0x815c5cc, 3, 0, 0xbfc06edc -_ZN6QLabel7setTextERK7QString(0x9d12ed0, 0xbfc06db4, 30, 0xb65d3d3c, 0) = 1 -_ZN6QLabel7setTextERK7QString(0x9d13110, 0xbfc06db8, 30, 0xb65d3d3c, 0) = 1 -_ZN6QLabel7setTextERK7QString(0x9d13318, 0xbfc06dbc, 30, 0xb65d3d3c, 0) = 1 -<... _ZN11QMetaObject8activateEP7QObjectPKS_iPPv resumed> ) = 0 -_ZdlPv(0x9f82b08, 0xbfc06e8c, 3, 31, 0) = 0 -_ZN7QWidget6updateEv(0x9cf36f8, 0xbfc076e4, 1, 0x9cf3aa0, 0x9f3a5c8) = 0x9eda618 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07500, 0xbfc07500, 0xb76efff4, 0xbfc073c8) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 1, 0xbfc07adc, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 1, 0xbfc07adc, 0x9c9a650) = 0 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07828, 0xbfc07828, 0xb65d3d3c, 648 -_ZN7QWidget22windowActivationChangeEb(0xbfc07f88, 0, 0x9edc868, 0xb76efff4, 0xbfc07f88) = 0 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc07828, 0xbfc07828, 0xb65d3d3c, 0 -_ZN7QWidget22windowActivationChangeEb(0x9cf1bc0, 0, 0xbfc06910, 0xb6f52990, 0x9fa4e70) = 0 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf36f8, 0xbfc07828, 0xb6a0d054, 32) = 0 -_ZN19QAbstractScrollArea13viewportEventEP6QEvent(0x9cf1bc0, 0xbfc07828, 1, 0xb6f36500, 0xbfc06560) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf36f8, 0xbfc07828, 0xbfc07828, 16, 0 -_ZN7QWidget22windowActivationChangeEb(0x9cf36f8, 0, 112, 0xb6c21ff4, 0x81b21a4) = 0 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3aa0, 0xbfc07828, 0xb6a0d054, 32) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3aa0, 0xbfc07828, 0xbfc07828, 16, 0 -_ZN7QWidget22windowActivationChangeEb(0x9cf3aa0, 0, 2, 0xb6c21ff4, 0x81b21a4) = 0 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3cb8, 0xbfc07828, 0xb6a0d054, 32) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3cb8, 0xbfc07828, 0xbfc07828, 16, 0 -_ZN7QWidget22windowActivationChangeEb(0x9cf3cb8, 0, 2, 0xb6c21ff4, 0x81b21a4) = 0 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07828, 0xbfc07828, 72, 0x9bcb36c -_ZN7QWidget22windowActivationChangeEb(0x9bffeb8, 0, 0x9cf1bc0, 0xb69a472f, 0x9bff378) = 0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07828, 0xbfc07828, 72, 0x9bcb36c -_ZN7QWidget22windowActivationChangeEb(0x9c02b98, 0, 0xbfc07828, 0xb69a472f, 0x9bff378) = 0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc07828, 0xbfc07828, 72, 0x9bcb36c -_ZN7QWidget22windowActivationChangeEb(0x9c4ed58, 0, 0xbfc07828, 0xb69a472f, 0x9bff378) = 0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07828, 0xbfc07828, 72, 0x9bcb36c -_ZN7QWidget22windowActivationChangeEb(0x9c33df0, 0, 0xbfc07828, 0xb69a472f, 0x9bff378) = 0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07828, 0xbfc07828, 72, 0x9bcb36c -_ZN7QWidget22windowActivationChangeEb(0x9c50830, 0, 0xbfc07828, 0xb69a472f, 0x9bff378) = 0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc0781c, 0xbfc0781c, 0xb6ab59ad, 648 -_ZN7QWidget11changeEventEP6QEvent(0xbfc07f88, 0xbfc0781c, 0xbfc07828, 0xb76efff4, 0xbfc07f88) = 99 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN7QObject5eventEP6QEvent(0x9bf3970, 0xbfc07740, 0, 0xb76efff4, 0xb76efff4) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 1, 0xbfc07adc, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0xbfc07b9c, 0, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0xbfc07b9c, 0, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0xbfc07b9c, 0, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0xbfc07b9c, 0, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0xbfc07b9c, 0, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0xbfc07b9c, 0, 0x9c9a650) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0xbfc07b9c, 0, 0x9c9a650) = 0 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07624, 0xbfc07624, 0xb6db96bc, 0xbfc07f88 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07624, 0xbfc07f88, 0xbfc0717c, 0x9edc3f8) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07624, 0xbfc07624, 0xb6db96bc, 0xbfc07f88 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07624, 0xbfc07f88, 0xbfc0717c, 0x9edc3f8) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07624, 0xbfc07624, 0xb6db96bc, 0xbfc07f88 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c33df0, 0xbfc07624, 0xbfc07f88, 0xbfc0717c, 0x9edc3f8) = 0x9c33df0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc07624, 0xbfc07624, 0xb6db96bc, 0xbfc07f88 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c4ed58, 0xbfc07624, 0xbfc07f88, 0xbfc0717c, 0x9edc3f8) = 0x9c4ed58 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07624, 0xbfc07624, 0xb6db96bc, 0xbfc07f88 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc07624, 0xbfc07f88, 0xbfc0717c, 0x9edc3f8) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9bff378, 0xbfc07624, 0x9bd5d88, 0xb76efff4, 0xb6db8e4f) = 0xb76d7388 -_ZNK7QWidget15minimumSizeHintEv(0xbfc07614, 0x9bffeb8, 1, 0xb6ad845f, 0x9f83758) = 0xbfc07614 -_ZNK7QWidget8sizeHintEv(0xbfc0760c, 0x9bffeb8, 1, 0xb6ad845f, 0x9f83758) = 0xbfc0760c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07614, 0x9c02b98, 0xbfc07614, 0xbfc0761c, 0xbfc07624) = 0xbfc07614 -_ZNK7QWidget8sizeHintEv(0xbfc0760c, 0x9c02b98, 0xbfc07614, 0xbfc0761c, 0xbfc07624) = 0xbfc0760c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07614, 0x9c33df0, 0xbfc07614, 0xbfc0761c, 0xbfc07624) = 0xbfc07614 -_ZNK7QWidget8sizeHintEv(0xbfc0760c, 0x9c33df0, 0xbfc07614, 0xbfc0761c, 0xbfc07624) = 0xbfc0760c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07614, 0x9c4ed58, 0xbfc07614, 0xbfc0761c, 0xbfc07624) = 0xbfc07614 -_ZNK7QWidget8sizeHintEv(0xbfc0760c, 0x9c4ed58, 0xbfc07614, 0xbfc0761c, 0xbfc07624) = 0xbfc0760c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07614, 0x9c50830, 0xbfc07614, 0xbfc0761c, 0xbfc07624) = 0xbfc07614 -_ZNK7QWidget8sizeHintEv(0xbfc0760c, 0x9c50830, 0xbfc07614, 0xbfc0761c, 0xbfc07624) = 0xbfc0760c -_ZNK7QWidget15minimumSizeHintEv(0xbfc075c8, 0x9bffeb8, 0xb66fd440, 0xb6c21ff4, 0x9bad118) = 0xbfc075c8 -_ZNK7QWidget8sizeHintEv(0xbfc075c8, 0x9bffeb8, 0xb66fd440, 0xb6c21ff4, 0x9bad118) = 0xbfc075c8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc075c8, 0x9c02b98, 0xb66fd440, 0xb6c21ff4, 0x9bad118) = 0xbfc075c8 -_ZNK7QWidget8sizeHintEv(0xbfc075c8, 0x9c02b98, 0xb66fd440, 0xb6c21ff4, 0x9bad118) = 0xbfc075c8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc075c8, 0x9c33df0, 0xb66fd440, 0xb6c21ff4, 0x9bad118) = 0xbfc075c8 -_ZNK7QWidget8sizeHintEv(0xbfc075c8, 0x9c33df0, 0xb66fd440, 0xb6c21ff4, 0x9bad118) = 0xbfc075c8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc075c8, 0x9c4ed58, 0xb66fd440, 0xb6c21ff4, 0x9bad118) = 0xbfc075c8 -_ZNK7QWidget8sizeHintEv(0xbfc075c8, 0x9c4ed58, 0xb66fd440, 0xb6c21ff4, 0x9bad118) = 0xbfc075c8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc075c8, 0x9c50830, 0xb66fd440, 0xb6c21ff4, 0x9bad118) = 0xbfc075c8 -_ZNK7QWidget8sizeHintEv(0xbfc075c8, 0x9c50830, 0xb66fd440, 0xb6c21ff4, 0x9bad118) = 0xbfc075c8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc075c8, 0x9bffeb8, 0xb66fd440, 0xb6c21ff4, 0x9bad118) = 0xbfc075c8 -_ZNK7QWidget8sizeHintEv(0xbfc075c8, 0x9bffeb8, 0xb66fd440, 0xb6c21ff4, 0x9bad118) = 0xbfc075c8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc075c8, 0x9c02b98, 0xb66fd440, 0xb6c21ff4, 0x9bad118) = 0xbfc075c8 -_ZNK7QWidget8sizeHintEv(0xbfc075c8, 0x9c02b98, 0xb66fd440, 0xb6c21ff4, 0x9bad118) = 0xbfc075c8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc075c8, 0x9c33df0, 0xb66fd440, 0xb6c21ff4, 0x9bad118) = 0xbfc075c8 -_ZNK7QWidget8sizeHintEv(0xbfc075c8, 0x9c33df0, 0xb66fd440, 0xb6c21ff4, 0x9bad118) = 0xbfc075c8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc075c8, 0x9c4ed58, 0xb66fd440, 0xb6c21ff4, 0x9bad118) = 0xbfc075c8 -_ZNK7QWidget8sizeHintEv(0xbfc075c8, 0x9c4ed58, 0xb66fd440, 0xb6c21ff4, 0x9bad118) = 0xbfc075c8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc075c8, 0x9c50830, 0xb66fd440, 0xb6c21ff4, 0x9bad118) = 0xbfc075c8 -_ZNK7QWidget8sizeHintEv(0xbfc075c8, 0x9c50830, 0xb66fd440, 0xb6c21ff4, 0x9bad118) = 0xbfc075c8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc07564, 0x9bffeb8, 52, 0xb6d8df18, 0xbfc07548) = 0xbfc07564 -_ZNK7QWidget8sizeHintEv(0xbfc0755c, 0x9bffeb8, 52, 0xb6d8df18, 0xbfc07548) = 0xbfc0755c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07564, 0x9c02b98, 0xbfc07564, 0xbfc0756c, 0xbfc07574) = 0xbfc07564 -_ZNK7QWidget8sizeHintEv(0xbfc0755c, 0x9c02b98, 0xbfc07564, 0xbfc0756c, 0xbfc07574) = 0xbfc0755c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07564, 0x9c33df0, 0xbfc07564, 0xbfc0756c, 0xbfc07574) = 0xbfc07564 -_ZNK7QWidget8sizeHintEv(0xbfc0755c, 0x9c33df0, 0xbfc07564, 0xbfc0756c, 0xbfc07574) = 0xbfc0755c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07564, 0x9c4ed58, 0xbfc07564, 0xbfc0756c, 0xbfc07574) = 0xbfc07564 -_ZNK7QWidget8sizeHintEv(0xbfc0755c, 0x9c4ed58, 0xbfc07564, 0xbfc0756c, 0xbfc07574) = 0xbfc0755c -_ZNK7QWidget15minimumSizeHintEv(0xbfc07564, 0x9c50830, 0xbfc07564, 0xbfc0756c, 0xbfc07574) = 0xbfc07564 -_ZNK7QWidget8sizeHintEv(0xbfc0755c, 0x9c50830, 0xbfc07564, 0xbfc0756c, 0xbfc07574) = 0xbfc0755c -_ZNK7QWidget15minimumSizeHintEv(0xbfc075a4, 0x9bffeb8, 0xbfc07f88, 0xb725e2a3, 0x9bff3c0) = 0xbfc075a4 -_ZNK7QWidget8sizeHintEv(0xbfc0759c, 0x9bffeb8, 0xbfc07f88, 0xb725e2a3, 0x9bff3c0) = 0xbfc0759c -_ZNK7QWidget15minimumSizeHintEv(0xbfc075b8, 0x9bffeb8, 50, 300, 55) = 0xbfc075b8 -_ZNK7QWidget8sizeHintEv(0xbfc075b8, 0x9bffeb8, 50, 300, 55) = 0xbfc075b8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc075a4, 0x9c02b98, 0xbfc07f88, 0xb725e2a3, 0x9c02670) = 0xbfc075a4 -_ZNK7QWidget8sizeHintEv(0xbfc0759c, 0x9c02b98, 0xbfc07f88, 0xb725e2a3, 0x9c02670) = 0xbfc0759c -_ZNK7QWidget15minimumSizeHintEv(0xbfc075b8, 0x9c02b98, 50, 220, 55) = 0xbfc075b8 -_ZNK7QWidget8sizeHintEv(0xbfc075b8, 0x9c02b98, 50, 220, 55) = 0xbfc075b8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc075a4, 0x9c33df0, 0xbfc07f88, 0xb725e2a3, 0x9c30b40) = 0xbfc075a4 -_ZNK7QWidget8sizeHintEv(0xbfc0759c, 0x9c33df0, 0xbfc07f88, 0xb725e2a3, 0x9c30b40) = 0xbfc0759c -_ZNK7QWidget15minimumSizeHintEv(0xbfc075b8, 0x9c33df0, 50, 161, 55) = 0xbfc075b8 -_ZNK7QWidget8sizeHintEv(0xbfc075b8, 0x9c33df0, 50, 161, 55) = 0xbfc075b8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc075a4, 0x9c4ed58, 0xbfc07f88, 0xb725e2a3, 0x9c23238) = 0xbfc075a4 -_ZNK7QWidget8sizeHintEv(0xbfc0759c, 0x9c4ed58, 0xbfc07f88, 0xb725e2a3, 0x9c23238) = 0xbfc0759c -_ZNK7QWidget15minimumSizeHintEv(0xbfc075b8, 0x9c4ed58, 50, 55, 55) = 0xbfc075b8 -_ZNK7QWidget8sizeHintEv(0xbfc075b8, 0x9c4ed58, 50, 55, 55) = 0xbfc075b8 -_ZNK7QWidget15minimumSizeHintEv(0xbfc075a4, 0x9c50830, 0xbfc07f88, 0xb725e2a3, 0x9c51420) = 0xbfc075a4 -_ZNK7QWidget8sizeHintEv(0xbfc0759c, 0x9c50830, 0xbfc07f88, 0xb725e2a3, 0x9c51420) = 0xbfc0759c -_ZNK7QWidget15minimumSizeHintEv(0xbfc075b8, 0x9c50830, 50, 79, 55) = 0xbfc075b8 -_ZNK7QWidget8sizeHintEv(0xbfc075b8, 0x9c50830, 50, 79, 55) = 0xbfc075b8 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07404, 0xbfc07404, 0xb6c223e0, 0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07404, 0xb6c21ff4, 0xb69cd403, 80) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9bffeb8, 1, 4, 0xbfc073a0, 0xbfc07394) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9bffeb8, 1, 4, 0xbfc072e0, 0xbfc072d4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9bffeb8, 1, 4, 0xbfc07350, 0xbfc07344) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9bffeb8, 2, 4, 0xbfc072dc, 0xb6c21ff4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9bffeb8, 2, 4, 0xbfc0732c, 0xb6c21ff4) = -54 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07404, 0xbfc07404, 0xb6c223e0, 0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07404, 0xb6c21ff4, 0xb69cd403, 80) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c02b98, 1, 4, 0xbfc073a0, 0xbfc07394) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c02b98, 1, 4, 0xbfc072e0, 0xbfc072d4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c02b98, 1, 4, 0xbfc07350, 0xbfc07344) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c02b98, 2, 4, 0xbfc072dc, 0xb6c21ff4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c02b98, 2, 4, 0xbfc0732c, 0xb6c21ff4) = -54 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07404, 0xbfc07404, 0xb6c223e0, 0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c33df0, 0xbfc07404, 0xb6c21ff4, 0xb69cd403, 80) = 0x9c33df0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c33df0, 1, 4, 0xbfc073a0, 0xbfc07394) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c33df0, 1, 4, 0xbfc072e0, 0xbfc072d4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c33df0, 1, 4, 0xbfc07350, 0xbfc07344) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c33df0, 2, 4, 0xbfc072dc, 0xb6c21ff4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c33df0, 2, 4, 0xbfc0732c, 0xb6c21ff4) = -54 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc07404, 0xbfc07404, 0xb6c223e0, 0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c4ed58, 0xbfc07404, 0xb6c21ff4, 0xb69cd403, 80) = 0x9c4ed58 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c4ed58, 1, 4, 0xbfc073a0, 0xbfc07394) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c4ed58, 1, 4, 0xbfc072e0, 0xbfc072d4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c4ed58, 1, 4, 0xbfc07350, 0xbfc07344) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c4ed58, 2, 4, 0xbfc072dc, 0xb6c21ff4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c4ed58, 2, 4, 0xbfc0732c, 0xb6c21ff4) = -54 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07404, 0xbfc07404, 0xb6c223e0, 0 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc07404, 0xb6c21ff4, 0xb69cd403, 80) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c50830, 1, 4, 0xbfc073a0, 0xbfc07394) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c50830, 1, 4, 0xbfc072e0, 0xbfc072d4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c50830, 1, 4, 0xbfc07350, 0xbfc07344) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c50830, 2, 4, 0xbfc072dc, 0xb6c21ff4) = -54 -_ZN8QToolBar11qt_metacallEN11QMetaObject4CallEiPPv(0x9c50830, 2, 4, 0xbfc0732c, 0xb6c21ff4) = -54 -_ZN7QObject10childEventEP11QChildEvent(0x9bff378, 0xbfc07474, 0x9bf3970, 0xb7154528, 0x9bf3970) = 0xb76d7388 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0x9c004e8, 0x9c004e8, 0xb76efff4, 0x9f80f28) = 0 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0x9edd0d0, 0x9edd0d0, 0xb76efff4, 0x9f80f28 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 1, 0xb65d0549, 0xbfc06ba0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb65d1011, 0x9fc06c8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 1, 0xb65d0549, 0xbfc06ba0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb65d1011, 0x9fc06c8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 753, 767, 0xb614cff4, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 6, 7, 0xb69a713b, 128) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0xbfc07f90, 144, 0x9fc0d10, 0xbfc072bc) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0x9f816b0, 0, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f90, 8, 0x9fbff2c, 0xb6f05444, 0x9fbff2c) = 96 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0xbfc07f88, 0xbfc071ec, 0xb76efff4, 0xb76efff4) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07364, 0xbfc07364, 0xb6f52481, 0x9f9bff0 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0, 0, 0xb6adea00, 10) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0, 0x9fc0c38, 0xb6828ff4, 0xbfc06e0c) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0xbfc07f90, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0x9f816b0, 0, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f90, 8, 0x9fc1ca4, 0xb6f05444, 0x9fc1ca4) = 96 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0xbfc07f88, 0xbfc06e2c, 0xb76efff4, 0xb76efff4) = 1 -_ZN7QWidget10paintEventEP11QPaintEvent(0xbfc07f88, 0xbfc07364, 64, 0xb6f38c8a, 0x9fc06c8) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 698, 712, 0xb66fd470, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 4, 7, 0xb69a713b, 128) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc8, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9f816b0, 0, 0, 0x404b8000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc8, 8, 0x9f3725c, 0xb6f05444, 0x9f3725c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06510) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc0, 0xbfc065bc, 0xb76efff4, 0xb76efff4) = 1 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc06734, 0xbfc06734, 0xb6828ff4, 144 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x1000000, 0x9cf1bc0, 0xbfc065cc, 91) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0xbfc060cc, 9, 0xb74cd434, 0xbfc06828) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc8, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9f816b0, 0, 0, 0x404b8000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc8, 8, 0x9fc1844, 0xb6f05444, 0x9fc1844 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6f1f6f5, 0xb65d0549, 0xbfc0617c) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc0, 0xbfc061cc, 0xb76efff4, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0, 0, 0xb65d0549, 0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0xb6e119fa, 0xb76efff4, 0xb6e05020, 0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc8, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9f816b0, 0, 0, 0x404b8000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc8, 8, 0x9fbff2c, 0xb6f05444, 0x9fbff2c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc0614c) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc0, 0xbfc0619c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9f8140c, 0, 0, 0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9ff02e9, 0x4000000, 0xb6e93008, 0x9c21200) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9cf3700, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9f816b0, 0x4069a000, 0, 0x405a4000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf3700, 8, 0x9fc1ca4, 0xb6f05444, 0x9fc1ca4 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 0xb66fd440, 0xb6f539ee, 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 56, 0xb6828ff4, 0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9cf36f8, 0xbfc05dac, 0xb76efff4, 0xb76efff4) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf36f8, 0xbfc05f24, 0xb65d3d3c, 0x4000000) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf36f8, 0xbfc05f24, 0xbfc05f24, 0xb6828ff4, 144 -_ZN12QStyleOptionC1Eii(0xbfc05960, 1, 0, 0xb76efff4, 0xbfc05dac) = 0x9bfd3e8 -_ZN12QStyleOption4initEPK7QWidget(0xbfc05960, 0x9cf36f8, 0, 0xb76efff4, 1) = 0x9bf8a28 -_ZN8QPainterC1EP12QPaintDevice(0xbfc059f8, 0x9cf3700, 0, 0xb76efff4, 0xbfc05dac -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0xbfc05a00, 0xbfc05a08, 0xb70fd28c, 0xbfc05a3c) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9fc06c8, 0xb6f53660, 1024, 0x4000000) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9cf3700, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9f816b0, 0x4069a000, 0, 0x405a4000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf3700, 8, 0x9f3725c, 0xb6f05444, 0x9f3725c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 0xb66fd440, 0xb6f1f66d, 0xbfc057bc -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 56, 0xb76efff4, 1) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9cf36f8, 0xbfc0580c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QPainterC1EP12QPaintDevice resumed> ) = 1 -_ZNK7QWidget5styleEv(0x9cf36f8, 0x9cf3700, 0, 0xb76efff4, 0xbfc05dac) = 0x9cf2438 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc059f8, 1, 1, 0xbfc059f8, 0x9cf36f8) = 7 -pthread_mutex_lock(0xbfc07fb0, 0xbfc05f24, 0xbfc05a38, 0xb6f52990, 0x9fc0528) = 0 -pthread_mutex_unlock(0xbfc07fb0, 0xb76efff4, 0xbfc058ec, 0, 1) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc059f8, 1, 0, 0xbfc059f8, 0x9cf36f8) = 7 -pthread_mutex_lock(0xbfc07fcc, 0xbfc05f24, 0xbfc05a38, 0xb6f52990, 0x9fc0528) = 0 -_Znwj(128, 0xbfc07fe4, 119, 0, 0) = 0x9fa4e20 -pthread_mutex_unlock(0xbfc07fcc, 0xbfc07fe4, 0xbfc058f8, 0x80dd6d9, 0x9cf78d8) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 0, 0x9cf36f8) = 0x9fc1838 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 29) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 29) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 68) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 68) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 107) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 107) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 146) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 146) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 185) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 185) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 224) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 224) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 263) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 263) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 302) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 302) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 341) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 341) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 380) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 380) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 419) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 419) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 458) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 458) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 497) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 497) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 536) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 536) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 575) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 575) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 614) = 0 -_ZN8QPainter3endEv(0xbfc059f8, 0xbfc05a04, 0, 804, 614) = 1 -_ZdlPv(0x9fa4e20, 0x81b300c, 0xbfc058e8, 0xb6ecdb35, 0xb76efff4) = 0 -_ZN8QPainterD1Ev(0xbfc059f8, 0xbfc05a04, 0, 804, 614) = 0 -_ZN12QStyleOptionD1Ev(0xbfc05960, 0xbfc05a04, 0, 804, 614) = 0x9bf8a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3aa0, 0xbfc06074, 0xb6d643a2, 0x9bad018) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3aa0, 0xbfc06074, 0xbfc06074, 0xb6d627bc, 0x9cf36f8 -_ZN12QStyleOptionC1Eii(0xbfc05b50, 1, 0, 0, 91) = 0x9bfd3e8 -_ZN12QStyleOption4initEPK7QWidget(0xbfc05b50, 0x9cf3aa0, 0, 0xb76efff4, 1) = 0x9bf8a28 -_ZN8QPainterC1EP12QPaintDevice(0xbfc05b7c, 0x9cf3aa8, 0, 0, 91 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, -64881, 0x4000000, -64880, 0x4000000) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0xb76efff4, 0xbfc05980, 0xb70a62b0, 0xbfc05980) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9cf3aa8, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9f816b0, 0x4069a000, 0, 0x404b8000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf3aa8, 8, 0x9fbff2c, 0xb6f05444, 0x9fbff2c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 0xb66fd440, 0xb6f1f66d, 0xbfc059bc -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 56, 0xb76efff4, 1) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9cf3aa0, 0xbfc05a0c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QPainterC1EP12QPaintDevice resumed> ) = 1 -_ZNK7QWidget5styleEv(0x9cf3aa0, 0x9cf3aa8, 0, 0, 91) = 0x9cf2438 -ceil(0x9999999a, 0x40099999, 0x9cf2850, 0xb76efff4, 0x9fc0490) = 0x9cf1bc0 -log10f(0x3456bf95, 0x40099999, 0x9cf2850, 0xb76efff4, 0x9fc0490) = 0x9cf0022 -floorf(0xc0d65df6, 0x40099999, 0x9cf2850, 0xb76efff4, 0x9fc0490) = 0x9cf0022 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ab8, 0xbfc0590c, 0xb6f3990c, 0x9fc0528) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0xb6f3990c, 0x9fc0528) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0, 0xb6f3990c, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0, 0xb6f3990c, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0, 0xb6f3990c, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0, 0xb6f3990c, 0) = 0 -_ZN8QPainter12boundingRectERK5QRectiRK7QString(0xbfc059b8, 0xbfc05b7c, 0xbfc05900, 33, 0xbfc05ab8) = 0xbfc059b8 -_ZN7QString4freeEPNS_4DataE(0x9fc19f8, 0, 0x7ffffffe, 0x7ffffffe, 0x9bff378) = 0 -_ZN7QString16fromAscii_helperEPKci(0x81570b8, -1, 0x7ffffffe, 0x7ffffffe, 0x9bff378) = 0x9eb22d0 -_ZN8QPainter12boundingRectERK5QRectiRK7QString(0xbfc059c8, 0xbfc05b7c, 0xbfc05900, 33, 0xbfc05ac0) = 0xbfc059c8 -_ZN7QString4freeEPNS_4DataE(0x9eb22d0, 0, 0x7ffffffe, 0x7ffffffe, 0x9bff378) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05b7c, 0x81b2f60, 0, 0, 0x7fffffff) = 0x9fc1c98 -log10f(0x332bcc77, 0x81b2f60, 0, 0, 0x7fffffff) = 0x9fc0020 -floorf(0xc0ecbbed, 0x81b2f60, 0, 0, 0x7fffffff) = 0x9fc0020 -floor(0, 0, 0, 0, 0x7fffffff) = 0x9cf1bc0 -floor(0, 0x3ff00000, 0, 0, 0x7fffffff) = 0x9cf1bc0 -round(0, 0x3ff00000, 0, 0, 0x7fffffff) = 0x3ff00000 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ac8, 0xbfc0590c, 65535, 0) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 65535, 0) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x40768000, 65535, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x40768000, 65535, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x40768000, 65535, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x40768000, 65535, 0) = 0 -_ZN8QPainter12boundingRectERK5QRectiRK7QString(0xbfc059d8, 0xbfc05b7c, 0xbfc05900, 33, 0xbfc05ac8) = 0xbfc059d8 -_ZN7QString4freeEPNS_4DataE(0x9fc19f8, 0, 0x7ffffffe, 0x7ffffffe, 0xb76efff4) = 0 -floor(0, 0, 0x7ffffffe, 0x7ffffffe, 0xb76efff4) = 0 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x813764e, 0xbfc059d8) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x813764e, 0xbfc059d8) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0, 0x813764e, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0, 0x813764e, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0, 0x813764e, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0, 0x813764e, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 1984, 36060, 1984, 36547) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9fc19f8, 10, -1, 24, 0xb76efff4) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 1) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 1) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x40790000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x40790000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x40790000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x40790000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9f9e488, 32, 32, 223) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9fc19f8, 10, 79, 24, 0) = 0x9fa0cf0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 1) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, -1) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x40890000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x40890000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x40890000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x40890000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0258, 32, 32, 311) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9fc19f8, 10, 159, 24, 0) = 0x9fa0cf0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 1) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 1) = 3 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x4092c000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x4092c000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x4092c000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x4092c000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0258, 32, 32, 391) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9fc19f8, 10, 238, 24, 1) = 0x9fa0cf0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, -1) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x40990000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x40990000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x40990000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x40990000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 473) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9fc19f8, 10, 319, 24, 0) = 0x9fa0cf0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 1) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, -1) = 5 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x409f4000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x409f4000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x409f4000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x409f4000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 554) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9fc19f8, 10, 399, 24, -1) = 0x9fa0cf0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 1) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 1) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, -1) = 6 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x40a2c000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x40a2c000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x40a2c000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x40a2c000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 634) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9fc19f8, 10, 478, 24, -1) = 0x9fa0cf0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, -1) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x40a5e000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x40a5e000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x40a5e000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x40a5e000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 713) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9fc19f8, 10, 559, 24, 0) = 0x9fa0cf0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x40a90000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x40a90000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x40a90000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x40a90000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 794) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9fc19f8, 10, 639, 24, 0) = 0x9fa0cf0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 1, 0x40ac2000, 0x81375a1, 1) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x40ac2000, 0x81375a1, 1) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x40ac2000, 0x81375a1, 1) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x40ac2000, 0x81375a1, 1) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 874) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9fc19f8, 10, 719, 24, 0) = 0x9fa0cf0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 1) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, -1) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40240000, 0, 0x40490000, 0) = 10 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x40af4000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x40af4000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x40af4000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x40af4000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 954) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9fc19f8, 10, 799, 24, 0) = 0x9fa0cf0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40240000, 0, 0x40490000, 0) = 10 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05b7c, 1, 1, 0xbfc05b7c, 0x9cf3aa0) = 7 -_ZN4QPenC1EN2Qt8PenStyleE(0xbfc05b14, 0, 0, 0xb76efff4, 0x9fc0490) = 0x9f81b00 -_ZN8QPainter6setPenERK4QPen(0xbfc05b7c, 0xbfc05b14, 0, 0xb76efff4, 0x9fc0490) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b14, 0xbfc05b14, 0, 0xb76efff4, 0x9fc0490) = 0x9f81b00 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b18, 0x81b2f60, 1, 0xb76efff4, 0x9fc0490) = 0x9fb5b88 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05b7c, 0xbfc05b18, 1, 0xb76efff4, 0x9fc0490) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b18, 0xbfc05b18, 1, 0xb76efff4, 0x9fc0490) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05b7c, 0xbfc05ad8, 3, 0, 0x40460000) = 0 -_ZN8QPainter3endEv(0xbfc05b7c, 0xbfc05b7c, 1, 0xbfc05b7c, 0x9cf3aa0) = 1 -_ZN8QPainterD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 0xbfc05b7c, 0x9cf3aa0) = 0 -_ZN12QStyleOptionD1Ev(0xbfc05b50, 0xbfc05b7c, 1, 0xbfc05b7c, 0x9cf3aa0) = 0x9bf8a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3cb8, 0xbfc061c4, 0xb6d643a2, 0x9bad018) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3cb8, 0xbfc061c4, 0xbfc061c4, 0xb69a472f, 0xbfc05e5c -_ZN12QStyleOptionC1Eii(0xbfc05c60, 1, 0, 0, 0x405a4000) = 0x9bfd3e8 -_ZN12QStyleOption4initEPK7QWidget(0xbfc05c60, 0x9cf3cb8, 0x3ff00000, 0xb76efff4, 1) = 0x9bf8a28 -_ZN8QPainterC1EP12QPaintDevice(0xbfc05ca0, 0x9cf3cc0, 0, 0, 0x405a4000 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0, 0x9fb53e0, 0xb6fc98c0, 0xbfc05b7c) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0xbfc05b18, 0xb66fd440, 0xb6e93008, 104) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9cf3cc0, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f816b0, 0, 0, 0x405a4000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf3cc0, 8, 0x9fbff2c, 0xb6f05444, 0x9fbff2c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 0xb66fd440, 0xb6f1f66d, 0xbfc05acc -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 56, 0x9fb76d8, 1) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9cf3cb8, 0xbfc05b1c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QPainterC1EP12QPaintDevice resumed> ) = 1 -_ZNK7QWidget5styleEv(0x9cf3cb8, 0x9cf3cc0, 0, 0, 0x405a4000) = 0x9cf2438 -pthread_mutex_lock(0xbfc07fcc, 56, 0xbfc05c80, 0xb6d627bc, 0xb76efff4) = 0 -_Znwj(128, 0xbfc07fe4, 119, 0, 0) = 0x9fb5b80 -pthread_mutex_unlock(0xbfc07fcc, 0xbfc07fe4, 0xbfc05c08, 0x80dd6d9, 0x9cf78d8) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 10, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 10, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 10, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 10, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 10, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 10, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 10, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0x9cf2438, 0xb70d7b5d, 0x9cf1bc0) = 0x9eb01b0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 0x9cf1bc0) = 0x9eaded0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9eaded0, 0x402e8000, 0, 15, 0x9cf1bc0) = 0 -_ZN7QString4freeEPNS_4DataE(0x9eb01b0, 0x402e8000, 0, 15, 0x9cf1bc0) = 0x9eadec8 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 10, 205) = 7 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 10, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 10, 205) = 0x9fc1c98 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf7104, 1, 10, 205) = 0x9fb5c80 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 10, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 10, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 236 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 10, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 10, 205) = 0x9fbff20 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7100, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, -790549, -922136, 0xb76efff4, 0x9f3a5c8) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7100, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7100, 0) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7100, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7100, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7100, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7100, 0x9cf7100) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7100, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7100, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7100, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7100, 0x9cf7100) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7100, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7100, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7100, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7100, 0x9cf7100) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7100, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7100, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7100, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7100, 0x9cf7100) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7100, 0) = 0x9fc07a0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc1c98 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb5c80 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 17) = 0x9c55510 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 17) = 0x9e742e0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 17) = 0x9c55510 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 17) = 0x9fc0828 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f37250 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fc0898 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 15) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 5) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 5) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 5) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 5) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 15) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 15) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 15) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x40240000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x40240000) = 0x9fc1c98 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x40240000) = 0x9fb5c80 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x40240000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x40240000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x40240000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x40240000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x40240000) = 0x9f37250 -_ZN7QString6numberEii(0xbfc05c18, 0, 10, 0, 0x40240000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9e340, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9ead750, 0xbfc05bec, 0, 0xbfc05968, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 7 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9fc1c98 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 29) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 49, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 49, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 49, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 49, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 49, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 49, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 49, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0086, 65696) = 0x9ead750 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9ead538 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9ead538, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9ead750, 0x402e8000, 0, 15, 65696) = 0x9ead530 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 49, 205) = 7 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 49, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 49, 205) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf71cc, 1, 49, 205) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 49, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 49, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 49, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 49, 205) = 0x9fc1c98 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf71c8, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9e340, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf71c8, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf71c8, 0) = 0x9fc1838 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf71c8, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf71c8, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf71c8, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf71c8, 0x9cf71c8) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf71c8, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf71c8, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf71c8, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf71c8, 0x9cf71c8) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf71c8, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf71c8, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf71c8, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf71c8, 0x9cf71c8) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf71c8, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf71c8, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf71c8, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf71c8, 0x9cf71c8) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf71c8, 0) = 0x9fc07a0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f37250 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 56) = 0x9e773b0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 56) = 0x9e766a8 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 56) = 0x9e773b0 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 56) = 0x9fb5c80 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc1838 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fc0898 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 54) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 44) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 44) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 44) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 44) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 54) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 54) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 54) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x40488000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x40488000) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x40488000) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x40488000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x40488000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x40488000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x40488000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x40488000) = 0x9fc1838 -_ZN7QString6numberEii(0xbfc05c18, 1, 10, 0, 0x40488000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f160, 32, 32, 78) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9eabda8, 0xbfc05bec, 0, 0xbfc05968, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 7 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f37250 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 68) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 88, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 88, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 88, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 88, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 88, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 88, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 88, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff00ad, 65696) = 0x9eabda8 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9eab9f0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9eab9f0, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9eabda8, 0x402e8000, 0, 15, 65696) = 0x9eab9e8 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 88, 205) = 7 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 88, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 88, 205) = 0x9fc1838 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf7294, 1, 88, 205) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 88, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 88, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 88, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 88, 205) = 0x9f37250 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7290, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f160, 32, 32, 181) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7290, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7290, 0) = 0x9fbff20 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7290, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7290, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7290, 0x9cf7290) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7290, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7290, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7290, 0x9cf7290) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7290, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7290, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7290, 0x9cf7290) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7290, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7290, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7290, 0x9cf7290) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7290, 0) = 0x9fc07a0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc1838 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 95) = 0x9e75ea0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 95) = 0x9e72ba0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 95) = 0x9e75ea0 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 95) = 0x9fb5c80 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fbff20 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fc0898 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 93) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 83) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 83) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 83) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 83) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 93) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 93) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 93) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x40560000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x40560000) = 0x9fc1838 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x40560000) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x40560000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x40560000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x40560000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x40560000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x40560000) = 0x9fbff20 -_ZN7QString6numberEii(0xbfc05c18, 2, 10, 0, 0x40560000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f288, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9eab650, 0xbfc05bec, 0, 0xbfc05968, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 7 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9fc1838 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 107) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 127, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 127, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 127, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 127, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 127, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 127, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 127, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff00d4, 65696) = 0x9eab650 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9eab450 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9eab450, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9eab650, 0x402e8000, 0, 15, 65696) = 0x9eab448 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 127, 205) = 7 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 127, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 127, 205) = 0x9fbff20 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf739c, 1, 127, 205) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 127, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 127, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 127, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 127, 205) = 0x9fc1838 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7398, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f288, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7398, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7398, 0) = 0x9fc1c98 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7398, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7398, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7398, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7398, 0x9cf7398) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7398, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7398, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7398, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7398, 0x9cf7398) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7398, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7398, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7398, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7398, 0x9cf7398) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7398, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7398, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7398, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7398, 0x9cf7398) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7398, 0) = 0x9fc07a0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fbff20 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 134) = 0x9e716f0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 134) = 0x9e6f740 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 134) = 0x9e716f0 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 134) = 0x9fb5c80 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc1c98 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fc0898 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 132) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 122) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 122) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 122) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 122) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 132) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 132) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 132) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x405fc000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x405fc000) = 0x9fbff20 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x405fc000) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x405fc000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x405fc000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x405fc000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x405fc000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x405fc000) = 0x9fc1c98 -_ZN7QString6numberEii(0xbfc05c18, 3, 10, 0, 0x405fc000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f3d0, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9ea85f0, 0xbfc05bec, 0, 0xbfc05968, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 7 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9fbff20 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 146) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 166, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 166, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 166, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 166, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 166, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 166, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 166, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff00fb, 65696) = 0x9ea85f0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9ea83e0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9ea83e0, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9ea85f0, 0x402e8000, 0, 15, 65696) = 0x9ea83d8 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 166, 205) = 7 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 166, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 166, 205) = 0x9fc1c98 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf7474, 1, 166, 205) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 166, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 166, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 166, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 166, 205) = 0x9fbff20 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7470, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f3d0, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7470, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7470, 0) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7470, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7470, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7470, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7470, 0x9cf7470) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7470, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7470, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7470, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7470, 0x9cf7470) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7470, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7470, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7470, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7470, 0x9cf7470) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7470, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7470, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7470, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7470, 0x9cf7470) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7470, 0) = 0x9fc07a0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc1c98 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 173) = 0x9e6e328 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 173) = 0x9e6aff8 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 173) = 0x9e6e328 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 173) = 0x9fb5c80 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f37250 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fc0898 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 171) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 161) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 161) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 161) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 161) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 171) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 171) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 171) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x4064c000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x4064c000) = 0x9fc1c98 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x4064c000) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x4064c000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x4064c000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x4064c000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x4064c000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x4064c000) = 0x9f37250 -_ZN7QString6numberEii(0xbfc05c18, 4, 10, 0, 0x4064c000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9ffc8, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9ea7ca0, 0xbfc05bec, 0, 0xbfc05968, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 7 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9fc1c98 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 185) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 205, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 205, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 205, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 205, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 205, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 205, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 205, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0122, 65696) = 0x9ea7ca0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9ea67c0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9ea67c0, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9ea7ca0, 0x402e8000, 0, 15, 65696) = 0x9ea67b8 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 205, 205) = 7 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 205, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 205, 205) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf7564, 1, 205, 205) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 205, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 205, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 205, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 205, 205) = 0x9fc1c98 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7560, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9ffc8, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7560, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7560, 0) = 0x9fc1838 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7560, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7560, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7560, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7560, 0x9cf7560) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7560, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7560, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7560, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7560, 0x9cf7560) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7560, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7560, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7560, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7560, 0x9cf7560) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7560, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7560, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7560, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7560, 0x9cf7560) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7560, 0) = 0x9fc07a0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f37250 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 212) = 0x9e69a00 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 212) = 0x9e65440 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 212) = 0x9e69a00 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 212) = 0x9fb5c80 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc1838 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fc0898 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 210) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 200) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 200) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 200) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 200) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 210) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 210) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 210) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x4069a000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x4069a000) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x4069a000) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x4069a000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x4069a000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x4069a000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x4069a000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x4069a000) = 0x9fc1838 -_ZN7QString6numberEii(0xbfc05c18, 5, 10, 0, 0x4069a000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f518, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9ea6178, 0xbfc05bec, 0, 0xbfc05968, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 7 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f37250 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 224) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 244, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 244, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 244, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 244, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 244, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 244, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 244, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0149, 65696) = 0x9ea6178 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9ea6070 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9ea6070, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9ea6178, 0x402e8000, 0, 15, 65696) = 0x9ea6068 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 244, 205) = 7 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 244, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 244, 205) = 0x9fc1838 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf7654, 1, 244, 205) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 244, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 244, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 244, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 244, 205) = 0x9f37250 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7650, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f518, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7650, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7650, 0) = 0x9fbff20 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7650, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7650, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7650, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7650, 0x9cf7650) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7650, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7650, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7650, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7650, 0x9cf7650) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7650, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7650, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7650, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7650, 0x9cf7650) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7650, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7650, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7650, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7650, 0x9cf7650) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7650, 0) = 0x9fc07a0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc1838 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 251) = 0x9e66530 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 251) = 0x9e650a0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 251) = 0x9e66530 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 251) = 0x9fb5c80 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fbff20 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fc0898 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 249) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 239) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 239) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 239) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 239) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 249) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 249) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 249) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x406e8000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x406e8000) = 0x9fc1838 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x406e8000) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x406e8000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x406e8000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x406e8000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x406e8000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x406e8000) = 0x9fbff20 -_ZN7QString6numberEii(0xbfc05c18, 6, 10, 0, 0x406e8000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f660, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9ea5c00, 0xbfc05bec, 0, 0xbfc05968, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 7 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9fc1838 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 263) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 283, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 283, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 283, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 283, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 283, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 283, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 283, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0170, 65696) = 0x9ea5c00 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9ea3b28 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9ea3b28, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9ea5c00, 0x402e8000, 0, 15, 65696) = 0x9ea3b20 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 283, 205) = 7 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 283, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 283, 205) = 0x9fbff20 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf7744, 1, 283, 205) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 283, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 283, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 283, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 283, 205) = 0x9fc1838 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7740, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f660, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7740, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7740, 0) = 0x9fc1c98 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7740, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7740, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7740, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7740, 0x9cf7740) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7740, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7740, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7740, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7740, 0x9cf7740) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7740, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7740, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7740, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7740, 0x9cf7740) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7740, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7740, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7740, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7740, 0x9cf7740) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7740, 0) = 0x9fc07a0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fbff20 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 290) = 0x9e64f98 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 290) = 0x9e64d28 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 290) = 0x9e64f98 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 290) = 0x9fb5c80 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc1c98 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fc0898 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 288) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 278) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 278) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 278) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 278) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 288) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 288) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 288) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x4071b000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x4071b000) = 0x9fbff20 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x4071b000) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x4071b000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x4071b000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x4071b000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x4071b000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x4071b000) = 0x9fc1c98 -_ZN7QString6numberEii(0xbfc05c18, 7, 10, 0, 0x4071b000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f7a8, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9ea3408, 0xbfc05bec, 0, 0xbfc05968, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 7 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9fbff20 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 302) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 322, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 322, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 322, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 322, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 322, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 322, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 322, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0197, 65696) = 0x9ea3408 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9ea31f0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9ea31f0, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9ea3408, 0x402e8000, 0, 15, 65696) = 0x9ea31e8 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 322, 205) = 7 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 322, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 322, 205) = 0x9fc1c98 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf7834, 1, 322, 205) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 322, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 322, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 322, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 322, 205) = 0x9fbff20 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7830, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f7a8, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7830, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7830, 0) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7830, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7830, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7830, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7830, 0x9cf7830) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7830, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7830, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7830, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7830, 0x9cf7830) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7830, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7830, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7830, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7830, 0x9cf7830) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7830, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7830, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7830, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7830, 0x9cf7830) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7830, 0) = 0x9fc07a0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc1c98 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 329) = 0x9e64970 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 329) = 0x9e63678 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 329) = 0x9e64970 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 329) = 0x9fb5c80 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f37250 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fc0898 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 327) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 317) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 317) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 317) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 317) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 327) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 327) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 327) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x40742000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x40742000) = 0x9fc1c98 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x40742000) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x40742000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x40742000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x40742000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x40742000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x40742000) = 0x9f37250 -_ZN7QString6numberEii(0xbfc05c18, 8, 10, 0, 0x40742000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9fa0440, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9ea1ac0, 0xbfc05bec, 0, 0xbfc05968, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 7 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9fc1c98 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 341) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 361, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 361, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 361, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 361, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 361, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 361, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 361, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff01be, 65696) = 0x9ea1ac0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9ea16d0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9ea16d0, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9ea1ac0, 0x402e8000, 0, 15, 65696) = 0x9ea16c8 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 361, 205) = 7 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 361, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 361, 205) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf797c, 1, 361, 205) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 361, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 361, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 361, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 361, 205) = 0x9fc1c98 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7978, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9fa0440, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7978, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7978, 0) = 0x9fc1838 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7978, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7978, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7978, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7978, 0x9cf7978) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7978, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7978, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7978, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7978, 0x9cf7978) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7978, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7978, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7978, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7978, 0x9cf7978) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7978, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7978, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7978, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7978, 0x9cf7978) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7978, 0) = 0x9fc07a0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f37250 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 368) = 0x9d88b10 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 368) = 0x9d1b958 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 368) = 0x9d88b10 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 368) = 0x9fb5c80 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc1838 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fc0898 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 366) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 356) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 356) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 356) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 356) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 366) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 366) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 366) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x40769000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x40769000) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x40769000) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x40769000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x40769000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x40769000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x40769000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x40769000) = 0x9fc1838 -_ZN7QString6numberEii(0xbfc05c18, 9, 10, 0, 0x40769000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f8f0, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9ea1330, 0xbfc05bec, 0, 0xbfc05968, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 7 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f37250 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 380) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 400, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 400, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 400, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 400, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 400, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 400, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 400, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff01e5, 65696) = 0x9ea1330 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9ea0ce8 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9ea0ce8, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9ea1330, 0x402e8000, 0, 15, 65696) = 0x9ea0ce0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 400, 205) = 7 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 400, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 400, 205) = 0x9fc1838 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf7a6c, 1, 400, 205) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 400, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 400, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 400, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 400, 205) = 0x9f37250 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7a68, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f8f0, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7a68, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7a68, 0) = 0x9fc1c98 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7a68, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7a68, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7a68, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7a68, 0x9cf7a68) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7a68, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7a68, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7a68, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7a68, 0x9cf7a68) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7a68, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7a68, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7a68, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7a68, 0x9cf7a68) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7a68, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7a68, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7a68, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7a68, 0x9cf7a68) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7a68, 0) = 0x9fc07a0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc1838 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 407) = 0x9d136d0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 407) = 0x9d10520 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 407) = 0x9d136d0 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 407) = 0x9fb5c80 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc1c98 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fc0898 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 405) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 395) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 395) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 395) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 395) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 405) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 405) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 405) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x40790000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x40790000) = 0x9fc1838 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x40790000) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x40790000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x40790000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x40790000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x40790000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x40790000) = 0x9fc1c98 -_ZN7QString6numberEii(0xbfc05c18, 10, 10, 0, 0x40790000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9fa0960, 36, 32, 85) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e9ecf8, 0xbfc05bec, 0, 0xbfc05968, 165) = 0x9fa0d00 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 7 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9fc1838 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 419) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 439, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 439, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 439, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 439, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 439, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 439, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 439, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff020c, 65696) = 0x9e9ecf8 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9fa0d08 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9fa0d08, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e9ecf8, 0x402e8000, 0, 15, 65696) = 0x9fa0d00 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 439, 205) = 7 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 439, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 439, 205) = 0x9fc1c98 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf7b5c, 1, 439, 205) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 439, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 439, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 439, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 439, 205) = 0x9fc1838 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7b58, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9e340, 36, 32, 184) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7b58, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7b58, 0) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7b58, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7b58, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7b58, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7b58, 0x9cf7b58) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7b58, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7b58, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7b58, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7b58, 0x9cf7b58) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7b58, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7b58, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7b58, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7b58, 0x9cf7b58) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7b58, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7b58, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7b58, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7b58, 0x9cf7b58) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7b58, 0) = 0x9fc07a0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc1c98 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 446) = 0x9cf4fa0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 446) = 0x9cf23b0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 446) = 0x9cf4fa0 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 446) = 0x9fb5c80 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f37250 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fc0898 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 444) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 434) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 434) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 434) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 434) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 444) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 444) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 444) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x407b7000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x407b7000) = 0x9fc1c98 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x407b7000) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x407b7000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x407b7000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x407b7000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x407b7000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x407b7000) = 0x9f37250 -_ZN7QString6numberEii(0xbfc05c18, 11, 10, 0, 0x407b7000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9fa38, 36, 32, 85) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e9d628, 0xbfc05bec, 0, 0xbfc05968, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 7 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9fc1c98 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 458) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 478, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 478, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 478, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 478, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 478, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 478, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 478, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0233, 65696) = 0x9e9d628 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9e9d3b8 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9e9d3b8, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e9d628, 0x402e8000, 0, 15, 65696) = 0x9e9d3b0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 478, 205) = 7 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 478, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 478, 205) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9d10294, 1, 478, 205) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 478, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 478, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 478, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 478, 205) = 0x9fc1c98 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9d10290, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f160, 32, 32, 185) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9d10290, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9d10290, 0) = 0x9fc1838 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9d10290, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9d10290, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9d10290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9d10290, 0x9d10290) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9d10290, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9d10290, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9d10290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9d10290, 0x9d10290) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9d10290, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9d10290, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9d10290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9d10290, 0x9d10290) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9d10290, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9d10290, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9d10290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9d10290, 0x9d10290) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9d10290, 0) = 0x9fc07a0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f37250 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 485) = 0x9cdd578 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 485) = 0x9cdbb60 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 485) = 0x9cdd578 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 485) = 0x9fb5c80 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc1838 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fc0898 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 483) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 473) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 473) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 473) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 473) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 483) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 483) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 483) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x407de000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x407de000) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x407de000) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x407de000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x407de000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x407de000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x407de000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x407de000) = 0x9fc1838 -_ZN7QString6numberEii(0xbfc05c18, 12, 10, 0, 0x407de000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9fbb0, 32, 32, 85) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e9ced8, 0xbfc05bec, 0, 0xbfc05968, 165) = 0x9fa0d00 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 7 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f37250 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 497) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 517, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 517, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 517, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 517, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 517, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 517, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 517, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff025a, 65696) = 0x9e9ced8 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9fa0d08 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9fa0d08, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e9ced8, 0x402e8000, 0, 15, 65696) = 0x9fa0d00 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 517, 205) = 7 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 517, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 517, 205) = 0x9fc1838 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9d1032c, 1, 517, 205) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 517, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 517, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 517, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 517, 205) = 0x9f37250 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9d10328, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f288, 36, 32, 184) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9d10328, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9d10328, 0) = 0x9fc1c98 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9d10328, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9d10328, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9d10328, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9d10328, 0x9d10328) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9d10328, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9d10328, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9d10328, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9d10328, 0x9d10328) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9d10328, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9d10328, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9d10328, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9d10328, 0x9d10328) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9d10328, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9d10328, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9d10328, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9d10328, 0x9d10328) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9d10328, 0) = 0x9fc07a0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc1838 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 524) = 0x9cd6ae8 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 524) = 0x9cd50d0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 524) = 0x9cd6ae8 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 524) = 0x9fb5c80 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc1c98 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fc0898 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 522) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 512) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 512) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 512) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 512) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 522) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 522) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 522) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x40802800) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x40802800) = 0x9fc1838 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x40802800) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x40802800) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x40802800) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x40802800) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x40802800) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x40802800) = 0x9fc1c98 -_ZN7QString6numberEii(0xbfc05c18, 13, 10, 0, 0x40802800) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9fa16a8, 36, 32, 85) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e9ac08, 0xbfc05bec, 0, 0xbfc05968, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 7 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9fc1838 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 536) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 556, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 556, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 556, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 556, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 556, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 556, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 556, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0281, 65696) = 0x9e9ac08 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9e9a4d8 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9e9a4d8, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e9ac08, 0x402e8000, 0, 15, 65696) = 0x9e9a4d0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 556, 205) = 7 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 556, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 556, 205) = 0x9fc1c98 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9d103c4, 1, 556, 205) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 556, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 556, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 556, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 556, 205) = 0x9fc1838 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9d103c0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f3d0, 36, 32, 184) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9d103c0, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9d103c0, 0) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9d103c0, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9d103c0, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9d103c0, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9d103c0, 0x9d103c0) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9d103c0, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9d103c0, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9d103c0, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9d103c0, 0x9d103c0) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9d103c0, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9d103c0, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9d103c0, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9d103c0, 0x9d103c0) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9d103c0, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9d103c0, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9d103c0, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9d103c0, 0x9d103c0) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9d103c0, 0) = 0x9fc07a0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc1c98 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 563) = 0x9ccfcc0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 563) = 0x9ccd740 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 563) = 0x9ccfcc0 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 563) = 0x9fb5c80 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f37250 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fc0898 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 561) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 551) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 551) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 551) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 551) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 561) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 561) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 561) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x40816000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x40816000) = 0x9fc1c98 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x40816000) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x40816000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x40816000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x40816000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x40816000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x40816000) = 0x9f37250 -_ZN7QString6numberEii(0xbfc05c18, 14, 10, 0, 0x40816000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9fa1820, 36, 32, 85) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e98e48, 0xbfc05bec, 0, 0xbfc05968, 165) = 0x9fa0d00 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 7 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9fc1c98 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 575) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 595, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 595, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 595, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 595, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 595, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 595, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 595, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff02a8, 65696) = 0x9e98e48 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9fa0d08 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9fa0d08, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e98e48, 0x402e8000, 0, 15, 65696) = 0x9fa0d00 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 595, 205) = 7 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 595, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 595, 205) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9d1045c, 1, 595, 205) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 595, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 595, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 595, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 595, 205) = 0x9fc1c98 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9d10458, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9ffc8, 36, 32, 184) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9d10458, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9d10458, 0) = 0x9fc1838 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9d10458, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9d10458, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9d10458, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9d10458, 0x9d10458) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9d10458, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9d10458, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9d10458, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9d10458, 0x9d10458) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9d10458, 0) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9d10458, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9d10458, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9d10458, 0x9d10458) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9d10458, 0) = 0x9fb5c10 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9d10458, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9d10458, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9d10458, 0x9d10458) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9d10458, 0) = 0x9fc07a0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f37250 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fc0828 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 602) = 0x9ccdc80 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 602) = 0x9ccce38 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 602) = 0x9ccdc80 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 602) = 0x9fb5c80 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc1838 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fc0898 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 600) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 590) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 590) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 590) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 590) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 600) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 600) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 600) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x40829800) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x40829800) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x40829800) = 0x9fc07a0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x40829800) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x40829800) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x40829800) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x40829800) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x40829800) = 0x9fc1838 -_ZN7QString6numberEii(0xbfc05c18, 15, 10, 0, 0x40829800) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9fa1998, 36, 32, 85) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e98800, 0xbfc05bec, 0, 0xbfc05968, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 7 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f37250 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 614) = 0 -_ZN8QPainter3endEv(0xbfc05ca0, 0xbfc05cac, 0, 205, 614) = 1 -_ZdlPv(0x9fb5b80, 0xb76efff4, 0x9fb53e0, 0xb6ecda8d, 0xb76efff4) = 0 -_ZN8QPainterD1Ev(0xbfc05ca0, 0xbfc05cac, 0, 205, 614) = 0 -_ZN12QStyleOptionD1Ev(0xbfc05c60, 0xbfc05cac, 0, 205, 614) = 0x9bf8a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc06b54, 0xbfc06b54, 56, 91 -_ZN8QToolBar10paintEventEP11QPaintEvent(0x9bffeb8, 0xbfc06b54, 0x9cf1d90, 1023, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9bffec0, 0, 3, 56, 91) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9bffec0, 0xbfc06340, 0xbfc06550, 0xb6f28b1f, 0x9fc1a54) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9bffec0, 0x9bffec0, 144, 0xb76efff4, 0x9fc1a50) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9bffec0, 0x9f816b0, 0, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffec0, 8, 0x9f3725c, 0xb6f05444, 0x9f3725c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb66fd440, 0xb6f1f66d, 0xbfc063ac) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9bffec0, 0x9bffeb8, 0xbfc063fc, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QToolBar10paintEventEP11QPaintEvent resumed> ) = 0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb6f539ee, 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06120) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb6f1f66d, 0xbfc059ec -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc05990) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb6f1f66d, 0xbfc05d8c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc05d30) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb6f539ee, 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc063c0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb6f1f66d, 0xbfc05c8c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc05c30) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb6f1f66d, 0xbfc0602c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc05fd0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb6f1f66d, 0xbfc0615c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06100) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc06ca4, 0xbfc06ca4, 0xb69a472f, 0x9fa4dd8 -_ZN8QToolBar10paintEventEP11QPaintEvent(0x9c02b98, 0xbfc06ca4, 0x9f6bdd0, 0xb6828ff4, 44 -_ZThn8_NK7QWidget7devTypeEv(0x9c02ba0, 0, 0xb6c21ff4, 0xb65d1011, 0x9ebf870) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c02ba0, 110, 119, 124, 1) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c02ba0, 0x9c02ba0, 144, 56, 91) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c02ba0, 0x9f816b0, 0x4072c000, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c02ba0, 8, 0x9fbff2c, 0xb6f05444, 0x9fbff2c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb66fd440, 0xb6f1f66d, 0xbfc064fc) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9c02ba0, 0x9c02b98, 0xbfc0654c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QToolBar10paintEventEP11QPaintEvent resumed> ) = 0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c02b98, 8, 0xb66fd440, 0xb6f1f66d, 0xbfc05ebc -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc05e60) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c02b98, 8, 0xb66fd440, 0xb6f1f66d, 0xbfc0600c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc05fb0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c02b98, 8, 0xb66fd440, 0xb6f1f66d, 0xbfc0615c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06100) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c02b98, 8, 0xb66fd440, 0xb6f1f66d, 0xbfc062ac -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06250) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc06df4, 0xbfc06df4, 0xb69a472f, 0x9e9e270 -_ZN8QToolBar10paintEventEP11QPaintEvent(0x9c4ed58, 0xbfc06df4, 0x9f6bdd0, 0xb6828ff4, 44 -_ZThn8_NK7QWidget7devTypeEv(0x9c4ed60, 0, 0xb6c21ff4, 0xb65d1011, 0x9c54070) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c4ed60, 0xb76efff4, 0xb76efff4, 0xb6db4840, 0xbfc066e0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c4ed60, 0x9c4ed60, 144, 0xb76efff4, 0xbfc06830) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c4ed60, 0x9f816b0, 0x40854800, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c4ed60, 8, 0x9f3725c, 0xb6f05444, 0x9f3725c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb66fd440, 0xb6f1f66d, 0xbfc0664c) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9c4ed60, 0x9c4ed58, 0xbfc0669c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QToolBar10paintEventEP11QPaintEvent resumed> ) = 0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c4ed58, 8, 0xb66fd440, 0xb6f1f66d, 0xbfc063fc -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc063a0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc06f44, 0xbfc06f44, 0xb69a472f, 0x9fa0cf8 -_ZN8QToolBar10paintEventEP11QPaintEvent(0x9c33df0, 0xbfc06f44, 0x9f6bdd0, 0xb6828ff4, 44 -_ZThn8_NK7QWidget7devTypeEv(0x9c33df8, 1, 16, 0xb76efff4, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c33df8, 0, 140, 0xb76efff4, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c33df8, 0x9c33df8, 144, 0, -1) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c33df8, 0x9f816b0, 0x40804000, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c33df8, 8, 0x9fc1ca4, 0xb6f05444, 0x9fc1ca4 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb66fd440, 0xb6f1f66d, 0xbfc0679c) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9c33df8, 0x9c33df0, 0xbfc067ec, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QToolBar10paintEventEP11QPaintEvent resumed> ) = 0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c33df0, 8, 0xb66fd440, 0xb6f1f66d, 0xbfc0641c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc063c0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c33df0, 8, 0xb66fd440, 0xb6f1f66d, 0xbfc0654c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc064f0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07094, 0xbfc07094, 0xb69a472f, 0x9fa0cf8 -_ZN8QToolBar10paintEventEP11QPaintEvent(0x9c50830, 0xbfc07094, 0x9f6bdd0, 0xb6828ff4, 44 -_ZThn8_NK7QWidget7devTypeEv(0x9c50838, 1, 16, 0xb65d1011, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c50838, 0, 140, 0xb76efff4, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c50838, 0x9c50838, 144, 0, -1) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c50838, 0x9f816b0, 0x40870000, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c50838, 8, 0x9fc1ca4, 0xb6f05444, 0x9fc1ca4 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb66fd440, 0xb6f1f66d, 0xbfc068ec) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9c50838, 0x9c50830, 0xbfc0693c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QToolBar10paintEventEP11QPaintEvent resumed> ) = 0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c50830, 8, 0xb66fd440, 0xb6f1f66d, 0xbfc0654c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc064f0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0x9bad018, 0xb6d5eed4, 0xbfc07f88) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0x9bad018, 0xb6d5eed4, 0xbfc07f88) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0x9bad018, 0xb6d5eed4, 0xbfc07f88) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0x9bad018, 0xb6d5eed4, 0xbfc07f88) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0x9bad018, 0xb6d5eed4, 0xbfc07f88) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0x9bad018, 0xb6d5eed4, 0xbfc07f88) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0x9bad018, 0xb6d5eed4, 0xbfc07f88) = 0 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07624, 0xbfc07624, 0x9f6e2a0, 0x9f818d8 -_ZN8QToolBar10childEventEP11QChildEvent(0x9bffeb8, 0xbfc07624, 0x9fb5c30, 0xb6f1f66d, 0x9fb5c30) = 0x9bffeb8 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07624, 0xbfc07624, 0x9f6e2a0, 0x9f818d8 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c02b98, 0xbfc07624, 0x9fb5c30, 0xb6f1f66d, 0x9fb5c30) = 0x9c02b98 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07624, 0xbfc07624, 0x9f6e2a0, 0x9f818d8 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c33df0, 0xbfc07624, 0x9fb5c30, 0xb6f1f66d, 0x9fb5c30) = 0x9c33df0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc07624, 0xbfc07624, 0x9f6e2a0, 0x9f818d8 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c4ed58, 0xbfc07624, 0x9fb5c30, 0xb6f1f66d, 0x9fb5c30) = 0x9c4ed58 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07624, 0xbfc07624, 0x9f6e2a0, 0x9f818d8 -_ZN8QToolBar10childEventEP11QChildEvent(0x9c50830, 0xbfc07624, 0x9fb5c30, 0xb6f1f66d, 0x9fb5c30) = 0x9c50830 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN7QObject10childEventEP11QChildEvent(0x9bff378, 0xbfc07624, 1023, 0xb76efff4, 0xb6db8e4f) = 0xb76d7388 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0xb76efff4, 0xb6d5eed4, 0x9ec2b60) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0xb76efff4, 0xb6d5eed4, 0x9ec2b60) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0xbfc07b9c, 0, 0x9ec2b60) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0xbfc07b9c, 0, 0x9ec2b60) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0xbfc07b9c, 0, 0x9ec2b60) = 0 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07574, 0xbfc07574, 0x9bffed4, 0xbfc06edc) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07574, 0xbfc07574, 0x9bffed4, 0xbfc06edc) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07574, 0xbfc07574, 0x9bffed4, 447600 -_ZN7QWidget13keyPressEventEP9QKeyEvent(0x9bffeb8, 0xbfc07574, 287, 0xb725b1e3, 0x9c50830) = 0xbfc07574 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07574, 0xbfc07574, 0x9bffed4, 447600 -_ZN7QWidget13keyPressEventEP9QKeyEvent(0xbfc07f88, 0xbfc07574, 0xb6c21ff4, 0xb6adeaac, 0x9c50830) = 0xbfc07574 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0xbfc07b9c, 0, 0x9ec2b60) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0xbfc07b9c, 0, 0x9ec2b60) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0xbfc07b9c, 0, 0x9ec2b60) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0xbfc07b9c, 0, 0x9ec2b60) = 0 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07834, 0xbfc07834, 0xb6d76e2d, 0xbfc07574 -_ZN7QWidget22windowActivationChangeEb(0xbfc07f88, 1, 8184, 0xb66fd470, 0x9bbb318) = 1 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc07834, 0xbfc07834, 0xb65d3d3c, 0x9bf3970 -_ZN7QWidget22windowActivationChangeEb(0x9cf1bc0, 1, 0xbfc06c74, 0xb6db9152, 0x9c16d80) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf36f8, 0xbfc07834, 0x9bd5d88, 0x9fc1a54) = 0 -_ZN19QAbstractScrollArea13viewportEventEP6QEvent(0x9cf1bc0, 0xbfc07834, 33, 5, 0) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf36f8, 0xbfc07834, 0xbfc07834, 72, 0x9bf3970 -_ZN7QWidget22windowActivationChangeEb(0x9cf36f8, 1, 0xb6e11b85, 0xb6e11e7d, 0) = 1 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3aa0, 0xbfc07834, 0x9bd5d88, 0x9fc1a54) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3aa0, 0xbfc07834, 0xbfc07834, 72, 0x9bf3970 -_ZN7QWidget22windowActivationChangeEb(0x9cf3aa0, 1, 2, 0xb6e11e7d, 0) = 1 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3cb8, 0xbfc07834, 0x9bd5d88, 0x9fc1a54) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3cb8, 0xbfc07834, 0xbfc07834, 72, 0x9bf3970 -_ZN7QWidget22windowActivationChangeEb(0x9cf3cb8, 1, 2, 0xb6e11e7d, 0) = 1 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc07834, 0xbfc07834, 0xb66fcff4, 0xb66fd440 -_ZN7QWidget22windowActivationChangeEb(0x9bffeb8, 1, 0x9cf1bc0, 0xb69a472f, 0x9bff378) = 1 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc07834, 0xbfc07834, 0xb66fcff4, 0xb66fd440 -_ZN7QWidget22windowActivationChangeEb(0x9c02b98, 1, 0xbfc07834, 0xb69a472f, 0x9bff378) = 1 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc07834, 0xbfc07834, 0xb66fcff4, 0xb66fd440 -_ZN7QWidget22windowActivationChangeEb(0x9c4ed58, 1, 0xbfc07834, 0xb69a472f, 0x9bff378) = 1 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc07834, 0xbfc07834, 0xb66fcff4, 0xb66fd440 -_ZN7QWidget22windowActivationChangeEb(0x9c33df0, 1, 0xbfc07834, 0xb69a472f, 0x9bff378) = 1 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07834, 0xbfc07834, 0xb66fcff4, 0xb66fd440 -_ZN7QWidget22windowActivationChangeEb(0x9c50830, 1, 0xbfc07834, 0xb69a472f, 0x9bff378) = 1 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc0781c, 0xbfc0781c, 0xb6d76e2d, 0xbfc07574 -_ZN7QWidget11changeEventEP6QEvent(0xbfc07f88, 0xbfc0781c, 0xbfc07834, 0xb66fd470, 0x9bbb318) = 99 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN7QObject5eventEP6QEvent(0x9bf3970, 0xbfc077a0, 0xb66fd440, 0xb76efff4, 0xb76efff4) = 0 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0x9c7d730, 0x9c7d730, 0xb76efff4, 0x9f80f28 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 753, 767, 0xb614cff4, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 6, 7, 0xb69a713b, 128) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0xbfc07f90, 144, 0x9fc0d10, 0xbfc072bc) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0x9f816b0, 0, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f90, 8, 0x9fc1ca4, 0xb6f05444, 0x9fc1ca4) = 96 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0xbfc07f88, 0xbfc071ec, 0xb76efff4, 0xb76efff4) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07364, 0xbfc07364, 0xb6f52481, 0x9f9bff0 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 23, 0xb6d64189, 0xb6c21ff4, 0x9bad118) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 23, 0, 0xbfc07f88, 0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0xbfc07f90, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0x9f816b0, 0, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f90, 8, 0x9f3725c, 0xb6f05444, 0x9f3725c) = 96 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0xbfc07f88, 0xbfc06e2c, 0xb76efff4, 0xb76efff4) = 1 -_ZN7QWidget10paintEventEP11QPaintEvent(0xbfc07f88, 0xbfc07364, 64, 0xb6f38c8a, 0x9fc06c8) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 698, 712, 0xb66fd470, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 4, 7, 0xb69a713b, 128) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc8, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9f816b0, 0, 0, 0x404b8000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc8, 8, 0x9fbff2c, 0xb6f05444, 0x9fbff2c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06510) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc0, 0xbfc065bc, 0xb76efff4, 0xb76efff4) = 1 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc06734, 0xbfc06734, 0xb6828ff4, 144 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x1000000, 0x9cf1bc0, 0xbfc065cc, 91) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0xbfc060cc, 0x9fb6890, 0x9fb6890, 0xbfc06828) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc8, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9f816b0, 0, 0, 0x404b8000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc8, 8, 0x9f4f84c, 0xb6f05444, 0x9f4f84c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6f1f6f5, 0xb65d0549, 0xbfc0617c) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc0, 0xbfc061cc, 0xb76efff4, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0, 0, 0xb65d0549, 0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0xb6e119fa, 0xb76efff4, 0xb6e05020, 0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc8, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9f816b0, 0, 0, 0x404b8000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc8, 8, 0x9f52cdc, 0xb6f05444, 0x9f52cdc -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc0614c) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc0, 0xbfc0619c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 23, 0, 0xbfc07f88, 0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9ff02e9, 0x4000000, 0xb6e93008, 0x9c21200) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9cf3700, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9f816b0, 0x4069a000, 0, 0x405a4000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf3700, 8, 0x9f573d4, 0xb6f05444, 0x9f573d4 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 56, 0xb6828ff4, 0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9cf36f8, 0xbfc05dac, 0xb76efff4, 0xb76efff4) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf36f8, 0xbfc05f24, 0xb70f2525, 0x9bf3970) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf36f8, 0xbfc05f24, 0xbfc05f24, 0xb6828ff4, 144 -_ZN12QStyleOptionC1Eii(0xbfc05960, 1, 0, 0xb76efff4, 0xbfc05dac) = 0x9bfd3e8 -_ZN12QStyleOption4initEPK7QWidget(0xbfc05960, 0x9cf36f8, 0, 0xb76efff4, 1) = 0x9bf8a28 -_ZN8QPainterC1EP12QPaintDevice(0xbfc059f8, 0x9cf3700, 0, 0xb76efff4, 0xbfc05dac -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0xbfc05a00, 0xbfc05a08, 0xb70fd28c, 0xbfc05a3c) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9fc06c8, 0xb6f53660, 1024, 0x4000000) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9cf3700, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9f816b0, 0x4069a000, 0, 0x405a4000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf3700, 8, 0x9f62d8c, 0xb6f05444, 0x9f62d8c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 56, 0xb76efff4, 1) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9cf36f8, 0xbfc0580c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QPainterC1EP12QPaintDevice resumed> ) = 1 -_ZNK7QWidget5styleEv(0x9cf36f8, 0x9cf3700, 0, 0xb76efff4, 0xbfc05dac) = 0x9cf2438 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc059f8, 1, 1, 0xbfc059f8, 0x9cf36f8) = 3 -pthread_mutex_lock(0xbfc07fb0, 0xbfc05f24, 0xbfc05a38, 0xb6f52990, 0x9fc0528) = 0 -pthread_mutex_unlock(0xbfc07fb0, 0xb76efff4, 0xbfc058ec, 0, 1) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc059f8, 1, 0, 0xbfc059f8, 0x9cf36f8) = 3 -pthread_mutex_lock(0xbfc07fcc, 0xbfc05f24, 0xbfc05a38, 0xb6f52990, 0x9fc0528) = 0 -_Znwj(128, 0xbfc07fe4, 119, 0, 0) = 0x9fb67a0 -pthread_mutex_unlock(0xbfc07fcc, 0xbfc07fe4, 0xbfc058f8, 0x80dd6d9, 0x9cf78d8) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 0, 0x9cf36f8) = 0x9f674d0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 29) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 29) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 68) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 68) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 107) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 107) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 146) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 146) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 185) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 185) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 224) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 224) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 263) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 263) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 302) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 302) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 341) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 341) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 380) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 380) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 419) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 419) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 458) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 458) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 497) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 497) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 536) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 536) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 575) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 575) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 614) = 0 -_ZN8QPainter3endEv(0xbfc059f8, 0xbfc05a04, 0, 804, 614) = 1 -_ZdlPv(0x9fb67a0, 0x81b300c, 0xbfc058e8, 0xb6ecdb35, 0xb76efff4) = 0 -_ZN8QPainterD1Ev(0xbfc059f8, 0xbfc05a04, 0, 804, 614) = 0 -_ZN12QStyleOptionD1Ev(0xbfc05960, 0xbfc05a04, 0, 804, 614) = 0x9bf8a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3aa0, 0xbfc06074, 0xb6d643a2, 0x9bad018) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3aa0, 0xbfc06074, 0xbfc06074, 0xb6d627bc, 0x9cf36f8 -_ZN12QStyleOptionC1Eii(0xbfc05b50, 1, 0, 0, 91) = 0x9bfd3e8 -_ZN12QStyleOption4initEPK7QWidget(0xbfc05b50, 0x9cf3aa0, 0, 0xb76efff4, 1) = 0x9bf8a28 -_ZN8QPainterC1EP12QPaintDevice(0xbfc05b7c, 0x9cf3aa8, 0, 0, 91 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0xff028f, 0x4000000, 0xb714e9ec, 0x4000000) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0xb76efff4, 0xbfc05980, 0xb70a62b0, 0xbfc05980) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9cf3aa8, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9f816b0, 0x4069a000, 0, 0x404b8000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf3aa8, 8, 0x9f6cbb4, 0xb6f05444, 0x9f6cbb4 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 56, 0xb76efff4, 1) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9cf3aa0, 0xbfc05a0c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QPainterC1EP12QPaintDevice resumed> ) = 1 -_ZNK7QWidget5styleEv(0x9cf3aa0, 0x9cf3aa8, 0, 0, 91) = 0x9cf2438 -ceil(0x9999999a, 0x40099999, 0x9cf2850, 0xb76efff4, 0x9fc0490) = 0x9cf1bc0 -log10f(0x3456bf95, 0x40099999, 0x9cf2850, 0xb76efff4, 0x9fc0490) = 0x9cf0022 -floorf(0xc0d65df6, 0x40099999, 0x9cf2850, 0xb76efff4, 0x9fc0490) = 0x9cf0022 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ab8, 0xbfc0590c, 0xb6f3990c, 0x9fc0528) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0xb6f3990c, 0x9fc0528) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0, 0xb6f3990c, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0, 0xb6f3990c, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0, 0xb6f3990c, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0, 0xb6f3990c, 0) = 0 -_ZN8QPainter12boundingRectERK5QRectiRK7QString(0xbfc059b8, 0xbfc05b7c, 0xbfc05900, 33, 0xbfc05ab8) = 0xbfc059b8 -_ZN7QString4freeEPNS_4DataE(0x9fb6850, 0, 0x7ffffffe, 0x7ffffffe, 0x9bff378) = 0x9f80b50 -_ZN7QString16fromAscii_helperEPKci(0x81570b8, -1, 0x7ffffffe, 0x7ffffffe, 0x9bff378) = 0x9e6fef0 -_ZN8QPainter12boundingRectERK5QRectiRK7QString(0xbfc059c8, 0xbfc05b7c, 0xbfc05900, 33, 0xbfc05ac0) = 0xbfc059c8 -_ZN7QString4freeEPNS_4DataE(0x9e6fef0, 0, 0x7ffffffe, 0x7ffffffe, 0x9bff378) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05b7c, 0x81b2f60, 0, 0, 0x7fffffff) = 0x9fc1c98 -log10f(0x332bcc77, 0x81b2f60, 0, 0, 0x7fffffff) = 0x9fc0020 -floorf(0xc0ecbbed, 0x81b2f60, 0, 0, 0x7fffffff) = 0x9fc0020 -floor(0, 0, 0, 0, 0x7fffffff) = 0x9cf1bc0 -floor(0, 0x3ff00000, 0, 0, 0x7fffffff) = 0x9cf1bc0 -round(0, 0x3ff00000, 0, 0, 0x7fffffff) = 0x3ff00000 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ac8, 0xbfc0590c, 65535, 0) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 65535, 0) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x40768000, 65535, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x40768000, 65535, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x40768000, 65535, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x40768000, 65535, 0) = 0 -_ZN8QPainter12boundingRectERK5QRectiRK7QString(0xbfc059d8, 0xbfc05b7c, 0xbfc05900, 33, 0xbfc05ac8) = 0xbfc059d8 -_ZN7QString4freeEPNS_4DataE(0x9fb6930, 0, 0x7ffffffe, 0x7ffffffe, 0xb76efff4) = 0x9fb6848 -floor(0, 0, 0x7ffffffe, 0x7ffffffe, 0xb76efff4) = 0 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x813764e, 0xbfc059d8) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x813764e, 0xbfc059d8) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0, 0x813764e, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0, 0x813764e, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0, 0x813764e, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0, 0x813764e, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 662, 244, 400, 470) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f81390, 10, -1, 24, 0xb76efff4) = 0x9fb6928 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 1) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 1) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x40790000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x40790000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x40790000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x40790000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9f9e488, 32, 32, 223) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f837b0, 10, 79, 24, 0) = 0x9f81388 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 1) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, -1) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x40890000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x40890000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x40890000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x40890000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0258, 32, 32, 311) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f80b58, 10, 159, 24, 0) = 0x9f837a8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 1) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 1) = 3 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x4092c000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x4092c000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x4092c000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x4092c000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0258, 32, 32, 391) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9fb6900, 10, 238, 24, 1) = 0x9f80b50 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, -1) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x40990000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x40990000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x40990000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x40990000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 473) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f37250, 10, 319, 24, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 1) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, -1) = 5 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x409f4000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x409f4000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x409f4000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x409f4000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 554) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9fbff20, 10, 399, 24, -1) = 0x9f37248 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 1) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 1) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, -1) = 6 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x40a2c000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x40a2c000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x40a2c000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x40a2c000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 634) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f4f840, 10, 478, 24, -1) = 0x9fbff18 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, -1) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x40a5e000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x40a5e000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x40a5e000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x40a5e000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 713) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f52cd0, 10, 559, 24, 0) = 0x9f4f838 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x40a90000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x40a90000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x40a90000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x40a90000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 794) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f573c8, 10, 639, 24, 0) = 0x9f52cc8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 1, 0x40ac2000, 0x81375a1, 1) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x40ac2000, 0x81375a1, 1) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x40ac2000, 0x81375a1, 1) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x40ac2000, 0x81375a1, 1) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 874) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f674d0, 10, 719, 24, 0) = 0x9f573c0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 1) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, -1) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40240000, 0, 0x40490000, 0) = 10 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x40af4000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x40af4000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x40af4000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x40af4000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 954) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f62d80, 10, 799, 24, 0) = 0x9f674c8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40240000, 0, 0x40490000, 0) = 10 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05b7c, 1, 1, 0xbfc05b7c, 0x9cf3aa0) = 3 -_ZN4QPenC1EN2Qt8PenStyleE(0xbfc05b14, 0, 0, 0xb76efff4, 0x9fc0490) = 0x9f81b00 -_ZN8QPainter6setPenERK4QPen(0xbfc05b7c, 0xbfc05b14, 0, 0xb76efff4, 0x9fc0490) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b14, 0xbfc05b14, 0, 0xb76efff4, 0x9fc0490) = 0x9f81b00 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b18, 0x81b2f60, 1, 0xb76efff4, 0x9fc0490) = 0x9fb6858 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05b7c, 0xbfc05b18, 1, 0xb76efff4, 0x9fc0490) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b18, 0xbfc05b18, 1, 0xb76efff4, 0x9fc0490) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05b7c, 0xbfc05ad8, 3, 0, 0x40460000) = 0 -_ZN8QPainter3endEv(0xbfc05b7c, 0xbfc05b7c, 1, 0xbfc05b7c, 0x9cf3aa0) = 1 -_ZN8QPainterD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 0xbfc05b7c, 0x9cf3aa0) = 0 -_ZN12QStyleOptionD1Ev(0xbfc05b50, 0xbfc05b7c, 1, 0xbfc05b7c, 0x9cf3aa0) = 0x9bf8a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3cb8, 0xbfc061c4, 0xb6d643a2, 0x9bad018) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3cb8, 0xbfc061c4, 0xbfc061c4, 0xb69a472f, 0xbfc05e5c -_ZN12QStyleOptionC1Eii(0xbfc05c60, 1, 0, 0xb6d627bc, 0x405a4000) = 0x9bfd3e8 -_ZN12QStyleOption4initEPK7QWidget(0xbfc05c60, 0x9cf3cb8, 0x3ff00000, 0xb76efff4, 1) = 0x9bf8a28 -_ZN8QPainterC1EP12QPaintDevice(0xbfc05ca0, 0x9cf3cc0, 0, 0xb6d627bc, 0x405a4000 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0, 0x9f836c8, 0xb6fc98c0, 0xbfc05b7c) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0xbfc05b18, 0xb66fd440, 0xb6e93008, 104) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9cf3cc0, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f816b0, 0, 0, 0x405a4000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf3cc0, 8, 0x9f6cbb4, 0xb6f05444, 0x9f6cbb4 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 56, 0xb76efff4, 1) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9cf3cb8, 0xbfc05b1c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QPainterC1EP12QPaintDevice resumed> ) = 1 -_ZNK7QWidget5styleEv(0x9cf3cb8, 0x9cf3cc0, 0, 0xb6d627bc, 0x405a4000) = 0x9cf2438 -pthread_mutex_lock(0xbfc07fcc, 56, 0xbfc05c80, 0xb6d627bc, 0xb76efff4) = 0 -_Znwj(128, 0xbfc07fe4, 119, 0, 0) = 0x9fb67a0 -pthread_mutex_unlock(0xbfc07fcc, 0xbfc07fe4, 0xbfc05c08, 0x80dd6d9, 0x9cf78d8) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 10, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 10, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 10, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 10, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 10, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 10, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 10, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0x9cf2438, 0xb70d7b5d, 0x9cf1bc0) = 0x9e6dfa8 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 0x9cf1bc0) = 0x9f81c70 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9f81c70, 0x402e8000, 0, 15, 0x9cf1bc0) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e6dfa8, 0x402e8000, 0, 15, 0x9cf1bc0) = 0x9f81c68 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 10, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 10, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 10, 205) = 0x9fc1c98 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf7104, 1, 10, 205) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 10, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 10, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 236 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 10, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 10, 205) = 0x9f6cba8 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7100, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0, 0, 0xb76efff4, 0x9f3a5c8) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7100, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7100, 0) = 0x9f62d80 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7100, 0) = 0x9fb6950 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7100, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7100, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7100, 0x9cf7100) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7100, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7100, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7100, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7100, 0x9cf7100) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7100, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7100, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7100, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7100, 0x9cf7100) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7100, 0) = 0x9fb6950 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7100, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7100, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7100, 0x9cf7100) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7100, 0) = 0x9fb6870 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc1c98 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 17) = 0x9c41540 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 17) = 0x9c4c460 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 17) = 0x9c41540 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 17) = 0x9fb69e8 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f62d80 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb6a58 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 15) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 5) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 5) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 5) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 5) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 15) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 15) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 15) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x40240000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x40240000) = 0x9fc1c98 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x40240000) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x40240000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x40240000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x40240000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x40240000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x40240000) = 0x9f62d80 -_ZN7QString6numberEii(0xbfc05c18, 0, 10, 0, 0x40240000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9e340, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e6dbb8, 0xbfc05bec, 0, 0xbfc05968, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9fc1c98 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 29) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 49, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 49, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 49, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 49, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 49, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 49, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 49, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0086, 65696) = 0x9e6dbb8 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9e6dab0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9e6dab0, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e6dbb8, 0x402e8000, 0, 15, 65696) = 0x9e6daa8 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 49, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 49, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 49, 205) = 0x9f62d80 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf71cc, 1, 49, 205) = 0x9fb69e8 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 49, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 49, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 49, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 49, 205) = 0x9fc1c98 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf71c8, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9e340, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf71c8, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf71c8, 0) = 0x9f674d0 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf71c8, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf71c8, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf71c8, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf71c8, 0x9cf71c8) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf71c8, 0) = 0x9fb6950 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf71c8, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf71c8, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf71c8, 0x9cf71c8) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf71c8, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf71c8, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf71c8, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf71c8, 0x9cf71c8) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf71c8, 0) = 0x9fb6950 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf71c8, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf71c8, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf71c8, 0x9cf71c8) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf71c8, 0) = 0x9fb6870 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f62d80 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb69e8 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 56) = 0x9c12c50 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 56) = 0x9c4c520 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 56) = 0x9c12c50 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 56) = 0x9fb68e0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f674d0 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb6a58 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 54) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 44) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 44) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 44) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 44) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 54) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 54) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 54) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x40488000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x40488000) = 0x9f62d80 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x40488000) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x40488000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x40488000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x40488000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x40488000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x40488000) = 0x9f674d0 -_ZN7QString6numberEii(0xbfc05c18, 1, 10, 0, 0x40488000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f160, 32, 32, 78) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e6d818, 0xbfc05bec, 0, 0xbfc05968, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f62d80 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 68) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 88, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 88, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 88, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 88, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 88, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 88, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 88, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff00ad, 65696) = 0x9e6d818 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9e6cdb0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9e6cdb0, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e6d818, 0x402e8000, 0, 15, 65696) = 0x9e6cda8 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 88, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 88, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 88, 205) = 0x9f674d0 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf7294, 1, 88, 205) = 0x9fb69e8 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 88, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 88, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 88, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 88, 205) = 0x9f62d80 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7290, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f160, 32, 32, 181) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7290, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7290, 0) = 0x9f573c8 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7290, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7290, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7290, 0x9cf7290) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7290, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7290, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7290, 0x9cf7290) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7290, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7290, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7290, 0x9cf7290) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7290, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7290, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7290, 0x9cf7290) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7290, 0) = 0x9fb6870 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f674d0 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb69e8 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 95) = 0x9c422f8 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 95) = 0x9c32a48 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 95) = 0x9c422f8 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 95) = 0x9fb6950 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f573c8 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb6a58 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 93) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 83) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 83) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 83) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 83) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 93) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 93) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 93) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x40560000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x40560000) = 0x9f674d0 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x40560000) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x40560000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x40560000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x40560000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x40560000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x40560000) = 0x9f573c8 -_ZN7QString6numberEii(0xbfc05c18, 2, 10, 0, 0x40560000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f288, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e6b998, 0xbfc05bec, 0, 0xbfc05968, 165) = 0x9f81c68 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f674d0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 107) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 127, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 127, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 127, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 127, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 127, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 127, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 127, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff00d4, 65696) = 0x9e6b998 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9f81c70 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9f81c70, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e6b998, 0x402e8000, 0, 15, 65696) = 0x9f81c68 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 127, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 127, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 127, 205) = 0x9f573c8 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf739c, 1, 127, 205) = 0x9fb69e8 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 127, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 127, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 127, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 127, 205) = 0x9f674d0 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7398, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f288, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7398, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7398, 0) = 0x9f52cd0 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7398, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7398, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7398, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7398, 0x9cf7398) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7398, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7398, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7398, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7398, 0x9cf7398) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7398, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7398, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7398, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7398, 0x9cf7398) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7398, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7398, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7398, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7398, 0x9cf7398) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7398, 0) = 0x9fb6870 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f573c8 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb69e8 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 134) = 0x9c42a08 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 134) = 0x9c053c8 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 134) = 0x9c42a08 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 134) = 0x9fb6950 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f52cd0 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb6a58 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 132) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 122) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 122) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 122) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 122) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 132) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 132) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 132) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x405fc000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x405fc000) = 0x9f573c8 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x405fc000) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x405fc000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x405fc000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x405fc000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x405fc000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x405fc000) = 0x9f52cd0 -_ZN7QString6numberEii(0xbfc05c18, 3, 10, 0, 0x405fc000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f3d0, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e6b7b8, 0xbfc05bec, 0, 0xbfc05968, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f573c8 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 146) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 166, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 166, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 166, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 166, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 166, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 166, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 166, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff00fb, 65696) = 0x9e6b7b8 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9e6b208 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9e6b208, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e6b7b8, 0x402e8000, 0, 15, 65696) = 0x9e6b200 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 166, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 166, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 166, 205) = 0x9f52cd0 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf7474, 1, 166, 205) = 0x9fb69e8 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 166, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 166, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 166, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 166, 205) = 0x9f573c8 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7470, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f3d0, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7470, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7470, 0) = 0x9fbff20 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7470, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7470, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7470, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7470, 0x9cf7470) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7470, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7470, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7470, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7470, 0x9cf7470) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7470, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7470, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7470, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7470, 0x9cf7470) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7470, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7470, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7470, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7470, 0x9cf7470) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7470, 0) = 0x9fb6870 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f52cd0 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb69c0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 173) = 0x9c34218 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 173) = 0x9c35530 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 173) = 0x9c34218 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 173) = 0x9fb6950 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fbff20 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb6a30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 171) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 161) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 161) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 161) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 161) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 171) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 171) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 171) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x4064c000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x4064c000) = 0x9f52cd0 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x4064c000) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x4064c000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x4064c000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x4064c000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x4064c000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x4064c000) = 0x9fbff20 -_ZN7QString6numberEii(0xbfc05c18, 4, 10, 0, 0x4064c000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9ffc8, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e698f0, 0xbfc05bec, 0, 0xbfc05968, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f52cd0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 185) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 205, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 205, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 205, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 205, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 205, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 205, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 205, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0122, 65696) = 0x9e698f0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9e69680 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9e69680, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e698f0, 0x402e8000, 0, 15, 65696) = 0x9e69678 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 205, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 205, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 205, 205) = 0x9fbff20 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf7564, 1, 205, 205) = 0x9fb69c0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 205, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 205, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 205, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 205, 205) = 0x9f52cd0 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7560, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9ffc8, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7560, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7560, 0) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7560, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7560, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7560, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7560, 0x9cf7560) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7560, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7560, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7560, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7560, 0x9cf7560) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7560, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7560, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7560, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7560, 0x9cf7560) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7560, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7560, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7560, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7560, 0x9cf7560) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7560, 0) = 0x9fb6870 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fbff20 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb69c0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 212) = 0x9bb04d0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 212) = 0x9c05d68 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 212) = 0x9bb04d0 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 212) = 0x9fb6950 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f37250 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb6a30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 210) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 200) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 200) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 200) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 200) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 210) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 210) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 210) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x4069a000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x4069a000) = 0x9fbff20 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x4069a000) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x4069a000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x4069a000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x4069a000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x4069a000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x4069a000) = 0x9f37250 -_ZN7QString6numberEii(0xbfc05c18, 5, 10, 0, 0x4069a000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f518, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e692c8, 0xbfc05bec, 0, 0xbfc05968, 165) = 0x9f81398 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9fbff20 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 224) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 244, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 244, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 244, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 244, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 244, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 244, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 244, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0149, 65696) = 0x9e692c8 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9f813a0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9f813a0, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e692c8, 0x402e8000, 0, 15, 65696) = 0x9f81398 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 244, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 244, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 244, 205) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf7654, 1, 244, 205) = 0x9fb69c0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 244, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 244, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 244, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 244, 205) = 0x9fbff20 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7650, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f518, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7650, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7650, 0) = 0x9f6cba8 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7650, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7650, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7650, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7650, 0x9cf7650) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7650, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7650, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7650, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7650, 0x9cf7650) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7650, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7650, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7650, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7650, 0x9cf7650) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7650, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7650, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7650, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7650, 0x9cf7650) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7650, 0) = 0x9fb6870 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f37250 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb69c0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 251) = 0x9c16918 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 251) = 0x9c13640 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 251) = 0x9c16918 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 251) = 0x9fb6950 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f6cba8 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb6a30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 249) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 239) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 239) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 239) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 239) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 249) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 249) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 249) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x406e8000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x406e8000) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x406e8000) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x406e8000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x406e8000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x406e8000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x406e8000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x406e8000) = 0x9f6cba8 -_ZN7QString6numberEii(0xbfc05c18, 6, 10, 0, 0x406e8000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f660, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e691c0, 0xbfc05bec, 0, 0xbfc05968, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f37250 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 263) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 283, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 283, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 283, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 283, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 283, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 283, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 283, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0170, 65696) = 0x9e691c0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9e68f28 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9e68f28, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e691c0, 0x402e8000, 0, 15, 65696) = 0x9e68f20 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 283, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 283, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 283, 205) = 0x9f6cba8 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf7744, 1, 283, 205) = 0x9fb69c0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 283, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 283, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 283, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 283, 205) = 0x9f37250 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7740, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f660, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7740, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7740, 0) = 0x9f62d80 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7740, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7740, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7740, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7740, 0x9cf7740) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7740, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7740, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7740, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7740, 0x9cf7740) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7740, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7740, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7740, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7740, 0x9cf7740) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7740, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7740, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7740, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7740, 0x9cf7740) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7740, 0) = 0x9fb6870 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f6cba8 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb69c0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 290) = 0x9c16b48 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 290) = 0x9bffb48 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 290) = 0x9c16b48 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 290) = 0x9fb6950 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f62d80 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb6a30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 288) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 278) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 278) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 278) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 278) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 288) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 288) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 288) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x4071b000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x4071b000) = 0x9f6cba8 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x4071b000) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x4071b000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x4071b000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x4071b000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x4071b000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x4071b000) = 0x9f62d80 -_ZN7QString6numberEii(0xbfc05c18, 7, 10, 0, 0x4071b000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f7a8, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e68d28, 0xbfc05bec, 0, 0xbfc05968, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f6cba8 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 302) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 322, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 322, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 322, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 322, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 322, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 322, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 322, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0197, 65696) = 0x9e68d28 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9e66ea0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9e66ea0, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e68d28, 0x402e8000, 0, 15, 65696) = 0x9e66e98 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 322, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 322, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 322, 205) = 0x9f62d80 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf7834, 1, 322, 205) = 0x9fb69c0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 322, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 322, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 322, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 322, 205) = 0x9f6cba8 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7830, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f7a8, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7830, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7830, 0) = 0x9f674d0 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7830, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7830, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7830, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7830, 0x9cf7830) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7830, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7830, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7830, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7830, 0x9cf7830) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7830, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7830, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7830, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7830, 0x9cf7830) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7830, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7830, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7830, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7830, 0x9cf7830) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7830, 0) = 0x9fb6870 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f62d80 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb69c0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 329) = 0x9bff800 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 329) = 0x9c000e8 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 329) = 0x9bff800 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 329) = 0x9fb6950 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f674d0 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb6a30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 327) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 317) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 317) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 317) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 317) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 327) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 327) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 327) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x40742000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x40742000) = 0x9f62d80 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x40742000) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x40742000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x40742000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x40742000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x40742000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x40742000) = 0x9f674d0 -_ZN7QString6numberEii(0xbfc05c18, 8, 10, 0, 0x40742000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9fa0440, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e66c90, 0xbfc05bec, 0, 0xbfc05968, 165) = 0x9f81c68 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f62d80 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 341) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 361, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 361, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 361, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 361, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 361, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 361, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 361, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff01be, 65696) = 0x9e66c90 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9f81c70 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9f81c70, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e66c90, 0x402e8000, 0, 15, 65696) = 0x9f81c68 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 361, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 361, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 361, 205) = 0x9f674d0 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf797c, 1, 361, 205) = 0x9fb69c0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 361, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 361, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 361, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 361, 205) = 0x9f62d80 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7978, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9fa0440, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7978, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7978, 0) = 0x9f573c8 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7978, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7978, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7978, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7978, 0x9cf7978) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7978, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7978, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7978, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7978, 0x9cf7978) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7978, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7978, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7978, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7978, 0x9cf7978) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7978, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7978, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7978, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7978, 0x9cf7978) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7978, 0) = 0x9fb6870 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f674d0 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb69c0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 368) = 0x9bffd68 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 368) = 0x9bfe690 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 368) = 0x9bffd68 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 368) = 0x9fb6950 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f573c8 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb6a30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 366) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 356) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 356) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 356) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 356) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 366) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 366) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 366) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x40769000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x40769000) = 0x9f674d0 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x40769000) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x40769000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x40769000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x40769000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x40769000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x40769000) = 0x9f573c8 -_ZN7QString6numberEii(0xbfc05c18, 9, 10, 0, 0x40769000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f8f0, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e66740, 0xbfc05bec, 0, 0xbfc05968, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f674d0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 380) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 400, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 400, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 400, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 400, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 400, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 400, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 400, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff01e5, 65696) = 0x9e66740 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9e64860 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9e64860, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e66740, 0x402e8000, 0, 15, 65696) = 0x9e64858 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 400, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 400, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 400, 205) = 0x9f573c8 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf7a6c, 1, 400, 205) = 0x9fb69c0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 400, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 400, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 400, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 400, 205) = 0x9f674d0 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7a68, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f8f0, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7a68, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7a68, 0) = 0x9f52cd0 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7a68, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7a68, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7a68, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7a68, 0x9cf7a68) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7a68, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7a68, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7a68, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7a68, 0x9cf7a68) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7a68, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7a68, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7a68, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7a68, 0x9cf7a68) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7a68, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7a68, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7a68, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7a68, 0x9cf7a68) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7a68, 0) = 0x9fb6870 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f573c8 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb69c0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 407) = 0x9f6b860 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 407) = 0x9f6c618 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 407) = 0x9f6b860 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 407) = 0x9fb6950 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f52cd0 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb6a30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 405) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 395) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 395) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 395) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 395) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 405) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 405) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 405) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x40790000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x40790000) = 0x9f573c8 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x40790000) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x40790000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x40790000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x40790000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x40790000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x40790000) = 0x9f52cd0 -_ZN7QString6numberEii(0xbfc05c18, 10, 10, 0, 0x40790000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9fa0960, 36, 32, 85) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e645c8, 0xbfc05bec, 0, 0xbfc05968, 165) = 0x9f81c68 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f573c8 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 419) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 439, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 439, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 439, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 439, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 439, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 439, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 439, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff020c, 65696) = 0x9e645c8 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9f81c70 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9f81c70, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e645c8, 0x402e8000, 0, 15, 65696) = 0x9f81c68 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 439, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 439, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 439, 205) = 0x9f52cd0 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf7b5c, 1, 439, 205) = 0x9fb69c0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 439, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 439, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 439, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 439, 205) = 0x9f573c8 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7b58, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9e340, 36, 32, 184) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7b58, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7b58, 0) = 0x9fbff20 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7b58, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7b58, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7b58, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7b58, 0x9cf7b58) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7b58, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7b58, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7b58, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7b58, 0x9cf7b58) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7b58, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7b58, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7b58, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7b58, 0x9cf7b58) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7b58, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7b58, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7b58, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7b58, 0x9cf7b58) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7b58, 0) = 0x9fb6870 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f52cd0 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb69c0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 446) = 0x9f6a290 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 446) = 0x9f66f40 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 446) = 0x9f6a290 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 446) = 0x9fb6950 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fbff20 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb6a30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 444) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 434) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 434) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 434) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 434) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 444) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 444) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 444) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x407b7000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x407b7000) = 0x9f52cd0 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x407b7000) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x407b7000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x407b7000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x407b7000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x407b7000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x407b7000) = 0x9fbff20 -_ZN7QString6numberEii(0xbfc05c18, 11, 10, 0, 0x407b7000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9fa38, 36, 32, 85) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e643c8, 0xbfc05bec, 0, 0xbfc05968, 165) = 0x9f837b8 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f52cd0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 458) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 478, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 478, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 478, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 478, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 478, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 478, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 478, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0233, 65696) = 0x9e643c8 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9f837c0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9f837c0, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9e643c8, 0x402e8000, 0, 15, 65696) = 0x9f837b8 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 478, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 478, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 478, 205) = 0x9fbff20 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9d10294, 1, 478, 205) = 0x9fb69c0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 478, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 478, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 478, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 478, 205) = 0x9f52cd0 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9d10290, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f160, 32, 32, 185) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9d10290, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9d10290, 0) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9d10290, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9d10290, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9d10290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9d10290, 0x9d10290) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9d10290, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9d10290, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9d10290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9d10290, 0x9d10290) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9d10290, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9d10290, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9d10290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9d10290, 0x9d10290) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9d10290, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9d10290, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9d10290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9d10290, 0x9d10290) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9d10290, 0) = 0x9fb6870 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fbff20 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb69c0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 485) = 0x9f64790 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 485) = 0x9f627f0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 485) = 0x9f64790 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 485) = 0x9fb6950 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f37250 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb6a30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 483) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 473) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 473) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 473) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 473) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 483) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 483) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 483) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x407de000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x407de000) = 0x9fbff20 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x407de000) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x407de000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x407de000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x407de000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x407de000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x407de000) = 0x9f37250 -_ZN7QString6numberEii(0xbfc05c18, 12, 10, 0, 0x407de000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9fbb0, 32, 32, 85) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9dc5110, 0xbfc05bec, 0, 0xbfc05968, 165) = 0x9f81398 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9fbff20 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 497) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 517, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 517, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 517, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 517, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 517, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 517, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 517, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff025a, 65696) = 0x9dc5110 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9f813a0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9f813a0, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9dc5110, 0x402e8000, 0, 15, 65696) = 0x9f81398 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 517, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 517, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 517, 205) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9d1032c, 1, 517, 205) = 0x9fb69c0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 517, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 517, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 517, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 517, 205) = 0x9fbff20 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9d10328, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f288, 36, 32, 184) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9d10328, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9d10328, 0) = 0x9fc1c98 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9d10328, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9d10328, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9d10328, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9d10328, 0x9d10328) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9d10328, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9d10328, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9d10328, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9d10328, 0x9d10328) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9d10328, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9d10328, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9d10328, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9d10328, 0x9d10328) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9d10328, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9d10328, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9d10328, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9d10328, 0x9d10328) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9d10328, 0) = 0x9fb6870 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f37250 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb69c0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 524) = 0x9f5fcc0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 524) = 0x9f5d318 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 524) = 0x9f5fcc0 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 524) = 0x9fb6950 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc1c98 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb6a30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 522) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 512) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 512) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 512) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 512) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 522) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 522) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 522) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x40802800) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x40802800) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x40802800) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x40802800) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x40802800) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x40802800) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x40802800) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x40802800) = 0x9fc1c98 -_ZN7QString6numberEii(0xbfc05c18, 13, 10, 0, 0x40802800) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9fa16a8, 36, 32, 85) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9d1c768, 0xbfc05bec, 0, 0xbfc05968, 165) = 0x9f837b8 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f37250 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 536) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 556, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 556, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 556, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 556, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 556, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 556, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 556, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0281, 65696) = 0x9d1c768 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9f837c0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9f837c0, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9d1c768, 0x402e8000, 0, 15, 65696) = 0x9f837b8 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 556, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 556, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 556, 205) = 0x9fc1c98 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9d103c4, 1, 556, 205) = 0x9fb69c0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 556, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 556, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 556, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 556, 205) = 0x9f37250 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9d103c0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f3d0, 36, 32, 184) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9d103c0, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9d103c0, 0) = 0x9f62d80 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9d103c0, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9d103c0, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9d103c0, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9d103c0, 0x9d103c0) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9d103c0, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9d103c0, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9d103c0, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9d103c0, 0x9d103c0) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9d103c0, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9d103c0, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9d103c0, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9d103c0, 0x9d103c0) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9d103c0, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9d103c0, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9d103c0, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9d103c0, 0x9d103c0) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9d103c0, 0) = 0x9fb6870 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc1c98 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb69c0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 563) = 0x9f5b980 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 563) = 0x9f57788 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 563) = 0x9f5b980 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 563) = 0x9fb6950 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f62d80 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb6a30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 561) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 551) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 551) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 551) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 551) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 561) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 561) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 561) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x40816000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x40816000) = 0x9fc1c98 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x40816000) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x40816000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x40816000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x40816000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x40816000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x40816000) = 0x9f62d80 -_ZN7QString6numberEii(0xbfc05c18, 14, 10, 0, 0x40816000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9fa1820, 36, 32, 85) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9d1bf48, 0xbfc05bec, 0, 0xbfc05968, 165) = 0x9f81c68 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9fc1c98 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 575) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 595, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 595, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 595, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 595, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 595, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 595, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 595, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff02a8, 65696) = 0x9d1bf48 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9f81c70 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9f81c70, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9d1bf48, 0x402e8000, 0, 15, 65696) = 0x9f81c68 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 595, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 595, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 595, 205) = 0x9f62d80 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9d1045c, 1, 595, 205) = 0x9fb69c0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 595, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 595, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 595, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 595, 205) = 0x9fc1c98 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9d10458, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9ffc8, 36, 32, 184) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9d10458, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9d10458, 0) = 0x9f573c8 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9d10458, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9d10458, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9d10458, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9d10458, 0x9d10458) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9d10458, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9d10458, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9d10458, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9d10458, 0x9d10458) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9d10458, 0) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9d10458, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9d10458, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9d10458, 0x9d10458) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9d10458, 0) = 0x9fb68e0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9d10458, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9d10458, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9d10458, 0x9d10458) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9d10458, 0) = 0x9fb6870 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f62d80 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb69c0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 602) = 0x9f53090 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 602) = 0x9f4f2b0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 602) = 0x9f53090 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 602) = 0x9fb6950 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f573c8 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb6a30 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 600) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 590) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 590) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 590) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 590) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 600) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 600) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 600) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x40829800) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x40829800) = 0x9f62d80 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x40829800) = 0x9fb6870 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x40829800) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x40829800) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x40829800) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x40829800) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x40829800) = 0x9f573c8 -_ZN7QString6numberEii(0xbfc05c18, 15, 10, 0, 0x40829800) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9fa1998, 36, 32, 85) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9d1ac58, 0xbfc05bec, 0, 0xbfc05968, 165) = 0x9f837b8 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f62d80 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 614) = 0 -_ZN8QPainter3endEv(0xbfc05ca0, 0xbfc05cac, 0, 205, 614) = 1 -_ZdlPv(0x9fb67a0, 0xb76efff4, 0x9f836c8, 0xb6ecda8d, 0xb76efff4) = 0 -_ZN8QPainterD1Ev(0xbfc05ca0, 0xbfc05cac, 0, 205, 614) = 0 -_ZN12QStyleOptionD1Ev(0xbfc05c60, 0xbfc05cac, 0, 205, 614) = 0x9bf8a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc06b54, 0xbfc06b54, 39, 0x9bad018 -_ZN8QToolBar10paintEventEP11QPaintEvent(0x9bffeb8, 0xbfc06b54, 0x9cf1d90, 1023, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9bffec0, 0, 0xb6c21ff4, 0xb6a0d102, 0x9fb67a0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9bffec0, 0xbfc06340, 0xbfc06550, 0xb6f28b1f, 0x9c004ec) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9bffec0, 0x9bffec0, 144, 0xb76efff4, 0x9c004e8) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9bffec0, 0x9f816b0, 0, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffec0, 8, 0x9f4f84c, 0xb6f05444, 0x9f4f84c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9bffec0, 0x9bffeb8, 0xbfc063fc, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QToolBar10paintEventEP11QPaintEvent resumed> ) = 0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06120) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc05990) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc05d30) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc063c0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc05c30) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc05fd0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06100) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc06ca4, 0xbfc06ca4, 0xb69a472f, 0x9fc1a50 -_ZN8QToolBar10paintEventEP11QPaintEvent(0x9c02b98, 0xbfc06ca4, 0x9f6bdd0, 0xb6828ff4, 44 -_ZThn8_NK7QWidget7devTypeEv(0x9c02ba0, 0, 0xb6c21ff4, 0xb65d1011, 0x9f83260) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c02ba0, 0, 0xb66fd440, 0, 1) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c02ba0, 0x9c02ba0, 144, 0xb76efff4, 0xbfc066e0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c02ba0, 0x9f816b0, 0x4072c000, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c02ba0, 8, 0x9f62d8c, 0xb6f05444, 0x9f62d8c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9c02ba0, 0x9c02b98, 0xbfc0654c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QToolBar10paintEventEP11QPaintEvent resumed> ) = 0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c02b98, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc05e60) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c02b98, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc05fb0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c02b98, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06100) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c02b98, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06250) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc06df4, 0xbfc06df4, 0xb69a472f, 0x9fc0298 -_ZN8QToolBar10paintEventEP11QPaintEvent(0x9c4ed58, 0xbfc06df4, 0x9f6bdd0, 0xb6828ff4, 44 -_ZThn8_NK7QWidget7devTypeEv(0x9c4ed60, 0, 0xb6c21ff4, 0xb65d1011, 0x9f83438) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c4ed60, 0xb76efff4, 0xb76efff4, 0xb6db4840, 0xbfc066e0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c4ed60, 0x9c4ed60, 144, 0xb76efff4, 0xbfc06830) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c4ed60, 0x9f816b0, 0x40854800, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c4ed60, 8, 0x9fbff2c, 0xb6f05444, 0x9fbff2c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9c4ed60, 0x9c4ed58, 0xbfc0669c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QToolBar10paintEventEP11QPaintEvent resumed> ) = 0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c4ed58, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc063a0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc06f44, 0xbfc06f44, 0xb69a472f, 0x9f81390 -_ZN8QToolBar10paintEventEP11QPaintEvent(0x9c33df0, 0xbfc06f44, 0x9f6bdd0, 0xb6828ff4, 44 -_ZThn8_NK7QWidget7devTypeEv(0x9c33df8, 1, 16, 0xb76efff4, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c33df8, 0, 0, 0xb76efff4, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c33df8, 0x9c33df8, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c33df8, 0x9f816b0, 0x40804000, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c33df8, 8, 0x9f573d4, 0xb6f05444, 0x9f573d4 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9c33df8, 0x9c33df0, 0xbfc067ec, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QToolBar10paintEventEP11QPaintEvent resumed> ) = 0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c33df0, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc063c0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c33df0, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc064f0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07094, 0xbfc07094, 0xb69a472f, 0x9f81390 -_ZN8QToolBar10paintEventEP11QPaintEvent(0x9c50830, 0xbfc07094, 0x9f6bdd0, 0xb6828ff4, 44 -_ZThn8_NK7QWidget7devTypeEv(0x9c50838, 1, 16, 0xb65d1011, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c50838, 0, 0, 0xb76efff4, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c50838, 0x9c50838, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c50838, 0x9f816b0, 0x40870000, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c50838, 8, 0x9fb56ec, 0xb6f05444, 0x9fb56ec -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9c50838, 0x9c50830, 0xbfc0693c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QToolBar10paintEventEP11QPaintEvent resumed> ) = 0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c50830, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc064f0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 1, 0xb65d0549, 0xbfc06ba0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb65d1011, 0x9fc06c8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 1, 0xb65d0549, 0xbfc06ba0 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0, 0xb65d1011, 0x9fc06c8) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 753, 767, 0xb76efff4, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 6, 7, 0xb69a713b, 128) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0xbfc07f90, 144, 0x9f836f8, 0xbfc072bc) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0x9f816b0, 0, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f90, 8, 0x9f62d8c, 0xb6f05444, 0x9f62d8c) = 96 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0xbfc07f88, 0xbfc071ec, 0xb76efff4, 0xb76efff4) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07364, 0xbfc07364, 0xb6f52481, 0x9f9bff0 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0, 0, 256, 10) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 23, 0, 0xbfc07f88, 0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0xbfc07f90, 144, 0xb66fd470, 23) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0x9f816b0, 0, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f90, 8, 0x9f4f84c, 0xb6f05444, 0x9f4f84c) = 96 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0xbfc07f88, 0xbfc06e2c, 0xb76efff4, 0xb76efff4) = 1 -_ZN7QWidget10paintEventEP11QPaintEvent(0xbfc07f88, 0xbfc07364, 64, 0xb6f38c8a, 0x9fc06c8) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 698, 712, 0xb65d0549, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 4, 7, 0xb69a713b, 128) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc8, 144, 0x9fc0d00, 0xbfc0668c) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9f816b0, 0, 0, 0x404b8000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc8, 8, 0x9f573d4, 0xb6f05444, 0x9f573d4 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06510) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc0, 0xbfc065bc, 0xb76efff4, 0xb76efff4) = 1 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc06734, 0xbfc06734, 0xb6828ff4, 144 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x1000000, 0x9cf1bc0, 0xbfc065cc, 91) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0xbfc060cc, 9, 0xb74cd434, 0xbfc06828) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc8, 144, 0xb6d627bc, 0x9bf3970) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9f816b0, 0, 0, 0x404b8000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc8, 8, 0x9f3725c, 0xb6f05444, 0x9f3725c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb6f1f6f5, 0xb65d0549, 0xbfc0617c) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc0, 0xbfc061cc, 0xb76efff4, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0, 0, 0xb65d0549, 0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0xb6e119fa, 0xb76efff4, 0xb6e05020, 0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc8, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9f816b0, 0, 0, 0x404b8000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc8, 8, 0x9f52cdc, 0xb6f05444, 0x9f52cdc -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc0614c) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc0, 0xbfc0619c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 23, 0, 0xbfc07f88, 0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0xbfff02e9, 0x4000000, 0xff02ea, 0x4000000) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9cf3700, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9f816b0, 0x4069a000, 0, 0x405a4000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf3700, 8, 0x9fbff2c, 0xb6f05444, 0x9fbff2c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 56, 0xb6828ff4, 0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9cf36f8, 0xbfc05dac, 0xb76efff4, 0xb76efff4) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf36f8, 0xbfc05f24, 0xb70f2525, 0x9bf3970) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf36f8, 0xbfc05f24, 0xbfc05f24, 0xb6828ff4, 144 -_ZN12QStyleOptionC1Eii(0xbfc05960, 1, 0, 0xb76efff4, 0xbfc05dac) = 0x9bfd3e8 -_ZN12QStyleOption4initEPK7QWidget(0xbfc05960, 0x9cf36f8, 0, 0xb76efff4, 1) = 0x9bf8a28 -_ZN8QPainterC1EP12QPaintDevice(0xbfc059f8, 0x9cf3700, 0, 0xb76efff4, 0xbfc05dac -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0xbfc05a00, 0xbfc05a08, 0xb70fd28c, 0xbfc05a3c) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9fc06c8, 0xb6f53660, 1024, 0x4000000) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9cf3700, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9f816b0, 0x4069a000, 0, 0x405a4000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf3700, 8, 0x9fc1ca4, 0xb6f05444, 0x9fc1ca4 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 56, 0xb76efff4, 1) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9cf36f8, 0xbfc0580c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QPainterC1EP12QPaintDevice resumed> ) = 1 -_ZNK7QWidget5styleEv(0x9cf36f8, 0x9cf3700, 0, 0xb76efff4, 0xbfc05dac) = 0x9cf2438 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc059f8, 1, 1, 0xbfc059f8, 0x9cf36f8) = 3 -pthread_mutex_lock(0xbfc07fb0, 0xbfc05f24, 0xbfc05a38, 0xb6f52990, 0x9fc0528) = 0 -pthread_mutex_unlock(0xbfc07fb0, 0xb76efff4, 0xbfc058ec, 0, 1) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc059f8, 1, 0, 0xbfc059f8, 0x9cf36f8) = 3 -pthread_mutex_lock(0xbfc07fcc, 0xbfc05f24, 0xbfc05a38, 0xb6f52990, 0x9fc0528) = 0 -_Znwj(128, 0xbfc07fe4, 119, 0, 0) = 0x9ebf9b0 -pthread_mutex_unlock(0xbfc07fcc, 0xbfc07fe4, 0xbfc058f8, 0x80dd6d9, 0x9cf78d8) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 0, 0x9cf36f8) = 0x9f6cba8 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 29) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 29) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 68) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 68) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 107) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 107) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 146) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 146) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 185) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 185) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 224) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 224) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 263) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 263) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 302) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 302) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 341) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 341) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 380) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 380) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 419) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 419) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 458) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 458) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 497) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 497) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 536) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 536) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 575) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc059f8, 0x81b300c, 0, 804, 575) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc059f8, 0xbfc05910, 1, 804, 614) = 0 -_ZN8QPainter3endEv(0xbfc059f8, 0xbfc05a04, 0, 804, 614) = 1 -_ZdlPv(0x9ebf9b0, 0x81b300c, 0xbfc058e8, 0xb6ecdb35, 0xb76efff4) = 0 -_ZN8QPainterD1Ev(0xbfc059f8, 0xbfc05a04, 0, 804, 614) = 0 -_ZN12QStyleOptionD1Ev(0xbfc05960, 0xbfc05a04, 0, 804, 614) = 0x9bf8a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3aa0, 0xbfc06074, 0xb6d643a2, 0x9bad018) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3aa0, 0xbfc06074, 0xbfc06074, 0xb6d627bc, 0x9cf36f8 -_ZN12QStyleOptionC1Eii(0xbfc05b50, 1, 0, 0, 91) = 0x9bfd3e8 -_ZN12QStyleOption4initEPK7QWidget(0xbfc05b50, 0x9cf3aa0, 0, 0xb76efff4, 1) = 0x9bf8a28 -_ZN8QPainterC1EP12QPaintDevice(0xbfc05b7c, 0x9cf3aa8, 0, 0, 91 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0xff028f, 0x4000000, 0xb714e9ec, 0x4000000) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0xb76efff4, 0xbfc05980, 0xb70a62b0, 0xbfc05980) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9cf3aa8, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9f816b0, 0x4069a000, 0, 0x404b8000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf3aa8, 8, 0x9f62d8c, 0xb6f05444, 0x9f62d8c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 56, 0xb76efff4, 1) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9cf3aa0, 0xbfc05a0c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QPainterC1EP12QPaintDevice resumed> ) = 1 -_ZNK7QWidget5styleEv(0x9cf3aa0, 0x9cf3aa8, 0, 0, 91) = 0x9cf2438 -ceil(0x9999999a, 0x40099999, 0x9cf2850, 0xb76efff4, 0x9fc0490) = 0x9cf1bc0 -log10f(0x3456bf95, 0x40099999, 0x9cf2850, 0xb76efff4, 0x9fc0490) = 0x9cf0022 -floorf(0xc0d65df6, 0x40099999, 0x9cf2850, 0xb76efff4, 0x9fc0490) = 0x9cf0022 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ab8, 0xbfc0590c, 0xb6f3990c, 0x9fc0528) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0xb6f3990c, 0x9fc0528) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0, 0xb6f3990c, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0, 0xb6f3990c, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0, 0xb6f3990c, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0, 0xb6f3990c, 0) = 0 -_ZN8QPainter12boundingRectERK5QRectiRK7QString(0xbfc059b8, 0xbfc05b7c, 0xbfc05900, 33, 0xbfc05ab8) = 0xbfc059b8 -_ZN7QString4freeEPNS_4DataE(0x9fb8178, 0, 0x7ffffffe, 0x7ffffffe, 0x9bff378) = 0x9f80b50 -_ZN7QString16fromAscii_helperEPKci(0x81570b8, -1, 0x7ffffffe, 0x7ffffffe, 0x9bff378) = 0x9cddac0 -_ZN8QPainter12boundingRectERK5QRectiRK7QString(0xbfc059c8, 0xbfc05b7c, 0xbfc05900, 33, 0xbfc05ac0) = 0xbfc059c8 -_ZN7QString4freeEPNS_4DataE(0x9cddac0, 0, 0x7ffffffe, 0x7ffffffe, 0x9bff378) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05b7c, 0x81b2f60, 0, 0, 0x7fffffff) = 0x9f4f840 -log10f(0x332bcc77, 0x81b2f60, 0, 0, 0x7fffffff) = 0x9f40020 -floorf(0xc0ecbbed, 0x81b2f60, 0, 0, 0x7fffffff) = 0x9f40020 -floor(0, 0, 0, 0, 0x7fffffff) = 0x9cf1bc0 -floor(0, 0x3ff00000, 0, 0, 0x7fffffff) = 0x9cf1bc0 -round(0, 0x3ff00000, 0, 0, 0x7fffffff) = 0x3ff00000 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ac8, 0xbfc0590c, 65535, 0) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 65535, 0) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x40768000, 65535, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x40768000, 65535, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x40768000, 65535, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x40768000, 65535, 0) = 0 -_ZN8QPainter12boundingRectERK5QRectiRK7QString(0xbfc059d8, 0xbfc05b7c, 0xbfc05900, 33, 0xbfc05ac8) = 0xbfc059d8 -_ZN7QString4freeEPNS_4DataE(0x9fc1a50, 0, 0x7ffffffe, 0x7ffffffe, 0xb76efff4) = 0x9fb8170 -floor(0, 0, 0x7ffffffe, 0x7ffffffe, 0xb76efff4) = 0 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x813764e, 0xbfc059d8) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x813764e, 0xbfc059d8) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0, 0x813764e, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0, 0x813764e, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0, 0x813764e, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0, 0x813764e, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 662, 244, 400, 470) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f3ce28, 10, -1, 24, 0xb76efff4) = 0x9fc1a48 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 1) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 1) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x40790000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x40790000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x40790000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x40790000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9f9e488, 32, 32, 223) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9fb9980, 10, 79, 24, 0) = 0x9f3ce20 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 1) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, -1) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x40890000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x40890000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x40890000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x40890000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0258, 32, 32, 311) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f837b0, 10, 159, 24, 0) = 0x9fb9978 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 1) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 1) = 3 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x4092c000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x4092c000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x4092c000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x4092c000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0258, 32, 32, 391) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f80b58, 10, 238, 24, 1) = 0x9f837a8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, -1) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x40990000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x40990000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x40990000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x40990000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 473) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f573c8, 10, 319, 24, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 1) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, -1) = 5 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x409f4000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x409f4000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x409f4000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x409f4000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 554) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f37250, 10, 399, 24, -1) = 0x9f573c0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 1) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 1) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, -1) = 6 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x40a2c000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x40a2c000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x40a2c000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x40a2c000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 634) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f52cd0, 10, 478, 24, -1) = 0x9f37248 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, -1) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x40a5e000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x40a5e000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x40a5e000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x40a5e000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 713) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9fbff20, 10, 559, 24, 0) = 0x9f52cc8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x40a90000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x40a90000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x40a90000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x40a90000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 794) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f6cba8, 10, 639, 24, 0) = 0x9fbff18 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 1, 0x40ac2000, 0x81375a1, 1) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x40ac2000, 0x81375a1, 1) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x40ac2000, 0x81375a1, 1) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x40ac2000, 0x81375a1, 1) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 874) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9fc1c98, 10, 719, 24, 0) = 0x9f6cba0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 1) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, -1) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40240000, 0, 0x40490000, 0) = 10 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc05904, 0xbfc05ad0, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc05904, 2, 0xbfc0590c, 0x81375a1, 0xbfc05b7c) = 2 -_Z5fixedR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_Z9forcesignR11QTextStream(0xbfc05904, 0xbfc05904, 0, 0x40240000, 0xb76efff4) = 0xbfc05904 -_ZN11QTextStreamlsEd(0xbfc05904, 0, 0x40af4000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsERK7QString(0xbfc05904, 0x81b2e68, 0x40af4000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamlsEPKc(0xbfc05904, 0x8157081, 0x40af4000, 0x81375a1, 0) = 0xbfc05904 -_ZN11QTextStreamD1Ev(0xbfc05904, 0x8157081, 0x40af4000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc05b7c, 0xbfc05900, 676, 0xbfc05ad0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 954) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9ebfa20, 10, 799, 24, 0) = 0x9fc1c90 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40240000, 0, 0x40490000, 0) = 10 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc05b7c, 0xbfc058f0, 1, 0xb76efff4, 1) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05b7c, 1, 1, 0xbfc05b7c, 0x9cf3aa0) = 3 -_ZN4QPenC1EN2Qt8PenStyleE(0xbfc05b14, 0, 0, 0xb76efff4, 0x9fc0490) = 0x9f81b00 -_ZN8QPainter6setPenERK4QPen(0xbfc05b7c, 0xbfc05b14, 0, 0xb76efff4, 0x9fc0490) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b14, 0xbfc05b14, 0, 0xb76efff4, 0x9fc0490) = 0x9f81b00 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b18, 0x81b2f60, 1, 0xb76efff4, 0x9fc0490) = 0x9fb98d8 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05b7c, 0xbfc05b18, 1, 0xb76efff4, 0x9fc0490) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b18, 0xbfc05b18, 1, 0xb76efff4, 0x9fc0490) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05b7c, 0xbfc05ad8, 3, 0, 0x40460000) = 0 -_ZN8QPainter3endEv(0xbfc05b7c, 0xbfc05b7c, 1, 0xbfc05b7c, 0x9cf3aa0) = 1 -_ZN8QPainterD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 0xbfc05b7c, 0x9cf3aa0) = 0 -_ZN12QStyleOptionD1Ev(0xbfc05b50, 0xbfc05b7c, 1, 0xbfc05b7c, 0x9cf3aa0) = 0x9bf8a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3cb8, 0xbfc061c4, 0xb6d643a2, 0x9bad018) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3cb8, 0xbfc061c4, 0xbfc061c4, 0xb69a472f, 0xbfc05e5c -_ZN12QStyleOptionC1Eii(0xbfc05c60, 1, 0, 0xb6d627bc, 0x405a4000) = 0x9bfd3e8 -_ZN12QStyleOption4initEPK7QWidget(0xbfc05c60, 0x9cf3cb8, 0x3ff00000, 0xb76efff4, 1) = 0x9bf8a28 -_ZN8QPainterC1EP12QPaintDevice(0xbfc05ca0, 0x9cf3cc0, 0, 0xb6d627bc, 0x405a4000 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0, 0x9fb63f8, 0xb6fc98c0, 0xbfc05b7c) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0xbfc05b18, 0xb66fd440, 0xb6e93008, 104) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9cf3cc0, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f816b0, 0, 0, 0x405a4000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf3cc0, 8, 0x9f62d8c, 0xb6f05444, 0x9f62d8c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 56, 0xb76efff4, 1) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9cf3cb8, 0xbfc05b1c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QPainterC1EP12QPaintDevice resumed> ) = 1 -_ZNK7QWidget5styleEv(0x9cf3cb8, 0x9cf3cc0, 0, 0xb6d627bc, 0x405a4000) = 0x9cf2438 -pthread_mutex_lock(0xbfc07fcc, 56, 0xbfc05c80, 0xb6d627bc, 0xb76efff4) = 0 -_Znwj(128, 0xbfc07fe4, 119, 0, 0) = 0x9ebf9b0 -pthread_mutex_unlock(0xbfc07fcc, 0xbfc07fe4, 0xbfc05c08, 0x80dd6d9, 0x9cf78d8) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 10, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 10, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 10, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 10, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 10, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 10, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 10, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0x9cf2438, 0xb70d7b5d, 0x9cf1bc0) = 0x9cdb440 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 0x9cf1bc0) = 0x9f81c70 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9f81c70, 0x402e8000, 0, 15, 0x9cf1bc0) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cdb440, 0x402e8000, 0, 15, 0x9cf1bc0) = 0x9f81c68 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 10, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 10, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 10, 205) = 0x9f4f840 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf7104, 1, 10, 205) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 10, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 10, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 236 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 10, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 10, 205) = 0x9f62d80 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7100, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, -790549, -922136, 0xb76efff4, 0x9f3a5c8) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7100, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7100, 0) = 0x9fc1c98 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7100, 0) = 0x9fb81b0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7100, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7100, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7100, 0x9cf7100) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7100, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7100, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7100, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7100, 0x9cf7100) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7100, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7100, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7100, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7100, 0x9cf7100) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7100, 0) = 0x9fb81b0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7100, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7100, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7100, 0x9cf7100) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7100, 0) = 0x9fb80d0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f4f840 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 17) = 0x9f3c338 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 17) = 0x9f3ce00 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 17) = 0x9f3c338 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 17) = 0x9fb8260 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc1c98 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb82d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 15) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 5) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 5) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 5) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 5) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 15) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 15) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 15) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x40240000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x40240000) = 0x9f4f840 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x40240000) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x40240000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x40240000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x40240000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x40240000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x40240000) = 0x9fc1c98 -_ZN7QString6numberEii(0xbfc05c18, 0, 10, 0, 0x40240000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9e340, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cda1b8, 0xbfc05bec, 0, 0xbfc05968, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f4f840 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 29) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 49, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 49, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 49, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 49, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 49, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 49, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 49, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0086, 65696) = 0x9cda1b8 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9cd9fb0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9cd9fb0, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cda1b8, 0x402e8000, 0, 15, 65696) = 0x9cd9fa8 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 49, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 49, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 49, 205) = 0x9fc1c98 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf71cc, 1, 49, 205) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 49, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 49, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 49, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 49, 205) = 0x9f4f840 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf71c8, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9e340, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf71c8, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf71c8, 0) = 0x9f6cba8 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf71c8, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf71c8, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf71c8, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf71c8, 0x9cf71c8) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf71c8, 0) = 0x9fb81b0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf71c8, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf71c8, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf71c8, 0x9cf71c8) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf71c8, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf71c8, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf71c8, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf71c8, 0x9cf71c8) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf71c8, 0) = 0x9fb81b0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf71c8, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf71c8, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf71c8, 0x9cf71c8) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf71c8, 0) = 0x9fb80d0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc1c98 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 56) = 0x9f3b950 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 56) = 0x9f3b220 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 56) = 0x9f3b950 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 56) = 0x9fb8140 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f6cba8 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb82d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 54) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 44) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 44) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 44) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 44) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 54) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 54) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 54) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x40488000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x40488000) = 0x9fc1c98 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x40488000) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x40488000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x40488000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x40488000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x40488000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x40488000) = 0x9f6cba8 -_ZN7QString6numberEii(0xbfc05c18, 1, 10, 0, 0x40488000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f160, 32, 32, 78) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cd9a58, 0xbfc05bec, 0, 0xbfc05968, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9fc1c98 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 68) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 88, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 88, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 88, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 88, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 88, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 88, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 88, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff00ad, 65696) = 0x9cd9a58 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9cd97d0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9cd97d0, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cd9a58, 0x402e8000, 0, 15, 65696) = 0x9cd97c8 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 88, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 88, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 88, 205) = 0x9f6cba8 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf7294, 1, 88, 205) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 88, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 88, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 88, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 88, 205) = 0x9fc1c98 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7290, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f160, 32, 32, 181) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7290, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7290, 0) = 0x9fbff20 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7290, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7290, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7290, 0x9cf7290) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7290, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7290, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7290, 0x9cf7290) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7290, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7290, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7290, 0x9cf7290) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7290, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7290, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7290, 0x9cf7290) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7290, 0) = 0x9fb80d0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f6cba8 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 95) = 0x9f3aa50 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 95) = 0x9f37610 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 95) = 0x9f3aa50 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 95) = 0x9fb81b0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fbff20 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb82d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 93) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 83) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 83) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 83) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 83) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 93) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 93) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 93) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x40560000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x40560000) = 0x9f6cba8 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x40560000) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x40560000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x40560000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x40560000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x40560000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x40560000) = 0x9fbff20 -_ZN7QString6numberEii(0xbfc05c18, 2, 10, 0, 0x40560000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f288, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cd92b0, 0xbfc05bec, 0, 0xbfc05968, 165) = 0x9f3ce30 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f6cba8 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 107) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 127, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 127, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 127, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 127, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 127, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 127, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 127, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff00d4, 65696) = 0x9cd92b0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9f3ce38 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9f3ce38, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cd92b0, 0x402e8000, 0, 15, 65696) = 0x9f3ce30 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 127, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 127, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 127, 205) = 0x9fbff20 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf739c, 1, 127, 205) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 127, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 127, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 127, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 127, 205) = 0x9f6cba8 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7398, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f288, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7398, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7398, 0) = 0x9f52cd0 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7398, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7398, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7398, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7398, 0x9cf7398) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7398, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7398, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7398, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7398, 0x9cf7398) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7398, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7398, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7398, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7398, 0x9cf7398) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7398, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7398, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7398, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7398, 0x9cf7398) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7398, 0) = 0x9fb80d0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fbff20 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 134) = 0x9f38108 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 134) = 0x9f36c28 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 134) = 0x9f38108 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 134) = 0x9fb81b0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f52cd0 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb82d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 132) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 122) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 122) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 122) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 122) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 132) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 132) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 132) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x405fc000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x405fc000) = 0x9fbff20 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x405fc000) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x405fc000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x405fc000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x405fc000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x405fc000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x405fc000) = 0x9f52cd0 -_ZN7QString6numberEii(0xbfc05c18, 3, 10, 0, 0x405fc000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f3d0, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cd84a8, 0xbfc05bec, 0, 0xbfc05968, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9fbff20 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 146) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 166, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 166, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 166, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 166, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 166, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 166, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 166, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff00fb, 65696) = 0x9cd84a8 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9cd8280 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9cd8280, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cd84a8, 0x402e8000, 0, 15, 65696) = 0x9cd8278 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 166, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 166, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 166, 205) = 0x9f52cd0 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf7474, 1, 166, 205) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 166, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 166, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 166, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 166, 205) = 0x9fbff20 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7470, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f3d0, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7470, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7470, 0) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7470, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7470, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7470, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7470, 0x9cf7470) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7470, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7470, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7470, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7470, 0x9cf7470) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7470, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7470, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7470, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7470, 0x9cf7470) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7470, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7470, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7470, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7470, 0x9cf7470) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7470, 0) = 0x9fb80d0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f52cd0 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 173) = 0x9f364d8 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 173) = 0x9f31358 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 173) = 0x9f364d8 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 173) = 0x9fb81b0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f37250 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb82d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 171) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 161) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 161) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 161) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 161) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 171) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 171) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 171) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x4064c000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x4064c000) = 0x9f52cd0 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x4064c000) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x4064c000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x4064c000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x4064c000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x4064c000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x4064c000) = 0x9f37250 -_ZN7QString6numberEii(0xbfc05c18, 4, 10, 0, 0x4064c000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9ffc8, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cd6c60, 0xbfc05bec, 0, 0xbfc05968, 165) = 0x9f3ce30 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f52cd0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 185) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 205, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 205, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 205, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 205, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 205, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 205, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 205, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0122, 65696) = 0x9cd6c60 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9f3ce38 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9f3ce38, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cd6c60, 0x402e8000, 0, 15, 65696) = 0x9f3ce30 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 205, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 205, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 205, 205) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf7564, 1, 205, 205) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 205, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 205, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 205, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 205, 205) = 0x9f52cd0 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7560, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9ffc8, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7560, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7560, 0) = 0x9f573c8 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7560, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7560, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7560, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7560, 0x9cf7560) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7560, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7560, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7560, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7560, 0x9cf7560) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7560, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7560, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7560, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7560, 0x9cf7560) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7560, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7560, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7560, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7560, 0x9cf7560) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7560, 0) = 0x9fb80d0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f37250 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 212) = 0x9f32b88 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 212) = 0x9f33680 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 212) = 0x9f32b88 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 212) = 0x9fb81b0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f573c8 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb82d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 210) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 200) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 200) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 200) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 200) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 210) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 210) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 210) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x4069a000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x4069a000) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x4069a000) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x4069a000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x4069a000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x4069a000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x4069a000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x4069a000) = 0x9f573c8 -_ZN7QString6numberEii(0xbfc05c18, 5, 10, 0, 0x4069a000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f518, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cd64e0, 0xbfc05bec, 0, 0xbfc05968, 165) = 0x9f80b60 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f37250 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 224) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 244, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 244, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 244, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 244, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 244, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 244, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 244, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0149, 65696) = 0x9cd64e0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9f80b68 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9f80b68, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cd64e0, 0x402e8000, 0, 15, 65696) = 0x9f80b60 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 244, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 244, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 244, 205) = 0x9f573c8 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf7654, 1, 244, 205) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 244, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 244, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 244, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 244, 205) = 0x9f37250 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7650, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f518, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7650, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7650, 0) = 0x9f62d80 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7650, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7650, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7650, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7650, 0x9cf7650) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7650, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7650, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7650, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7650, 0x9cf7650) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7650, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7650, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7650, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7650, 0x9cf7650) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7650, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7650, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7650, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7650, 0x9cf7650) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7650, 0) = 0x9fb80d0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f573c8 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 251) = 0x9f32170 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 251) = 0x9f31a20 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 251) = 0x9f32170 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 251) = 0x9fb81b0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f62d80 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb82d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 249) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 239) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 239) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 239) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 239) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 249) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 249) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 249) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x406e8000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x406e8000) = 0x9f573c8 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x406e8000) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x406e8000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x406e8000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x406e8000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x406e8000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x406e8000) = 0x9f62d80 -_ZN7QString6numberEii(0xbfc05c18, 6, 10, 0, 0x406e8000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f660, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cd4ff0, 0xbfc05bec, 0, 0xbfc05968, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f573c8 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 263) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 283, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 283, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 283, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 283, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 283, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 283, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 283, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0170, 65696) = 0x9cd4ff0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9cd49b0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9cd49b0, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cd4ff0, 0x402e8000, 0, 15, 65696) = 0x9cd49a8 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 283, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 283, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 283, 205) = 0x9f62d80 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf7744, 1, 283, 205) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 283, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 283, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 283, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 283, 205) = 0x9f573c8 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7740, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f660, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7740, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7740, 0) = 0x9f674d0 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7740, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7740, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7740, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7740, 0x9cf7740) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7740, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7740, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7740, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7740, 0x9cf7740) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7740, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7740, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7740, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7740, 0x9cf7740) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7740, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7740, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7740, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7740, 0x9cf7740) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7740, 0) = 0x9fb80d0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f62d80 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 290) = 0x9f315d8 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 290) = 0x9f2d4f0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 290) = 0x9f315d8 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 290) = 0x9fb81b0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f674d0 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb82d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 288) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 278) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 278) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 278) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 278) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 288) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 288) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 288) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x4071b000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x4071b000) = 0x9f62d80 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x4071b000) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x4071b000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x4071b000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x4071b000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x4071b000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x4071b000) = 0x9f674d0 -_ZN7QString6numberEii(0xbfc05c18, 7, 10, 0, 0x4071b000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f7a8, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cd3830, 0xbfc05bec, 0, 0xbfc05968, 165) = 0x9f80b60 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f62d80 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 302) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 322, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 322, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 322, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 322, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 322, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 322, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 322, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0197, 65696) = 0x9cd3830 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9f80b68 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9f80b68, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cd3830, 0x402e8000, 0, 15, 65696) = 0x9f80b60 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 322, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 322, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 322, 205) = 0x9f674d0 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf7834, 1, 322, 205) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 322, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 322, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 322, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 322, 205) = 0x9f62d80 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7830, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f7a8, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7830, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7830, 0) = 0x9f4f840 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7830, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7830, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7830, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7830, 0x9cf7830) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7830, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7830, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7830, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7830, 0x9cf7830) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7830, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7830, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7830, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7830, 0x9cf7830) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7830, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7830, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7830, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7830, 0x9cf7830) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7830, 0) = 0x9fb80d0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f674d0 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 329) = 0x9f2e2e8 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 329) = 0x9f2cde8 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 329) = 0x9f2e2e8 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 329) = 0x9fb81b0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f4f840 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb82d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 327) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 317) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 317) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 317) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 317) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 327) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 327) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 327) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x40742000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x40742000) = 0x9f674d0 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x40742000) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x40742000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x40742000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x40742000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x40742000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x40742000) = 0x9f4f840 -_ZN7QString6numberEii(0xbfc05c18, 8, 10, 0, 0x40742000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9fa0440, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cd3390, 0xbfc05bec, 0, 0xbfc05968, 165) = 0x9fc1a58 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f674d0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 341) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 361, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 361, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 361, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 361, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 361, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 361, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 361, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff01be, 65696) = 0x9cd3390 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9fc1a60 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9fc1a60, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cd3390, 0x402e8000, 0, 15, 65696) = 0x9fc1a58 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 361, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 361, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 361, 205) = 0x9f4f840 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf797c, 1, 361, 205) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 361, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 361, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 361, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 361, 205) = 0x9f674d0 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7978, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9fa0440, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7978, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7978, 0) = 0x9fc1c98 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7978, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7978, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7978, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7978, 0x9cf7978) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7978, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7978, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7978, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7978, 0x9cf7978) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7978, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7978, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7978, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7978, 0x9cf7978) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7978, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7978, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7978, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7978, 0x9cf7978) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7978, 0) = 0x9fb80d0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f4f840 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 368) = 0x9f2c6b8 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 368) = 0x9f2bf30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 368) = 0x9f2c6b8 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 368) = 0x9fb81b0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc1c98 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb82d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 366) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 356) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 356) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 356) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 356) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 366) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 366) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 366) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x40769000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x40769000) = 0x9f4f840 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x40769000) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x40769000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x40769000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x40769000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x40769000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x40769000) = 0x9fc1c98 -_ZN7QString6numberEii(0xbfc05c18, 9, 10, 0, 0x40769000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f8f0, 36, 32, 77) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cd2e48, 0xbfc05bec, 0, 0xbfc05968, 165) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f4f840 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 380) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 400, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 400, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 400, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 400, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 400, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 400, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 400, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff01e5, 65696) = 0x9cd2e48 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9cd2bc8 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9cd2bc8, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cd2e48, 0x402e8000, 0, 15, 65696) = 0x9cd2bc0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 400, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 400, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 400, 205) = 0x9fc1c98 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf7a6c, 1, 400, 205) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 400, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 400, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 400, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 400, 205) = 0x9f4f840 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7a68, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f8f0, 36, 32, 180) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7a68, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7a68, 0) = 0x9f6cba8 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7a68, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7a68, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7a68, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7a68, 0x9cf7a68) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7a68, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7a68, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7a68, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7a68, 0x9cf7a68) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7a68, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7a68, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7a68, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7a68, 0x9cf7a68) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7a68, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7a68, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7a68, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7a68, 0x9cf7a68) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7a68, 0) = 0x9fb80d0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc1c98 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 407) = 0x9f286e8 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 407) = 0x9f294a0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 407) = 0x9f286e8 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 407) = 0x9fb81b0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f6cba8 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb82d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 405) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 395) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 395) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 395) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 395) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 405) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 405) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 405) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x40790000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x40790000) = 0x9fc1c98 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x40790000) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x40790000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x40790000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x40790000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x40790000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x40790000) = 0x9f6cba8 -_ZN7QString6numberEii(0xbfc05c18, 10, 10, 0, 0x40790000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9fa0960, 36, 32, 85) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cd1ce0, 0xbfc05bec, 0, 0xbfc05968, 165) = 0x9f3ce30 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9fc1c98 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 419) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 439, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 439, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 439, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 439, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 439, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 439, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 439, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff020c, 65696) = 0x9cd1ce0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9f3ce38 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9f3ce38, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cd1ce0, 0x402e8000, 0, 15, 65696) = 0x9f3ce30 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 439, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 439, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 439, 205) = 0x9f6cba8 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9cf7b5c, 1, 439, 205) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 439, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 439, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 439, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 439, 205) = 0x9fc1c98 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9cf7b58, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9e340, 36, 32, 184) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9cf7b58, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9cf7b58, 0) = 0x9fbff20 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9cf7b58, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9cf7b58, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9cf7b58, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9cf7b58, 0x9cf7b58) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9cf7b58, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9cf7b58, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9cf7b58, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9cf7b58, 0x9cf7b58) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9cf7b58, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9cf7b58, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9cf7b58, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9cf7b58, 0x9cf7b58) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9cf7b58, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9cf7b58, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9cf7b58, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9cf7b58, 0x9cf7b58) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9cf7b58, 0) = 0x9fb80d0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f6cba8 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 446) = 0x9f27fe0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 446) = 0x9f27878 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 446) = 0x9f27fe0 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 446) = 0x9fb81b0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fbff20 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb82d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 444) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 434) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 434) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 434) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 434) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 444) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 444) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 444) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x407b7000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x407b7000) = 0x9f6cba8 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x407b7000) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x407b7000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x407b7000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x407b7000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x407b7000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x407b7000) = 0x9fbff20 -_ZN7QString6numberEii(0xbfc05c18, 11, 10, 0, 0x407b7000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9fa38, 36, 32, 85) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cd1890, 0xbfc05bec, 0, 0xbfc05968, 165) = 0x9f837b8 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f6cba8 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 458) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 478, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 478, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 478, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 478, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 478, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 478, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 478, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0233, 65696) = 0x9cd1890 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9f837c0 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9f837c0, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cd1890, 0x402e8000, 0, 15, 65696) = 0x9f837b8 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 478, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 478, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 478, 205) = 0x9fbff20 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9d10294, 1, 478, 205) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 478, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 478, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 478, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 478, 205) = 0x9f6cba8 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9d10290, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f160, 32, 32, 185) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9d10290, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9d10290, 0) = 0x9f52cd0 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9d10290, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9d10290, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9d10290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9d10290, 0x9d10290) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9d10290, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9d10290, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9d10290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9d10290, 0x9d10290) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9d10290, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9d10290, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9d10290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9d10290, 0x9d10290) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9d10290, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9d10290, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9d10290, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9d10290, 0x9d10290) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9d10290, 0) = 0x9fb80d0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fbff20 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 485) = 0x9f270c8 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 485) = 0x9f23980 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 485) = 0x9f270c8 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 485) = 0x9fb81b0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f52cd0 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb82d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 483) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 473) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 473) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 473) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 473) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 483) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 483) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 483) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x407de000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x407de000) = 0x9fbff20 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x407de000) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x407de000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x407de000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x407de000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x407de000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x407de000) = 0x9f52cd0 -_ZN7QString6numberEii(0xbfc05c18, 12, 10, 0, 0x407de000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9fbb0, 32, 32, 85) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cd0200, 0xbfc05bec, 0, 0xbfc05968, 165) = 0x9f3ce30 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9fbff20 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 497) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 517, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 517, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 517, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 517, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 517, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 517, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 517, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff025a, 65696) = 0x9cd0200 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9f3ce38 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9f3ce38, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cd0200, 0x402e8000, 0, 15, 65696) = 0x9f3ce30 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 517, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 517, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 517, 205) = 0x9f52cd0 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9d1032c, 1, 517, 205) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 517, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 517, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 517, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 517, 205) = 0x9fbff20 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9d10328, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f288, 36, 32, 184) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9d10328, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9d10328, 0) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9d10328, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9d10328, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9d10328, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9d10328, 0x9d10328) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9d10328, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9d10328, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9d10328, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9d10328, 0x9d10328) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9d10328, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9d10328, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9d10328, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9d10328, 0x9d10328) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9d10328, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9d10328, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9d10328, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9d10328, 0x9d10328) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9d10328, 0) = 0x9fb80d0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f52cd0 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 524) = 0x9f24778 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 524) = 0x9f23278 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 524) = 0x9f24778 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 524) = 0x9fb81b0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f37250 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb82d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 522) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 512) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 512) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 512) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 512) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 522) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 522) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 522) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x40802800) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x40802800) = 0x9f52cd0 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x40802800) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x40802800) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x40802800) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x40802800) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x40802800) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x40802800) = 0x9f37250 -_ZN7QString6numberEii(0xbfc05c18, 13, 10, 0, 0x40802800) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9fa16a8, 36, 32, 85) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9ccfa50, 0xbfc05bec, 0, 0xbfc05968, 165) = 0x9f80b60 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f52cd0 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 536) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 556, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 556, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 556, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 556, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 556, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 556, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 556, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff0281, 65696) = 0x9ccfa50 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9f80b68 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9f80b68, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9ccfa50, 0x402e8000, 0, 15, 65696) = 0x9f80b60 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 556, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 556, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 556, 205) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9d103c4, 1, 556, 205) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 556, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 556, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 556, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 556, 205) = 0x9f52cd0 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9d103c0, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9f3d0, 36, 32, 184) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9d103c0, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9d103c0, 0) = 0x9f573c8 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9d103c0, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9d103c0, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9d103c0, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9d103c0, 0x9d103c0) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9d103c0, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9d103c0, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9d103c0, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9d103c0, 0x9d103c0) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9d103c0, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9d103c0, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9d103c0, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9d103c0, 0x9d103c0) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9d103c0, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9d103c0, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9d103c0, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9d103c0, 0x9d103c0) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9d103c0, 0) = 0x9fb80d0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f37250 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 563) = 0x9f22b48 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 563) = 0x9f22020 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 563) = 0x9f22b48 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 563) = 0x9fb81b0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f573c8 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb82d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 561) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 551) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 551) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 551) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 551) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 561) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 561) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 561) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x40816000) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x40816000) = 0x9f37250 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x40816000) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x40816000) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x40816000) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x40816000) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x40816000) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x40816000) = 0x9f573c8 -_ZN7QString6numberEii(0xbfc05c18, 14, 10, 0, 0x40816000) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9fa1820, 36, 32, 85) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9ccde50, 0xbfc05bec, 0, 0xbfc05968, 165) = 0x9f3ce30 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f37250 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 575) = 0 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ae0, 0xbfc05bc0, 0x8157478, 595, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b00, 0xbfc05bd0, 0x8157478, 595, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b20, 0xbfc05be0, 0x8157478, 595, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b40, 0xbfc05bf0, 0x8157478, 595, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b60, 0xbfc05c00, 0x8157478, 595, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05b80, 0xbfc05c10, 0x8157478, 595, 205) = 0 -_ZNK6QRectF8containsERK7QPointF(0xbfc05ba0, 0xbfc05c20, 0x8157478, 595, 205) = 0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 65695, 0xff02a8, 65696) = 0x9ccde50 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc058b0, 0xbfc05ca0, 0xbfc05890, 0, 0xbfc058ec) = 0xbfc058b0 -_ZN7QString16fromAscii_helperEPKci(0x8157493, -1, 0, 0x402e0000, 65696) = 0x9f3ce38 -_ZN8QPainter12boundingRectERK6QRectFiRK7QString(0xbfc05870, 0xbfc05ca0, 0xbfc05850, 0, 0xbfc058e8) = 0xbfc05870 -_ZN7QString4freeEPNS_4DataE(0x9f3ce38, 0x402e8000, 0, 15, 65696) = 0 -_ZN7QString4freeEPNS_4DataE(0x9ccde50, 0x402e8000, 0, 15, 65696) = 0x9f3ce30 -strcmp("color", "name") = -1 -strcmp("color", "label") = -1 -strcmp("color", "posTrig") = -1 -strcmp("color", "higTrig") = -1 -strcmp("color", "negTrig") = -1 -strcmp("color", "lowTrig") = -1 -strcmp("color", "groupIndex") = -1 -strcmp("name", "name") = 0 -strcmp("posTrig", "name") = 1 -strcmp("posTrig", "label") = 1 -strcmp("posTrig", "posTrig") = 0 -strcmp("higTrig", "name") = -1 -strcmp("higTrig", "label") = -1 -strcmp("higTrig", "posTrig") = -1 -strcmp("higTrig", "higTrig") = 0 -strcmp("negTrig", "name") = 1 -strcmp("negTrig", "label") = 1 -strcmp("negTrig", "posTrig") = -1 -strcmp("negTrig", "higTrig") = 1 -strcmp("negTrig", "negTrig") = 0 -strcmp("lowTrig", "name") = -1 -strcmp("lowTrig", "label") = 1 -strcmp("lowTrig", "posTrig") = -1 -strcmp("lowTrig", "higTrig") = 1 -strcmp("lowTrig", "negTrig") = -1 -strcmp("lowTrig", "lowTrig") = 0 -strcmp("label", "name") = -1 -strcmp("label", "label") = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 1, 595, 205) = 3 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b0c, 19, 1, 595, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b0c, 1, 595, 205) = 0x9f573c8 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b7c, 0x9d1045c, 1, 595, 205) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b7c, 1, 595, 205) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b7c, 0xbfc05b7c, 1, 595, 205) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05988, 1, 0x8137cd0, 0x8137cd0) = 204 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b1c, 2, 1, 595, 205) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b1c, 1, 595, 205) = 0x9f37250 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc059a8, 129, 0x9d10458, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9f9ffc8, 36, 32, 184) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b2c, 19, 129, 0x9d10458, 0) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b2c, 129, 0x9d10458, 0) = 0x9f62d80 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b84, 0x81b2fcc, 1, 0x9d10458, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b84, 1, 0x9d10458, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b84, 0xbfc05b84, 1, 0x9d10458, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059c8, 1, 0x9d10458, 0x9d10458) = 204 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b88, 0x81b2fcc, 1, 0x9d10458, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b88, 1, 0x9d10458, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b88, 0xbfc05b88, 1, 0x9d10458, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc059e8, 1, 0x9d10458, 0x9d10458) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b8c, 0x81b2fcc, 1, 0x9d10458, 0) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b8c, 1, 0x9d10458, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b8c, 0xbfc05b8c, 1, 0x9d10458, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a08, 1, 0x9d10458, 0x9d10458) = 0x9fc0490 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05b90, 0x81b2fcc, 1, 0x9d10458, 0) = 0x9fb8140 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b90, 1, 0x9d10458, 0) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b90, 0xbfc05b90, 1, 0x9d10458, 0) = 0xbfc05b01 -_ZN8QPainter9drawRectsEPK6QRectFi(0xbfc05ca0, 0xbfc05a28, 1, 0x9d10458, 0x9d10458) = 0x9fc0490 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b94, 9, 1, 0x9d10458, 0) = 0x9fb80d0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05b98, 0xbfc05b94, 0, 0x3ff00000, 3) = 0xbfc05b98 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05b98, 0xbfc05b98, 0, 0x3ff00000, 3) = 0x9f573c8 -_ZN6QBrushD1Ev(0xbfc05b94, 0xbfc05b98, 0, 0x3ff00000, 3) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05b9c, 19, 1, 0x3ff00000, 3) = 0x9fb8260 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05b9c, 0xbfc05b9c, 1, 0x3ff00000, 3) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 110, 602) = 0x9f1f280 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 130, 602) = 0x9f20078 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 150, 602) = 0x9f1f280 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba0, 3, 1, 150, 602) = 0x9fb81b0 -_ZN4QPenC1ERK6QBrushdN2Qt8PenStyleENS3_11PenCapStyleENS3_12PenJoinStyleE(0xbfc05ba4, 0xbfc05ba0, 0, 0x40000000, 1) = 0xbfc05ba4 -_ZN8QPainter6setPenERK4QPen(0xbfc05ca0, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9fc0490 -_ZN4QPenD1Ev(0xbfc05ba4, 0xbfc05ba4, 0, 0x40000000, 1) = 0x9f62d80 -_ZN6QBrushD1Ev(0xbfc05ba0, 0xbfc05ba4, 0, 0x40000000, 1) = 0xbfc05b01 -_ZN6QBrushC1EN2Qt11GlobalColorENS0_10BrushStyleE(0xbfc05ba8, 19, 1, 0x40000000, 1) = 0x9fb82d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05ba8, 1, 0x40000000, 1) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05ba8, 0xbfc05ba8, 1, 0x40000000, 1) = 0xbfc05b01 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 600) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 100, 590) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 105, 590) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 125, 590) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 590) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 140, 600) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 145, 600) = -30 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc058e0, 1, 165, 600) = -30 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b5c, 19, 0x4069a000, 0, 0x40829800) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b5c, 0x4069a000, 0, 0x40829800) = 0x9f573c8 -_ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE(0xbfc05bec, 0x81b2fcc, 1, 0, 0x40829800) = 0x9fb80d0 -_ZN8QPainter8setBrushERK6QBrush(0xbfc05ca0, 0xbfc05bec, 1, 0, 0x40829800) = 0x9fc0490 -_ZN6QBrushD1Ev(0xbfc05bec, 0xbfc05bec, 1, 0, 0x40829800) = 0xbfc05b01 -_ZN8QPainter11drawPolygonEPK7QPointFiN2Qt8FillRuleE(0xbfc05ca0, 0xbfc05938, 5, 0, 0x40829800) = 0 -_ZN6QColorC1EN2Qt11GlobalColorE(0xbfc05b6c, 3, 5, 0, 0x40829800) = 65280 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0xbfc05b6c, 5, 0, 0x40829800) = 0x9f62d80 -_ZN7QString6numberEii(0xbfc05c18, 15, 10, 0, 0x40829800) = 0xbfc05c18 -_ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_(0xbfc05ca0, 0xbfc05a48, 132, 0xbfc05c18, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3cc0, 0x9fa1998, 36, 32, 85) = 1 -<... _ZN8QPainter8drawTextERK6QRectFiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9cccac0, 0xbfc05bec, 0, 0xbfc05968, 165) = 0x9f81c68 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc05ca0, 1, 0, 205, 0) = 3 -_ZN8QPainter6setPenERK6QColor(0xbfc05ca0, 0x81b300c, 0, 205, 0) = 0x9f573c8 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc05ca0, 0xbfc05c20, 1, 205, 614) = 0 -_ZN8QPainter3endEv(0xbfc05ca0, 0xbfc05cac, 0, 205, 614) = 1 -_ZdlPv(0x9ebf9b0, 0xb76efff4, 0x9fb63f8, 0xb6ecda8d, 0xb76efff4) = 0 -_ZN8QPainterD1Ev(0xbfc05ca0, 0xbfc05cac, 0, 205, 614) = 0 -_ZN12QStyleOptionD1Ev(0xbfc05c60, 0xbfc05cac, 0, 205, 614) = 0x9bf8a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN8QToolBar5eventEP6QEvent(0x9bffeb8, 0xbfc06b54, 0xbfc06b54, 0xb76efff4, 0 -_ZN8QToolBar10paintEventEP11QPaintEvent(0x9bffeb8, 0xbfc06b54, 0x9cf1d90, 1023, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9bffec0, 0, 0xb6c21ff4, 0xb6a0d102, 0x9fb80c8) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9bffec0, 0xbfc06340, 0xbfc06550, 0xb6f28b1f, 0x9fc02a4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9bffec0, 0x9bffec0, 144, 0xb76efff4, 0x9fc02a0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9bffec0, 0x9f816b0, 0, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffec0, 8, 0x9f674dc, 0xb6f05444, 0x9f674dc -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9bffec0, 0x9bffeb8, 0xbfc063fc, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QToolBar10paintEventEP11QPaintEvent resumed> ) = 0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06120) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc05990) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc05d30) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc063c0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc05c30) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc05fd0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9bffeb8, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06100) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN8QToolBar5eventEP6QEvent(0x9c02b98, 0xbfc06ca4, 0xbfc06ca4, 0xb69a472f, 0x9c004e8 -_ZN8QToolBar10paintEventEP11QPaintEvent(0x9c02b98, 0xbfc06ca4, 0x9f6bdd0, 0xb6828ff4, 44 -_ZThn8_NK7QWidget7devTypeEv(0x9c02ba0, 0, 0xb6c21ff4, 0xb65d1011, 0x9f83260) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c02ba0, 0, 0xb66fd440, 0, 1) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c02ba0, 0x9c02ba0, 144, 0xb76efff4, 0xbfc066e0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c02ba0, 0x9f816b0, 0x4072c000, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c02ba0, 8, 0x9f6cbb4, 0xb6f05444, 0x9f6cbb4 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9c02ba0, 0x9c02b98, 0xbfc0654c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QToolBar10paintEventEP11QPaintEvent resumed> ) = 0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c02b98, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc05e60) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c02b98, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc05fb0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c02b98, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06100) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c02b98, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06250) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN8QToolBar5eventEP6QEvent(0x9c4ed58, 0xbfc06df4, 0xbfc06df4, 0xb69a472f, 0x9fa0cf0 -_ZN8QToolBar10paintEventEP11QPaintEvent(0x9c4ed58, 0xbfc06df4, 0x9f6bdd0, 0xb6828ff4, 44 -_ZThn8_NK7QWidget7devTypeEv(0x9c4ed60, 0, 0xb6c21ff4, 0xb65d1011, 0x9f83260) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c4ed60, 0xb76efff4, 0xb76efff4, 0xb6db4840, 0xbfc066e0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c4ed60, 0x9c4ed60, 144, 0xb76efff4, 0xbfc06830) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c4ed60, 0x9f816b0, 0x40854800, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c4ed60, 8, 0x9f3725c, 0xb6f05444, 0x9f3725c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9c4ed60, 0x9c4ed58, 0xbfc0669c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QToolBar10paintEventEP11QPaintEvent resumed> ) = 0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c4ed58, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc063a0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN8QToolBar5eventEP6QEvent(0x9c33df0, 0xbfc06f44, 0xbfc06f44, 0xb69a472f, 0x9fc1a50 -_ZN8QToolBar10paintEventEP11QPaintEvent(0x9c33df0, 0xbfc06f44, 0x9f6bdd0, 0xb6828ff4, 44 -_ZThn8_NK7QWidget7devTypeEv(0x9c33df8, 1, 16, 0xb76efff4, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c33df8, 0, 0x9fb83c8, 0x9fb83c8, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c33df8, 0x9c33df8, 144, 0, -1) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c33df8, 0x9f816b0, 0x40804000, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c33df8, 8, 0x9f52cdc, 0xb6f05444, 0x9f52cdc -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9c33df8, 0x9c33df0, 0xbfc067ec, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QToolBar10paintEventEP11QPaintEvent resumed> ) = 0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c33df0, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc063c0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c33df0, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc064f0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN8QToolBar5eventEP6QEvent(0x9c50830, 0xbfc07094, 0xbfc07094, 0xb69a472f, 0x9fc1a50 -_ZN8QToolBar10paintEventEP11QPaintEvent(0x9c50830, 0xbfc07094, 0x9f6bdd0, 0xb6828ff4, 44 -_ZThn8_NK7QWidget7devTypeEv(0x9c50838, 1, 16, 0xb65d1011, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c50838, 0, 0, 0xb76efff4, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c50838, 0x9c50838, 144, 0, -1) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9c50838, 0x9f816b0, 0x40870000, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c50838, 8, 0x9f3725c, 0xb6f05444, 0x9f3725c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9c50838, 0x9c50830, 0xbfc0693c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QToolBar10paintEventEP11QPaintEvent resumed> ) = 0 -<... _ZN8QToolBar5eventEP6QEvent resumed> ) = 1 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9c50830, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc064f0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0x9bad018, 0xb6d5eed4, 0xbfc07f88) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0x9bad018, 0xb6d5eed4, 0xbfc07f88) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0x9bad018, 0xb6d5eed4, 0xbfc07f88) = 0 -round(0, 0x405ba000, 24, 0xb65d3d3c, 0x9f6bdd0) = 0x405bc000 -_ZN11QMetaObject8activateEP7QObjectPKS_iPPv(0x9cf1bc0, 0x815c5cc, 0, 0, -1 -_ZN7QWidget6updateEv(0x9cf3aa0, 0, 1023, 753, 736) = 8 -<... _ZN11QMetaObject8activateEP7QObjectPKS_iPPv resumed> ) = 0 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf36f8, 0xbfc076e4, 0, 0x407e4000) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf36f8, 0xbfc076e4, 0xbfc076e4, 0xb6d76826, 0xbfc07494 -pthread_mutex_lock(0xbfc07fcc, 0x9f11970, 0xbfc07028, 0xb6fa8d3a, 0xbfc07f88) = 0 -_Znwj(128, 0xbfc07fe4, 4, 0x9bad134, 1515) = 0x9fb8470 -pthread_mutex_unlock(0xbfc07fcc, 0xbfc07fe4, 0xbfc06eb8, 0x80dd6d9, 0x9cf78d8) = 0 -_ZN7QString9fromAsciiEPKci(0xbfc06edc, 0x8157d98, -1, 0x80dc0cc, 0xbfc0707c) = 0xbfc06edc -_ZN7QStringaSERKS_(0x9cf37a8, 0xbfc06edc, -1, 0x80dc0cc, 0xbfc0707c) = 0x9cf37a8 -_ZN7QString9fromAsciiEPKci(0xbfc06edc, 0x8157d98, -1, 0x80dc0cc, 0xbfc0707c) = 0xbfc06edc -_ZN7QStringaSERKS_(0x9cf37ac, 0xbfc06edc, -1, 0x80dc0cc, 0xbfc0707c) = 0x9cf37ac -_ZN7QString9fromAsciiEPKci(0xbfc06edc, 0x8157d98, -1, 0x80dc0cc, 0xbfc0707c) = 0xbfc06edc -_ZN7QStringaSERKS_(0x9cf37b0, 0xbfc06edc, -1, 0x80dc0cc, 0xbfc0707c) = 0x9cf37b0 -_ZN11QMetaObject8activateEP7QObjectPKS_iPPv(0x9cf1bc0, 0x815c5cc, 3, 0, 0xbfc06edc -_ZN6QLabel7setTextERK7QString(0x9d12ed0, 0xbfc06db4, 30, 0xb65d3d3c, 0x9f11968) = 1 -_ZN6QLabel7setTextERK7QString(0x9d13110, 0xbfc06db8, 30, 0xb65d3d3c, 0x9f11968) = 1 -_ZN6QLabel7setTextERK7QString(0x9d13318, 0xbfc06dbc, 30, 0xb65d3d3c, 0x9f11968) = 1 -<... _ZN11QMetaObject8activateEP7QObjectPKS_iPPv resumed> ) = 0 -_ZdlPv(0x9fb8470, 0xbfc06e8c, 3, 31, 0) = 0 -_ZN7QWidget6updateEv(0x9cf36f8, 0xbfc076e4, 1, 0x9cf3aa0, 0xbfc0714c) = 0x9fb5c30 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07500, 0xbfc07500, 0xb76efff4, 0xbfc073c8) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0x9bad018, 0xb6d5eed4, 0xbfc07f88) = 0 -round(0, 0x405ba000, 24, 0xb65d3d3c, 0xbfc07240) = 0x405bc000 -_ZN11QMetaObject8activateEP7QObjectPKS_iPPv(0x9cf1bc0, 0x815c5cc, 0, 0, -1 -_ZN7QWidget6updateEv(0x9cf3aa0, 0xb6391ff4, 0x9bd5d88, 0xb62988d7, 0xbfc07120) = 1 -<... _ZN11QMetaObject8activateEP7QObjectPKS_iPPv resumed> ) = 0 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf36f8, 0xbfc076e4, 0, 0x407e4000) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf36f8, 0xbfc076e4, 0xbfc076e4, 0xb6d76826, 0xbfc07494 -pthread_mutex_lock(0xbfc07fcc, 0x9f6bdd0, 0xbfc07028, 0xb6fa8de0, 0x9cf3b5c) = 0 -_Znwj(128, 0xbfc07fe4, 0x9bff378, 0xb6da6cd0, 0xbfc06e58) = 0x9ebf9b0 -pthread_mutex_unlock(0xbfc07fcc, 0xbfc07fe4, 0xbfc06eb8, 0x80dd6d9, 0x9cf78d8) = 0 -_ZN7QString9fromAsciiEPKci(0xbfc06edc, 0x8157d98, -1, 0x80dc0cc, 0xbfc0707c) = 0xbfc06edc -_ZN7QStringaSERKS_(0x9cf37a8, 0xbfc06edc, -1, 0x80dc0cc, 0xbfc0707c) = 0x9cf37a8 -_ZN7QString9fromAsciiEPKci(0xbfc06edc, 0x8157d98, -1, 0x80dc0cc, 0xbfc0707c) = 0xbfc06edc -_ZN7QStringaSERKS_(0x9cf37ac, 0xbfc06edc, -1, 0x80dc0cc, 0xbfc0707c) = 0x9cf37ac -_ZN7QString9fromAsciiEPKci(0xbfc06edc, 0x8157d98, -1, 0x80dc0cc, 0xbfc0707c) = 0xbfc06edc -_ZN7QStringaSERKS_(0x9cf37b0, 0xbfc06edc, -1, 0x80dc0cc, 0xbfc0707c) = 0x9cf37b0 -_ZN11QMetaObject8activateEP7QObjectPKS_iPPv(0x9cf1bc0, 0x815c5cc, 3, 0, 0xbfc06edc -_ZN6QLabel7setTextERK7QString(0x9d12ed0, 0xbfc06db4, 30, 0xb65d3d3c, 0x9f11968) = 1 -_ZN6QLabel7setTextERK7QString(0x9d13110, 0xbfc06db8, 30, 0xb65d3d3c, 0x9f11968) = 1 -_ZN6QLabel7setTextERK7QString(0x9d13318, 0xbfc06dbc, 30, 0xb65d3d3c, 0x9f11968) = 1 -<... _ZN11QMetaObject8activateEP7QObjectPKS_iPPv resumed> ) = 0 -_ZdlPv(0x9ebf9b0, 0xbfc06e8c, 3, 31, 0) = 0 -_ZN7QWidget6updateEv(0x9cf36f8, 0xbfc076e4, 1, 0x9cf3aa0, 0xbfc0714c) = 513 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07500, 0xbfc07500, 0xb76efff4, 0xbfc073c8) = 0 -_ZN11QMetaObject8activateEP7QObjectPKS_iPPv(0x9cf1bc0, 0x815c5cc, 0, 0, 0xb614cff4 -_ZN7QWidget6updateEv(0x9cf3aa0, 0, 48356, 0xb76efff4, 0x9bfe498) = 1 -<... _ZN11QMetaObject8activateEP7QObjectPKS_iPPv resumed> ) = 0 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf36f8, 0xbfc07810, 0xb614cff4, 0xb614cff4) = 0 -_ZN19QAbstractScrollArea13viewportEventEP6QEvent(0x9cf1bc0, 0xbfc07810, 1, 0xb6db1dce, 0x9cf3890) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf36f8, 0xbfc07810, 0xbfc07810, 0xb6ab59ad, 0 -_ZN7QWidget6updateEv(0x9cf36f8, 0x9c99b90, 0xbfc075a8, 0xb6d65177, 0xbfc075a8) = 513 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc07810, 0xbfc07810, 0xb6ab59ad, 0 -_ZN7QWidget10leaveEventEP6QEvent(0x9cf1bc0, 0xbfc07810, 0xbfc07298, 0x8148911, -1) = 0x815c8e8 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07810, 0xbfc07810, 0xb6ab59ad, 0 -_ZN7QWidget10leaveEventEP6QEvent(0xbfc07f88, 0xbfc07810, 0x9c00938, 0xb6ad826d, 0xbfc072fc) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc077f4, 0xbfc077f4, 0xb76efff4, 0xbfc07830) = 1 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0xbfc07a7c, 0xb6d5eed4, 0xbfc07f88) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0xbfc07a7c, 0xb6d5eed4, 0xbfc07f88) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0xbfc07a7c, 0xb6d5eed4, 0xbfc07f88) = 0 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0xbfc07a7c, 0xb6d5eed4, 0xbfc07f88) = 0 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0x9f11970, 0x9f11970, 0xb76efff4, 0x9f80f28 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 55, 752, 0xb614cff4, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 4, 7, 0xb69a713b, 128) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0xbfc07f90, 144, 0x9fc0c48, 0xbfc072bc) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0x9f816b0, 0, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f90, 8, 0x9f3725c, 0xb6f05444, 0x9f3725c) = 96 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0xbfc07f88, 0xbfc071ec, 0xb76efff4, 0xb76efff4) = 1 -_ZN11QMainWindow5eventEP6QEvent(0xbfc07f88, 0xbfc07364, 0xbfc07364, 0xb6f52481, 0x9f9bff0 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 256, 0xbfc06e08, 0x80cdc8a, 0x9cf7c64) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 23, 0, 0xbfc07f88, 0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0xbfc07f90, 144, 0xb66fd470, 23) = 1 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0x9f816b0, 0, 0, 0) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f90, 8, 0x9f62d8c, 0xb6f05444, 0x9f62d8c) = 96 -_ZThn8_NK7QWidget7devTypeEv(0xbfc07f90, 0xbfc07f88, 0xbfc06e2c, 0xb76efff4, 0xb76efff4) = 1 -_ZN7QWidget10paintEventEP11QPaintEvent(0xbfc07f88, 0xbfc07364, 64, 0xb6f38c8a, 0x9fc06c8) = 0x8159228 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -<... _ZN11QMainWindow5eventEP6QEvent resumed> ) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0, 697, 0xb76efff4, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 4, 7, 0xb69a713b, 128) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc8, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9f816b0, 0, 0, 0x404b8000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc8, 8, 0x9fbff2c, 0xb6f05444, 0x9fbff2c -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06ba0) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc0, 0xbfc06c4c, 0xb76efff4, 0xb76efff4) = 1 -_ZN19QAbstractScrollArea5eventEP6QEvent(0x9cf1bc0, 0xbfc06dc4, 0xbfc06dc4, 0xb6828ff4, 144 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x1fc0578, 0x9cf1bc0, 0xbfc06c5c, 104) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0xbfc0675c, 9, 0xb74cd434, 0xbfc06eb8) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc8, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9f816b0, 0, 0, 0x404b8000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc8, 8, 0x9f573d4, 0xb6f05444, 0x9f573d4 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc067b0) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc0, 0xbfc0685c, 0xb76efff4, 0xb76efff4) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0, 0, 0xb65d0549, 0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0xb6e119fa, 0xb76efff4, 0xb6e05020, 0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc8, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9f816b0, 0, 0, 0x404b8000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc8, 8, 0x9f52cdc, 0xb6f05444, 0x9f52cdc -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 1, 0xb65d0549, 0xbfc06780) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf1bc8, 0x9cf1bc0, 0xbfc0682c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN19QAbstractScrollArea5eventEP6QEvent resumed> ) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0xbfc06824, 0xbfc0682c, 0xb76efff4, 0xbfc07f88) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 1023, 0xb6e11b85, 0xb76efff4, 8) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9cf3700, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9f816b0, 0x4069a000, 0, 0x405a4000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf3700, 8, 0x9f6cbb4, 0xb6f05444, 0x9f6cbb4 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 56, 0xb6828ff4, 0) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9cf36f8, 0xbfc0682c, 0xb76efff4, 0xb76efff4) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf36f8, 0xbfc069a4, 0xb70f2525, 0x9bf3970) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf36f8, 0xbfc069a4, 0xbfc069a4, 0xb6828ff4, 144 -_ZN12QStyleOptionC1Eii(0xbfc063e0, 1, 0, 0xb76efff4, 0xbfc0682c) = 0x9bfd3e8 -_ZN12QStyleOption4initEPK7QWidget(0xbfc063e0, 0x9cf36f8, 0, 0xb76efff4, 1) = 0x9bf8a28 -_ZN8QPainterC1EP12QPaintDevice(0xbfc06478, 0x9cf3700, 0, 0xb76efff4, 0xbfc0682c -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0xbfc06480, 0xbfc06488, 0xb70fd28c, 0xbfc064bc) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0, 0, 0, 0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9cf3700, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9f816b0, 0x4069a000, 0, 0x405a4000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf3700, 8, 0x9fc0d44, 0xb6f05444, 0x9fc0d44 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 56, 0xb76efff4, 1) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3700, 0x9cf36f8, 0xbfc0628c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QPainterC1EP12QPaintDevice resumed> ) = 1 -_ZNK7QWidget5styleEv(0x9cf36f8, 0x9cf3700, 0, 0xb76efff4, 0xbfc0682c) = 0x9cf2438 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc06478, 1, 1, 0xbfc06478, 0x9cf36f8) = 3 -pthread_mutex_lock(0xbfc07fb0, 0xbfc069a4, 0xbfc064b8, 0xb6f52990, 0x9fc0528) = 0 -pthread_mutex_unlock(0xbfc07fb0, 0xb76efff4, 0xbfc0636c, 0, 1) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc06478, 1, 0, 0xbfc06478, 0x9cf36f8) = 3 -pthread_mutex_lock(0xbfc07fcc, 0xbfc069a4, 0xbfc064b8, 0xb6f52990, 0x9fc0528) = 0 -_Znwj(128, 0xbfc07fe4, 119, 0, 0) = 0x9fb80c8 -pthread_mutex_unlock(0xbfc07fcc, 0xbfc07fe4, 0xbfc06378, 0x80dd6d9, 0x9cf78d8) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc06478, 0x81b300c, 0, 0, 0x9cf36f8) = 0x9f4f840 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc06478, 0xbfc06390, 1, 804, 29) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc06478, 0x81b300c, 0, 804, 29) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc06478, 0xbfc06390, 1, 804, 68) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc06478, 0x81b300c, 0, 804, 68) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc06478, 0xbfc06390, 1, 804, 107) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc06478, 0x81b300c, 0, 804, 107) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc06478, 0xbfc06390, 1, 804, 146) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc06478, 0x81b300c, 0, 804, 146) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc06478, 0xbfc06390, 1, 804, 185) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc06478, 0x81b300c, 0, 804, 185) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc06478, 0xbfc06390, 1, 804, 224) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc06478, 0x81b300c, 0, 804, 224) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc06478, 0xbfc06390, 1, 804, 263) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc06478, 0x81b300c, 0, 804, 263) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc06478, 0xbfc06390, 1, 804, 302) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc06478, 0x81b300c, 0, 804, 302) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc06478, 0xbfc06390, 1, 804, 341) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc06478, 0x81b300c, 0, 804, 341) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc06478, 0xbfc06390, 1, 804, 380) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc06478, 0x81b300c, 0, 804, 380) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc06478, 0xbfc06390, 1, 804, 419) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc06478, 0x81b300c, 0, 804, 419) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc06478, 0xbfc06390, 1, 804, 458) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc06478, 0x81b300c, 0, 804, 458) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc06478, 0xbfc06390, 1, 804, 497) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc06478, 0x81b300c, 0, 804, 497) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc06478, 0xbfc06390, 1, 804, 536) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc06478, 0x81b300c, 0, 804, 536) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc06478, 0xbfc06390, 1, 804, 575) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc06478, 0x81b300c, 0, 804, 575) = 1 -_ZN8QPainter9drawLinesEPK5QLinei(0xbfc06478, 0xbfc06390, 1, 804, 614) = 0 -_ZN8QPainter3endEv(0xbfc06478, 0xbfc06484, 0, 804, 614) = 1 -_ZdlPv(0x9fb80c8, 0x81b300c, 0xbfc06368, 0xb6ecdb35, 0xb76efff4) = 0 -_ZN8QPainterD1Ev(0xbfc06478, 0xbfc06484, 0, 804, 614) = 0 -_ZN12QStyleOptionD1Ev(0xbfc063e0, 0xbfc06484, 0, 804, 614) = 0x9bf8a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QObject11eventFilterEPS_P6QEvent(0x9cf1bc0, 0x9cf3aa0, 0xbfc06af4, 0xb6d643a2, 0x9bad018) = 0 -_ZN7QWidget5eventEP6QEvent(0x9cf3aa0, 0xbfc06af4, 0xbfc06af4, 0xb6d627bc, 0x9cf36f8 -_ZN12QStyleOptionC1Eii(0xbfc065d0, 1, 0, 0, 91) = 0x9bfd3e8 -_ZN12QStyleOption4initEPK7QWidget(0xbfc065d0, 0x9cf3aa0, 0, 0xb76efff4, 1) = 0x9bf8a28 -_ZN8QPainterC1EP12QPaintDevice(0xbfc065fc, 0x9cf3aa8, 0, 0, 91 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 23, 0, 0xb714e9ec, 0) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0xb76efff4, 0xbfc06400, 0xb70a62b0, 0xbfc06400) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9cf3aa8, 144, 0xb66fd470, 0xb66fd478) = 1 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9f816b0, 0x4069a000, 0, 0x404b8000) = 1 -_ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf3aa8, 8, 0x9fc1ca4, 0xb6f05444, 0x9fc1ca4 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0x9cf1bc0, 8, 0xb66fd440, 0xb76efff4, 0xbfc07f88 -_ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE(0xbfc07f88, 8, 56, 0xb76efff4, 1) = 96 -<... _ZNK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -<... _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE resumed> ) = 96 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9cf3aa0, 0xbfc0648c, 0xb76efff4, 0xb76efff4) = 1 -<... _ZN8QPainterC1EP12QPaintDevice resumed> ) = 1 -_ZNK7QWidget5styleEv(0x9cf3aa0, 0x9cf3aa8, 0, 0, 91) = 0x9cf2438 -ceil(0x9999999a, 0x40099999, 0x9cf2850, 0xb76efff4, 0x9fc0490) = 0x9cf1bc0 -log10f(0x3456bf95, 0x40099999, 0x9cf2850, 0xb76efff4, 0x9fc0490) = 0x9cf0022 -floorf(0xc0d65df6, 0x40099999, 0x9cf2850, 0xb76efff4, 0x9fc0490) = 0x9cf0022 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc06384, 0xbfc06538, 0xbfc0638c, 0xb6f3990c, 0x9fc0528) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc06384, 2, 0xbfc0638c, 0xb6f3990c, 0x9fc0528) = 2 -_Z5fixedR11QTextStream(0xbfc06384, 0xbfc06384, 0, 0x40240000, 0xb76efff4) = 0xbfc06384 -_Z9forcesignR11QTextStream(0xbfc06384, 0xbfc06384, 0, 0x40240000, 0xb76efff4) = 0xbfc06384 -_ZN11QTextStreamlsEd(0xbfc06384, 0, 0, 0xb6f3990c, 0) = 0xbfc06384 -_ZN11QTextStreamlsERK7QString(0xbfc06384, 0x81b2e68, 0, 0xb6f3990c, 0) = 0xbfc06384 -_ZN11QTextStreamlsEPKc(0xbfc06384, 0x8157081, 0, 0xb6f3990c, 0) = 0xbfc06384 -_ZN11QTextStreamD1Ev(0xbfc06384, 0x8157081, 0, 0xb6f3990c, 0) = 0 -_ZN8QPainter12boundingRectERK5QRectiRK7QString(0xbfc06438, 0xbfc065fc, 0xbfc06380, 33, 0xbfc06538) = 0xbfc06438 -_ZN7QString4freeEPNS_4DataE(0x9fb8178, 0, 0x7ffffffe, 0x7ffffffe, 0x9bff378) = 0x9fc1a48 -_ZN7QString16fromAscii_helperEPKci(0x81570b8, -1, 0x7ffffffe, 0x7ffffffe, 0x9bff378) = 0x9cb7c40 -_ZN8QPainter12boundingRectERK5QRectiRK7QString(0xbfc06448, 0xbfc065fc, 0xbfc06380, 33, 0xbfc06540) = 0xbfc06448 -_ZN7QString4freeEPNS_4DataE(0x9cb7c40, 0, 0x7ffffffe, 0x7ffffffe, 0x9bff378) = 0 -_ZN8QPainter6setPenERK6QColor(0xbfc065fc, 0x81b2f60, 0, 0, 0x7fffffff) = 0x9f37250 -log10f(0x332bcc77, 0x81b2f60, 0, 0, 0x7fffffff) = 0x9f30020 -floorf(0xc0ecbbed, 0x81b2f60, 0, 0, 0x7fffffff) = 0x9f30020 -floor(0, 0, 0, 0, 0x7fffffff) = 0x9cf1bc0 -floor(0, 0x3ff00000, 0, 0, 0x7fffffff) = 0x9cf1bc0 -round(0, 0x3ff00000, 0, 0, 0x7fffffff) = 0x3ff00000 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc06384, 0xbfc06548, 0xbfc0638c, 65535, 0) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc06384, 2, 0xbfc0638c, 65535, 0) = 2 -_Z5fixedR11QTextStream(0xbfc06384, 0xbfc06384, 0, 0x40240000, 0xb76efff4) = 0xbfc06384 -_Z9forcesignR11QTextStream(0xbfc06384, 0xbfc06384, 0, 0x40240000, 0xb76efff4) = 0xbfc06384 -_ZN11QTextStreamlsEd(0xbfc06384, 0, 0x40768000, 65535, 0) = 0xbfc06384 -_ZN11QTextStreamlsERK7QString(0xbfc06384, 0x81b2e68, 0x40768000, 65535, 0) = 0xbfc06384 -_ZN11QTextStreamlsEPKc(0xbfc06384, 0x8157081, 0x40768000, 65535, 0) = 0xbfc06384 -_ZN11QTextStreamD1Ev(0xbfc06384, 0x8157081, 0x40768000, 65535, 0) = 0 -_ZN8QPainter12boundingRectERK5QRectiRK7QString(0xbfc06458, 0xbfc065fc, 0xbfc06380, 33, 0xbfc06548) = 0xbfc06458 -_ZN7QString4freeEPNS_4DataE(0x9f81390, 0, 0x7ffffffe, 0x7ffffffe, 0xb76efff4) = 0x9fb8170 -floor(0, 0, 0x7ffffffe, 0x7ffffffe, 0xb76efff4) = 0 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc06384, 0xbfc06550, 0xbfc0638c, 0x813764e, 0xbfc06458) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc06384, 2, 0xbfc0638c, 0x813764e, 0xbfc06458) = 2 -_Z5fixedR11QTextStream(0xbfc06384, 0xbfc06384, 0, 0x40240000, 0xb76efff4) = 0xbfc06384 -_Z9forcesignR11QTextStream(0xbfc06384, 0xbfc06384, 0, 0x40240000, 0xb76efff4) = 0xbfc06384 -_ZN11QTextStreamlsEd(0xbfc06384, 0, 0, 0x813764e, 0) = 0xbfc06384 -_ZN11QTextStreamlsERK7QString(0xbfc06384, 0x81b2e68, 0, 0x813764e, 0) = 0xbfc06384 -_ZN11QTextStreamlsEPKc(0xbfc06384, 0x8157081, 0, 0x813764e, 0) = 0xbfc06384 -_ZN11QTextStreamD1Ev(0xbfc06384, 0x8157081, 0, 0x813764e, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc065fc, 0xbfc06380, 676, 0xbfc06550, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9c58528, 0x9c4fbb0, 0x9c21248, 0xbfc02dc8) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f80ae8, 10, -1, 24, 0xb76efff4) = 0x9f81388 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 1) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 1) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0, 0, 0x40490000, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc06384, 0xbfc06550, 0xbfc0638c, 0x81375a1, 0xbfc065fc) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc06384, 2, 0xbfc0638c, 0x81375a1, 0xbfc065fc) = 2 -_Z5fixedR11QTextStream(0xbfc06384, 0xbfc06384, 0, 0x40240000, 0xb76efff4) = 0xbfc06384 -_Z9forcesignR11QTextStream(0xbfc06384, 0xbfc06384, 0, 0x40240000, 0xb76efff4) = 0xbfc06384 -_ZN11QTextStreamlsEd(0xbfc06384, 0, 0x40790000, 0x81375a1, 0) = 0xbfc06384 -_ZN11QTextStreamlsERK7QString(0xbfc06384, 0x81b2e68, 0x40790000, 0x81375a1, 0) = 0xbfc06384 -_ZN11QTextStreamlsEPKc(0xbfc06384, 0x8157081, 0x40790000, 0x81375a1, 0) = 0xbfc06384 -_ZN11QTextStreamD1Ev(0xbfc06384, 0x8157081, 0x40790000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc065fc, 0xbfc06380, 676, 0xbfc06550, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9f9e488, 32, 32, 223) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9fb8178, 10, 79, 24, 0) = 0x9f80ae0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 1) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, -1) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x3ff00000, 0, 0x40490000, 0) = 1 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc06384, 0xbfc06550, 0xbfc0638c, 0x81375a1, 0xbfc065fc) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc06384, 2, 0xbfc0638c, 0x81375a1, 0xbfc065fc) = 2 -_Z5fixedR11QTextStream(0xbfc06384, 0xbfc06384, 0, 0x40240000, 0xb76efff4) = 0xbfc06384 -_Z9forcesignR11QTextStream(0xbfc06384, 0xbfc06384, 0, 0x40240000, 0xb76efff4) = 0xbfc06384 -_ZN11QTextStreamlsEd(0xbfc06384, 0, 0x40890000, 0x81375a1, 0) = 0xbfc06384 -_ZN11QTextStreamlsERK7QString(0xbfc06384, 0x81b2e68, 0x40890000, 0x81375a1, 0) = 0xbfc06384 -_ZN11QTextStreamlsEPKc(0xbfc06384, 0x8157081, 0x40890000, 0x81375a1, 0) = 0xbfc06384 -_ZN11QTextStreamD1Ev(0xbfc06384, 0x8157081, 0x40890000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc065fc, 0xbfc06380, 676, 0xbfc06550, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0258, 32, 32, 311) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f81c60, 10, 159, 24, 0) = 0x9fb8170 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 1) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40000000, 0, 0x40490000, 0) = 2 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 1) = 3 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc06384, 0xbfc06550, 0xbfc0638c, 0x81375a1, 0xbfc065fc) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc06384, 2, 0xbfc0638c, 0x81375a1, 0xbfc065fc) = 2 -_Z5fixedR11QTextStream(0xbfc06384, 0xbfc06384, 0, 0x40240000, 0xb76efff4) = 0xbfc06384 -_Z9forcesignR11QTextStream(0xbfc06384, 0xbfc06384, 0, 0x40240000, 0xb76efff4) = 0xbfc06384 -_ZN11QTextStreamlsEd(0xbfc06384, 0, 0x4092c000, 0x81375a1, 0) = 0xbfc06384 -_ZN11QTextStreamlsERK7QString(0xbfc06384, 0x81b2e68, 0x4092c000, 0x81375a1, 0) = 0xbfc06384 -_ZN11QTextStreamlsEPKc(0xbfc06384, 0x8157081, 0x4092c000, 0x81375a1, 0) = 0xbfc06384 -_ZN11QTextStreamD1Ev(0xbfc06384, 0x8157081, 0x4092c000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc065fc, 0xbfc06380, 676, 0xbfc06550, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0258, 32, 32, 391) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9fc1a50, 10, 238, 24, 1) = 0x9f81c58 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, -1) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40080000, 0, 0x40490000, 0) = 3 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc06384, 0xbfc06550, 0xbfc0638c, 0x81375a1, 0xbfc065fc) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc06384, 2, 0xbfc0638c, 0x81375a1, 0xbfc065fc) = 2 -_Z5fixedR11QTextStream(0xbfc06384, 0xbfc06384, 0, 0x40240000, 0xb76efff4) = 0xbfc06384 -_Z9forcesignR11QTextStream(0xbfc06384, 0xbfc06384, 0, 0x40240000, 0xb76efff4) = 0xbfc06384 -_ZN11QTextStreamlsEd(0xbfc06384, 0, 0x40990000, 0x81375a1, 0) = 0xbfc06384 -_ZN11QTextStreamlsERK7QString(0xbfc06384, 0x81b2e68, 0x40990000, 0x81375a1, 0) = 0xbfc06384 -_ZN11QTextStreamlsEPKc(0xbfc06384, 0x8157081, 0x40990000, 0x81375a1, 0) = 0xbfc06384 -_ZN11QTextStreamD1Ev(0xbfc06384, 0x8157081, 0x40990000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc065fc, 0xbfc06380, 676, 0xbfc06550, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 473) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f62d80, 10, 319, 24, 0) = 0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 0) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40100000, 0, 0x40490000, 1) = 4 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, -1) = 5 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc06384, 0xbfc06550, 0xbfc0638c, 0x81375a1, 0xbfc065fc) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc06384, 2, 0xbfc0638c, 0x81375a1, 0xbfc065fc) = 2 -_Z5fixedR11QTextStream(0xbfc06384, 0xbfc06384, 0, 0x40240000, 0xb76efff4) = 0xbfc06384 -_Z9forcesignR11QTextStream(0xbfc06384, 0xbfc06384, 0, 0x40240000, 0xb76efff4) = 0xbfc06384 -_ZN11QTextStreamlsEd(0xbfc06384, 0, 0x409f4000, 0x81375a1, 0) = 0xbfc06384 -_ZN11QTextStreamlsERK7QString(0xbfc06384, 0x81b2e68, 0x409f4000, 0x81375a1, 0) = 0xbfc06384 -_ZN11QTextStreamlsEPKc(0xbfc06384, 0x8157081, 0x409f4000, 0x81375a1, 0) = 0xbfc06384 -_ZN11QTextStreamD1Ev(0xbfc06384, 0x8157081, 0x409f4000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc065fc, 0xbfc06380, 676, 0xbfc06550, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 554) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9fbff20, 10, 399, 24, -1) = 0x9f62d78 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 0) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 1) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40140000, 0, 0x40490000, 1) = 5 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, -1) = 6 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc06384, 0xbfc06550, 0xbfc0638c, 0x81375a1, 0xbfc065fc) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc06384, 2, 0xbfc0638c, 0x81375a1, 0xbfc065fc) = 2 -_Z5fixedR11QTextStream(0xbfc06384, 0xbfc06384, 0, 0x40240000, 0xb76efff4) = 0xbfc06384 -_Z9forcesignR11QTextStream(0xbfc06384, 0xbfc06384, 0, 0x40240000, 0xb76efff4) = 0xbfc06384 -_ZN11QTextStreamlsEd(0xbfc06384, 0, 0x40a2c000, 0x81375a1, 0) = 0xbfc06384 -_ZN11QTextStreamlsERK7QString(0xbfc06384, 0x81b2e68, 0x40a2c000, 0x81375a1, 0) = 0xbfc06384 -_ZN11QTextStreamlsEPKc(0xbfc06384, 0x8157081, 0x40a2c000, 0x81375a1, 0) = 0xbfc06384 -_ZN11QTextStreamD1Ev(0xbfc06384, 0x8157081, 0x40a2c000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc065fc, 0xbfc06380, 676, 0xbfc06550, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 634) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f573c8, 10, 478, 24, -1) = 0x9fbff18 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, -1) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40180000, 0, 0x40490000, 0) = 6 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc06384, 0xbfc06550, 0xbfc0638c, 0x81375a1, 0xbfc065fc) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc06384, 2, 0xbfc0638c, 0x81375a1, 0xbfc065fc) = 2 -_Z5fixedR11QTextStream(0xbfc06384, 0xbfc06384, 0, 0x40240000, 0xb76efff4) = 0xbfc06384 -_Z9forcesignR11QTextStream(0xbfc06384, 0xbfc06384, 0, 0x40240000, 0xb76efff4) = 0xbfc06384 -_ZN11QTextStreamlsEd(0xbfc06384, 0, 0x40a5e000, 0x81375a1, 0) = 0xbfc06384 -_ZN11QTextStreamlsERK7QString(0xbfc06384, 0x81b2e68, 0x40a5e000, 0x81375a1, 0) = 0xbfc06384 -_ZN11QTextStreamlsEPKc(0xbfc06384, 0x8157081, 0x40a5e000, 0x81375a1, 0) = 0xbfc06384 -_ZN11QTextStreamD1Ev(0xbfc06384, 0x8157081, 0x40a5e000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc065fc, 0xbfc06380, 676, 0xbfc06550, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 713) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f52cd0, 10, 559, 24, 0) = 0x9f573c0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x401c0000, 0, 0x40490000, 0) = 7 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc06384, 0xbfc06550, 0xbfc0638c, 0x81375a1, 0xbfc065fc) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc06384, 2, 0xbfc0638c, 0x81375a1, 0xbfc065fc) = 2 -_Z5fixedR11QTextStream(0xbfc06384, 0xbfc06384, 0, 0x40240000, 0xb76efff4) = 0xbfc06384 -_Z9forcesignR11QTextStream(0xbfc06384, 0xbfc06384, 0, 0x40240000, 0xb76efff4) = 0xbfc06384 -_ZN11QTextStreamlsEd(0xbfc06384, 0, 0x40a90000, 0x81375a1, 0) = 0xbfc06384 -_ZN11QTextStreamlsERK7QString(0xbfc06384, 0x81b2e68, 0x40a90000, 0x81375a1, 0) = 0xbfc06384 -_ZN11QTextStreamlsEPKc(0xbfc06384, 0x8157081, 0x40a90000, 0x81375a1, 0) = 0xbfc06384 -_ZN11QTextStreamD1Ev(0xbfc06384, 0x8157081, 0x40a90000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc065fc, 0xbfc06380, 676, 0xbfc06550, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 794) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f6cba8, 10, 639, 24, 0) = 0x9f52cc8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40200000, 0, 0x40490000, 0) = 8 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc06384, 0xbfc06550, 0xbfc0638c, 0x81375a1, 0xbfc065fc) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc06384, 2, 0xbfc0638c, 0x81375a1, 0xbfc065fc) = 2 -_Z5fixedR11QTextStream(0xbfc06384, 0xbfc06384, 0, 0x40240000, 0xb76efff4) = 0xbfc06384 -_Z9forcesignR11QTextStream(0xbfc06384, 0xbfc06384, 0, 0x40240000, 0xb76efff4) = 0xbfc06384 -_ZN11QTextStreamlsEd(0xbfc06384, 1, 0x40ac2000, 0x81375a1, 1) = 0xbfc06384 -_ZN11QTextStreamlsERK7QString(0xbfc06384, 0x81b2e68, 0x40ac2000, 0x81375a1, 1) = 0xbfc06384 -_ZN11QTextStreamlsEPKc(0xbfc06384, 0x8157081, 0x40ac2000, 0x81375a1, 1) = 0xbfc06384 -_ZN11QTextStreamD1Ev(0xbfc06384, 0x8157081, 0x40ac2000, 0x81375a1, 1) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc065fc, 0xbfc06380, 676, 0xbfc06550, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 874) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9f4f840, 10, 719, 24, 0) = 0x9f6cba0 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 1) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, 0) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40220000, 0, 0x40490000, -1) = 9 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40240000, 0, 0x40490000, 0) = 10 -pow(0, 0x40240000, 0, 0x40220000, 9) = 1 -_ZN11QTextStreamC1EP7QString6QFlagsIN9QIODevice12OpenModeFlagEE(0xbfc06384, 0xbfc06550, 0xbfc0638c, 0x81375a1, 0xbfc065fc) = 3 -_ZN11QTextStream22setRealNumberPrecisionEi(0xbfc06384, 2, 0xbfc0638c, 0x81375a1, 0xbfc065fc) = 2 -_Z5fixedR11QTextStream(0xbfc06384, 0xbfc06384, 0, 0x40240000, 0xb76efff4) = 0xbfc06384 -_Z9forcesignR11QTextStream(0xbfc06384, 0xbfc06384, 0, 0x40240000, 0xb76efff4) = 0xbfc06384 -_ZN11QTextStreamlsEd(0xbfc06384, 0, 0x40af4000, 0x81375a1, 0) = 0xbfc06384 -_ZN11QTextStreamlsERK7QString(0xbfc06384, 0x81b2e68, 0x40af4000, 0x81375a1, 0) = 0xbfc06384 -_ZN11QTextStreamlsEPKc(0xbfc06384, 0x8157081, 0x40af4000, 0x81375a1, 0) = 0xbfc06384 -_ZN11QTextStreamD1Ev(0xbfc06384, 0x8157081, 0x40af4000, 0x81375a1, 0) = 0 -_ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_(0xbfc065fc, 0xbfc06380, 676, 0xbfc06550, 0 -_ZThn8_NK7QWidget7devTypeEv(0x9cf3aa8, 0x9fa0aa8, 32, 32, 954) = 1 -<... _ZN8QPainter8drawTextERK5QRectiRK7QStringPS0_ resumed> ) = 0 -_ZN7QString4freeEPNS_4DataE(0x9fc0d38, 10, 799, 24, 0) = 0x9f4f838 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -floor(0, 0x40240000, 0, 0x40490000, 0) = 10 -_ZN8QPainter9drawLinesEPK6QLineFi(0xbfc065fc, 0xbfc06370, 1, 0xb76efff4, 1) = 0 -_ZN8QPainter13setRenderHintENS_10RenderHintEb(0xbfc065fc, 1, 1, 0xbfc065fc, 0x9cf3aa0) = 3 -_ZN8QPainter3endEv(0xbfc065fc, 0xbfc065fc, 1, 0xbfc065fc, 0x9cf3aa0) = 1 -_ZN8QPainterD1Ev(0xbfc065fc, 0xbfc065fc, 1, 0xbfc065fc, 0x9cf3aa0) = 0 -_ZN12QStyleOptionD1Ev(0xbfc065d0, 0xbfc065fc, 1, 0xbfc065fc, 0x9cf3aa0) = 0x9bf8a28 -<... _ZN7QWidget5eventEP6QEvent resumed> ) = 1 -_ZN7QWidget8x11EventEP7_XEvent(0xbfc07f88, 0xbfc07b9c, 0x9bad018, 0xb6d5eed4, 0xbfc07f88) = 0 ---- SIGINT (Interrupt) --- -+++ killed by SIGINT +++ diff --git a/DSLogic-gui/pv/data/dsosnapshot.cpp b/DSLogic-gui/pv/data/dsosnapshot.cpp index b121a01c..fb05e5d8 100644 --- a/DSLogic-gui/pv/data/dsosnapshot.cpp +++ b/DSLogic-gui/pv/data/dsosnapshot.cpp @@ -70,8 +70,8 @@ void DsoSnapshot::append_payload(const sr_datafeed_dso &dso) append_payload_to_envelope_levels(); } -const uint16_t* DsoSnapshot::get_samples( - int64_t start_sample, int64_t end_sample) const +const uint8_t *DsoSnapshot::get_samples( + int64_t start_sample, int64_t end_sample, uint16_t index) const { assert(start_sample >= 0); assert(start_sample < (int64_t)get_sample_count()); @@ -85,7 +85,7 @@ const uint16_t* DsoSnapshot::get_samples( // memcpy(data, (uint16_t*)_data + start_sample, sizeof(uint16_t) * // (end_sample - start_sample)); // return data; - return (uint16_t*)_data + start_sample; + return (uint8_t*)_data + start_sample * _channel_num + index; } void DsoSnapshot::get_envelope_section(EnvelopeSection &s, @@ -150,7 +150,7 @@ void DsoSnapshot::append_payload_to_envelope_levels() dest_ptr = e0.samples + prev_length; // Iterate through the samples to populate the first level mipmap - const uint16_t *const stop_src_ptr = (uint16_t*)_data + + const uint8_t *const stop_src_ptr = (uint8_t*)_data + e0.length * EnvelopeScaleFactor * _channel_num; // for (const uint16_t *src_ptr = (uint16_t*)_data + // prev_length * EnvelopeScaleFactor; @@ -163,13 +163,13 @@ void DsoSnapshot::append_payload_to_envelope_levels() // *dest_ptr++ = sub_sample; // } - for (const uint16_t *src_ptr = (uint16_t*)_data + + for (const uint8_t *src_ptr = (uint8_t*)_data + prev_length * EnvelopeScaleFactor * _channel_num + i; src_ptr < stop_src_ptr; src_ptr += EnvelopeScaleFactor * _channel_num) { - const uint16_t * begin_src_ptr = + const uint8_t * begin_src_ptr = src_ptr; - const uint16_t *const end_src_ptr = + const uint8_t *const end_src_ptr = src_ptr + EnvelopeScaleFactor * _channel_num; EnvelopeSample sub_sample; diff --git a/DSLogic-gui/pv/data/dsosnapshot.h b/DSLogic-gui/pv/data/dsosnapshot.h index 12dc1e4c..155dd722 100644 --- a/DSLogic-gui/pv/data/dsosnapshot.h +++ b/DSLogic-gui/pv/data/dsosnapshot.h @@ -40,8 +40,8 @@ class DsoSnapshot : public Snapshot public: struct EnvelopeSample { - uint16_t min; - uint16_t max; + uint8_t min; + uint8_t max; }; struct EnvelopeSection @@ -74,8 +74,8 @@ public: void append_payload(const sr_datafeed_dso &dso); - const uint16_t* get_samples(int64_t start_sample, - int64_t end_sample) const; + const uint8_t* get_samples(int64_t start_sample, + int64_t end_sample, uint16_t index) const; void get_envelope_section(EnvelopeSection &s, uint64_t start, uint64_t end, float min_length, int probe_index) const; diff --git a/DSLogic-gui/pv/dialogs/deviceoptions.cpp b/DSLogic-gui/pv/dialogs/deviceoptions.cpp index 8dfd14a6..726fc92a 100644 --- a/DSLogic-gui/pv/dialogs/deviceoptions.cpp +++ b/DSLogic-gui/pv/dialogs/deviceoptions.cpp @@ -194,6 +194,7 @@ void DeviceOptions::disable_all_probes() void DeviceOptions::mode_changed(QString mode) { + (void)mode; // Commit mode sr_config_set(_sdi, SR_CONF_DEVICE_MODE, g_variant_new_string(_mode_comboBox.currentText().toLocal8Bit())); setup_probes(); diff --git a/DSLogic-gui/pv/dock/dsotriggerdock.cpp b/DSLogic-gui/pv/dock/dsotriggerdock.cpp new file mode 100644 index 00000000..d8f8277d --- /dev/null +++ b/DSLogic-gui/pv/dock/dsotriggerdock.cpp @@ -0,0 +1,196 @@ +/* + * This file is part of the DSLogic-gui project. + * DSLogic-gui is based on PulseView. + * + * Copyright (C) 2012 Joel Holdsworth + * Copyright (C) 2013 DreamSourceLab + * + * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + + +#include "dsotriggerdock.h" +#include "../sigsession.h" + +#include +#include +#include +#include +#include +#include + +#include +#include +#include + +#include "libsigrok4DSLogic/libsigrok.h" + +namespace pv { +namespace dock { + +DsoTriggerDock::DsoTriggerDock(QWidget *parent, SigSession &session) : + QWidget(parent), + _session(session) +{ + QLabel *position_label = new QLabel("Trigger Position: ", this); + position_spinBox = new QSpinBox(this); + position_spinBox->setRange(0, 99); + position_spinBox->setButtonSymbols(QAbstractSpinBox::NoButtons); + position_slider = new QSlider(Qt::Horizontal, this); + position_slider->setRange(0, 99); + connect(position_slider, SIGNAL(valueChanged(int)), position_spinBox, SLOT(setValue(int))); + connect(position_spinBox, SIGNAL(valueChanged(int)), position_slider, SLOT(setValue(int))); + connect(position_slider, SIGNAL(valueChanged(int)), this, SLOT(pos_changed(int))); + + QLabel *tSource_labe = new QLabel("Trigger Sources: ", this); + QRadioButton *auto_radioButton = new QRadioButton("Auto"); + auto_radioButton->setChecked(true); + QRadioButton *ch0_radioButton = new QRadioButton("Channel 0"); + QRadioButton *ch1_radioButton = new QRadioButton("Channel 1"); + QRadioButton *ch0a1_radioButton = new QRadioButton("Channel 0 && Channel 1"); + QRadioButton *ch0o1_radioButton = new QRadioButton("Channel 0 | Channel 1"); + connect(auto_radioButton, SIGNAL(clicked()), this, SLOT(source_changed())); + connect(ch0_radioButton, SIGNAL(clicked()), this, SLOT(source_changed())); + connect(ch1_radioButton, SIGNAL(clicked()), this, SLOT(source_changed())); + connect(ch0a1_radioButton, SIGNAL(clicked()), this, SLOT(source_changed())); + connect(ch0o1_radioButton, SIGNAL(clicked()), this, SLOT(source_changed())); + + QLabel *tType_labe = new QLabel("Trigger Types: ", this); + QRadioButton *rising_radioButton = new QRadioButton("Rising Edge"); + rising_radioButton->setChecked(true); + QRadioButton *falling_radioButton = new QRadioButton("Falling Edge"); + connect(rising_radioButton, SIGNAL(clicked()), this, SLOT(type_changed())); + connect(falling_radioButton, SIGNAL(clicked()), this, SLOT(type_changed())); + + source_group=new QButtonGroup(this); + type_group=new QButtonGroup(this); + + source_group->addButton(auto_radioButton); + source_group->addButton(ch0_radioButton); + source_group->addButton(ch1_radioButton); + source_group->addButton(ch0a1_radioButton); + source_group->addButton(ch0o1_radioButton); + source_group->setId(auto_radioButton, DSO_TRIGGER_AUTO); + source_group->setId(ch0_radioButton, DSO_TRIGGER_CH0); + source_group->setId(ch1_radioButton, DSO_TRIGGER_CH1); + source_group->setId(ch0a1_radioButton, DSO_TRIGGER_CH0A1); + source_group->setId(ch0o1_radioButton, DSO_TRIGGER_CH0O1); + + type_group->addButton(rising_radioButton); + type_group->addButton(falling_radioButton); + type_group->setId(rising_radioButton, DSO_TRIGGER_RISING); + type_group->setId(falling_radioButton, DSO_TRIGGER_FALLING); + + QVBoxLayout *layout = new QVBoxLayout(this); + QGridLayout *gLayout = new QGridLayout(); + gLayout->addWidget(position_label, 0, 0); + gLayout->addWidget(position_spinBox, 0, 1); + gLayout->addWidget(new QLabel(this), 0, 2); + gLayout->addWidget(position_slider, 1, 0, 1, 3); + + gLayout->addWidget(new QLabel(this), 2, 0); + gLayout->addWidget(tSource_labe, 3, 0); + gLayout->addWidget(auto_radioButton, 4, 0); + gLayout->addWidget(ch0_radioButton, 5, 0); + gLayout->addWidget(ch1_radioButton, 5, 1); + gLayout->addWidget(ch0a1_radioButton, 6, 0); + gLayout->addWidget(ch0o1_radioButton, 6, 1); + + gLayout->addWidget(new QLabel(this), 7, 0); + gLayout->addWidget(tType_labe, 8, 0); + gLayout->addWidget(rising_radioButton, 9, 0); + gLayout->addWidget(falling_radioButton, 10, 0); + + gLayout->setColumnStretch(3, 1); + + layout->addLayout(gLayout); + layout->addStretch(1); + setLayout(layout); +} + +DsoTriggerDock::~DsoTriggerDock() +{ +} + +void DsoTriggerDock::paintEvent(QPaintEvent *) +{ + QStyleOption opt; + opt.init(this); + QPainter p(this); + style()->drawPrimitive(QStyle::PE_Widget, &opt, &p, this); +} + +void DsoTriggerDock::pos_changed(int pos) +{ + int ret; + quint32 real_pos; + real_pos = pos*_session.get_total_sample_len()/100.0f; + real_pos = (_session.get_last_sample_rate() > SR_MHZ(100)) ? real_pos/2 : real_pos; + ret = sr_config_set(_session.get_device(), SR_CONF_HORIZ_TRIGGERPOS, g_variant_new_uint32(real_pos)); + if (ret != SR_OK) { + QMessageBox msg(this); + msg.setText("Trigger Setting Issue"); + msg.setInformativeText("Change horiz trigger position failed!"); + msg.setStandardButtons(QMessageBox::Ok); + msg.setIcon(QMessageBox::Warning); + msg.exec(); + } +} + +void DsoTriggerDock::source_changed() +{ + int id = source_group->checkedId(); + int ret; + + ret = sr_config_set(_session.get_device(), SR_CONF_TRIGGER_SOURCE, g_variant_new_byte(id)); + if (ret != SR_OK) { + QMessageBox msg(this); + msg.setText("Trigger Setting Issue"); + msg.setInformativeText("Change trigger source failed!"); + msg.setStandardButtons(QMessageBox::Ok); + msg.setIcon(QMessageBox::Warning); + msg.exec(); + } +} + +void DsoTriggerDock::type_changed() +{ + int id = type_group->checkedId(); + int ret; + + ret = sr_config_set(_session.get_device(), SR_CONF_TRIGGER_SLOPE, g_variant_new_byte(id)); + if (ret != SR_OK) { + QMessageBox msg(this); + msg.setText("Trigger Setting Issue"); + msg.setInformativeText("Change trigger type failed!"); + msg.setStandardButtons(QMessageBox::Ok); + msg.setIcon(QMessageBox::Warning); + msg.exec(); + } +} + +void DsoTriggerDock::device_change() +{ + if (strcmp(_session.get_device()->driver->name, "DSLogic") != 0) { + position_spinBox->setDisabled(true); + position_slider->setDisabled(true); + } else { + position_spinBox->setDisabled(false); + position_slider->setDisabled(false); + } +} + +} // namespace dock +} // namespace pv diff --git a/DSLogic-gui/pv/dock/dsotriggerdock.h b/DSLogic-gui/pv/dock/dsotriggerdock.h new file mode 100644 index 00000000..5c135c45 --- /dev/null +++ b/DSLogic-gui/pv/dock/dsotriggerdock.h @@ -0,0 +1,76 @@ +/* + * This file is part of the DSLogic-gui project. + * DSLogic-gui is based on PulseView. + * + * Copyright (C) 2012 Joel Holdsworth + * Copyright (C) 2013 DreamSourceLab + * + * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + + +#ifndef DSLOGIC_PV_DSOTRIGGERDOCK_H +#define DSLOGIC_PV_DSOTRIGGERDOCK_H + +#include +#include +#include +#include + +#include + +#include + +namespace pv { + +class SigSession; + +namespace dock { + +class DsoTriggerDock : public QWidget +{ + Q_OBJECT + +public: + DsoTriggerDock(QWidget *parent, SigSession &session); + ~DsoTriggerDock(); + + void paintEvent(QPaintEvent *); + + void device_change(); + +signals: + +private slots: + void pos_changed(int pos); + void source_changed(); + void type_changed(); + +private: + +private: + SigSession &_session; + + QSpinBox *position_spinBox; + QSlider *position_slider; + + QButtonGroup *source_group; + QButtonGroup *type_group; +}; + +} // namespace dock +} // namespace pv + +#endif // DSLOGIC_PV_DSOTRIGGERDOCK_H diff --git a/DSLogic-gui/pv/mainwindow.cpp b/DSLogic-gui/pv/mainwindow.cpp index 585f0683..9a7bb846 100644 --- a/DSLogic-gui/pv/mainwindow.cpp +++ b/DSLogic-gui/pv/mainwindow.cpp @@ -57,6 +57,7 @@ #include "dock/protocoldock.h" #include "dock/triggerdock.h" +#include "dock/dsotriggerdock.h" #include "dock/measuredock.h" #include "dock/searchdock.h" @@ -235,6 +236,14 @@ void MainWindow::setup_ui() _trigger_widget = new dock::TriggerDock(_trigger_dock, _session); _trigger_dock->setWidget(_trigger_widget); + _dso_trigger_dock=new QDockWidget(tr("Trigger Setting..."),this); + _dso_trigger_dock->setFeatures(QDockWidget::NoDockWidgetFeatures); + _dso_trigger_dock->setAllowedAreas(Qt::RightDockWidgetArea); + _dso_trigger_dock->setVisible(false); + _dso_trigger_widget = new dock::DsoTriggerDock(_dso_trigger_dock, _session); + _dso_trigger_dock->setWidget(_dso_trigger_widget); + + // Setup _view widget _view = new pv::view::View(_session, this); _vertical_layout->addWidget(_view); @@ -250,9 +259,9 @@ void MainWindow::setup_ui() SLOT(update())); connect(_sampling_bar, SIGNAL(device_reload()), this, SLOT(init())); - connect(_sampling_bar, SIGNAL(run_stop()), this, - SLOT(run_stop())); - addToolBar(_sampling_bar); + connect(_sampling_bar, SIGNAL(run_stop()), this, + SLOT(run_stop())); + addToolBar(_sampling_bar); addToolBar(_trig_bar); addToolBar(_device_bar); addToolBar(_file_bar); @@ -296,6 +305,7 @@ void MainWindow::setup_ui() _trigger_dock->setObjectName(tr("triggerDock")); addDockWidget(Qt::RightDockWidgetArea,_protocol_dock); addDockWidget(Qt::RightDockWidgetArea,_trigger_dock); + addDockWidget(Qt::RightDockWidgetArea,_dso_trigger_dock); addDockWidget(Qt::RightDockWidgetArea, _measure_dock); addDockWidget(Qt::BottomDockWidgetArea, _search_dock); @@ -312,6 +322,8 @@ void MainWindow::setup_ui() SLOT(device_detach())); connect(&_session, SIGNAL(test_data_error()), this, SLOT(test_data_error())); + connect(&_session, SIGNAL(dso_ch_changed(uint16_t)), this, + SLOT(dso_ch_changed(uint16_t))); connect(_view, SIGNAL(cursor_update()), _measure_widget, SLOT(cursor_update())); @@ -327,6 +339,14 @@ void MainWindow::init() _trigger_widget->device_change(); if (_session.get_device()) _session.init_signals(_session.get_device()); + if (_session.get_device()->mode == DSO) { + _sampling_bar->set_record_length(DefaultDSODepth*2); + _sampling_bar->set_sample_rate(DefaultDSORate*2); + _sampling_bar->enable_toggle(false); + _view->hDial_changed(0); + } else if(_session.get_device()->mode == LOGIC) { + _sampling_bar->enable_toggle(true); + } } void MainWindow::update() @@ -377,6 +397,8 @@ void MainWindow::update_device_list(struct sr_dev_inst *selected_device) // #ifdef HAVE_LA_DSLOGIC _session.start_hotplug_proc(boost::bind(&MainWindow::session_error, this, QString("Hotplug failed"), _1)); + _session.start_dso_ctrl_proc(boost::bind(&MainWindow::session_error, this, + QString("Hotplug failed"), _1)); // #endif } @@ -446,11 +468,39 @@ void MainWindow::device_selected() _sampling_bar->set_device(_device_bar->get_selected_device()); _sampling_bar->update_sample_rate_selector(); _view->show_trig_cursor(false); + _trigger_dock->setVisible(false); + _dso_trigger_dock->setVisible(false); + _protocol_dock->setVisible(false); + _measure_dock->setVisible(false); + _search_dock->setVisible(false); init(); } else { show_session_error("Open Device Failed", "the selected device can't be opened!"); } + + if (_device_bar->get_selected_device()->mode == DSO) { + QMessageBox msg(this); + msg.setText("Zero Adjustment"); + msg.setInformativeText("Please left both of channels unconnect for zero adjustment!"); + msg.setStandardButtons(QMessageBox::Ok); + msg.setIcon(QMessageBox::Warning); + msg.exec(); + + int ret = sr_config_set(_device_bar->get_selected_device(), SR_CONF_ZERO, g_variant_new_boolean(TRUE)); + if (ret != SR_OK) { + QMessageBox msg(this); + msg.setText("Zero Adjustment Issue"); + msg.setInformativeText("Can't send out the command of zero adjustment!"); + msg.setStandardButtons(QMessageBox::Ok); + msg.setIcon(QMessageBox::Warning); + msg.exec(); + } else { + run_stop(); + g_usleep(100000); + run_stop(); + } + } } void MainWindow::device_attach() @@ -508,6 +558,31 @@ void MainWindow::run_stop() _sampling_bar->enable_run_stop(true); } +void MainWindow::dso_ch_changed(uint16_t num) +{ + if(num == 1) { + _sampling_bar->set_record_length(DefaultDSODepth*2); + _sampling_bar->set_sample_rate(DefaultDSORate*2); + _session.set_total_sample_len(_sampling_bar->get_record_length()); + if (_session.get_capture_state() == SigSession::Running) { + _session.stop_capture(); + _session.start_capture(_sampling_bar->get_record_length(), + boost::bind(&MainWindow::session_error, this, + QString("Capture failed"), _1)); + } + } else { + _sampling_bar->set_record_length(DefaultDSODepth); + _sampling_bar->set_sample_rate(DefaultDSORate); + _session.set_total_sample_len(_sampling_bar->get_record_length()); + if (_session.get_capture_state() == SigSession::Running) { + _session.stop_capture(); + _session.start_capture(_sampling_bar->get_record_length(), + boost::bind(&MainWindow::session_error, this, + QString("Capture failed"), _1)); + } + } +} + void MainWindow::test_data_error() { _session.stop_capture(); @@ -521,12 +596,14 @@ void MainWindow::test_data_error() void MainWindow::capture_state_changed(int state) { - _sampling_bar->enable_toggle(state != SigSession::Running); - _trig_bar->enable_toggle(state != SigSession::Running); + if (_session.get_device()->mode != DSO) { + _sampling_bar->enable_toggle(state != SigSession::Running); + _trig_bar->enable_toggle(state != SigSession::Running); + _measure_dock->widget()->setEnabled(state != SigSession::Running); + } _device_bar->enable_toggle(state != SigSession::Running); _file_bar->enable_toggle(state != SigSession::Running); _sampling_bar->set_sampling(state == SigSession::Running); - _measure_dock->widget()->setEnabled(state != SigSession::Running); _view->on_state_changed(state != SigSession::Running); } @@ -537,7 +614,10 @@ void MainWindow::on_protocol(bool visible) void MainWindow::on_trigger(bool visible) { - _trigger_dock->setVisible(visible); + if (_session.get_device()->mode != DSO) + _trigger_dock->setVisible(visible); + else + _dso_trigger_dock->setVisible(visible); } void MainWindow::on_measure(bool visible) diff --git a/DSLogic-gui/pv/mainwindow.h b/DSLogic-gui/pv/mainwindow.h index b89aee9e..9be748aa 100644 --- a/DSLogic-gui/pv/mainwindow.h +++ b/DSLogic-gui/pv/mainwindow.h @@ -54,6 +54,7 @@ class LogoBar; namespace dock{ class ProtocolDock; class TriggerDock; +class DsoTriggerDock; class MeasureDock; class SearchDock; } @@ -66,6 +67,10 @@ class MainWindow : public QMainWindow { Q_OBJECT +private: + static const int DefaultDSODepth = 8192; + static const int DefaultDSORate = 100000000; + public: explicit MainWindow(DeviceManager &device_manager, const char *open_file_name = NULL, @@ -122,6 +127,9 @@ private slots: void device_attach(); void device_detach(); + /* */ + void dso_ch_changed(uint16_t num); + private: DeviceManager &_device_manager; @@ -155,7 +163,9 @@ private: QDockWidget *_protocol_dock; dock::ProtocolDock *_protocol_widget; QDockWidget *_trigger_dock; + QDockWidget *_dso_trigger_dock; dock::TriggerDock *_trigger_widget; + dock::DsoTriggerDock *_dso_trigger_widget; QDockWidget *_measure_dock; QDockWidget *_search_dock; dock::SearchDock * _search_widget; diff --git a/DSLogic-gui/pv/prop/binding/binding_deviceoptions.cpp b/DSLogic-gui/pv/prop/binding/binding_deviceoptions.cpp index d5a75000..05b488e2 100644 --- a/DSLogic-gui/pv/prop/binding/binding_deviceoptions.cpp +++ b/DSLogic-gui/pv/prop/binding/binding_deviceoptions.cpp @@ -83,8 +83,12 @@ DeviceOptions::DeviceOptions(struct sr_dev_inst *sdi) : case SR_CONF_BUFFERSIZE: case SR_CONF_TRIGGER_SOURCE: case SR_CONF_FILTER: - case SR_CONF_COUPLING: + case SR_CONF_COUPLING0: + case SR_CONF_COUPLING1: + case SR_CONF_EN_CH0: + case SR_CONF_EN_CH1: case SR_CONF_OPERATION_MODE: + case SR_CONF_ZERO: bind_enum(name, key, gvar_list); break; @@ -100,9 +104,12 @@ DeviceOptions::DeviceOptions(struct sr_dev_inst *sdi) : bind_enum(name, key, gvar_list, print_timebase); break; - case SR_CONF_VDIV: + case SR_CONF_VDIV0: + case SR_CONF_VDIV1: bind_enum(name, key, gvar_list, print_vdiv); - break; + break; + default: + gvar_list = NULL; } if (gvar_list) diff --git a/DSLogic-gui/pv/sigsession.cpp b/DSLogic-gui/pv/sigsession.cpp index fb31442a..27d79462 100644 --- a/DSLogic-gui/pv/sigsession.cpp +++ b/DSLogic-gui/pv/sigsession.cpp @@ -65,7 +65,7 @@ SigSession::SigSession(DeviceManager &device_manager) : _total_sample_len(1) { // TODO: This should not be necessary - _session = this; + _session = this; _hot_attach = false; _hot_detach = false; _adv_trigger = false; @@ -73,7 +73,11 @@ SigSession::SigSession(DeviceManager &device_manager) : _protocol_cnt = 0; _decoderFactory = new decoder::DecoderFactory(); ds_trigger_init(); - register_hotplug_callback(); + + _vDial_changed = false; + _hDial_changed = false; + _dso_ctrl_channel = 0; + register_hotplug_callback(); } SigSession::~SigSession() @@ -90,9 +94,10 @@ SigSession::~SigSession() } ds_trigger_destroy(); + stop_dso_ctrl_proc(); - // TODO: This should not be necessary - _session = NULL; + // TODO: This should not be necessary + _session = NULL; } quint64 SigSession::get_last_sample_rate() const @@ -107,10 +112,7 @@ quint64 SigSession::get_total_sample_len() const void SigSession::set_total_sample_len(quint64 length) { - if (_sdi->mode == DSO) - _total_sample_len = 8 * 1024; - else - _total_sample_len = length; + _total_sample_len = length; } struct sr_dev_inst* SigSession::get_device() const @@ -223,12 +225,28 @@ void SigSession::start_capture(uint64_t record_length, if (probe->enabled) break; } - if (!l) { error_handler(tr("No probes enabled.")); return; } + // Check that at least one signal channel is active under DSO mode + if (_sdi->mode == DSO) { + bool active = false; + BOOST_FOREACH(const shared_ptr s, _signals) + { + assert(s); + if (s->get_active()) { + active = true; + break; + } + } + if (!active) { + error_handler(tr("No channels enabled.")); + return; + } + } + // Begin the session _sampling_thread.reset(new boost::thread( &SigSession::sample_thread_proc, this, _sdi, @@ -464,6 +482,7 @@ void SigSession::feed_in_header(const sr_dev_inst *sdi) uint64_t sample_rate = 0; unsigned int logic_probe_count = 0; unsigned int dso_probe_count = 0; + unsigned int dso_channel_count = 0; unsigned int analog_probe_count = 0; // Detect what data types we will receive @@ -499,20 +518,35 @@ void SigSession::feed_in_header(const sr_dev_inst *sdi) sample_rate = g_variant_get_uint64(gvar); g_variant_unref(gvar); - ret = sr_config_get(sdi->driver, SR_CONF_LIMIT_SAMPLES, - &gvar, sdi); - if (ret != SR_OK) { - qDebug("Failed to get total samples"); - return; - } - if (g_variant_get_uint64(gvar) != 0) - _total_sample_len = g_variant_get_uint64(gvar); - g_variant_unref(gvar); +// ret = sr_config_get(sdi->driver, SR_CONF_LIMIT_SAMPLES, +// &gvar, sdi); +// if (ret != SR_OK) { +// qDebug("Failed to get total samples"); +// return; +// } +// if (g_variant_get_uint64(gvar) != 0) +// _total_sample_len = g_variant_get_uint64(gvar); +// g_variant_unref(gvar); if (sample_rate != _last_sample_rate) { _last_sample_rate = sample_rate; sample_rate_changed(sample_rate); } + ret = sr_config_get(sdi->driver, SR_CONF_EN_CH0, + &gvar, sdi); + if (ret != SR_OK) { + qDebug("Failed to get ENABLE of DSO channel 0\n"); + return; + } + dso_channel_count += g_variant_get_boolean(gvar); + ret = sr_config_get(sdi->driver, SR_CONF_EN_CH1, + &gvar, sdi); + if (ret != SR_OK) { + qDebug("Failed to get ENABLE of DSO channel 1\n"); + return; + } + dso_channel_count += g_variant_get_boolean(gvar); + // Create data containers for the coming data snapshots { @@ -528,7 +562,7 @@ void SigSession::feed_in_header(const sr_dev_inst *sdi) } if (dso_probe_count != 0) { - _dso_data.reset(new data::Dso(dso_probe_count, sample_rate)); + _dso_data.reset(new data::Dso(dso_channel_count, sample_rate)); assert(_dso_data); } @@ -693,7 +727,13 @@ void SigSession::init_signals(const sr_dev_inst *sdi) uint64_t sample_rate = 0; unsigned int logic_probe_count = 0; unsigned int dso_probe_count = 0; + unsigned int dso_channel_count = 0; unsigned int analog_probe_count = 0; + uint64_t vdiv; + uint64_t timebase; + bool coupling; + bool active; + int ret; // Detect what data types we will receive for (const GSList *l = sdi->probes; l; l = l->next) { @@ -719,21 +759,34 @@ void SigSession::init_signals(const sr_dev_inst *sdi) // Read out the sample rate assert(sdi->driver); - const int ret = sr_config_get(sdi->driver, SR_CONF_SAMPLERATE, + ret = sr_config_get(sdi->driver, SR_CONF_SAMPLERATE, &gvar, sdi); if (ret != SR_OK) { qDebug("Failed to get samplerate\n"); return; } - sample_rate = g_variant_get_uint64(gvar); - g_variant_unref(gvar); if (sample_rate != _last_sample_rate) { _last_sample_rate = sample_rate; sample_rate_changed(sample_rate); } + ret = sr_config_get(sdi->driver, SR_CONF_EN_CH0, + &gvar, sdi); + if (ret != SR_OK) { + qDebug("Failed to get ENABLE of DSO channel 0\n"); + return; + } + dso_channel_count += g_variant_get_boolean(gvar); + ret = sr_config_get(sdi->driver, SR_CONF_EN_CH1, + &gvar, sdi); + if (ret != SR_OK) { + qDebug("Failed to get ENABLE of DSO channel 1\n"); + return; + } + dso_channel_count += g_variant_get_boolean(gvar); + // Create data containers for the coming data snapshots { if (logic_probe_count != 0) { @@ -747,7 +800,7 @@ void SigSession::init_signals(const sr_dev_inst *sdi) } if (dso_probe_count != 0) { - _dso_data.reset(new data::Dso(dso_probe_count, sample_rate)); + _dso_data.reset(new data::Dso(dso_channel_count, sample_rate)); assert(_dso_data); } @@ -776,9 +829,68 @@ void SigSession::init_signals(const sr_dev_inst *sdi) break; case SR_PROBE_DSO: + if (probe->index == 0) { + ret = sr_config_get(sdi->driver, SR_CONF_VDIV0, + &gvar, sdi); + if (ret != SR_OK) { + qDebug("Failed to get VDIV of channel 0\n"); + return; + } + vdiv = g_variant_get_uint64(gvar); + ret = sr_config_get(sdi->driver, SR_CONF_TIMEBASE, + &gvar, sdi); + if (ret != SR_OK) { + qDebug("Failed to get TIMEBASE\n"); + return; + } + timebase = g_variant_get_uint64(gvar); + ret = sr_config_get(sdi->driver, SR_CONF_COUPLING0, + &gvar, sdi); + if (ret != SR_OK) { + qDebug("Failed to get AC COUPLING of channel 0\n"); + return; + } + coupling = g_variant_get_boolean(gvar); + ret = sr_config_get(sdi->driver, SR_CONF_EN_CH0, + &gvar, sdi); + if (ret != SR_OK) { + qDebug("Failed to get ENABLE of channel 0\n"); + return; + } + active = g_variant_get_boolean(gvar); + } else if (probe->index == 1) { + ret = sr_config_get(sdi->driver, SR_CONF_VDIV1, + &gvar, sdi); + if (ret != SR_OK) { + qDebug("Failed to get VDIV of channel 1\n"); + return; + } + vdiv = g_variant_get_uint64(gvar); + ret = sr_config_get(sdi->driver, SR_CONF_TIMEBASE, + &gvar, sdi); + if (ret != SR_OK) { + qDebug("Failed to get TIMEBASE\n"); + return; + } + timebase = g_variant_get_uint64(gvar); + ret = sr_config_get(sdi->driver, SR_CONF_COUPLING1, + &gvar, sdi); + if (ret != SR_OK) { + qDebug("Failed to get AC COUPLING of channel 1\n"); + return; + } + coupling = g_variant_get_boolean(gvar); + ret = sr_config_get(sdi->driver, SR_CONF_EN_CH1, + &gvar, sdi); + if (ret != SR_OK) { + qDebug("Failed to get ENABLE of channel 1\n"); + return; + } + active = g_variant_get_boolean(gvar); + } signal = boost::shared_ptr( new view::DsoSignal(probe->name, - _dso_data, probe->index, _signals.size())); + _dso_data, probe->index, _signals.size(), vdiv, timebase, coupling, active)); break; case SR_PROBE_ANALOG: @@ -793,6 +905,7 @@ void SigSession::init_signals(const sr_dev_inst *sdi) signals_changed(); data_updated(); } + g_variant_unref(gvar); } void SigSession::update_signals(const sr_dev_inst *sdi) @@ -801,6 +914,12 @@ void SigSession::update_signals(const sr_dev_inst *sdi) QMap probes_en_table; QMap signals_en_table; int index = 0; + GVariant *gvar; + uint64_t vdiv; + uint64_t timebase; + bool coupling; + bool active; + int ret; std::vector< boost::shared_ptr >::iterator i = _signals.begin(); while (i != _signals.end()) { @@ -832,9 +951,68 @@ void SigSession::update_signals(const sr_dev_inst *sdi) break; case SR_PROBE_DSO: + if (probe->index == 0) { + ret = sr_config_get(sdi->driver, SR_CONF_VDIV0, + &gvar, sdi); + if (ret != SR_OK) { + qDebug("Failed to get VDIV of channel 0\n"); + return; + } + vdiv = g_variant_get_uint64(gvar); + ret = sr_config_get(sdi->driver, SR_CONF_TIMEBASE, + &gvar, sdi); + if (ret != SR_OK) { + qDebug("Failed to get TIMEBASE\n"); + return; + } + timebase = g_variant_get_uint64(gvar); + ret = sr_config_get(sdi->driver, SR_CONF_COUPLING0, + &gvar, sdi); + if (ret != SR_OK) { + qDebug("Failed to get AC COUPLING of channel 0\n"); + return; + } + coupling = g_variant_get_boolean(gvar); + ret = sr_config_get(sdi->driver, SR_CONF_EN_CH0, + &gvar, sdi); + if (ret != SR_OK) { + qDebug("Failed to get ENABLE of channel 0\n"); + return; + } + active = g_variant_get_boolean(gvar); + } else if (probe->index == 1) { + ret = sr_config_get(sdi->driver, SR_CONF_VDIV1, + &gvar, sdi); + if (ret != SR_OK) { + qDebug("Failed to get VDIV of channel 1\n"); + return; + } + vdiv = g_variant_get_uint64(gvar); + ret = sr_config_get(sdi->driver, SR_CONF_TIMEBASE, + &gvar, sdi); + if (ret != SR_OK) { + qDebug("Failed to get TIMEBASE\n"); + return; + } + timebase = g_variant_get_uint64(gvar); + ret = sr_config_get(sdi->driver, SR_CONF_COUPLING1, + &gvar, sdi); + if (ret != SR_OK) { + qDebug("Failed to get AC COUPLING of channel 1\n"); + return; + } + coupling = g_variant_get_boolean(gvar); + ret = sr_config_get(sdi->driver, SR_CONF_EN_CH1, + &gvar, sdi); + if (ret != SR_OK) { + qDebug("Failed to get ENABLE of channel 1\n"); + return; + } + active = g_variant_get_boolean(gvar); + } signal = boost::shared_ptr( new view::DsoSignal(probe->name, - _dso_data, probe->index, _signals.size())); + _dso_data, probe->index, _signals.size(), vdiv, timebase, coupling, active)); break; case SR_PROBE_ANALOG: @@ -1245,4 +1423,92 @@ void SigSession::set_adv_trigger(bool adv_trigger) _adv_trigger = adv_trigger; } + +/* + * oscilloscope control + */ +void SigSession::start_dso_ctrl_proc(boost::function error_handler) +{ + + // Begin the dso control thread + _dso_ctrl_thread.reset(new boost::thread( + &SigSession::dso_ctrl_proc, this, error_handler)); + +} + +void SigSession::stop_dso_ctrl_proc() +{ + + if (_dso_ctrl_thread.get()) { + _dso_ctrl_thread->interrupt(); + _dso_ctrl_thread->join(); + } + _dso_ctrl_thread.reset(); +} + +int SigSession::set_dso_ctrl(int key) +{ + int ret; + + if (key== SR_CONF_TIMEBASE) { + uint64_t timebase = _signals.at(0)->get_hDialValue(); + ret = sr_config_set(_sdi, key, g_variant_new_uint64(timebase)); + } else if (key == SR_CONF_VDIV0) { + uint64_t vdiv = _signals.at(0)->get_vDialValue(); + ret = sr_config_set(_sdi, key, g_variant_new_uint64(vdiv)); + } else if (key == SR_CONF_VDIV1) { + uint64_t vdiv = _signals.at(1)->get_vDialValue(); + ret = sr_config_set(_sdi, key, g_variant_new_uint64(vdiv)); + } else if (key == SR_CONF_COUPLING0) { + bool acdc = _signals.at(0)->get_acCoupling(); + ret = sr_config_set(_sdi, key, g_variant_new_boolean(acdc)); + } else if (key == SR_CONF_COUPLING1) { + bool acdc = _signals.at(1)->get_acCoupling(); + ret = sr_config_set(_sdi, key, g_variant_new_boolean(acdc)); + } else if (key == SR_CONF_EN_CH0) { + bool enable = _signals.at(0)->get_active(); + ret = sr_config_set(_sdi, key, g_variant_new_boolean(enable)); + dso_ch_changed(get_dso_ch_num()); + } else if (key == SR_CONF_EN_CH1) { + bool enable = _signals.at(1)->get_active(); + ret = sr_config_set(_sdi, key, g_variant_new_boolean(enable)); + dso_ch_changed(get_dso_ch_num()); + } + + return ret; +} + +uint16_t SigSession::get_dso_ch_num() +{ + uint16_t num_channels = 0; + BOOST_FOREACH(const shared_ptr s, _signals) + { + assert(s); + if (s->get_active()) { + num_channels++; + } + } + return num_channels; +} + +void SigSession::dso_ctrl_proc(boost::function error_handler) +{ + (void)error_handler; + try { + while(_session) { + if (!_sdi) { + // do nothing + } else if (strcmp(_sdi->driver->name, "Demo") == 0) { + + } else if (strcmp(_sdi->driver->name, "DSLogic") == 0) { + + } + boost::this_thread::sleep(boost::posix_time::millisec(100)); + } + } catch(...) { + qDebug("Interrupt exception for oscilloscope control thread was thrown."); + } + qDebug("Oscilloscope control thread exit!"); +} + } // namespace pv diff --git a/DSLogic-gui/pv/sigsession.h b/DSLogic-gui/pv/sigsession.h index a8fe9d5a..a8d8cfb2 100644 --- a/DSLogic-gui/pv/sigsession.h +++ b/DSLogic-gui/pv/sigsession.h @@ -157,38 +157,41 @@ public: void set_adv_trigger(bool adv_trigger); + void start_dso_ctrl_proc(boost::function error_handler); + void stop_dso_ctrl_proc(); + int set_dso_ctrl(int key); + uint16_t get_dso_ch_num(); + private: void set_capture_state(capture_state state); private: + // thread for sample/load void load_thread_proc(const std::string name, boost::function error_handler); - void sample_thread_proc(struct sr_dev_inst *sdi, uint64_t record_length, boost::function error_handler); + // data feed void feed_in_header(const sr_dev_inst *sdi); - void feed_in_meta(const sr_dev_inst *sdi, const sr_datafeed_meta &meta); - - void feed_in_trigger(const ds_trigger_pos &trigger_pos); - + void feed_in_trigger(const ds_trigger_pos &trigger_pos); void feed_in_logic(const sr_datafeed_logic &logic); - void feed_in_dso(const sr_datafeed_dso &dso); + void feed_in_dso(const sr_datafeed_dso &dso); void feed_in_analog(const sr_datafeed_analog &analog); - void data_feed_in(const struct sr_dev_inst *sdi, - const struct sr_datafeed_packet *packet); - - static void data_feed_in_proc(const struct sr_dev_inst *sdi, - const struct sr_datafeed_packet *packet, void *cb_data); + const struct sr_datafeed_packet *packet); + static void data_feed_in_proc(const struct sr_dev_inst *sdi, + const struct sr_datafeed_packet *packet, void *cb_data); void hotplug_proc(boost::function error_handler); static int hotplug_callback(struct libusb_context *ctx, struct libusb_device *dev, libusb_hotplug_event event, void *user_data); + void dso_ctrl_proc(boost::function error_handler); + private: DeviceManager &_device_manager; @@ -232,6 +235,11 @@ private: bool _adv_trigger; + bool _vDial_changed; + bool _hDial_changed; + uint16_t _dso_ctrl_channel; + std::auto_ptr _dso_ctrl_thread; + signals: void capture_state_changed(int state); @@ -250,6 +258,8 @@ signals: void receive_trigger(quint64 trigger_pos); + void dso_ch_changed(uint16_t num); + public slots: diff --git a/DSLogic-gui/pv/toolbars/devicebar.cpp b/DSLogic-gui/pv/toolbars/devicebar.cpp index 5f389bc3..3d38a31c 100644 --- a/DSLogic-gui/pv/toolbars/devicebar.cpp +++ b/DSLogic-gui/pv/toolbars/devicebar.cpp @@ -31,6 +31,7 @@ #include #include +#include #include "devicebar.h" @@ -123,11 +124,11 @@ void DeviceBar::on_configure() pv::dialogs::DeviceOptions dlg(this, sdi); ret = dlg.exec(); if (ret == QDialog::Accepted) { - //if (dlg.exec()) { - if (dev_mode != sdi->mode) - device_selected(); - else - device_updated(); + if (dev_mode != sdi->mode) { + device_selected(); + } else { + device_updated(); + } } } diff --git a/DSLogic-gui/pv/toolbars/devicebar.h b/DSLogic-gui/pv/toolbars/devicebar.h index 68b555d3..c977fb4d 100644 --- a/DSLogic-gui/pv/toolbars/devicebar.h +++ b/DSLogic-gui/pv/toolbars/devicebar.h @@ -54,7 +54,6 @@ public: signals: void device_selected(); - void device_updated(); private slots: diff --git a/DSLogic-gui/pv/toolbars/samplingbar.cpp b/DSLogic-gui/pv/toolbars/samplingbar.cpp index 6b6e4307..02839393 100644 --- a/DSLogic-gui/pv/toolbars/samplingbar.cpp +++ b/DSLogic-gui/pv/toolbars/samplingbar.cpp @@ -165,12 +165,41 @@ uint64_t SamplingBar::get_record_length() const return _record_length_selector.itemData(index).value(); } +void SamplingBar::set_record_length(uint64_t length) +{ + for (int i = 0; i < _record_length_selector.count(); i++) { + if (length == _record_length_selector.itemData( + i).value()) { + _record_length_selector.setCurrentIndex(i); + break; + } + } +} + void SamplingBar::set_sampling(bool sampling) { _run_stop_button.setIcon(sampling ? _icon_stop : _icon_start); //_run_stop_button.setText(sampling ? " Stop" : "Start"); } +void SamplingBar::set_sample_rate(uint64_t sample_rate) +{ + for (int i = 0; i < _sample_rate_list.count(); i++) { + if (sample_rate == _sample_rate_list.itemData( + i).value()) { + _sample_rate_list.setCurrentIndex(i); + // Set the samplerate + if (sr_config_set(_sdi, SR_CONF_SAMPLERATE, + g_variant_new_uint64(sample_rate)) != SR_OK) { + qDebug() << "Failed to configure samplerate."; + return; + } + break; + } + } + +} + void SamplingBar::update_sample_rate_selector() { GVariant *gvar_dict, *gvar_list; @@ -280,7 +309,7 @@ void SamplingBar::commit_sample_rate() return; } - if (strcmp(_sdi->driver->name, "DSLogic") == 0) { + if (strcmp(_sdi->driver->name, "DSLogic") == 0 && _sdi->mode != DSO) { if ((last_sample_rate == SR_MHZ(200)&& sample_rate != SR_MHZ(200)) || (last_sample_rate != SR_MHZ(200) && sample_rate == SR_MHZ(200)) || (last_sample_rate == SR_MHZ(400)&& sample_rate != SR_MHZ(400)) || diff --git a/DSLogic-gui/pv/toolbars/samplingbar.h b/DSLogic-gui/pv/toolbars/samplingbar.h index ec2f2762..d02b8e26 100644 --- a/DSLogic-gui/pv/toolbars/samplingbar.h +++ b/DSLogic-gui/pv/toolbars/samplingbar.h @@ -54,9 +54,11 @@ public: SamplingBar(QWidget *parent); uint64_t get_record_length() const; + void set_record_length(uint64_t length); void set_sampling(bool sampling); void update_sample_rate_selector(); + void set_sample_rate(uint64_t sample_rate); void set_device(struct sr_dev_inst *sdi); diff --git a/DSLogic-gui/pv/view/dsldial.cpp b/DSLogic-gui/pv/view/dsldial.cpp new file mode 100644 index 00000000..ccdec2ee --- /dev/null +++ b/DSLogic-gui/pv/view/dsldial.cpp @@ -0,0 +1,110 @@ +#include "dsldial.h" + +#include + +namespace pv { +namespace view { + +dslDial::dslDial(quint64 div, quint64 step, + QVector value, QVector unit) +{ + assert(div > 0); + assert(step > 0); + assert((quint64)value.count() == div); + assert(unit.count() > 0); + + _div = div; + _step = step; + _value = value; + _unit = unit; + _sel = 0; +} + +dslDial::~dslDial() +{ +} + +void dslDial::paint(QPainter &p, QRectF dialRect, QColor dialColor) +{ + p.setRenderHint(QPainter::Antialiasing, true); + p.setPen(dialColor); + p.setBrush(dialColor); + + int dialStartAngle = 225 * 16; + int dialSpanAngle = -270 * 16; + + // draw dial arc + p.drawArc(dialRect, dialStartAngle, dialSpanAngle); + // draw ticks + p.save(); + p.translate(dialRect.center()); + p.rotate(45); + for (quint64 i = 0; i < _div; i++) { + // draw major ticks + p.drawLine(0, dialRect.width()/2+3, 0, dialRect.width()/2+8); + // draw minor ticks + for (quint64 j = 0; (j < 5) && (i < _div - 1); j++) { + p.drawLine(0, dialRect.width()/2+3, 0, dialRect.width()/2+5); + p.rotate(54.0/(_div-1)); + } + } + // draw pointer + p.rotate(90+270.0/(_div-1)*_sel); + p.drawEllipse(-3, -3, 6, 6); + p.drawLine(3, 0, 0, dialRect.width()/2-3); + p.drawLine(-3, 0, 0, dialRect.width()/2-3); + p.restore(); + // draw value + quint64 displayValue = _value[_sel]; + quint64 displayIndex = 0; + while(displayValue / _step >= 1) { + displayValue = displayValue / _step; + displayIndex++; + } + QString pText = QString::number(displayValue) + _unit[displayIndex] + "/div"; + QFontMetrics fm(p.font()); + p.drawText(QRectF(dialRect.left(), dialRect.bottom()-dialRect.width()*0.3+fm.height()*0.5, dialRect.width(), fm.height()), Qt::AlignCenter, pText); + +} + +void dslDial::set_sel(quint64 sel) +{ + assert(sel < _div); + + _sel = sel; +} + +quint64 dslDial::get_sel() +{ + return _sel; +} + +bool dslDial::isMin() +{ + if(_sel == 0) + return true; + else + return false; +} + +bool dslDial::isMax() +{ + if(_sel == _div - 1) + return true; + else + return false; +} + +quint64 dslDial::get_value() +{ + return _value[_sel]; +} + +bool dslDial::set_value(quint64 value) +{ + assert(_value.contains(value)); + _sel = _value.indexOf(value, 0); +} + +} // namespace view +} // namespace pv diff --git a/DSLogic-gui/pv/view/dsldial.h b/DSLogic-gui/pv/view/dsldial.h new file mode 100644 index 00000000..69253098 --- /dev/null +++ b/DSLogic-gui/pv/view/dsldial.h @@ -0,0 +1,48 @@ +#ifndef DSLOGIC_PV_VIEW_DSLDIAL_H +#define DSLOGIC_PV_VIEW_DSLDIAL_H + +#include +#include + +namespace pv { +namespace view { + +class dslDial +{ +public: + dslDial(quint64 div, quint64 step, + QVector value, QVector unit); + virtual ~dslDial(); + +public: + /** + * Paints the dial with a QPainter + * @param p the QPainter to paint into. + * @param dialRect the rectangle to draw the dial at. + **/ + void paint(QPainter &p, QRectF dialRect, QColor dialColor); + + // set/get current select + void set_sel(quint64 sel); + quint64 get_sel(); + + // boundary detection + bool isMin(); + bool isMax(); + + // get current value + quint64 get_value(); + bool set_value(quint64 value); + +private: + quint64 _div; + quint64 _step; + QVector _value; + QVector _unit; + quint64 _sel; +}; + +} // namespace view +} // namespace pv + +#endif // DSLOGIC_PV_VIEW_DSLDIAL_H diff --git a/DSLogic-gui/pv/view/dsosignal.cpp b/DSLogic-gui/pv/view/dsosignal.cpp index 434997a9..d11108ba 100644 --- a/DSLogic-gui/pv/view/dsosignal.cpp +++ b/DSLogic-gui/pv/view/dsosignal.cpp @@ -35,21 +35,26 @@ namespace pv { namespace view { const QColor DsoSignal::SignalColours[4] = { - QColor(17, 133, 209, 255), // dsBlue - QColor(238, 178, 17, 255), // dsYellow - QColor(213, 15, 37, 255), // dsRed - QColor(0, 153, 37, 255) // dsGreen + QColor(238, 178, 17, 200), // dsYellow + QColor(0, 153, 37, 200), // dsGreen + QColor(213, 15, 37, 200), // dsRed + QColor(17, 133, 209, 200) // dsBlue + }; const float DsoSignal::EnvelopeThreshold = 256.0f; DsoSignal::DsoSignal(QString name, boost::shared_ptr data, - int probe_index, int order) : + int probe_index, int order, uint64_t vdiv, uint64_t timebase, bool coupling, bool active) : Signal(name, probe_index, DS_DSO, order), _data(data) { _colour = SignalColours[probe_index % countof(SignalColours)]; - _scale = _signalHeight * 1.0f / 256; + _scale = _windowHeight * 1.0f / 256; + _vDial->set_value(vdiv); + _hDial->set_value(timebase); + _acCoupling = coupling; + _active = active; } DsoSignal::~DsoSignal() @@ -76,28 +81,27 @@ void DsoSignal::set_scale(float scale) } void DsoSignal::paint(QPainter &p, int y, int left, int right, double scale, - double offset) + double offset) { assert(scale > 0); assert(_data); assert(right >= left); - //paint_axis(p, y, left, right); - const deque< boost::shared_ptr > &snapshots = _data->get_snapshots(); if (snapshots.empty()) return; - _scale = _signalHeight * 1.0f / 256; + _scale = _windowHeight * 1.0f / 256; const boost::shared_ptr &snapshot = snapshots.front(); - if ((unsigned int)get_index() >= snapshot->get_channel_num()) + const uint16_t number_channels = snapshot->get_channel_num(); + if ((unsigned int)get_index() >= number_channels) return; const double pixels_offset = offset / scale; - const double samplerate = _data->get_samplerate(); + const double samplerate = _data->get_samplerate(); const double start_time = _data->get_start_time(); const int64_t last_sample = max((int64_t)(snapshot->get_sample_count() - 1), (int64_t)0); const double samples_per_pixel = samplerate * scale; @@ -112,7 +116,7 @@ void DsoSignal::paint(QPainter &p, int y, int left, int right, double scale, if (samples_per_pixel < EnvelopeThreshold) paint_trace(p, snapshot, y, left, start_sample, end_sample, - pixels_offset, samples_per_pixel); + pixels_offset, samples_per_pixel, number_channels); else paint_envelope(p, snapshot, y, left, start_sample, end_sample, @@ -121,13 +125,13 @@ void DsoSignal::paint(QPainter &p, int y, int left, int right, double scale, void DsoSignal::paint_trace(QPainter &p, const boost::shared_ptr &snapshot, - int y, int left, const int64_t start, const int64_t end, - const double pixels_offset, const double samples_per_pixel) + int y, int left, const int64_t start, const int64_t end, + const double pixels_offset, const double samples_per_pixel, uint64_t num_channels) { const int64_t sample_count = end - start; if (sample_count > 0) { - const uint16_t *const samples = snapshot->get_samples(start, end); + const uint8_t *const samples = snapshot->get_samples(start, end, get_index()); assert(samples); p.setPen(_colour); @@ -136,11 +140,11 @@ void DsoSignal::paint_trace(QPainter &p, QPointF *points = new QPointF[sample_count]; QPointF *point = points; - for (int64_t sample = start; sample != end; sample++) { + for (int64_t sample = start; sample < end; sample++) { const float x = (sample / samples_per_pixel - pixels_offset) + left; - uint16_t offset = samples[sample - start]; + uint8_t offset = samples[(sample - start)*num_channels]; *point++ = QPointF(x, - y - ((get_index() == 0) ? offset & 0x00ff : offset >> 8) * _scale); + y - offset * _scale); } p.drawPolyline(points, point - points); diff --git a/DSLogic-gui/pv/view/dsosignal.h b/DSLogic-gui/pv/view/dsosignal.h index db68689f..e22680a0 100644 --- a/DSLogic-gui/pv/view/dsosignal.h +++ b/DSLogic-gui/pv/view/dsosignal.h @@ -47,7 +47,8 @@ private: public: DsoSignal(QString name, - boost::shared_ptr data, int probe_index, int order); + boost::shared_ptr data, int probe_index, int order, + uint64_t vdiv, uint64_t timebase, bool coupling, bool active); virtual ~DsoSignal(); @@ -63,8 +64,8 @@ public: * @param offset the time to show at the left hand edge of * the view in seconds. **/ - void paint(QPainter &p, int y, int left, int right, double scale, - double offset); + void paint(QPainter &p, int y, int left, int right, double scale, + double offset); const std::vector< std::pair > cur_edges() const; @@ -83,7 +84,8 @@ private: void paint_trace(QPainter &p, const boost::shared_ptr &snapshot, int y, int left, const int64_t start, const int64_t end, - const double pixels_offset, const double samples_per_pixel); + const double pixels_offset, const double samples_per_pixel, + uint64_t num_channels); void paint_envelope(QPainter &p, const boost::shared_ptr &snapshot, diff --git a/DSLogic-gui/pv/view/groupsignal.cpp b/DSLogic-gui/pv/view/groupsignal.cpp index d2e708e0..5330c067 100644 --- a/DSLogic-gui/pv/view/groupsignal.cpp +++ b/DSLogic-gui/pv/view/groupsignal.cpp @@ -50,7 +50,7 @@ GroupSignal::GroupSignal(QString name, boost::shared_ptr data, _data(data) { _colour = SignalColours[probe_index_list.front() % countof(SignalColours)]; - _scale = _signalHeight * 1.0f / std::pow(2.0, static_cast(probe_index_list.size())); + _scale = _signalHeight * 1.0f / pow(2, probe_index_list.size()); } GroupSignal::~GroupSignal() @@ -77,13 +77,13 @@ void GroupSignal::set_scale(float scale) } void GroupSignal::paint(QPainter &p, int y, int left, int right, double scale, - double offset) + double offset) { assert(scale > 0); assert(_data); assert(right >= left); - _scale = _signalHeight * 1.0f / std::pow(2.0, static_cast(_index_list.size())); + _scale = _signalHeight * 1.0f / pow(2, _index_list.size()); paint_axis(p, y, left, right); const deque< boost::shared_ptr > &snapshots = diff --git a/DSLogic-gui/pv/view/header.cpp b/DSLogic-gui/pv/view/header.cpp index c7c132a8..6803e3ac 100644 --- a/DSLogic-gui/pv/view/header.cpp +++ b/DSLogic-gui/pv/view/header.cpp @@ -39,6 +39,7 @@ #include #include #include +#include using namespace boost; using namespace std; @@ -46,14 +47,6 @@ using namespace std; namespace pv { namespace view { -const int Header::COLOR = 1; -const int Header::NAME = 2; -const int Header::POSTRIG = 3; -const int Header::HIGTRIG = 4; -const int Header::NEGTRIG = 5; -const int Header::LOWTRIG = 6; -const int Header::LABEL = 7; - Header::Header(View &parent) : QWidget(&parent), _view(parent), @@ -90,7 +83,7 @@ int Header::get_nameEditWidth() return 0; } -boost::shared_ptr Header::get_mouse_over_signal( +boost::shared_ptr Header::get_mSig( int &action, const QPoint &pt) { @@ -185,17 +178,18 @@ void Header::mousePressEvent(QMouseEvent *event) make_pair(s, s->get_v_offset())); // Select the signal if it has been clicked - const boost::shared_ptr mouse_over_signal = - get_mouse_over_signal(action, event->pos()); - if (action == COLOR && mouse_over_signal) { + const boost::shared_ptr mSig = + get_mSig(action, event->pos()); + if (action == Signal::COLOR && mSig) { _colorFlag = true; - } else if (action == NAME && mouse_over_signal) { + } else if (action == Signal::NAME && mSig) { _nameFlag = true; - } else if (action == LABEL && mouse_over_signal) { - if (mouse_over_signal->selected()) - mouse_over_signal->select(false); + } else if (action == Signal::LABEL && mSig) { + if (mSig->selected()) + mSig->select(false); else { - mouse_over_signal->select(true); + if (mSig->get_type() != Signal::DS_DSO) + mSig->select(true); if (~QApplication::keyboardModifiers() & Qt::ControlModifier) @@ -204,37 +198,91 @@ void Header::mousePressEvent(QMouseEvent *event) // Add the signal to the drag list if (event->button() & Qt::LeftButton) _drag_sigs.push_back( - make_pair(mouse_over_signal, - mouse_over_signal->get_v_offset())); + make_pair(mSig, + (mSig->get_type() == Signal::DS_DSO) ? mSig->get_zeroPos() : mSig->get_v_offset())); } - mouse_over_signal->set_old_v_offset(mouse_over_signal->get_v_offset()); - } else if (action == POSTRIG && mouse_over_signal) { - if (mouse_over_signal->get_trig() == POSTRIG) - mouse_over_signal->set_trig(0); + mSig->set_old_v_offset(mSig->get_v_offset()); + } else if (action == Signal::POSTRIG && mSig) { + if (mSig->get_trig() == Signal::POSTRIG) + mSig->set_trig(0); else - mouse_over_signal->set_trig(POSTRIG); - } else if (action == HIGTRIG && mouse_over_signal) { - if (mouse_over_signal->get_trig() == HIGTRIG) - mouse_over_signal->set_trig(0); + mSig->set_trig(Signal::POSTRIG); + } else if (action == Signal::HIGTRIG && mSig) { + if (mSig->get_trig() == Signal::HIGTRIG) + mSig->set_trig(0); else - mouse_over_signal->set_trig(HIGTRIG); - } else if (action == NEGTRIG && mouse_over_signal) { - if (mouse_over_signal->get_trig() == NEGTRIG) - mouse_over_signal->set_trig(0); + mSig->set_trig(Signal::HIGTRIG); + } else if (action == Signal::NEGTRIG && mSig) { + if (mSig->get_trig() == Signal::NEGTRIG) + mSig->set_trig(0); else - mouse_over_signal->set_trig(NEGTRIG); - } else if (action == LOWTRIG && mouse_over_signal) { - if (mouse_over_signal->get_trig() == LOWTRIG) - mouse_over_signal->set_trig(0); + mSig->set_trig(Signal::NEGTRIG); + } else if (action == Signal::LOWTRIG && mSig) { + if (mSig->get_trig() == Signal::LOWTRIG) + mSig->set_trig(0); else - mouse_over_signal->set_trig(LOWTRIG); + mSig->set_trig(Signal::LOWTRIG); + } else if (action == Signal::EDGETRIG && mSig) { + if (mSig->get_trig() == Signal::EDGETRIG) + mSig->set_trig(0); + else + mSig->set_trig(Signal::EDGETRIG); + } else if (action == Signal::VDIAL && mSig) { + BOOST_FOREACH(const shared_ptr s, sigs) { + s->set_hDialActive(false); + if (s != mSig) { + s->set_vDialActive(false); + } + } + mSig->set_vDialActive(!mSig->get_vDialActive()); + } else if (action == Signal::HDIAL && mSig) { + if (mSig->get_hDialActive()) { + BOOST_FOREACH(const shared_ptr s, sigs) { + s->set_vDialActive(false); + s->set_hDialActive(false); + } + } else { + BOOST_FOREACH(const shared_ptr s, sigs) { + s->set_vDialActive(false); + s->set_hDialActive(true); + } + } + } else if (action == Signal::CHEN && mSig) { + int channel; + if (mSig->get_index() == 0) { + bool last = 1; + channel = 0; + BOOST_FOREACH(const shared_ptr s, sigs) { + if (s->get_index() != 0 && s->get_active()) { + QMessageBox msg(this); + msg.setText("Tips"); + msg.setInformativeText("If only one channel want, Channel0 has a higher maximum sample rate!"); + msg.setStandardButtons(QMessageBox::Ok); + msg.setIcon(QMessageBox::Information); + msg.exec(); + s->set_active(!s->get_active()); + last = 0; + channel = s->get_index(); + break; + } + } + if (last) + mSig->set_active(!mSig->get_active()); + } else { + mSig->set_active(!mSig->get_active()); + channel = mSig->get_index(); + } + ch_changed(channel); + } else if (action == Signal::ACDC && mSig) { + mSig->set_acCoupling(!mSig->get_acCoupling()); + acdc_changed(mSig->get_index()); } if (~QApplication::keyboardModifiers() & Qt::ControlModifier) { // Unselect all other signals because the Ctrl is not // pressed BOOST_FOREACH(const boost::shared_ptr s, sigs) - if (s != mouse_over_signal) + if (s != mSig) s->select(false); } update(); @@ -247,15 +295,15 @@ void Header::mouseReleaseEvent(QMouseEvent *event) // judge for color / name / trigger / move int action; - const boost::shared_ptr mouse_over_signal = - get_mouse_over_signal(action, event->pos()); - if (mouse_over_signal){ - if (action == COLOR && _colorFlag) { - _context_signal = mouse_over_signal; + const boost::shared_ptr mSig = + get_mSig(action, event->pos()); + if (mSig){ + if (action == Signal::COLOR && _colorFlag) { + _context_signal = mSig; changeColor(event); _view.set_need_update(true); - } else if (action == NAME && _nameFlag) { - _context_signal = mouse_over_signal; + } else if (action == Signal::NAME && _nameFlag) { + _context_signal = mSig; changeName(event); } } @@ -270,6 +318,42 @@ void Header::mouseReleaseEvent(QMouseEvent *event) _view.normalize_layout(); } +void Header::wheelEvent(QWheelEvent *event) +{ + assert(event); + + if (event->orientation() == Qt::Vertical) { + const vector< shared_ptr > sigs( + _view.session().get_signals()); + // Vertical scrolling + double shift = event->delta() / 20.0; + if (shift > 1.0) { + BOOST_FOREACH(const shared_ptr s, sigs) { + if (s->get_vDialActive()) { + if(s->go_vDialNext()) + vDial_changed(s->get_index()); + break; + } else if (s->get_hDialActive()) { + if(s->go_hDialNext()) + hDial_changed(0); + } + } + } else if (shift < -1.0) { + BOOST_FOREACH(const shared_ptr s, sigs) { + if (s->get_vDialActive()) { + if(s->go_vDialPre()) + vDial_changed(s->get_index()); + break; + } else if (s->get_hDialActive()) { + if(s->go_hDialPre()) + hDial_changed(0); + } + } + } + update(); + } +} + void Header::move(QMouseEvent *event) { bool _moveValid = false; @@ -439,24 +523,31 @@ void Header::mouseMoveEvent(QMouseEvent *event) i != _drag_sigs.end(); i++) { const boost::shared_ptr sig((*i).first); if (sig) { - const int y = (*i).second + delta; - const int y_snap = - ((y + View::SignalSnapGridSize / 2) / - View::SignalSnapGridSize) * - View::SignalSnapGridSize; - if (y_snap != sig->get_v_offset()) { - _moveFlag = true; - sig->set_v_offset(y_snap); + int y = (*i).second + delta; + if (sig->get_type() != Signal::DS_DSO) { + const int y_snap = + ((y + View::SignalSnapGridSize / 2) / + View::SignalSnapGridSize) * + View::SignalSnapGridSize; + if (y_snap != sig->get_v_offset()) { + _moveFlag = true; + sig->set_v_offset(y_snap); + } + // Ensure the signal is selected + sig->select(true); + } else { + if (y < 0) + y = 0; + else if (y > height()) + y = height(); + sig->set_zeroPos(y); + sig->select(false); + signals_moved(); } - // Ensure the signal is selected - sig->select(true); } - } - //signals_moved(); } - update(); } @@ -470,10 +561,9 @@ void Header::contextMenuEvent(QContextMenuEvent *event) { int action; - const boost::shared_ptr s = get_mouse_over_signal(action, _mouse_point); + const boost::shared_ptr s = get_mSig(action, _mouse_point); - //if (!s || action != LABEL) - if (!s || !s->selected() || action != LABEL) + if (!s || !s->selected() || action != Signal::LABEL) return; QMenu menu(this); diff --git a/DSLogic-gui/pv/view/header.h b/DSLogic-gui/pv/view/header.h index 1756278b..3e16f273 100644 --- a/DSLogic-gui/pv/view/header.h +++ b/DSLogic-gui/pv/view/header.h @@ -47,16 +47,7 @@ public: Header(View &parent); private: - static const int COLOR; - static const int NAME; - static const int POSTRIG; - static const int HIGTRIG; - static const int NEGTRIG; - static const int LOWTRIG; - static const int LABEL; - -private: - boost::shared_ptr get_mouse_over_signal( + boost::shared_ptr get_mSig( int &action, const QPoint &pt); @@ -65,13 +56,10 @@ private: private: void mousePressEvent(QMouseEvent * event); - void mouseReleaseEvent(QMouseEvent *event); - void mouseMoveEvent(QMouseEvent *event); - void leaveEvent(QEvent *event); - + void wheelEvent(QWheelEvent *event); void contextMenuEvent(QContextMenuEvent *event); void move(QMouseEvent *event); @@ -93,8 +81,11 @@ private slots: signals: void signals_moved(); - void header_updated(); + void vDial_changed(quint16); + void hDial_changed(quint16); + void acdc_changed(quint16); + void ch_changed(quint16); private: View &_view; diff --git a/DSLogic-gui/pv/view/signal.cpp b/DSLogic-gui/pv/view/signal.cpp index 2ac4e926..44d8f3b8 100644 --- a/DSLogic-gui/pv/view/signal.cpp +++ b/DSLogic-gui/pv/view/signal.cpp @@ -33,26 +33,67 @@ namespace pv { namespace view { -const int Signal::SquareWidth = 20; -const int Signal::Margin = 5; - -const int Signal::COLOR = 1; -const int Signal::NAME = 2; -const int Signal::POSTRIG = 3; -const int Signal::HIGTRIG = 4; -const int Signal::NEGTRIG = 5; -const int Signal::LOWTRIG = 6; -const int Signal::LABEL = 7; - const QColor Signal::dsBlue = QColor(17, 133, 209, 255); const QColor Signal::dsYellow = QColor(238, 178, 17, 255); const QColor Signal::dsRed = QColor(213, 15, 37, 255); const QColor Signal::dsGreen = QColor(0, 153, 37, 255); const QColor Signal::dsGray = QColor(0x88, 0x8A, 0x85, 100); +const QColor Signal::dsDisable = QColor(0x88, 0x8A, 0x85, 200); +const QColor Signal::dsActive = QColor(17, 133, 209, 255); const QColor Signal::dsLightBlue = QColor(17, 133, 209, 150); const QColor Signal::dsLightRed = QColor(213, 15, 37, 150); +const QPen Signal::SignalAxisPen = QColor(128, 128, 128, 64); -const QPen Signal::SignalAxisPen(QColor(128, 128, 128, 64)); +const uint64_t Signal::vDialValue[Signal::vDialValueCount] = { + 5, + 10, + 20, + 50, + 100, + 200, + 500, + 1000, + 2000, + 5000, +}; +const QString Signal::vDialUnit[Signal::vDialUnitCount] = { + "mv", + "v", +}; + +const uint64_t Signal::hDialValue[Signal::hDialValueCount] = { + 10, + 20, + 50, + 100, + 200, + 500, + 1000, + 2000, + 5000, + 10000, + 20000, + 50000, + 100000, + 200000, + 500000, + 1000000, + 2000000, + 5000000, + 10000000, + 20000000, + 50000000, + 100000000, + 200000000, + 500000000, + 1000000000, +}; +const QString Signal::hDialUnit[Signal::hDialUnitCount] = { + "ns", + "us", + "ms", + "s", +}; Signal::Signal(QString name, int index, int type, int order) : _type(type), @@ -62,9 +103,37 @@ Signal::Signal(QString name, int index, int type, int order) : _v_offset(0), _signalHeight(30), _selected(false), - _trig(0) + _trig(0), + _vDialActive(false), + _hDialActive(false), + _acCoupling(false), + _active(true), + _windowHeight(0) { _index_list.push_back(index); + if (_type == DS_DSO) { + QVector vValue; + QVector vUnit; + QVector hValue; + QVector hUnit; + for(quint64 i = 0; i < Signal::vDialValueCount; i++) + vValue.append(Signal::vDialValue[i]); + for(quint64 i = 0; i < Signal::vDialUnitCount; i++) + vUnit.append(Signal::vDialUnit[i]); + + for(quint64 i = 0; i < Signal::hDialValueCount; i++) + hValue.append(Signal::hDialValue[i]); + for(quint64 i = 0; i < Signal::hDialUnitCount; i++) + hUnit.append(Signal::hDialUnit[i]); + + _vDial = new dslDial(vDialValueCount, vDialValueStep, vValue, vUnit); + _hDial = new dslDial(hDialValueCount, hDialValueStep, hValue, hUnit); + _vDial->set_sel(0); + _hDial->set_sel(0); + + _trig_vpos = 0; + _trig_en = true; + } } Signal::Signal(QString name, std::list index_list, int type, int order, int sec_index) : @@ -76,8 +145,32 @@ Signal::Signal(QString name, std::list index_list, int type, int order, int _v_offset(0), _signalHeight(30), _selected(false), - _trig(0) + _trig(0), + _vDialActive(false), + _hDialActive(false), + _acCoupling(false), + _active(true) { + if (_type == DS_DSO) { + QVector vValue; + QVector vUnit; + QVector hValue; + QVector hUnit; + for(quint64 i = 0; i < Signal::vDialValueCount; i++) + vValue.append(Signal::vDialValue[i]); + for(quint64 i = 0; i < Signal::vDialUnitCount; i++) + vUnit.append(Signal::vDialUnit[i]); + + for(quint64 i = 0; i < Signal::hDialValueCount; i++) + hValue.append(Signal::hDialValue[i]); + for(quint64 i = 0; i < Signal::hDialUnitCount; i++) + hUnit.append(Signal::hDialUnit[i]); + + _vDial = new dslDial(Signal::vDialValueCount, Signal::vDialValueStep, vValue, vUnit); + _hDial = new dslDial(Signal::hDialValueCount, Signal::hDialValueStep, hValue, hUnit); + _vDial->set_sel(0); + _hDial->set_sel(0); + } } int Signal::get_type() const @@ -104,7 +197,7 @@ int Signal::get_leftWidth() const int Signal::get_rightWidth() const { - return 2 * Margin + 4 * SquareWidth + 1.5 * SquareWidth; + return 2 * Margin + SquareNum * SquareWidth + 1.5 * SquareWidth; } int Signal::get_headerHeight() const @@ -217,31 +310,174 @@ void Signal::set_trig(int trig) ds_trigger_probe_set(_index_list.front(), 'F', 'X'); else if (trig == LOWTRIG) ds_trigger_probe_set(_index_list.front(), '0', 'X'); + else if (trig == EDGETRIG) + ds_trigger_probe_set(_index_list.front(), 'C', 'X'); +} + +bool Signal::get_vDialActive() const +{ + return _vDialActive; +} + +void Signal::set_vDialActive(bool active) +{ + _vDialActive = active; +} + +bool Signal::go_vDialPre() +{ + assert(_type == DS_DSO); + + if (!_vDial->isMin()) { + _vDial->set_sel(_vDial->get_sel() - 1); + return true; + } else { + return false; + } +} + +bool Signal::go_vDialNext() +{ + assert(_type == DS_DSO); + + if (!_vDial->isMax()) { + _vDial->set_sel(_vDial->get_sel() + 1); + return true; + } else { + return false; + } +} + +bool Signal::get_hDialActive() const +{ + return _hDialActive; +} + +void Signal::set_hDialActive(bool active) +{ + _hDialActive = active; +} + +bool Signal::go_hDialPre() +{ + assert(_type == DS_DSO); + + if (!_hDial->isMin()) { + _hDial->set_sel(_hDial->get_sel() - 1); + return true; + } else { + return false; + } +} + +bool Signal::go_hDialNext() +{ + assert(_type == DS_DSO); + + if (!_hDial->isMax()) { + _hDial->set_sel(_hDial->get_sel() + 1); + return true; + } else { + return false; + } +} + +uint64_t Signal::get_vDialValue() const +{ + return _vDial->get_value(); +} + +uint64_t Signal::get_hDialValue() const +{ + return _hDial->get_value(); +} + +uint16_t Signal::get_vDialSel() const +{ + return _vDial->get_sel(); +} + +uint16_t Signal::get_hDialSel() const +{ + return _hDial->get_sel(); +} + +bool Signal::get_acCoupling() const +{ + return _acCoupling; +} + +void Signal::set_acCoupling(bool coupling) +{ + _acCoupling = coupling; +} + +bool Signal::get_active() const +{ + return _active; +} + +void Signal::set_active(bool active) +{ + _active = active; +} + +int Signal::get_zeroPos() const +{ + return _zeroPos; +} + +void Signal::set_zeroPos(int pos) +{ + _zeroPos = pos; +} + +int Signal::get_windowHeight() const +{ + return _windowHeight; +} + +void Signal::set_windowHeight(int height) +{ + _windowHeight = height; +} + +int Signal::get_trig_vpos() const +{ + return _trig_vpos; +} + +void Signal::set_trig_vpos(int value) +{ + _trig_vpos = value; } void Signal::paint_label(QPainter &p, int y, int right, bool hover, int action) { compute_text_size(p); + const QRectF color_rect = get_rect("color", y, right); const QRectF name_rect = get_rect("name", y, right); - const QRectF posTrig_rect = get_rect("posTrig", y, right); - const QRectF higTrig_rect = get_rect("higTrig", y, right); - const QRectF negTrig_rect = get_rect("negTrig", y, right); - const QRectF lowTrig_rect = get_rect("lowTrig", y, right); - const QRectF label_rect = get_rect("label", y, right); + const QRectF label_rect = get_rect("label", (_type == DS_DSO) ? _zeroPos : y, right); p.setRenderHint(QPainter::Antialiasing); // Paint the ColorButton p.setPen(Qt::transparent); - p.setBrush(_colour); + p.setBrush(_active ? _colour : dsDisable); p.drawRect(color_rect); // Paint the signal name - p.setPen(Qt::black); + p.setPen(_active ? Qt::black : dsDisable); p.drawText(name_rect, Qt::AlignLeft | Qt::AlignVCenter, _name); // Paint the trigButton - if (_type == DS_LOGIC) { + if (_type == DS_LOGIC) { + const QRectF posTrig_rect = get_rect("posTrig", y, right); + const QRectF higTrig_rect = get_rect("higTrig", y, right); + const QRectF negTrig_rect = get_rect("negTrig", y, right); + const QRectF lowTrig_rect = get_rect("lowTrig", y, right); + const QRectF edgeTrig_rect = get_rect("edgeTrig", y, right); + p.setPen(Qt::transparent); p.setBrush(((hover && action == POSTRIG) || (_trig == POSTRIG)) ? dsYellow : @@ -259,6 +495,10 @@ void Signal::paint_label(QPainter &p, int y, int right, bool hover, int action) dsYellow : dsBlue); p.drawRect(lowTrig_rect); + p.setBrush(((hover && action == EDGETRIG) || (_trig == EDGETRIG)) ? + dsYellow : + dsBlue); + p.drawRect(edgeTrig_rect); p.setPen(QPen(Qt::blue, 1, Qt::DotLine)); p.setBrush(Qt::transparent); @@ -268,6 +508,8 @@ void Signal::paint_label(QPainter &p, int y, int right, bool hover, int action) higTrig_rect.right(), higTrig_rect.bottom() - 3); p.drawLine(negTrig_rect.right(), negTrig_rect.top() + 3, negTrig_rect.right(), negTrig_rect.bottom() - 3); + p.drawLine(lowTrig_rect.right(), lowTrig_rect.top() + 3, + lowTrig_rect.right(), lowTrig_rect.bottom() - 3); p.setPen(QPen(Qt::white, 2, Qt::SolidLine)); p.setBrush(Qt::transparent); @@ -290,6 +532,17 @@ void Signal::paint_label(QPainter &p, int y, int right, bool hover, int action) p.drawLine(lowTrig_rect.left() + 5, lowTrig_rect.bottom() - 5, lowTrig_rect.right() - 5, lowTrig_rect.bottom() - 5); + + p.drawLine(edgeTrig_rect.left() + 5, edgeTrig_rect.top() + 5, + edgeTrig_rect.center().x() - 2, edgeTrig_rect.top() + 5); + p.drawLine(edgeTrig_rect.center().x() + 2 , edgeTrig_rect.top() + 5, + edgeTrig_rect.right() - 5, edgeTrig_rect.top() + 5); + p.drawLine(edgeTrig_rect.center().x(), edgeTrig_rect.top() + 7, + edgeTrig_rect.center().x(), edgeTrig_rect.bottom() - 7); + p.drawLine(edgeTrig_rect.left() + 5, edgeTrig_rect.bottom() - 5, + edgeTrig_rect.center().x() - 2, edgeTrig_rect.bottom() - 5); + p.drawLine(edgeTrig_rect.center().x() + 2, edgeTrig_rect.bottom() - 5, + edgeTrig_rect.right() - 5, edgeTrig_rect.bottom() - 5); } else if (_type == DS_GROUP || _type == DS_PROTOCOL) { const QRectF group_index_rect = get_rect("groupIndex", y, right); QString index_string; @@ -311,40 +564,92 @@ void Signal::paint_label(QPainter &p, int y, int right, bool hover, int action) } p.setPen(Qt::white); p.drawText(group_index_rect, Qt::AlignRight | Qt::AlignVCenter, index_string); + } else if (_type == DS_DSO) { + const QRectF vDial_rect = get_rect("vDial", y, right); + const QRectF hDial_rect = get_rect("hDial", y, right); + const QRectF acdc_rect = get_rect("acdc", y, right); + const QRectF chEn_rect = get_rect("chEn", y, right); + + QColor vDial_color = _vDialActive ? dsActive : dsDisable; + QColor hDial_color = _hDialActive ? dsActive : dsDisable; + _vDial->paint(p, vDial_rect, vDial_color); + _hDial->paint(p, hDial_rect, hDial_color); + + p.setPen(Qt::transparent); + p.setBrush((hover && action == CHEN) ? _colour.darker() : _colour); + p.drawRect(chEn_rect); + p.setPen(Qt::white); + p.drawText(chEn_rect, Qt::AlignCenter | Qt::AlignVCenter, _active ? "EN" : "DIS"); + + p.setPen(Qt::transparent); + p.setBrush(_active ? ((hover && action == ACDC) ? _colour.darker() : _colour) : dsDisable); + p.drawRect(acdc_rect); + p.setPen(Qt::white); + p.drawText(acdc_rect, Qt::AlignCenter | Qt::AlignVCenter, _acCoupling ? "AC" : "DC"); } // Paint the label - const QPointF points[] = { - label_rect.topLeft(), - label_rect.topRight(), - QPointF(right, y), - label_rect.bottomRight(), - label_rect.bottomLeft() - }; + if (_active) { + const QPointF points[] = { + label_rect.topLeft(), + label_rect.topRight(), + QPointF(right, (_type == DS_DSO) ? _zeroPos : y), + label_rect.bottomRight(), + label_rect.bottomLeft() + }; - p.setPen(Qt::transparent); - p.setBrush(((hover && action == LABEL) || _selected) ? dsYellow : dsBlue); - p.drawPolygon(points, countof(points)); + p.setPen(Qt::transparent); + if (_type == DS_DSO) + p.setBrush(((hover && action == LABEL) || _selected) ? _colour.darker() : _colour); + else + p.setBrush(((hover && action == LABEL) || _selected) ? dsYellow : dsBlue); + p.drawPolygon(points, countof(points)); - if ((hover && action == LABEL) || _selected) { - p.setPen(QPen(dsBlue, 2, Qt::DotLine)); + p.setPen(QPen(Qt::blue, 1, Qt::DotLine)); p.setBrush(Qt::transparent); - p.drawPoint(label_rect.right(), label_rect.top() + 4); - p.drawPoint(label_rect.right(), label_rect.top() + 8); - p.drawPoint(label_rect.right(), label_rect.top() + 12); - p.drawPoint(label_rect.right(), label_rect.top() + 16); - } + p.drawLine(label_rect.right(), label_rect.top() + 3, + label_rect.right(), label_rect.bottom() - 3); - // Paint the text - p.setPen(Qt::white); - if (_type == DS_GROUP) - p.drawText(label_rect, Qt::AlignCenter | Qt::AlignVCenter, "G"); - else if (_type == DS_ANALOG) - p.drawText(label_rect, Qt::AlignCenter | Qt::AlignVCenter, "A"); - else if (_type == DS_PROTOCOL) - p.drawText(label_rect, Qt::AlignCenter | Qt::AlignVCenter, "D"); - else - p.drawText(label_rect, Qt::AlignCenter | Qt::AlignVCenter, QString::number(_index_list.front())); + // Paint the text + p.setPen(Qt::white); + if (_type == DS_GROUP) + p.drawText(label_rect, Qt::AlignCenter | Qt::AlignVCenter, "G"); + else if (_type == DS_ANALOG) + p.drawText(label_rect, Qt::AlignCenter | Qt::AlignVCenter, "A"); + else if (_type == DS_PROTOCOL) + p.drawText(label_rect, Qt::AlignCenter | Qt::AlignVCenter, "D"); + else + p.drawText(label_rect, Qt::AlignCenter | Qt::AlignVCenter, QString::number(_index_list.front())); + } +} + +void Signal::paint_trig(QPainter &p, int left, int right, bool hover) +{ + if (_type == DS_DSO) { + const QRectF label_rect = get_rect("dsoTrig", -1, right); + // Paint the trig line + if (_trig_en) { + const QPointF points[] = { + QPointF(right - label_rect.width()*1.5, _trig_vpos), + label_rect.topLeft(), + label_rect.topRight(), + label_rect.bottomRight(), + label_rect.bottomLeft() + }; + + p.setPen(Qt::transparent); + p.setBrush(_colour); + p.drawPolygon(points, countof(points)); + + // paint the _trig_vpos line + p.setPen(QPen(_colour, hover ? 2 : 1, Qt::DashLine)); + p.drawLine(left, _trig_vpos, right - label_rect.width()*1.5, _trig_vpos); + + // Paint the text + p.setPen(Qt::white); + p.drawText(label_rect, Qt::AlignCenter | Qt::AlignVCenter, "T"); + } + } } int Signal::pt_in_rect(int y, int right, const QPoint &point) @@ -355,11 +660,17 @@ int Signal::pt_in_rect(int y, int right, const QPoint &point) const QRectF higTrig = get_rect("higTrig", y, right); const QRectF negTrig = get_rect("negTrig", y, right); const QRectF lowTrig = get_rect("lowTrig", y, right); - const QRectF label = get_rect("label", y, right); + const QRectF edgeTrig = get_rect("edgeTrig", y, right); + const QRectF label = get_rect("label", (_type == DS_DSO) ? _zeroPos : y, right); + const QRectF vDial = get_rect("vDial", y, right); + const QRectF hDial = get_rect("hDial", y, right); + const QRectF chEn = get_rect("chEn", y, right); + const QRectF acdc = get_rect("acdc", y, right); + const QRectF dsoTrig = get_rect("dsoTrig", 0, right); - if (color.contains(point)) + if (color.contains(point) && _active) return COLOR; - else if (name.contains(point)) + else if (name.contains(point) && _active) return NAME; else if (posTrig.contains(point) && _type == DS_LOGIC) return POSTRIG; @@ -369,8 +680,20 @@ int Signal::pt_in_rect(int y, int right, const QPoint &point) return NEGTRIG; else if (lowTrig.contains(point) && _type == DS_LOGIC) return LOWTRIG; - else if (label.contains(point)) + else if (edgeTrig.contains(point) && _type == DS_LOGIC) + return EDGETRIG; + else if (label.contains(point) && _active) return LABEL; + else if (vDial.contains(point) && _type == DS_DSO && _active) + return VDIAL; + else if (hDial.contains(point) && _type == DS_DSO && _active) + return HDIAL; + else if (chEn.contains(point) && _type == DS_DSO) + return CHEN; + else if (acdc.contains(point) && _type == DS_DSO && _active) + return ACDC; + else if (dsoTrig.contains(point) && _type == DS_DSO && _active) + return DSOTRIG; else return 0; } @@ -392,7 +715,8 @@ QRectF Signal::get_rect(const char *s, int y, int right) { const QSizeF color_size(SquareWidth, SquareWidth); const QSizeF name_size(right - get_leftWidth() - get_rightWidth(), SquareWidth); - const QSizeF label_size(_text_size.width() + Margin, SquareWidth); + //const QSizeF label_size(_text_size.width() + Margin, SquareWidth); + const QSizeF label_size(SquareWidth, SquareWidth); if (!strcmp(s, "name")) return QRectF( @@ -402,38 +726,68 @@ QRectF Signal::get_rect(const char *s, int y, int right) else if (!strcmp(s, "label")) return QRectF( right - 1.5f * label_size.width(), - y - label_size.height() / 2, + y - SquareWidth / 2, label_size.width(), label_size.height()); else if (!strcmp(s, "posTrig")) return QRectF( get_leftWidth() + name_size.width() + Margin, - y - color_size.height() / 2, - color_size.width(), color_size.height()); + y - SquareWidth / 2, + SquareWidth, SquareWidth); else if (!strcmp(s, "higTrig")) return QRectF( get_leftWidth() + name_size.width() + SquareWidth + Margin, - y - color_size.height() / 2, - color_size.width(), color_size.height()); + y - SquareWidth / 2, + SquareWidth, SquareWidth); else if (!strcmp(s, "negTrig")) return QRectF( get_leftWidth() + name_size.width() + 2 * SquareWidth + Margin, - y - color_size.height() / 2, - color_size.width(), color_size.height()); + y - SquareWidth / 2, + SquareWidth, SquareWidth); else if (!strcmp(s, "lowTrig")) return QRectF( get_leftWidth() + name_size.width() + 3 * SquareWidth + Margin, - y - color_size.height() / 2, - color_size.width(), color_size.height()); + y - SquareWidth / 2, + SquareWidth, SquareWidth); + else if (!strcmp(s, "edgeTrig")) + return QRectF( + get_leftWidth() + name_size.width() + 4 * SquareWidth + Margin, + y - SquareWidth / 2, + SquareWidth, SquareWidth); else if (!strcmp(s, "groupIndex")) return QRectF( get_leftWidth() + name_size.width() + Margin, - y - color_size.height() / 2, - color_size.width() * 4, color_size.height()); + y - SquareWidth / 2, + SquareWidth * SquareNum, SquareWidth); + else if (!strcmp(s, "vDial")) + return QRectF( + get_leftWidth() + name_size.width() + SquareWidth*0.5 + Margin, + y - SquareWidth * SquareNum, + SquareWidth * (SquareNum-1), SquareWidth * (SquareNum-1)); + else if (!strcmp(s, "hDial")) + return QRectF( + get_leftWidth() + name_size.width() + SquareWidth*0.5 + Margin, + y + SquareWidth * 1.5, + SquareWidth * (SquareNum-1), SquareWidth * (SquareNum-1)); + else if (!strcmp(s, "chEn")) + return QRectF( + get_leftWidth() + name_size.width() + SquareWidth*0.75 + Margin, + y - SquareWidth / 2, + SquareWidth * 1.5, SquareWidth); + else if (!strcmp(s, "acdc")) + return QRectF( + get_leftWidth() + name_size.width() + SquareWidth*2.75 + Margin, + y - SquareWidth / 2, + SquareWidth * 1.5, SquareWidth); + else if (!strcmp(s, "dsoTrig")) + return QRectF( + right - label_size.width(), + _trig_vpos - SquareWidth / 2, + label_size.width(), label_size.height()); else return QRectF( 2, - y - color_size.height() / 2, - color_size.width(), color_size.height()); + y - SquareWidth / 2, + SquareWidth, SquareWidth); } } // namespace view diff --git a/DSLogic-gui/pv/view/signal.h b/DSLogic-gui/pv/view/signal.h index da718a04..f3a0207f 100644 --- a/DSLogic-gui/pv/view/signal.h +++ b/DSLogic-gui/pv/view/signal.h @@ -36,6 +36,7 @@ #include #include "libsigrok4DSLogic/libsigrok.h" +#include "dsldial.h" namespace pv { @@ -56,26 +57,47 @@ namespace view { class Signal { private: - static const int SquareWidth; - static const int Margin; + static const int SquareWidth = 20; + static const int Margin = 3; + static const int SquareNum = 5; - static const int COLOR; - static const int NAME; - static const int POSTRIG; - static const int HIGTRIG; - static const int NEGTRIG; - static const int LOWTRIG; - static const int LABEL; + static const uint64_t vDialValueCount = 10; + static const uint64_t vDialValueStep = 1000; + static const uint64_t vDialUnitCount = 2; + static const uint64_t hDialValueCount = 25; + static const uint64_t hDialValueStep = 1000; + static const uint64_t hDialUnitCount = 4; + static const uint64_t vDialValue[vDialValueCount]; + static const QString vDialUnit[vDialUnitCount]; + + static const uint64_t hDialValue[hDialValueCount]; + static const QString hDialUnit[hDialUnitCount]; public: + static const int COLOR = 1; + static const int NAME = 2; + static const int POSTRIG = 3; + static const int HIGTRIG = 4; + static const int NEGTRIG = 5; + static const int LOWTRIG = 6; + static const int EDGETRIG = 7; + static const int LABEL = 8; + static const int VDIAL = 9; + static const int HDIAL = 10; + static const int CHEN = 11; + static const int ACDC = 12; + static const int DSOTRIG = 13; + static const QColor dsBlue; static const QColor dsYellow; static const QColor dsRed; static const QColor dsGreen; static const QColor dsGray; + static const QColor dsDisable; + static const QColor dsActive; static const QColor dsLightBlue; static const QColor dsLightRed; - static const QPen SignalAxisPen; + static const QPen SignalAxisPen; enum {DS_LOGIC = 0, DS_ANALOG, DS_GROUP, DS_PROTOCOL, DS_DSO}; @@ -166,6 +188,32 @@ public: int get_trig() const; void set_trig(int trig); + /* + * + */ + bool get_vDialActive() const; + void set_vDialActive(bool active); + bool get_hDialActive() const; + void set_hDialActive(bool active); + bool go_vDialPre(); + bool go_vDialNext(); + bool go_hDialPre(); + bool go_hDialNext(); + uint64_t get_vDialValue() const; + uint64_t get_hDialValue() const; + uint16_t get_vDialSel() const; + uint16_t get_hDialSel() const; + bool get_acCoupling() const; + void set_acCoupling(bool coupling); + bool get_active() const; + void set_active(bool active); + int get_zeroPos() const; + void set_zeroPos(int pos); + int get_windowHeight() const; + void set_windowHeight(int height); + void set_trig_vpos(int value); + int get_trig_vpos() const; + /** * Paints the signal with a QPainter * @param p the QPainter to paint into. @@ -177,7 +225,7 @@ public: * the view in seconds. **/ virtual void paint(QPainter &p, int y, int left, int right, - double scale, double offset) = 0; + double scale, double offset) = 0; virtual const std::vector< std::pair > cur_edges() const = 0; @@ -200,9 +248,12 @@ public: * area. * @param hover true if the label is being hovered over by the mouse. */ - virtual void paint_label(QPainter &p, int y, int right, + virtual void paint_label(QPainter &p, int y, int right, bool hover, int action); + virtual void paint_trig(QPainter &p, int left, int right, + bool hover); + /** * Determines if a point is in the header rect. * 1 - in color rect @@ -221,6 +272,16 @@ public: int pt_in_rect(int y, int right, const QPoint &point); + /** + * Computes the outline rectangle of a label. + * @param p the QPainter to lay out text with. + * @param y the y-coordinate of the signal. + * @param right the x-coordinate of the right edge of the header + * area. + * @return Returns the rectangle of the signal label. + */ + QRectF get_rect(const char *s, int y, int right); + protected: /** @@ -239,16 +300,6 @@ private: */ void compute_text_size(QPainter &p); - /** - * Computes the outline rectangle of a label. - * @param p the QPainter to lay out text with. - * @param y the y-coordinate of the signal. - * @param right the x-coordinate of the right edge of the header - * area. - * @return Returns the rectangle of the signal label. - */ - QRectF get_rect(const char *s, int y, int right); - protected: int _type; std::list _index_list; @@ -266,6 +317,17 @@ protected: int _trig; QSizeF _text_size; + dslDial *_vDial; + dslDial *_hDial; + bool _vDialActive; + bool _hDialActive; + bool _acCoupling; + bool _active; + int _zeroPos; + int _windowHeight; + + int _trig_vpos; + bool _trig_en; }; } // namespace view diff --git a/DSLogic-gui/pv/view/view.cpp b/DSLogic-gui/pv/view/view.cpp index fbd626da..fdd8624c 100644 --- a/DSLogic-gui/pv/view/view.cpp +++ b/DSLogic-gui/pv/view/view.cpp @@ -105,6 +105,14 @@ View::View(SigSession &session, QWidget *parent) : this, SLOT(on_signals_moved())); connect(_header, SIGNAL(header_updated()), this, SLOT(header_updated())); + connect(_header, SIGNAL(vDial_changed(quint16)), + this, SLOT(vDial_changed(quint16))); + connect(_header, SIGNAL(hDial_changed(quint16)), + this, SLOT(hDial_changed(quint16))); + connect(_header, SIGNAL(acdc_changed(quint16)), + this, SLOT(acdc_changed(quint16))); + connect(_header, SIGNAL(ch_changed(quint16)), + this, SLOT(ch_changed(quint16))); setViewportMargins(headerWidth(), RulerHeight, 0, 0); setViewport(_viewport); @@ -176,8 +184,20 @@ void View::zoom(double steps, int offset) _preOffset = _offset; const double cursor_offset = _offset + _scale * offset; - _scale *= pow(3.0/2.0, -steps); - _scale = max(min(_scale, _maxscale), _minscale); + if (_session.get_device()->mode != DSO) { + _scale *= pow(3.0/2.0, -steps); + _scale = max(min(_scale, _maxscale), _minscale); + } else { + const vector< shared_ptr > sigs(_session.get_signals()); + if (steps > 0.5) { + BOOST_FOREACH(const shared_ptr s, sigs) + s->go_hDialNext(); + } else if(steps < -0.5) { + BOOST_FOREACH(const shared_ptr s, sigs) + s->go_hDialPre(); + } + _scale = sigs.at(0)->get_hDialValue() * pow(10, -9) * Viewport::NumSpanX / _viewport->width(); + } _offset = cursor_offset - _scale * offset; const double MinOffset = -(_scale * (_viewport->width() * (1 - MaxViewRate))); const double MaxOffset = _data_length * 1.0f / _session.get_last_sample_rate() - @@ -185,6 +205,7 @@ void View::zoom(double steps, int offset) _offset = max(min(_offset, MaxOffset), MinOffset); if (_scale != _preScale || _offset != _preOffset) { + _header->update(); _ruler->update(); _viewport->update(); update_scroll(); @@ -199,7 +220,9 @@ void View::set_scale_offset(double scale, double offset) _preScale = _scale; _preOffset = _offset; - _scale = max(min(scale, _maxscale), _minscale); + if (_session.get_device()->mode != DSO) + _scale = max(min(scale, _maxscale), _minscale); + const double MinOffset = -(_scale * (_viewport->width() * (1 - MaxViewRate))); const double MaxOffset = _data_length * 1.0f / _session.get_last_sample_rate() - _scale * (_viewport->width() * MaxViewRate); @@ -380,9 +403,11 @@ void View::reset_signal_layout() const vector< boost::shared_ptr > sigs(_session.get_signals()); BOOST_FOREACH(boost::shared_ptr s, sigs) { s->set_signalHeight(SignalHeight); + s->set_windowHeight(_viewport->height()); //s->set_v_offset(offset); //offset += SignalHeight + 2 * SignalMargin; s->set_v_offset(offset + s->get_order() * _spanY); + s->set_zeroPos(_viewport->height()*0.5); } normalize_layout(); } @@ -439,7 +464,7 @@ int View::headerWidth() int maxNameWidth = 0; int maxLeftWidth = 0; int maxRightWidth = 0; - + QFont font = QApplication::font(); QFontMetrics fm(font); int fontWidth=fm.width("A"); @@ -518,7 +543,8 @@ void View::data_updated() // Get the new data length _data_length = max(_session.get_total_sample_len(), (quint64)1000); _maxscale = (_data_length * 1.0f / _session.get_last_sample_rate()) / (_viewport->width() * MaxViewRate); - _scale = min(_scale, _maxscale); + if(_session.get_device()->mode != DSO) + _scale = min(_scale, _maxscale); setViewportMargins(headerWidth(), RulerHeight, 0, 0); update_margins(); @@ -555,7 +581,9 @@ void View::sample_rate_changed(quint64 sample_rate) { assert(sample_rate > 0); - _scale = (1.0f / sample_rate) / WellPixelsPerSample; + if (_session.get_device()->mode != DSO) + _scale = (1.0f / sample_rate) / WellPixelsPerSample; + _minscale = (1.0f / sample_rate) / (_viewport->width() * MaxViewRate); _offset = 0; _preScale = _scale; @@ -574,7 +602,8 @@ void View::marker_time_changed() void View::on_signals_moved() { update_scroll(); - signals_moved(); + _viewport->update(); + //signals_moved(); } /* @@ -704,5 +733,39 @@ void View::on_state_changed(bool stop) _viewport->stop_trigger_timer(); } +void View::vDial_changed(uint16_t channel) +{ + if (channel == 0) + _session.set_dso_ctrl(SR_CONF_VDIV0); + else + _session.set_dso_ctrl(SR_CONF_VDIV1); +} + +void View::hDial_changed(uint16_t channel) +{ + const vector< shared_ptr > sigs(_session.get_signals()); + _session.set_dso_ctrl(SR_CONF_TIMEBASE); + _scale = sigs.at(channel)->get_hDialValue() * pow(10, -9) * Viewport::NumSpanX / _viewport->width(); + _ruler->update(); + _viewport->update(); + update_scroll(); +} + +void View::acdc_changed(uint16_t channel) +{ + if (channel == 0) + _session.set_dso_ctrl(SR_CONF_COUPLING0); + else + _session.set_dso_ctrl(SR_CONF_COUPLING1); +} + +void View::ch_changed(uint16_t channel) +{ + if (channel == 0) + _session.set_dso_ctrl(SR_CONF_EN_CH0); + else + _session.set_dso_ctrl(SR_CONF_EN_CH1); +} + } // namespace view } // namespace pv diff --git a/DSLogic-gui/pv/view/view.h b/DSLogic-gui/pv/view/view.h index 346e298f..61a3eeab 100644 --- a/DSLogic-gui/pv/view/view.h +++ b/DSLogic-gui/pv/view/view.h @@ -187,7 +187,8 @@ private: void resizeEvent(QResizeEvent *e); public slots: - void set_measure_en(int enable); + void set_measure_en(int enable); + void hDial_changed(quint16 channel); private slots: @@ -209,6 +210,10 @@ private slots: void set_trig_pos(quint64 trig_pos); + void vDial_changed(quint16 channel); + void acdc_changed(quint16 channel); + void ch_changed(quint16 channel); + private: SigSession &_session; diff --git a/DSLogic-gui/pv/view/viewport.cpp b/DSLogic-gui/pv/view/viewport.cpp index 4e58bec0..9a59aa8b 100644 --- a/DSLogic-gui/pv/view/viewport.cpp +++ b/DSLogic-gui/pv/view/viewport.cpp @@ -105,19 +105,19 @@ void Viewport::paintEvent(QPaintEvent *event) p.setRenderHint(QPainter::Antialiasing); if (_view.session().get_device()->mode == LOGIC) { - switch(_view.session().get_capture_state()) { - case SigSession::Init: - break; + switch(_view.session().get_capture_state()) { + case SigSession::Init: + break; - case SigSession::Stopped: - paintSignals(p); - break; + case SigSession::Stopped: + paintSignals(p); + break; - case SigSession::Running: - //p.setRenderHint(QPainter::Antialiasing); - paintProgress(p); - break; - } + case SigSession::Running: + //p.setRenderHint(QPainter::Antialiasing); + paintProgress(p); + break; + } } else { paintSignals(p); } @@ -161,8 +161,8 @@ void Viewport::paintEvent(QPaintEvent *event) p.setPen(Signal::dsGray); p.setPen(Qt::DotLine); - const double spanY =height() * 1.0f / 8; - for (i = 1; i < 9; i++) { + const double spanY =height() * 1.0f / 10; + for (i = 1; i < 11; i++) { const double posY = spanY * i; p.drawLine(0, posY, width(), posY); const double miniSpanY = spanY / 5; @@ -210,8 +210,9 @@ void Viewport::paintSignals(QPainter &p) p.setRenderHint(QPainter::Antialiasing, false); BOOST_FOREACH(const boost::shared_ptr s, sigs) { assert(s); - s->paint(dbp, s->get_v_offset() - v_offset, 0, width(), - _view.scale(), _view.offset()); + if (s->get_active()) + s->paint(dbp, ((s->get_type() == Signal::DS_DSO) ? s->get_zeroPos() + height()*0.5 : s->get_v_offset() - v_offset), 0, width(), + _view.scale(), _view.offset()); } // p.setRenderHint(QPainter::Antialiasing); // BOOST_FOREACH(const boost::shared_ptr s, pro_sigs) { @@ -223,6 +224,13 @@ void Viewport::paintSignals(QPainter &p) } p.drawPixmap(0, 0, pixmap); + // plot trig line in DSO mode + BOOST_FOREACH(const shared_ptr s, sigs) { + assert(s); + if (s->get_active() && s->get_type() == Signal::DS_DSO) + s->paint_trig(p, 0, width(), qAbs(_mouse_point.y() - s->get_trig_vpos()) <= HitCursorMargin ); + } + // plot cursors if (_view.cursors_shown()) { list::iterator i = _view.get_cursorList().begin(); @@ -391,6 +399,20 @@ void Viewport::mousePressEvent(QMouseEvent *event) // if (!_view.get_ruler()->get_grabbed_cursor()) { // _zoom_rect_visible = true; // } + + const vector< shared_ptr > sigs(_view.session().get_signals()); + BOOST_FOREACH(const shared_ptr s, sigs) { + assert(s); + if (s->get_active() && + s->get_type() == Signal::DS_DSO && + qAbs(_mouse_point.y() - s->get_trig_vpos()) <= HitCursorMargin) { + if (_drag_sig) + _drag_sig.reset(); + else + _drag_sig = s; + break; + } + } update(); } } @@ -398,7 +420,7 @@ void Viewport::mousePressEvent(QMouseEvent *event) void Viewport::mouseMoveEvent(QMouseEvent *event) { assert(event); - + _mouse_point = event->pos(); if (event->buttons() & Qt::RightButton) { _zoom_rect = QRectF(_mouse_down_point, event->pos()); _zoom_rect_visible = true; @@ -409,16 +431,35 @@ void Viewport::mouseMoveEvent(QMouseEvent *event) _mouse_down_offset + (_mouse_down_point - event->pos()).x() * _view.scale()); - measure(); } if (!(event->buttons() || Qt::NoButton)) { + if (_drag_sig) { + uint16_t trig_value = 0; + int vpos = _mouse_point.y(); + if (vpos < 0) + vpos = 0; + else if (vpos > height()) + vpos = height(); + _drag_sig->set_trig_vpos(vpos); + + const vector< shared_ptr > sigs(_view.session().get_signals()); + BOOST_FOREACH(const shared_ptr s, sigs) { + assert(s); + if (s->get_active() && + s->get_type() == Signal::DS_DSO) { + trig_value += (((uint16_t)(255 - s->get_trig_vpos()*1.0/height()*255)) << 8*s->get_index()); + } + } + sr_config_set(_view.session().get_device(), + SR_CONF_TRIGGER_VALUE, g_variant_new_uint16(trig_value)); + } + TimeMarker* grabbed_marker = _view.get_ruler()->get_grabbed_cursor(); if (_view.cursors_shown() && grabbed_marker) { grabbed_marker->set_time(_view.offset() + _view.hover_point().x() * _view.scale()); } - measure(); } @@ -472,6 +513,7 @@ void Viewport::wheelEvent(QWheelEvent *event) void Viewport::leaveEvent(QEvent *) { _measure_shown = false; + _mouse_point = QPoint(-1, -1); //_view.show_cursors(false); update(); } diff --git a/DSLogic-gui/pv/view/viewport.h b/DSLogic-gui/pv/view/viewport.h index 0ecb0c72..c373c783 100644 --- a/DSLogic-gui/pv/view/viewport.h +++ b/DSLogic-gui/pv/view/viewport.h @@ -24,6 +24,9 @@ #ifndef DSLOGIC_PV_VIEW_VIEWPORT_H #define DSLOGIC_PV_VIEW_VIEWPORT_H +#include +#include + #include #include #include @@ -35,13 +38,14 @@ class SigSession; namespace pv { namespace view { +class Signal; class View; class Viewport : public QWidget { Q_OBJECT -private: +public: static const int HitCursorMargin; static const int NumSpanY; static const int NumMiniSpanY; @@ -88,6 +92,7 @@ private: View &_view; quint64 _total_receive_len; + QPoint _mouse_point; QPoint _mouse_down_point; double _mouse_down_offset; double _curScale; @@ -115,6 +120,8 @@ private: QTimer trigger_timer; bool triggered; int timer_cnt; + + boost::shared_ptr _drag_sig; }; } // namespace view diff --git a/DSLogic-gui/res/DSLogic.bin b/DSLogic-gui/res/DSLogic.bin index 55265376..97558396 100644 Binary files a/DSLogic-gui/res/DSLogic.bin and b/DSLogic-gui/res/DSLogic.bin differ diff --git a/DSLogic-gui/res/DSLogic.fw b/DSLogic-gui/res/DSLogic.fw index 89a51a60..813f8fe2 100644 Binary files a/DSLogic-gui/res/DSLogic.fw and b/DSLogic-gui/res/DSLogic.fw differ diff --git a/DSLogic-gui/stylesheet.qss b/DSLogic-gui/stylesheet.qss index 9a076bef..7245f278 100644 --- a/DSLogic-gui/stylesheet.qss +++ b/DSLogic-gui/stylesheet.qss @@ -1,6 +1,6 @@ palette { background: rgb(17, 133, 209, 255); - disabled: rgb(232, 232, 230, 255); + disabled: rgb(200, 200, 200, 255); } QMainWindow { @@ -77,7 +77,7 @@ QSpinBox { QLineEdit:disabled, QComboBox:disabled, QSpinBox:disabled { - background-color: rgb(232, 232, 230, 255); + background-color: rgb(200, 200, 200, 255); } QComboBox:!editable { @@ -163,7 +163,7 @@ QGroupBox::title } QGroupBox:disabled { - color: rgb(232, 232, 230, 255); + color: rgb(200, 200, 200, 255); } QDockWidget > QWidget > QTabWidget::pane{ @@ -175,7 +175,7 @@ QDockWidget > QWidget > QTabWidget::pane{ } QDockWidget > QWidget > QTabWidget::pane:disabled{ - border: 1px solid rgb(232, 232, 230, 255); + border: 1px solid rgb(200, 200, 200, 255); border-right-color: rgb(17, 133, 209, 255); /* same as the pane color */ } @@ -203,7 +203,7 @@ QDockWidget > QWidget > QTabWidget > QTabBar::tab:selected } QDockWidget > QWidget > QTabWidget > QTabBar::tab:disabled { - color: rgb(232, 232, 230, 50); + color: rgb(200, 200, 200, 50); border: 1px solid rgb(232, 232, 230, 255); background: transparent; border-left-color: rgb(17, 133, 209, 255); /* same as the pane color */ @@ -213,25 +213,29 @@ QCheckBox, QRadioButton, QLabel { border: none; - color: white; min-height: 20px; } +QCheckBox::checked, +QRadioButton::checked { + color: black; +} + +QLabel, +QCheckBox::unchecked, +QRadioButton::unchecked { + color: white; +} + QCheckBox, QLabel { padding: 1px 1px 1px 1px; margin: 0px; } -QCheckBox::indicator:checked { - image: url(:icons/checkbox.png); -} -QRadioButton::indicator:checked { - image: url(:icons/radiobutton.png); -} QLabel:disabled { - color: rgb(232, 232, 230, 255); + color: rgb(200, 200, 200, 255); } QSlider::groove:horizontal { diff --git a/DSLogic-gui/test/CMakeLists.txt b/DSLogic-gui/test/CMakeLists.txt index c2831710..539ab0df 100644 --- a/DSLogic-gui/test/CMakeLists.txt +++ b/DSLogic-gui/test/CMakeLists.txt @@ -2,7 +2,8 @@ ## This file is part of the PulseView project. ## ## Copyright (C) 2012 Joel Holdsworth -## Copyright (C) 2012 Alexandru Gagniuc +## Copyright (C) 2012-2013 Alexandru Gagniuc +## Copyright (C) 2013-2014 DreamSourceLab ## ## 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 @@ -18,35 +19,293 @@ ## along with this program. If not, see . ## +cmake_minimum_required(VERSION 2.6) +include(FindPkgConfig) +include(GNUInstallDirs) + +project(DSLogic) + +#=============================================================================== +#= User Options +#------------------------------------------------------------------------------- + +option(DISABLE_WERROR "Build without -Werror" TRUE) +option(ENABLE_SIGNALS "Build with UNIX signals" TRUE) +option(ENABLE_TESTS "Enable unit tests" FALSE) +option(STATIC_PKGDEPS_LIBS "Statically link to (pkgconfig) libraries" FALSE) + +if(WIN32) + # On Windows/MinGW we need to statically link to libraries. + # This option is user configurable, but enable it by default on win32. + set(STATIC_PKGDEPS_LIBS TRUE) + + # For boost-thread we need two additional settings on win32: + set(Boost_USE_STATIC_LIBS on) + add_definitions(-DBOOST_THREAD_USE_LIB) + + # Windsws does not support UNIX signals + set(ENABLE_SIGNALS FALSE) +endif() + +#=============================================================================== +#= Dependencies +#------------------------------------------------------------------------------- + +list(APPEND PKGDEPS + libsigrok4DSLogic>=0.2.0 + libusb-1.0>=1.0.16 +) + +set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/") + +find_package(PkgConfig) +pkg_check_modules(PKGDEPS REQUIRED ${PKGDEPS}) + +find_package(Qt4 REQUIRED) + # Find the platform's thread library (needed for boost-thread). # This will set ${CMAKE_THREAD_LIBS_INIT} to the correct, OS-specific value. find_package(Threads) -find_package(Boost 1.46 COMPONENTS unit_test_framework REQUIRED) +if(WIN32) +# On Windows/MinGW the we need to use 'thread_win32' instead of 'thread'. +# The library is named libboost_thread_win32* (not libboost_thread*). +find_package(Boost 1.42 COMPONENTS system thread_win32 REQUIRED) +else() +find_package(Boost 1.42 COMPONENTS system thread REQUIRED) +endif() -set(pulseview_TEST_SOURCES - ${PROJECT_SOURCE_DIR}/pv/data/analogsnapshot.cpp - ${PROJECT_SOURCE_DIR}/pv/data/snapshot.cpp - ${PROJECT_SOURCE_DIR}/pv/data/logicsnapshot.cpp - data/analogsnapshot.cpp - data/logicsnapshot.cpp - test.cpp +find_package(libusb-1.0 REQUIRED) + +#=============================================================================== +#= Config Header +#------------------------------------------------------------------------------- + +set(DS_TITLE DSLogic) +set(DS_DESCRIPTION "A GUI for DSLogic") + +set(DS_VERSION_MAJOR 0) +set(DS_VERSION_MINOR 3) +set(DS_VERSION_MICRO 0) +set(DS_VERSION_STRING + ${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO} ) -add_definitions(-DBOOST_TEST_DYN_LINK) +configure_file ( + ${PROJECT_SOURCE_DIR}/config.h.in + ${PROJECT_BINARY_DIR}/config.h +) + +#=============================================================================== +#= Sources +#------------------------------------------------------------------------------- + +set(DSLogic_SOURCES + main.cpp + pv/devicemanager.cpp + pv/mainwindow.cpp + pv/sigsession.cpp + pv/data/analog.cpp + pv/data/analogsnapshot.cpp + pv/data/group.cpp + pv/data/groupsnapshot.cpp + pv/data/logic.cpp + pv/data/logicsnapshot.cpp + pv/data/signaldata.cpp + pv/data/snapshot.cpp + pv/data/dso.cpp + pv/data/dsosnapshot.cpp + pv/decoder/decoder.cpp + pv/decoder/decoderfactory.cpp + pv/decoder/democonfig.cpp + pv/decoder/ds1wire.cpp + pv/decoder/dsdmx512.cpp + pv/decoder/dsi2c.cpp + pv/decoder/dsserial.cpp + pv/decoder/dsspi.cpp + pv/dialogs/about.cpp + pv/dialogs/connect.cpp + pv/dialogs/deviceoptions.cpp + pv/dialogs/search.cpp + pv/dock/fakelineedit.cpp + pv/dock/measuredock.cpp + pv/dock/protocoldock.cpp + pv/dock/searchdock.cpp + pv/dock/triggerdock.cpp + pv/prop/bool.cpp + pv/prop/double.cpp + pv/prop/enum.cpp + pv/prop/int.cpp + pv/prop/property.cpp + pv/prop/binding/binding.cpp + pv/prop/binding/binding_deviceoptions.cpp + pv/toolbars/devicebar.cpp + pv/toolbars/filebar.cpp + pv/toolbars/logobar.cpp + pv/toolbars/samplingbar.cpp + pv/toolbars/trigbar.cpp + pv/view/analogsignal.cpp + pv/view/cursor.cpp + pv/view/groupsignal.cpp + pv/view/header.cpp + pv/view/logicsignal.cpp + pv/view/protocolsignal.cpp + pv/view/ruler.cpp + pv/view/signal.cpp + pv/view/timemarker.cpp + pv/view/view.cpp + pv/view/viewport.cpp + pv/view/dsosignal.cpp + pv/view/dsldial.cpp + pv/dock/dsotriggerdock.cpp +) + +set(DSLogic_HEADERS + pv/sigsession.h + pv/mainwindow.h + pv/decoder/democonfig.h + pv/dock/fakelineedit.h + pv/dock/measuredock.h + pv/dock/protocoldock.h + pv/dock/searchdock.h + pv/dock/triggerdock.h + pv/dialogs/about.h + pv/dialogs/connect.h + pv/dialogs/deviceoptions.h + pv/dialogs/search.h + pv/toolbars/samplingbar.h + pv/toolbars/devicebar.h + pv/toolbars/filebar.h + pv/toolbars/logobar.h + pv/toolbars/trigbar.h + pv/data/dso.h + pv/data/dsosnapshot.h + pv/view/cursor.h + pv/view/header.h + pv/view/ruler.h + pv/view/timemarker.h + pv/view/groupsignal.h + pv/view/protocolsignal.h + pv/view/view.h + pv/view/dsosignal.h + pv/view/viewport.h + pv/view/dsldial.h + pv/dock/dsotriggerdock.h +) + +set(DSLogic_FORMS + pv/dialogs/about.ui + pv/decoder/dmx512config.ui + pv/decoder/i2cconfig.ui + pv/decoder/serialconfig.ui + pv/decoder/spiconfig.ui + pv/decoder/wire1config.ui +) + +set(DSLogic_RESOURCES + DSLogic.qrc +) + +qt4_wrap_cpp(DSLogic_HEADERS_MOC ${DSLogic_HEADERS}) +qt4_wrap_ui(DSLogic_FORMS_HEADERS ${DSLogic_FORMS}) +qt4_add_resources(DSLogic_RESOURCES_RCC ${DSLogic_RESOURCES}) + +include(${QT_USE_FILE}) + +#=============================================================================== +#= Global Definitions +#------------------------------------------------------------------------------- + +add_definitions(${QT_DEFINITIONS}) +add_definitions(-Wall -Wextra -Wno-return-type -Wno-ignored-qualifiers) + +if(NOT DISABLE_WERROR) + add_definitions(-Werror) +endif() + +#=============================================================================== +#= Global Include Directories +#------------------------------------------------------------------------------- include_directories( + ${CMAKE_CURRENT_BINARY_DIR} + ${CMAKE_CURRENT_SOURCE_DIR} ${Boost_INCLUDE_DIRS} ) -set(PULSEVIEW_LINK_LIBS +if(STATIC_PKGDEPS_LIBS) + include_directories(${PKGDEPS_STATIC_INCLUDE_DIRS}) +else() + include_directories(${PKGDEPS_INCLUDE_DIRS}) +endif() + +#=============================================================================== +#= Linker Configuration +#------------------------------------------------------------------------------- + +link_directories(${Boost_LIBRARY_DIRS}) + +set(DSLOGIC_LINK_LIBS ${Boost_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} + ${QT_LIBRARIES} + ${LIBUSB_1_LIBRARIES} ) -add_executable(pulseview-test - ${pulseview_TEST_SOURCES} +if(STATIC_PKGDEPS_LIBS) + link_directories(${PKGDEPS_STATIC_LIBRARY_DIRS}) + list(APPEND DSLOGIC_LINK_LIBS ${PKGDEPS_STATIC_LIBRARIES}) +else() + link_directories(${PKGDEPS_LIBRARY_DIRS}) + list(APPEND DSLOGIC_LINK_LIBS ${PKGDEPS_LIBRARIES}) +endif() + +add_executable(${PROJECT_NAME} + ${DSLogic_SOURCES} + ${DSLogic_HEADERS_MOC} + ${DSLogic_FORMS_HEADERS} + ${DSLogic_RESOURCES_RCC} ) -target_link_libraries(pulseview-test ${PULSEVIEW_LINK_LIBS}) +target_link_libraries(${PROJECT_NAME} ${DSLOGIC_LINK_LIBS}) +if(WIN32) +# Pass -mwindows so that no "DOS box" will open when PulseView is started. +set_target_properties(${PROJECT_NAME} PROPERTIES LINK_FLAGS "-mwindows") +endif() +set_target_properties(${PROJECT_NAME} PROPERTIES INSTALL_RPATH "/usr/local/lib") + +#=============================================================================== +#= Installation +#------------------------------------------------------------------------------- + +# Install the executable. +install(TARGETS ${PROJECT_NAME} DESTINATION bin/) +install(FILES res/DSLogic.fw DESTINATION bin/res/) +install(FILES res/DSLogic.bin DESTINATION bin/res/) + +#=============================================================================== +#= Packaging (handled by CPack) +#------------------------------------------------------------------------------- + +set(CPACK_PACKAGE_VERSION_MAJOR ${DS_VERSION_MAJOR}) +set(CPACK_PACKAGE_VERSION_MINOR ${DS_VERSION_MINOR}) +set(CPACK_PACKAGE_VERSION_PATCH ${DS_VERSION_MICRO}) +set(CPACK_PACKAGE_DESCRIPTION_FILE ${CMAKE_CURRENT_SOURCE_DIR}/README) +set(CPACK_RESOURCE_FILE_LICENSE ${CMAKE_CURRENT_SOURCE_DIR}/COPYING) +set(CPACK_SOURCE_IGNORE_FILES ${CMAKE_CURRENT_BINARY_DIR} ".gitignore" ".git") +set(CPACK_SOURCE_PACKAGE_FILE_NAME + "${CMAKE_PROJECT_NAME}-${DS_VERSION_MAJOR}.${DS_VERSION_MINOR}.${DS_VERSION_MICRO}") +set(CPACK_SOURCE_GENERATOR "TGZ") + +include(CPack) + +#=============================================================================== +#= Tests +#------------------------------------------------------------------------------- + +if(ENABLE_TESTS) + add_subdirectory(test) + enable_testing() + add_test(test ${CMAKE_CURRENT_BINARY_DIR}/test/DSLogic-test) +endif(ENABLE_TESTS) diff --git a/DSLogic-gui/test/COPYING b/DSLogic-gui/test/COPYING new file mode 100644 index 00000000..94a9ed02 --- /dev/null +++ b/DSLogic-gui/test/COPYING @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. 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 +them 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 prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. 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. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey 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; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If 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 convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU 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 that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + 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. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +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. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + 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 +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + 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 3 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, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program 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, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU 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 Lesser General +Public License instead of this License. But first, please read +. diff --git a/DSLogic-gui/DSLogic.qrc.depends b/DSLogic-gui/test/DSLogic.qrc similarity index 100% rename from DSLogic-gui/DSLogic.qrc.depends rename to DSLogic-gui/test/DSLogic.qrc diff --git a/DSLogic-gui/test/INSTALL b/DSLogic-gui/test/INSTALL new file mode 100644 index 00000000..126579be --- /dev/null +++ b/DSLogic-gui/test/INSTALL @@ -0,0 +1,49 @@ +------------------------------------------------------------------------------- +INSTALL +------------------------------------------------------------------------------- + +Requirements +------------ + + - git + - g++ + - make + - libtool + - pkg-config >= 0.22 + - cmake >= 2.6 + - libglib >= 2.28.0 + - Qt >= 4.5 + - libboost >= 1.42 (including the following libs): + - libboost-system + - libboost-thread + - libsigrok4DSLogic >= 0.2.0 + + +Building and installing +----------------------- +Get the DSLogic-gui source code from: www.dreamsourcelab.com/download.html +In order to build it, run: + + $ cd DSLogic-gui + $ cmake . + $ make + +For installing PulseView: + + $ make install + +See the following wiki page for more (OS-specific) instructions: + + http://sigrok.org/wiki/Building + + +Creating a source distribution package +-------------------------------------- + +In order to build a source package begin with an unconfigured source tree. + + $ mkdir dist + $ cd dist + $ cmake .. + $ make package_source + diff --git a/DSLogic-gui/test/NEWS b/DSLogic-gui/test/NEWS new file mode 100644 index 00000000..e7c2c79c --- /dev/null +++ b/DSLogic-gui/test/NEWS @@ -0,0 +1,5 @@ +0.1.0 (2013-12-15) +------------------ + + * Initial release. + diff --git a/DSLogic-gui/test/README b/DSLogic-gui/test/README new file mode 100644 index 00000000..7452797b --- /dev/null +++ b/DSLogic-gui/test/README @@ -0,0 +1,72 @@ +------------------------------------------------------------------------------- +README +------------------------------------------------------------------------------- +DSLogic-gui is GUI for DSLogic software, it's based on PulseView +from the sigrok project. + +The sigrok project aims at creating a portable, cross-platform, +Free/Libre/Open-Source signal analysis software suite that supports various +device types (such as logic analyzers, oscilloscopes, multimeters, and more). + +PulseView is a Qt-based LA/scope/MSO GUI for sigrok. + + +Status +------ + +DSLogic-gui is in a usable state and has had official tarball releases. + +However, it is still work in progress. Some basic functionality +is available and working, but other things are still on the TODO list. + + +Copyright and license +--------------------- + +DSLogic-gui is licensed under the terms of the GNU General Public License +(GPL), version 3 or later. + +While some individual source code files are licensed under the GPLv2+, and +some files are licensed under the GPLv3+, this doesn't change the fact that +the program as a whole is licensed under the terms of the GPLv3+ (e.g. also +due to the fact that it links against GPLv3+ libraries). + +Please see the individual source files for the full list of copyright holders. + + +Copyright notices +----------------- + +A copyright notice indicating a range of years, must be interpreted as having +had copyrightable material added in each of those years. + +Example: + + Copyright (C) 2010-2013 Contributor Name + +is to be interpreted as + + Copyright (C) 2010,2011,2012,2013 Contributor Name + + +Mailing lists +------------- + +There are two mailing lists for sigrok/PulseView: + + https://lists.sourceforge.net/lists/listinfo/sigrok-devel + https://lists.sourceforge.net/lists/listinfo/sigrok-commits + + +IRC +--- + +You can find the sigrok developers in the #sigrok IRC channel on Freenode. + + +Website +------- + + http://sigrok.org/wiki/PulseView + http://dreamsourcelab.com + diff --git a/DSLogic-gui/test/config.h.in b/DSLogic-gui/test/config.h.in new file mode 100644 index 00000000..89868e31 --- /dev/null +++ b/DSLogic-gui/test/config.h.in @@ -0,0 +1,34 @@ +/* + * This file is part of the PulseView project. + * + * Copyright (C) 2012 Alexandru Gagniuc + * + * 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, see . + */ + +#ifndef _DSLOGIC_CONFIG_H +#define _DSLOGIC_CONFIG_H + +/* Application details */ +#define DS_TITLE "@DS_TITLE@" +#define DS_DESCRIPTION "@DS_DESCRIPTION@" +#define DS_BIN_NAME "@PROJECT_NAME@" + +/* DSLogic version information */ +#define DS_VERSION_MAJOR @DS_VERSION_MAJOR@ +#define DS_VERSION_MINOR @DS_VERSION_MINOR@ +#define DS_VERSION_MICRO @DS_VERSION_MICRO@ +#define DS_VERSION_STRING "@DS_VERSION_STRING@" + +#endif diff --git a/DSLogic-gui/test/extdef.h b/DSLogic-gui/test/extdef.h new file mode 100644 index 00000000..467b5615 --- /dev/null +++ b/DSLogic-gui/test/extdef.h @@ -0,0 +1,32 @@ +/* + * This file is part of the DSLogic-gui project. + * DSLogic-gui is based on PulseView. + * + * Copyright (C) 2012 Joel Holdsworth + * Copyright (C) 2013 DreamSourceLab + * + * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + + +#ifndef DSLOGIC_EXTDEF_H +#define DSLOGIC_EXTDEF_H + +#define countof(x) (sizeof(x)/sizeof(x[0])) + +#define begin_element(x) (&x[0]) +#define end_element(x) (&x[countof(x)]) + +#endif // DSLOGIC_EXTDEF_H diff --git a/DSLogic-gui/test/main.cpp b/DSLogic-gui/test/main.cpp new file mode 100644 index 00000000..807f3ced --- /dev/null +++ b/DSLogic-gui/test/main.cpp @@ -0,0 +1,163 @@ +/* + * This file is part of the DSLogic-gui project. + * DSLogic-gui is based on PulseView. + * + * Copyright (C) 2012 Joel Holdsworth + * Copyright (C) 2013 DreamSourceLab + * + * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + + +#ifdef ENABLE_SIGROKDECODE +#include /* First, so we avoid a _POSIX_C_SOURCE warning. */ +#endif + +#include +#include + +#include + +#include +#include +#include + +#include "pv/devicemanager.h" +#include "pv/mainwindow.h" + +#include "config.h" + +void usage() +{ + fprintf(stdout, + "Usage:\n" + " %s [OPTION…] [FILE] — %s\n" + "\n" + "Help Options:\n" + " -l, --loglevel Set libsigrok/libsigrokdecode loglevel\n" + " -V, --version Show release version\n" + " -h, -?, --help Show help option\n" + "\n", DS_BIN_NAME, DS_DESCRIPTION); +} + +int main(int argc, char *argv[]) +{ + int ret = 0; + struct sr_context *sr_ctx = NULL; + const char *open_file = NULL; + + QApplication a(argc, argv); + + // Set some application metadata + QApplication::setApplicationVersion(DS_VERSION_STRING); + QApplication::setApplicationName("DSLogic(Beta)"); + QApplication::setOrganizationDomain("http://www.DreamSourceLab.com"); + + // Parse arguments + while (1) { + static const struct option long_options[] = { + {"loglevel", required_argument, 0, 'l'}, + {"version", no_argument, 0, 'V'}, + {"help", no_argument, 0, 'h'}, + {0, 0, 0, 0} + }; + + const int c = getopt_long(argc, argv, + "l:Vh?", long_options, NULL); + if (c == -1) + break; + + switch (c) { + case 'l': + { + const int loglevel = atoi(optarg); + sr_log_loglevel_set(loglevel); + +#ifdef ENABLE_SIGROKDECODE + srd_log_loglevel_set(loglevel); +#endif + + break; + } + + case 'V': + // Print version info + fprintf(stdout, "%s %s\n", DS_TITLE, DS_VERSION_STRING); + return 0; + + case 'h': + case '?': + usage(); + return 0; + } + } + + if (argc - optind > 1) { + fprintf(stderr, "Only one file can be openened.\n"); + return 1; + } else if (argc - optind == 1) + open_file = argv[argc - 1]; + + // Initialise libsigrok + if (sr_init(&sr_ctx) != SR_OK) { + qDebug() << "ERROR: libsigrok init failed."; + return 1; + } + + do { + +#ifdef ENABLE_SIGROKDECODE + // Initialise libsigrokdecode + if (srd_init(NULL) != SRD_OK) { + qDebug() << "ERROR: libsigrokdecode init failed."; + break; + } + + // Load the protocol decoders + srd_decoder_load_all(); +#endif + + try { + // Create the device manager, initialise the drivers + pv::DeviceManager device_manager(sr_ctx); + + // Initialise the main window + pv::MainWindow w(device_manager, open_file); + QFile qss(":/stylesheet.qss"); + qss.open(QFile::ReadOnly); + a.setStyleSheet(qss.readAll()); + qss.close(); + w.show(); + + // Run the application + ret = a.exec(); + + } catch(std::exception e) { + qDebug() << e.what(); + } + +#ifdef ENABLE_SIGROKDECODE + // Destroy libsigrokdecode + srd_exit(); +#endif + + } while (0); + + // Destroy libsigrok + if (sr_ctx) + sr_exit(sr_ctx); + + return ret; +} diff --git a/DSLogic-gui/test/stylesheet.qss b/DSLogic-gui/test/stylesheet.qss new file mode 100644 index 00000000..7245f278 --- /dev/null +++ b/DSLogic-gui/test/stylesheet.qss @@ -0,0 +1,279 @@ +palette { + background: rgb(17, 133, 209, 255); + disabled: rgb(200, 200, 200, 255); +} + +QMainWindow { + icon-size: 48px, 48px; +} + +QDialog { + border: none; + background: rgb(17, 133, 209, 255); +} + +QToolBar { + border: none; + /*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, + stop: 0 rgb(0, 75, 165, 255), + stop: 0.05 rgb(31, 164, 227, 255), + stop: 0.5 rgb(17, 133, 209, 255), + stop: 0.95 rgb(0, 102, 185, 255), + stop: 1 rgb(0, 75, 165, 255));*/ + background: rgb(17, 133, 209, 255); + min-height: 50px; +} + +pv--view--View, +pv--view--Viewport{ + margin: 0px; + border: none; + background-color: rgb(255, 255, 255); + padding: 0px; +} + +QToolButton { + border: none; + border-style: flat; + color: white; + font: bold 10ft; + min-height: 50px; + min-width: 50px; +} + +QPushButton:hover, +QToolButton:hover { + background-color: rgb(238, 178, 17, 200); +} + +QPushButton:pressed, +QToolButton:pressed { + background-color: rgb(238, 178, 17, 255); +} + +QPushButton { + padding: 3px; + border: none; + border-style: flat; + border-radius: 4px; + color: white; + background-color: rgb(255, 255, 255, 50); + font: bold 10ft; + min-height: 20px; + min-width: 20px; +} + +/* >>> QToolBar: QLineEdit/QComboBox */ +QLineEdit, +QComboBox:!editable, +QSpinBox { + border: none; + border-radius: 4px; + background-color: white; + padding: 3px; + min-height: 20px; +} + +QLineEdit:disabled, +QComboBox:disabled, +QSpinBox:disabled { + background-color: rgb(200, 200, 200, 255); +} + +QComboBox:!editable { + padding-right: 5px; +} + +/* QComboBox gets the "on" state when the popup is open */ +QComboBox:!editable:on, QToolBar > QComboBox::drop-down:editable:on { + background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, + stop: 0 #D3D3D3, stop: 0.4 #D8D8D8, + stop: 0.5 #DDDDDD, stop: 1.0 #E1E1E1); +} + +QComboBox:on { /* shift the text when the popup opens */ + padding-top: 3px; + padding-left: 4px; +} + +QComboBox::drop-down { + subcontrol-origin: padding; + subcontrol-position: top right; + width: 20px; + + border-left-width: 0px; + border-top-right-radius: 4px; /* same radius as the QComboBox */ + border-bottom-right-radius: 4px; +} + +QComboBox::down-arrow { + image: url(:/icons/down-arrow.png); +} +QComboBox::down-arrow:disabled { + image: none; +} + +QComboBox::down-arrow:on { /* shift the arrow when popup is open */ + top: 1px; + left: 1px; +} +/* <<< QToolBar: QLineEdit/QComboBox */ + +/* >>> QDockWidget */ +QDockWidget { + margin: 0px; + background-color: rgb(17, 133, 209, 255); + border: 0px; + padding: 0px; + color: rgb(17, 133, 209, 255); + font-size: 16px; + font-weight: bold; +} + +QDockWidget::title { + margin: 0px; + text-align: left center; + background-color: rgb(255, 255, 255, 255); + border: 0px; + color: white; + padding: 8px; +} +QDockWidget > QWidget{ + margin: 0px; + background-color: rgb(17, 133, 209, 255); + border: 0px; + padding: 0px; +} + +QGroupBox { + margin: 0px; + background-color: rgb(17, 133, 209, 255); + border: 0px; + padding: 40px, 10px, 10px, 10px; + color: white; + font-size: 20px; + font-weight: bold; +} + +QGroupBox::title +{ + subcontrol-origin: margin; + subcontrol-position: top center; + padding: 5 20px; +} +QGroupBox:disabled +{ + color: rgb(200, 200, 200, 255); +} + +QDockWidget > QWidget > QTabWidget::pane{ + margin: 0px; + background-color: rgb(17, 133, 209, 255); + border: 1px solid rgb(255, 255, 255); + border-right-color: rgb(17, 133, 209, 255); /* same as the pane color */ + padding: 0px; +} + +QDockWidget > QWidget > QTabWidget::pane:disabled{ + border: 1px solid rgb(200, 200, 200, 255); + border-right-color: rgb(17, 133, 209, 255); /* same as the pane color */ +} + +QDockWidget > QWidget > QTabWidget > QTabBar::tab +{ + background: transparent; + color: white; + border: 2px solid rgb(238, 178, 17, 255); + border-left-color: rgb(17, 133, 209, 255); /* same as the pane color */ + border-bottom-right-radius: 4px; + border-top-right-radius: 4px; + min-height: 8ex; + padding: 2px; +} +QDockWidget > QWidget > QTabWidget > QTabBar::tab:hover +{ + border: 3px solid rgb(238, 178, 17, 255); + border-left-color: rgb(17, 133, 209, 255); /* same as the pane color */ +} +QDockWidget > QWidget > QTabWidget > QTabBar::tab:selected +{ + color: white; + background: rgb(238, 178, 17, 255); + border-left-color: rgb(17, 133, 209, 255); /* same as the pane color */ +} +QDockWidget > QWidget > QTabWidget > QTabBar::tab:disabled +{ + color: rgb(200, 200, 200, 50); + border: 1px solid rgb(232, 232, 230, 255); + background: transparent; + border-left-color: rgb(17, 133, 209, 255); /* same as the pane color */ +} + +QCheckBox, +QRadioButton, +QLabel { + border: none; + min-height: 20px; +} + +QCheckBox::checked, +QRadioButton::checked { + color: black; +} + +QLabel, +QCheckBox::unchecked, +QRadioButton::unchecked { + color: white; +} + +QCheckBox, +QLabel { + padding: 1px 1px 1px 1px; + margin: 0px; +} + + +QLabel:disabled { + color: rgb(200, 200, 200, 255); +} + +QSlider::groove:horizontal { + border: 1px solid #999999; + height: 2px; + margin: 0px 0; + left: 10px; right: 10px; + border-radius: 4px; +} + +QSlider::handle:horizontal { + border-image:url(:/icons/slider-handle.png); + margin-left: -12px; + margin-right: -12px; + margin-top: -11px; + margin-bottom: -11px; +} + +QSlider::sub-page:horizontal{ + background: qlineargradient(spread:pad, + x1:0, y1:1, x2:0, y2:0, + stop:0 rgba(17, 133, 209, 255), + stop:0.25 rgba(238, 178, 17, 255), + stop:0.75 rgba(238, 178, 17, 255), + stop:1 rgba(17, 133, 209, 255)); + height: 2px; + border-radius: 4px; +} + +QSlider::add-page:horizontal{ + background: qlineargradient(spread:pad, + x1:0, y1:1, x2:0, y2:0, + stop:0 rgba(17, 133, 209, 255), + stop:0.25 rgba(255, 255, 255, 255), + stop:0.75 rgba(255, 255, 255, 255), + stop:1 rgba(17, 133, 209, 255)); + height: 2px; + border-radius: 4px; +} + +/* <<< QDockWidget */ diff --git a/DSLogic-gui/trace.txt b/DSLogic-gui/trace.txt deleted file mode 100644 index 9efb05ca..00000000 --- a/DSLogic-gui/trace.txt +++ /dev/null @@ -1,9339 +0,0 @@ -execve("/usr/local/bin/DSLogic-gui", ["DSLogic-gui"], [/* 39 vars */]) = 0 -brk(0) = 0x9939000 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7728000 -access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) -open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 -fstat64(3, {st_mode=S_IFREG|0644, st_size=71747, ...}) = 0 -mmap2(NULL, 71747, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7716000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/usr/local/lib/libboost_thread.so.1.46.1", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\231\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=91996, ...}) = 0 -mmap2(NULL, 90704, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb76ff000 -mmap2(0xb7714000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15) = 0xb7714000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p[\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0755, st_size=124663, ...}) = 0 -mmap2(NULL, 107008, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb76e4000 -mmap2(0xb76fb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16) = 0xb76fb000 -mmap2(0xb76fd000, 4608, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb76fd000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/libQtGui.so.4", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320j\22\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=11333672, ...}) = 0 -mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb76e3000 -mmap2(NULL, 11346488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6c10000 -mmap2(0xb76ba000, 155648, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xaa9) = 0xb76ba000 -mmap2(0xb76e0000, 8760, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb76e0000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/libQtCore.so.4", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\344\5\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=2998336, ...}) = 0 -mmap2(NULL, 2998996, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6933000 -mmap2(0xb6c07000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2d4) = 0xb6c07000 -mmap2(0xb6c0f000, 724, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6c0f000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/usr/local/lib/libsigrok4DSLogic.so.1", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 C\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0755, st_size=360431, ...}) = 0 -mmap2(NULL, 116708, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6916000 -mmap2(0xb6931000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a) = 0xb6931000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/libglib-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@K\1\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=1014644, ...}) = 0 -mmap2(NULL, 1018896, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb681d000 -mmap2(0xb6914000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf6) = 0xb6914000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0]\4\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=905712, ...}) = 0 -mmap2(NULL, 935336, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6738000 -mprotect(0xb6810000, 4096, PROT_NONE) = 0 -mmap2(0xb6811000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd8) = 0xb6811000 -mmap2(0xb6816000, 26024, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6816000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000D\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=173576, ...}) = 0 -mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6737000 -mmap2(NULL, 176256, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb670b000 -mmap2(0xb6735000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x29) = 0xb6735000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\37\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=116232, ...}) = 0 -mmap2(NULL, 119344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb66ed000 -mmap2(0xb6709000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b) = 0xb6709000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\226\1\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0755, st_size=1713640, ...}) = 0 -mmap2(NULL, 1723100, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6548000 -mmap2(0xb66e7000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19f) = 0xb66e7000 -mmap2(0xb66ea000, 10972, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb66ea000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/libfontconfig.so.1", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p@\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=211660, ...}) = 0 -mmap2(NULL, 210980, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6514000 -mmap2(0xb6546000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x32) = 0xb6546000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/libaudio.so.2", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0008\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=95760, ...}) = 0 -mmap2(NULL, 98908, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb64fb000 -mmap2(0xb6512000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16) = 0xb6512000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/libpng12.so.0", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3007\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=165756, ...}) = 0 -mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb64fa000 -mmap2(NULL, 168520, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb64d0000 -mmap2(0xb64f8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x27) = 0xb64f8000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/libz.so.1", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\27\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=83572, ...}) = 0 -mmap2(NULL, 86288, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb64ba000 -mmap2(0xb64ce000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13) = 0xb64ce000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/libfreetype.so.6", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320g\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=624084, ...}) = 0 -mmap2(NULL, 626844, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6420000 -mmap2(0xb64b5000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x94) = 0xb64b5000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/libgobject-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\203\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=317288, ...}) = 0 -mmap2(NULL, 321504, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb63d1000 -mmap2(0xb641e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4c) = 0xb641e000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/libSM.so.6", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\24\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=30108, ...}) = 0 -mmap2(NULL, 32948, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb63c8000 -mmap2(0xb63cf000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6) = 0xb63cf000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/libICE.so.6", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0200\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=92364, ...}) = 0 -mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb63c7000 -mmap2(NULL, 102480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb63ad000 -mmap2(0xb63c3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15) = 0xb63c3000 -mmap2(0xb63c5000, 4176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb63c5000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/libXi.so.6", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\30\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=58884, ...}) = 0 -mmap2(NULL, 61824, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb639d000 -mmap2(0xb63ab000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd) = 0xb63ab000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/libXrender.so.1", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\22\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=34424, ...}) = 0 -mmap2(NULL, 37260, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6393000 -mmap2(0xb639b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7) = 0xb639b000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/libXext.so.6", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000'\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=68232, ...}) = 0 -mmap2(NULL, 71368, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6381000 -mmap2(0xb6391000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf) = 0xb6391000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/libX11.so.6", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\21\1\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=1254264, ...}) = 0 -mmap2(NULL, 1258232, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb624d000 -mmap2(0xb637d000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12f) = 0xb637d000 -mmap2(0xb6380000, 760, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6380000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\n\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=13940, ...}) = 0 -mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb624c000 -mmap2(NULL, 16504, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6247000 -mmap2(0xb624a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2) = 0xb624a000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/librt.so.1", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\30\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=30684, ...}) = 0 -mmap2(NULL, 33360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb623e000 -mmap2(0xb6245000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6) = 0xb6245000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/libudev.so.0", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20&\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=62732, ...}) = 0 -mmap2(NULL, 61460, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb622e000 -mmap2(0xb623c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe) = 0xb623c000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/usr/local/lib/libzip.so.2", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\37\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=54804, ...}) = 0 -mmap2(NULL, 57680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb621f000 -mmap2(0xb622c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc) = 0xb622c000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/libusb-1.0.so.0", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\33\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=58912, ...}) = 0 -mmap2(NULL, 61720, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb620f000 -mmap2(0xb621d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd) = 0xb621d000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/libpcre.so.3", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\17\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=238984, ...}) = 0 -mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb620e000 -mmap2(NULL, 241752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb61d2000 -mmap2(0xb620c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x39) = 0xb620c000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/libexpat.so.1", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=165232, ...}) = 0 -mmap2(NULL, 167996, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb61a8000 -mprotect(0xb61ce000, 4096, PROT_NONE) = 0 -mmap2(0xb61cf000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26) = 0xb61cf000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/libXt.so.6", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\271\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=372044, ...}) = 0 -mmap2(NULL, 376532, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb614c000 -mmap2(0xb61a4000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x57) = 0xb61a4000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/libXau.so.6", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\t\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=9588, ...}) = 0 -mmap2(NULL, 12420, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6148000 -mmap2(0xb614a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb614a000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/libffi.so.6", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\16\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=21944, ...}) = 0 -mmap2(NULL, 25304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6141000 -mmap2(0xb6146000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4) = 0xb6146000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/libuuid.so.1", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\17\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=18012, ...}) = 0 -mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6140000 -mmap2(NULL, 20700, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb613a000 -mmap2(0xb613e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xb613e000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/libxcb.so.1", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240{\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=132660, ...}) = 0 -mmap2(NULL, 131364, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6119000 -mmap2(0xb6138000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1f) = 0xb6138000 -close(3) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/libXdmcp.so.6", O_RDONLY|O_CLOEXEC) = 3 -read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\r\0\0004\0\0\0"..., 512) = 512 -fstat64(3, {st_mode=S_IFREG|0644, st_size=21824, ...}) = 0 -mmap2(NULL, 24644, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6112000 -mmap2(0xb6117000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4) = 0xb6117000 -close(3) = 0 -mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6111000 -mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6110000 -mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb610f000 -set_thread_area({entry_number:-1 -> 6, base_addr:0xb610f740, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0 -mprotect(0xb66e7000, 8192, PROT_READ) = 0 -mprotect(0xb6117000, 4096, PROT_READ) = 0 -mprotect(0xb614a000, 4096, PROT_READ) = 0 -mprotect(0xb6138000, 4096, PROT_READ) = 0 -mprotect(0xb613e000, 4096, PROT_READ) = 0 -mprotect(0xb6146000, 4096, PROT_READ) = 0 -mprotect(0xb63c3000, 4096, PROT_READ) = 0 -mprotect(0xb63cf000, 4096, PROT_READ) = 0 -mprotect(0xb624a000, 4096, PROT_READ) = 0 -mprotect(0xb637d000, 4096, PROT_READ) = 0 -mprotect(0xb61a4000, 4096, PROT_READ) = 0 -mprotect(0xb61cf000, 8192, PROT_READ) = 0 -mprotect(0xb620c000, 4096, PROT_READ) = 0 -mprotect(0xb76fb000, 4096, PROT_READ) = 0 -mprotect(0xb6245000, 4096, PROT_READ) = 0 -mprotect(0xb621d000, 4096, PROT_READ) = 0 -mprotect(0xb64ce000, 4096, PROT_READ) = 0 -mprotect(0xb622c000, 4096, PROT_READ) = 0 -mprotect(0xb623c000, 4096, PROT_READ) = 0 -mprotect(0xb6391000, 4096, PROT_READ) = 0 -mprotect(0xb639b000, 4096, PROT_READ) = 0 -mprotect(0xb63ab000, 4096, PROT_READ) = 0 -mprotect(0xb6914000, 4096, PROT_READ) = 0 -mprotect(0xb641e000, 4096, PROT_READ) = 0 -mprotect(0xb64b5000, 16384, PROT_READ) = 0 -mprotect(0xb6735000, 4096, PROT_READ) = 0 -mprotect(0xb64f8000, 4096, PROT_READ) = 0 -mprotect(0xb6512000, 4096, PROT_READ) = 0 -mprotect(0xb6546000, 4096, PROT_READ) = 0 -mprotect(0xb6709000, 4096, PROT_READ) = 0 -mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb610e000 -mprotect(0xb6811000, 16384, PROT_READ) = 0 -mprotect(0xb6931000, 4096, PROT_READ) = 0 -mprotect(0xb6c07000, 28672, PROT_READ) = 0 -mprotect(0xb76ba000, 139264, PROT_READ) = 0 -mprotect(0xb7714000, 4096, PROT_READ) = 0 -mprotect(0x81b0000, 4096, PROT_READ) = 0 -mprotect(0xb774b000, 4096, PROT_READ) = 0 -munmap(0xb7716000, 71747) = 0 -set_tid_address(0xb610f7a8) = 18276 -set_robust_list(0xb610f7b0, 0xc) = 0 -futex(0xbf9ce804, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, b610f740) = -1 EAGAIN (Resource temporarily unavailable) -rt_sigaction(SIGRTMIN, {0xb76e9570, [], SA_SIGINFO}, NULL, 8) = 0 -rt_sigaction(SIGRT_1, {0xb76e95f0, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0 -rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 -getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0 -uname({sys="Linux", node="ubuntu", ...}) = 0 -brk(0) = 0x9939000 -brk(0x995a000) = 0x995a000 -futex(0xb68169a0, FUTEX_WAKE_PRIVATE, 2147483647) = 0 -futex(0xb6c0eb5c, FUTEX_WAKE_PRIVATE, 2147483647) = 0 -open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3 -fstat64(3, {st_mode=S_IFREG|0644, st_size=8748544, ...}) = 0 -mmap2(NULL, 2097152, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb5f0e000 -mmap2(NULL, 4096, PROT_READ, MAP_PRIVATE, 3, 0x5e0) = 0xb7727000 -close(3) = 0 -gettimeofday({1396626293, 833957}, NULL) = 0 -eventfd2(0, O_NONBLOCK|O_CLOEXEC) = 3 -write(3, "\1\0\0\0\0\0\0\0", 8) = 8 -clock_getres(CLOCK_MONOTONIC, {0, 1}) = 0 -open("/usr/lib/i386-linux-gnu/gconv/gconv-modules.cache", O_RDONLY) = 4 -fstat64(4, {st_mode=S_IFREG|0644, st_size=26256, ...}) = 0 -mmap2(NULL, 26256, PROT_READ, MAP_SHARED, 4, 0) = 0xb7720000 -close(4) = 0 -futex(0xb66e9fc8, FUTEX_WAKE_PRIVATE, 2147483647) = 0 -open("/usr/lib/i386-linux-gnu/gconv/UTF-16.so", O_RDONLY|O_CLOEXEC) = 4 -read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\4\0\0004\0\0\0"..., 512) = 512 -fstat64(4, {st_mode=S_IFREG|0644, st_size=13692, ...}) = 0 -mmap2(NULL, 16424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb771b000 -mmap2(0xb771e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x2) = 0xb771e000 -close(4) = 0 -mprotect(0xb771e000, 4096, PROT_READ) = 0 -futex(0xb624b050, FUTEX_WAKE_PRIVATE, 2147483647) = 0 -open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4 -fstat64(4, {st_mode=S_IFREG|0644, st_size=71747, ...}) = 0 -mmap2(NULL, 71747, PROT_READ, MAP_PRIVATE, 4, 0) = 0xb5efc000 -close(4) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/tls/i686/sse2/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/i386-linux-gnu/tls/i686/sse2/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/tls/i686/sse2/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/i386-linux-gnu/tls/i686/sse2", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/tls/i686/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/i386-linux-gnu/tls/i686/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/tls/i686/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/i386-linux-gnu/tls/i686", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/tls/sse2/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/i386-linux-gnu/tls/sse2/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/tls/sse2/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/i386-linux-gnu/tls/sse2", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/tls/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/i386-linux-gnu/tls/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/tls/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/i386-linux-gnu/tls", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/i686/sse2/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/i386-linux-gnu/i686/sse2/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/i686/sse2/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/i386-linux-gnu/i686/sse2", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/i686/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/i386-linux-gnu/i686/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/i686/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/i386-linux-gnu/i686", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/sse2/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/i386-linux-gnu/sse2/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/sse2/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/i386-linux-gnu/sse2", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/i386-linux-gnu/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/i386-linux-gnu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 -open("/usr/lib/i386-linux-gnu/tls/i686/sse2/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/i386-linux-gnu/tls/i686/sse2/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/tls/i686/sse2/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/i386-linux-gnu/tls/i686/sse2", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/tls/i686/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/i386-linux-gnu/tls/i686/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/tls/i686/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/i386-linux-gnu/tls/i686", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/tls/sse2/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/i386-linux-gnu/tls/sse2/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/tls/sse2/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/i386-linux-gnu/tls/sse2", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/tls/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/i386-linux-gnu/tls/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/tls/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/i386-linux-gnu/tls", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/i686/sse2/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/i386-linux-gnu/i686/sse2/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/i686/sse2/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/i386-linux-gnu/i686/sse2", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/i686/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/i386-linux-gnu/i686/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/i686/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/i386-linux-gnu/i686", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/sse2/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/i386-linux-gnu/sse2/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/sse2/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/i386-linux-gnu/sse2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 -open("/usr/lib/i386-linux-gnu/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/i386-linux-gnu/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/i386-linux-gnu", {st_mode=S_IFDIR|0755, st_size=36864, ...}) = 0 -open("/lib/tls/i686/sse2/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/tls/i686/sse2/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/tls/i686/sse2/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/tls/i686/sse2", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/tls/i686/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/tls/i686/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/tls/i686/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/tls/i686", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/tls/sse2/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/tls/sse2/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/tls/sse2/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/tls/sse2", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/tls/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/tls/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/tls/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/tls", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/i686/sse2/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/i686/sse2/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/i686/sse2/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/i686/sse2", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/i686/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/i686/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/i686/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/i686", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/sse2/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/sse2/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/sse2/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/sse2", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/lib/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 -open("/usr/lib/tls/i686/sse2/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/tls/i686/sse2/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/tls/i686/sse2/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/tls/i686/sse2", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/tls/i686/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/tls/i686/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/tls/i686/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/tls/i686", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/tls/sse2/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/tls/sse2/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/tls/sse2/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/tls/sse2", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/tls/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/tls/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/tls/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/tls", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/i686/sse2/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/i686/sse2/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/i686/sse2/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/i686/sse2", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/i686/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/i686/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/i686/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/i686", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/sse2/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/sse2/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/sse2/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/sse2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 -open("/usr/lib/cmov/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/cmov", 0xbf9cd7c0) = -1 ENOENT (No such file or directory) -open("/usr/lib/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -stat64("/usr/lib", {st_mode=S_IFDIR|0755, st_size=36864, ...}) = 0 -munmap(0xb5efc000, 71747) = 0 -open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4 -fstat64(4, {st_mode=S_IFREG|0644, st_size=71747, ...}) = 0 -mmap2(NULL, 71747, PROT_READ, MAP_PRIVATE, 4, 0) = 0xb5efc000 -close(4) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/icui18n.so.48", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/sse2/icui18n.so.48", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/icui18n.so.48", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -open("/lib/icui18n.so.48", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -open("/usr/lib/sse2/icui18n.so.48", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -open("/usr/lib/icui18n.so.48", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -munmap(0xb5efc000, 71747) = 0 -open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4 -fstat64(4, {st_mode=S_IFREG|0644, st_size=71747, ...}) = 0 -mmap2(NULL, 71747, PROT_READ, MAP_PRIVATE, 4, 0) = 0xb5efc000 -close(4) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/libicui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/sse2/libicui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/libicui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -open("/lib/libicui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -open("/usr/lib/sse2/libicui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -open("/usr/lib/libicui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -munmap(0xb5efc000, 71747) = 0 -open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4 -fstat64(4, {st_mode=S_IFREG|0644, st_size=71747, ...}) = 0 -mmap2(NULL, 71747, PROT_READ, MAP_PRIVATE, 4, 0) = 0xb5efc000 -close(4) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/usr/lib/libicui18n.so.48", O_RDONLY|O_CLOEXEC) = 4 -read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\326\4\0004\0\0\0"..., 512) = 512 -fstat64(4, {st_mode=S_IFREG|0644, st_size=1921088, ...}) = 0 -mmap2(NULL, 1925924, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb5d25000 -mprotect(0xb5ef3000, 4096, PROT_NONE) = 0 -mmap2(0xb5ef4000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1ce) = 0xb5ef4000 -mmap2(0xb5efb000, 804, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb5efb000 -close(4) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/usr/lib/libicuuc.so.48", O_RDONLY|O_CLOEXEC) = 4 -read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\375\2\0004\0\0\0"..., 512) = 512 -fstat64(4, {st_mode=S_IFREG|0644, st_size=1439544, ...}) = 0 -mmap2(NULL, 1459648, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb5bc0000 -mmap2(0xb5d16000, 45056, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x155) = 0xb5d16000 -mmap2(0xb5d21000, 13760, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb5d21000 -close(4) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/usr/lib/libicudata.so.48", O_RDONLY|O_CLOEXEC) = 4 -read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\3\0\0004\0\0\0"..., 512) = 512 -fstat64(4, {st_mode=S_IFREG|0644, st_size=18281748, ...}) = 0 -mmap2(NULL, 18284564, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb4a4f000 -mmap2(0xb5bbe000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x116e) = 0xb5bbe000 -close(4) = 0 -mprotect(0xb5bbe000, 4096, PROT_READ) = 0 -mprotect(0xb5d16000, 40960, PROT_READ) = 0 -mprotect(0xb5ef4000, 24576, PROT_READ) = 0 -munmap(0xb5efc000, 71747) = 0 -open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 4 -fstat64(4, {st_mode=S_IFREG|0644, st_size=2570, ...}) = 0 -mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb771a000 -read(4, "# Locale name alias data base.\n#"..., 4096) = 2570 -read(4, "", 4096) = 0 -close(4) = 0 -munmap(0xb771a000, 4096) = 0 -open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) -open("/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) -open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) -open("/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) -open("/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) -open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) -open("/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) -open("/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) -open("/usr/share/locale-langpack/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) -open("/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) -open("/usr/share/locale-langpack/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) -open("/usr/share/locale-langpack/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) -open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4 -fstat64(4, {st_mode=S_IFREG|0644, st_size=71747, ...}) = 0 -mmap2(NULL, 71747, PROT_READ, MAP_PRIVATE, 4, 0) = 0xb5efc000 -close(4) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/icuuc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/sse2/icuuc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/icuuc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -open("/lib/icuuc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -open("/usr/lib/sse2/icuuc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -open("/usr/lib/icuuc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -munmap(0xb5efc000, 71747) = 0 -open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4 -fstat64(4, {st_mode=S_IFREG|0644, st_size=71747, ...}) = 0 -mmap2(NULL, 71747, PROT_READ, MAP_PRIVATE, 4, 0) = 0xb5efc000 -close(4) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/icuuc.so.48", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/sse2/icuuc.so.48", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/icuuc.so.48", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -open("/lib/icuuc.so.48", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -open("/usr/lib/sse2/icuuc.so.48", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -open("/usr/lib/icuuc.so.48", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -munmap(0xb5efc000, 71747) = 0 -open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4 -fstat64(4, {st_mode=S_IFREG|0644, st_size=71747, ...}) = 0 -mmap2(NULL, 71747, PROT_READ, MAP_PRIVATE, 4, 0) = 0xb5efc000 -close(4) = 0 -access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) -open("/lib/i386-linux-gnu/libicuuc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/sse2/libicuuc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -open("/usr/lib/i386-linux-gnu/libicuuc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -open("/lib/libicuuc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -open("/usr/lib/sse2/libicuuc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -open("/usr/lib/libicuuc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) -munmap(0xb5efc000, 71747) = 0 -stat64("/proc/18276/exe", {st_mode=S_IFREG|0755, st_size=2001802, ...}) = 0 -lstat64("/proc/18276/exe", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 -lstat64("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 -lstat64("/proc/18276", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 -lstat64("/proc/18276/exe", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 -readlink("/proc/18276/exe", "/usr/local/bin/DSLogic-gui", 4095) = 26 -lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 -lstat64("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 -lstat64("/usr/local/bin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 -lstat64("/usr/local/bin/DSLogic-gui", {st_mode=S_IFREG|0755, st_size=2001802, ...}) = 0 -stat64("/usr/local/bin/qt.conf", 0xbf9ce1f8) = -1 ENOENT (No such file or directory) -stat64("/usr/lib/i386-linux-gnu/qt4/plugins", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 -lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 -lstat64("/usr/lib", {st_mode=S_IFDIR|0755, st_size=36864, ...}) = 0 -lstat64("/usr/lib/i386-linux-gnu", {st_mode=S_IFDIR|0755, st_size=36864, ...}) = 0 -lstat64("/usr/lib/i386-linux-gnu/qt4", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 -lstat64("/usr/lib/i386-linux-gnu/qt4/plugins", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 -stat64("/usr/lib/qt4/plugins/", 0xbf9ce3f8) = -1 ENOENT (No such file or directory) -lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 -lstat64("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 -lstat64("/usr/local/bin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 -stat64("/usr/local/bin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 -pipe2([4, 5], O_NONBLOCK|O_CLOEXEC) = 0 -rt_sigaction(SIGCHLD, {0xb6a86450, [], SA_NOCLDSTOP}, {SIG_DFL, [], 0}, 8) = 0 -time(NULL) = 1396626293 -access("/etc/fonts/fonts.conf", R_OK) = 0 -stat64("/etc/fonts/fonts.conf", {st_mode=S_IFREG|0644, st_size=5287, ...}) = 0 -open("/etc/fonts/fonts.conf", O_RDONLY) = 6 -read(6, "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t