duckstation

duckstation, but archived from the revision just before upstream changed it to a proprietary software project, this version is the libre one
git clone https://git.neptards.moe/u3shit/duckstation.git
Log | Files | Refs | README | LICENSE

debuggeraddbreakpointdialog.ui (2305B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <ui version="4.0">
      3  <class>DebuggerAddBreakpointDialog</class>
      4  <widget class="QDialog" name="DebuggerAddBreakpointDialog">
      5   <property name="geometry">
      6    <rect>
      7     <x>0</x>
      8     <y>0</y>
      9     <width>400</width>
     10     <height>149</height>
     11    </rect>
     12   </property>
     13   <property name="windowTitle">
     14    <string>Add Breakpoint</string>
     15   </property>
     16   <layout class="QFormLayout" name="formLayout">
     17    <item row="0" column="0">
     18     <widget class="QLabel" name="label">
     19      <property name="text">
     20       <string>Address:</string>
     21      </property>
     22     </widget>
     23    </item>
     24    <item row="0" column="1">
     25     <widget class="QLineEdit" name="address"/>
     26    </item>
     27    <item row="1" column="0">
     28     <widget class="QLabel" name="label_2">
     29      <property name="text">
     30       <string>Type:</string>
     31      </property>
     32     </widget>
     33    </item>
     34    <item row="1" column="1">
     35     <layout class="QVBoxLayout" name="verticalLayout">
     36      <item>
     37       <widget class="QRadioButton" name="execute">
     38        <property name="text">
     39         <string>Execute</string>
     40        </property>
     41        <property name="checked">
     42         <bool>true</bool>
     43        </property>
     44       </widget>
     45      </item>
     46      <item>
     47       <widget class="QRadioButton" name="read">
     48        <property name="text">
     49         <string>Read</string>
     50        </property>
     51       </widget>
     52      </item>
     53      <item>
     54       <widget class="QRadioButton" name="write">
     55        <property name="text">
     56         <string>Write</string>
     57        </property>
     58       </widget>
     59      </item>
     60     </layout>
     61    </item>
     62    <item row="2" column="0" colspan="2">
     63     <widget class="QDialogButtonBox" name="buttonBox">
     64      <property name="orientation">
     65       <enum>Qt::Horizontal</enum>
     66      </property>
     67      <property name="standardButtons">
     68       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
     69      </property>
     70     </widget>
     71    </item>
     72   </layout>
     73  </widget>
     74  <resources/>
     75  <connections>
     76   <connection>
     77    <sender>buttonBox</sender>
     78    <signal>rejected()</signal>
     79    <receiver>DebuggerAddBreakpointDialog</receiver>
     80    <slot>reject()</slot>
     81    <hints>
     82     <hint type="sourcelabel">
     83      <x>316</x>
     84      <y>260</y>
     85     </hint>
     86     <hint type="destinationlabel">
     87      <x>286</x>
     88      <y>274</y>
     89     </hint>
     90    </hints>
     91   </connection>
     92  </connections>
     93 </ui>