consolidator
/
NewModuleDialog.ui
126 строк · 2.7 Кб
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">3<class>Dialog</class>4<widget class="QDialog" name="Dialog">5<property name="geometry">6<rect>7<x>0</x>8<y>0</y>9<width>669</width>10<height>150</height>11</rect>12</property>13<property name="sizePolicy">14<sizepolicy hsizetype="Fixed" vsizetype="Fixed">15<horstretch>0</horstretch>16<verstretch>0</verstretch>17</sizepolicy>18</property>19<property name="windowTitle">20<string>Dialog</string>21</property>22<widget class="QDialogButtonBox" name="buttonBox">23<property name="geometry">24<rect>25<x>40</x>26<y>110</y>27<width>621</width>28<height>32</height>29</rect>30</property>31<property name="sizePolicy">32<sizepolicy hsizetype="Fixed" vsizetype="Fixed">33<horstretch>0</horstretch>34<verstretch>0</verstretch>35</sizepolicy>36</property>37<property name="orientation">38<enum>Qt::Horizontal</enum>39</property>40<property name="standardButtons">41<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>42</property>43</widget>44<widget class="QLabel" name="label">45<property name="geometry">46<rect>47<x>10</x>48<y>10</y>49<width>51</width>50<height>16</height>51</rect>52</property>53<property name="text">54<string>Модуль</string>55</property>56</widget>57<widget class="QLineEdit" name="lineEdit">58<property name="geometry">59<rect>60<x>10</x>61<y>30</y>62<width>651</width>63<height>22</height>64</rect>65</property>66</widget>67<widget class="QLabel" name="label_2">68<property name="geometry">69<rect>70<x>10</x>71<y>60</y>72<width>81</width>73<height>16</height>74</rect>75</property>76<property name="text">77<string>Обработчик</string>78</property>79</widget>80<widget class="QLineEdit" name="lineEdit_2">81<property name="geometry">82<rect>83<x>10</x>84<y>80</y>85<width>651</width>86<height>22</height>87</rect>88</property>89</widget>90</widget>91<resources/>92<connections>93<connection>94<sender>buttonBox</sender>95<signal>accepted()</signal>96<receiver>Dialog</receiver>97<slot>accept()</slot>98<hints>99<hint type="sourcelabel">100<x>248</x>101<y>254</y>102</hint>103<hint type="destinationlabel">104<x>157</x>105<y>274</y>106</hint>107</hints>108</connection>109<connection>110<sender>buttonBox</sender>111<signal>rejected()</signal>112<receiver>Dialog</receiver>113<slot>reject()</slot>114<hints>115<hint type="sourcelabel">116<x>316</x>117<y>260</y>118</hint>119<hint type="destinationlabel">120<x>286</x>121<y>274</y>122</hint>123</hints>124</connection>125</connections>126</ui>127