Advertisement
Guest User

Untitled

a guest
Nov 26th, 2010
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 6.86 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3.  <class>DebugWindow</class>
  4.  <widget class="QWidget" name="DebugWindow">
  5.   <property name="windowModality">
  6.    <enum>Qt::NonModal</enum>
  7.   </property>
  8.   <property name="geometry">
  9.    <rect>
  10.     <x>0</x>
  11.     <y>0</y>
  12.     <width>600</width>
  13.     <height>600</height>
  14.    </rect>
  15.   </property>
  16.   <property name="minimumSize">
  17.    <size>
  18.     <width>600</width>
  19.     <height>600</height>
  20.    </size>
  21.   </property>
  22.   <property name="maximumSize">
  23.    <size>
  24.     <width>600</width>
  25.     <height>600</height>
  26.    </size>
  27.   </property>
  28.   <property name="windowTitle">
  29.    <string>Logviewer</string>
  30.   </property>
  31.   <property name="windowIcon">
  32.    <iconset>
  33.     <normaloff>:/images/24/logviewer.svg</normaloff>:/images/24/logviewer.svg</iconset>
  34.   </property>
  35.   <property name="styleSheet">
  36.    <string notr="true"/>
  37.   </property>
  38.   <widget class="QTextEdit" name="teLog">
  39.    <property name="geometry">
  40.     <rect>
  41.      <x>10</x>
  42.      <y>10</y>
  43.      <width>581</width>
  44.      <height>481</height>
  45.     </rect>
  46.    </property>
  47.    <property name="whatsThis">
  48.     <string>Zeigt den Log der Anwendung an.</string>
  49.    </property>
  50.    <property name="lineWrapMode">
  51.     <enum>QTextEdit::NoWrap</enum>
  52.    </property>
  53.   </widget>
  54.   <widget class="QLineEdit" name="leSearch">
  55.    <property name="geometry">
  56.     <rect>
  57.      <x>10</x>
  58.      <y>501</y>
  59.      <width>581</width>
  60.      <height>20</height>
  61.     </rect>
  62.    </property>
  63.    <property name="toolTip">
  64.     <string>Suche im Log mittels regulären Ausdrücken</string>
  65.    </property>
  66.    <property name="whatsThis">
  67.     <string>Ermöglich die Suche im Log mittels regulären Ausdrücken.</string>
  68.    </property>
  69.    <property name="placeholderText">
  70.     <string>Suchbegriff eingeben</string>
  71.    </property>
  72.   </widget>
  73.   <widget class="QToolButton" name="tbClear">
  74.    <property name="geometry">
  75.     <rect>
  76.      <x>570</x>
  77.      <y>500</y>
  78.      <width>20</width>
  79.      <height>20</height>
  80.     </rect>
  81.    </property>
  82.    <property name="toolTip">
  83.     <string>Suchbegriff löschen</string>
  84.    </property>
  85.    <property name="whatsThis">
  86.     <string>Ermöglicht das Löschen des Suchbegriffes.</string>
  87.    </property>
  88.    <property name="styleSheet">
  89.     <string notr="true"> border: none; padding: 0px; </string>
  90.    </property>
  91.    <property name="text">
  92.     <string>...</string>
  93.    </property>
  94.    <property name="icon">
  95.     <iconset resource="../fixtestpc.qrc">
  96.      <normaloff>:/clear-small</normaloff>:/clear-small</iconset>
  97.    </property>
  98.   </widget>
  99.   <widget class="QWidget" name="layoutWidget">
  100.    <property name="geometry">
  101.     <rect>
  102.      <x>10</x>
  103.      <y>530</y>
  104.      <width>581</width>
  105.      <height>61</height>
  106.     </rect>
  107.    </property>
  108.    <layout class="QHBoxLayout" name="hlDebugWindow">
  109.     <item>
  110.      <widget class="QPushButton" name="pbPrint">
  111.       <property name="minimumSize">
  112.        <size>
  113.         <width>60</width>
  114.         <height>56</height>
  115.        </size>
  116.       </property>
  117.       <property name="maximumSize">
  118.        <size>
  119.         <width>60</width>
  120.         <height>56</height>
  121.        </size>
  122.       </property>
  123.       <property name="toolTip">
  124.        <string>Drucken</string>
  125.       </property>
  126.       <property name="whatsThis">
  127.        <string>Drucken des Logs.</string>
  128.       </property>
  129.       <property name="text">
  130.        <string/>
  131.       </property>
  132.       <property name="icon">
  133.        <iconset resource="../fixtestpc.qrc">
  134.         <normaloff>:/fileprint-large</normaloff>:/fileprint-large</iconset>
  135.       </property>
  136.       <property name="iconSize">
  137.        <size>
  138.         <width>48</width>
  139.         <height>48</height>
  140.        </size>
  141.       </property>
  142.      </widget>
  143.     </item>
  144.     <item>
  145.      <widget class="QPushButton" name="pbSave">
  146.       <property name="minimumSize">
  147.        <size>
  148.         <width>60</width>
  149.         <height>56</height>
  150.        </size>
  151.       </property>
  152.       <property name="maximumSize">
  153.        <size>
  154.         <width>60</width>
  155.         <height>56</height>
  156.        </size>
  157.       </property>
  158.       <property name="toolTip">
  159.        <string>Speichern</string>
  160.       </property>
  161.       <property name="whatsThis">
  162.        <string>Speichern des Logs in eine Datei.</string>
  163.       </property>
  164.       <property name="text">
  165.        <string/>
  166.       </property>
  167.       <property name="icon">
  168.        <iconset resource="../fixtestpc.qrc">
  169.         <normaloff>:/filesave-large</normaloff>:/filesave-large</iconset>
  170.       </property>
  171.       <property name="iconSize">
  172.        <size>
  173.         <width>48</width>
  174.         <height>48</height>
  175.        </size>
  176.       </property>
  177.      </widget>
  178.     </item>
  179.     <item>
  180.      <spacer name="hSpacerDebugWindow1">
  181.       <property name="orientation">
  182.        <enum>Qt::Horizontal</enum>
  183.       </property>
  184.       <property name="sizeHint" stdset="0">
  185.        <size>
  186.         <width>208</width>
  187.         <height>20</height>
  188.        </size>
  189.       </property>
  190.      </spacer>
  191.     </item>
  192.     <item>
  193.      <widget class="QPushButton" name="pbClose">
  194.       <property name="minimumSize">
  195.        <size>
  196.         <width>60</width>
  197.         <height>56</height>
  198.        </size>
  199.       </property>
  200.       <property name="maximumSize">
  201.        <size>
  202.         <width>60</width>
  203.         <height>56</height>
  204.        </size>
  205.       </property>
  206.       <property name="toolTip">
  207.        <string>Schließen</string>
  208.       </property>
  209.       <property name="whatsThis">
  210.        <string>Schließt das Log-Fenster</string>
  211.       </property>
  212.       <property name="text">
  213.        <string/>
  214.       </property>
  215.       <property name="icon">
  216.        <iconset resource="../fixtestpc.qrc">
  217.         <normaloff>:/application-exit-large</normaloff>:/application-exit-large</iconset>
  218.       </property>
  219.       <property name="iconSize">
  220.        <size>
  221.         <width>48</width>
  222.         <height>48</height>
  223.        </size>
  224.       </property>
  225.      </widget>
  226.     </item>
  227.    </layout>
  228.   </widget>
  229.  </widget>
  230.  <resources>
  231.   <include location="../fixtestpc.qrc"/>
  232.   <include location="../fixtestpc.qrc"/>
  233.   <include location="../fixtestpc.qrc"/>
  234.   <include location="../fixtestpc.qrc"/>
  235.   <include location="../fixtestpc.qrc"/>
  236.   <include location="../fixtestpc.qrc"/>
  237.   <include location="../fixtestpc.qrc"/>
  238.   <include location="../fixtestpc.qrc"/>
  239.   <include location="../fixtestpc.qrc"/>
  240.   <include location="../fixtestpc.qrc"/>
  241.   <include location="../fixtestpc.qrc"/>
  242.   <include location="../fixtestpc.qrc"/>
  243.   <include location="../fixtestpc.qrc"/>
  244.   <include location="../fixtestpc.qrc"/>
  245.   <include location="../fixtestpc.qrc"/>
  246.   <include location="../fixtestpc.qrc"/>
  247.   <include location="../fixtestpc.qrc"/>
  248.   <include location="../fixtestpc.qrc"/>
  249.   <include location="../fixtestpc.qrc"/>
  250.   <include location="../fixtestpc.qrc"/>
  251.   <include location="../fixtestpc.qrc"/>
  252.  </resources>
  253.  <connections/>
  254. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement