/tags/3.3.0/src/xml/qexplain.xml

http://luke.googlecode.com/ · XML · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · eea311b1d5921f52942dc9f944df984f MD5 · raw file

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <dialog text=" Query Structure" name="qexplain" icon="/img/luke.gif" modal="true" columns="1" top="8" left="8" bottom="8" right="8" gap="15" resizable="true" close="remove(qexplain)">
  3. <label icon="/img/info.gif" text="Structure of the query:"/>
  4. <tree name="qTree" halign="fill" valign="fill" weightx="1" weighty="1" line="false" angle="true" width="500" height="250"/>
  5. <button type="default" text=" OK " halign="center" action="remove(qexplain)"/>
  6. </dialog>