qrenderdoc/Windows/StatisticsViewer.ui (43 lines of code) (raw):

<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>StatisticsViewer</class> <widget class="QFrame" name="StatisticsViewer"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </rect> </property> <property name="windowTitle"> <string>Statistics</string> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <property name="leftMargin"> <number>3</number> </property> <property name="topMargin"> <number>3</number> </property> <property name="rightMargin"> <number>3</number> </property> <property name="bottomMargin"> <number>3</number> </property> <item> <widget class="QTextEdit" name="statistics"> <property name="cursor" stdset="0"> <cursorShape>IBeamCursor</cursorShape> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> </layout> </widget> <resources/> <connections/> </ui>