all repos — mgba @ f5bc61b852a9a02355f0866f7f67266aaaf1a9c1

mGBA Game Boy Advance Emulator

src/platform/qt/ShaderSelector.ui (view raw)

  1<?xml version="1.0" encoding="UTF-8"?>
  2<ui version="4.0">
  3 <class>ShaderSelector</class>
  4 <widget class="QDialog" name="ShaderSelector">
  5  <property name="geometry">
  6   <rect>
  7    <x>0</x>
  8    <y>0</y>
  9    <width>400</width>
 10    <height>300</height>
 11   </rect>
 12  </property>
 13  <property name="windowTitle">
 14   <string>Shaders</string>
 15  </property>
 16  <layout class="QVBoxLayout" name="verticalLayout">
 17   <item>
 18    <layout class="QHBoxLayout" name="horizontalLayout">
 19     <item>
 20      <widget class="QLabel" name="label">
 21       <property name="font">
 22        <font>
 23         <weight>75</weight>
 24         <bold>true</bold>
 25        </font>
 26       </property>
 27       <property name="text">
 28        <string>Active Shader:</string>
 29       </property>
 30      </widget>
 31     </item>
 32     <item>
 33      <widget class="QLabel" name="shaderName">
 34       <property name="text">
 35        <string>TextLabel</string>
 36       </property>
 37       <property name="alignment">
 38        <set>Qt::AlignCenter</set>
 39       </property>
 40      </widget>
 41     </item>
 42     <item>
 43      <widget class="QLabel" name="author">
 44       <property name="text">
 45        <string>TextLabel</string>
 46       </property>
 47       <property name="alignment">
 48        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 49       </property>
 50      </widget>
 51     </item>
 52    </layout>
 53   </item>
 54   <item>
 55    <widget class="QLabel" name="description">
 56     <property name="font">
 57      <font>
 58       <italic>true</italic>
 59      </font>
 60     </property>
 61     <property name="text">
 62      <string>TextLabel</string>
 63     </property>
 64     <property name="wordWrap">
 65      <bool>true</bool>
 66     </property>
 67    </widget>
 68   </item>
 69   <item>
 70    <widget class="Line" name="line">
 71     <property name="orientation">
 72      <enum>Qt::Horizontal</enum>
 73     </property>
 74    </widget>
 75   </item>
 76   <item>
 77    <widget class="QTabWidget" name="passes">
 78     <property name="currentIndex">
 79      <number>-1</number>
 80     </property>
 81    </widget>
 82   </item>
 83   <item>
 84    <widget class="QDialogButtonBox" name="buttonBox">
 85     <property name="orientation">
 86      <enum>Qt::Horizontal</enum>
 87     </property>
 88     <property name="standardButtons">
 89      <set>QDialogButtonBox::Ok</set>
 90     </property>
 91    </widget>
 92   </item>
 93  </layout>
 94 </widget>
 95 <resources/>
 96 <connections>
 97  <connection>
 98   <sender>buttonBox</sender>
 99   <signal>accepted()</signal>
100   <receiver>ShaderSelector</receiver>
101   <slot>close()</slot>
102   <hints>
103    <hint type="sourcelabel">
104     <x>248</x>
105     <y>254</y>
106    </hint>
107    <hint type="destinationlabel">
108     <x>157</x>
109     <y>274</y>
110    </hint>
111   </hints>
112  </connection>
113 </connections>
114</ui>