123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>Mirror</class>
- <widget class="QWidget" name="Mirror">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>640</width>
- <height>360</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Mirror</string>
- </property>
- <property name="autoFillBackground">
- <bool>true</bool>
- </property>
- <widget class="QFrame" name="frame">
- <property name="geometry">
- <rect>
- <x>-1</x>
- <y>0</y>
- <width>640</width>
- <height>360</height>
- </rect>
- </property>
- <property name="autoFillBackground">
- <bool>false</bool>
- </property>
- <property name="styleSheet">
- <string>background-image: url(:/images/background/gold-posh.png);</string>
- </property>
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Raised</enum>
- </property>
- <widget class="QPushButton" name="exitButton">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>591</x>
- <y>9</y>
- <width>40</width>
- <height>40</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
- <horstretch>32</horstretch>
- <verstretch>32</verstretch>
- </sizepolicy>
- </property>
- <property name="styleSheet">
- <string>border-image: url(:/images/bt close_2.png);
- pressed{border-image: url(:/images/bt close_1.png)};</string>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="icon">
- <iconset resource="data/Mirror.qrc">
- <normaloff>:/images/bt close_1.png</normaloff>
- <normalon>:/images/bt close2.png</normalon>:/images/bt close_1.png</iconset>
- </property>
- <property name="iconSize">
- <size>
- <width>40</width>
- <height>40</height>
- </size>
- </property>
- <property name="autoDefault">
- <bool>false</bool>
- </property>
- <property name="default">
- <bool>false</bool>
- </property>
- <property name="flat">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="aboutButton">
- <property name="geometry">
- <rect>
- <x>9</x>
- <y>9</y>
- <width>40</width>
- <height>40</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string>border-image: url(:/images/bt info_2.png);
- pressed{border-image: url(:/images/bt info_1.png)};</string>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="icon">
- <iconset resource="data/Mirror.qrc">
- <normaloff>:/images/bt info1.png</normaloff>
- <normalon>:/images/bt info2.png</normalon>:/images/bt info1.png</iconset>
- </property>
- <property name="iconSize">
- <size>
- <width>40</width>
- <height>40</height>
- </size>
- </property>
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="flat">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="settingsButton">
- <property name="geometry">
- <rect>
- <x>9</x>
- <y>312</y>
- <width>40</width>
- <height>40</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string>border-image: url(:/images/bt settings_2.png);
- pressed{border-image: url(:/images/bt settings_1.png)};
- </string>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="icon">
- <iconset resource="data/Mirror.qrc">
- <normaloff>:/images/bt settings1.png</normaloff>
- <normalon>:/images/bt camera1.png</normalon>:/images/bt settings1.png</iconset>
- </property>
- <property name="iconSize">
- <size>
- <width>40</width>
- <height>40</height>
- </size>
- </property>
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="flat">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QListWidget" name="listWidget">
- <property name="geometry">
- <rect>
- <x>128</x>
- <y>36</y>
- <width>390</width>
- <height>292</height>
- </rect>
- </property>
- <property name="cursor" stdset="0">
- <cursorShape>BlankCursor</cursorShape>
- </property>
- <property name="styleSheet">
- <string>background:rgb(0, 0, 0)</string>
- </property>
- <property name="editTriggers">
- <set>QAbstractItemView::NoEditTriggers</set>
- </property>
- <property name="showDropIndicator" stdset="0">
- <bool>false</bool>
- </property>
- <property name="dragDropOverwriteMode">
- <bool>false</bool>
- </property>
- <property name="dragDropMode">
- <enum>QAbstractItemView::NoDragDrop</enum>
- </property>
- <property name="iconSize">
- <size>
- <width>100</width>
- <height>80</height>
- </size>
- </property>
- <property name="viewMode">
- <enum>QListView::IconMode</enum>
- </property>
- </widget>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources>
- <include location="data/Mirror.qrc"/>
- </resources>
- <connections>
- <connection>
- <sender>exitButton</sender>
- <signal>clicked()</signal>
- <receiver>Mirror</receiver>
- <slot>close()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>604</x>
- <y>21</y>
- </hint>
- <hint type="destinationlabel">
- <x>319</x>
- <y>179</y>
- </hint>
- </hints>
- </connection>
- </connections>
- </ui>
|