consolidator
/
TodoWindow.ui
169 строк · 4.3 Кб
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">3<class>TodoDialog</class>4<widget class="QDialog" name="TodoDialog">5<property name="geometry">6<rect>7<x>0</x>8<y>0</y>9<width>758</width>10<height>725</height>11</rect>12</property>13<property name="sizePolicy">14<sizepolicy hsizetype="Fixed" vsizetype="Fixed">15<horstretch>1</horstretch>16<verstretch>1</verstretch>17</sizepolicy>18</property>19<property name="maximumSize">20<size>21<width>10000</width>22<height>10000</height>23</size>24</property>25<property name="sizeIncrement">26<size>27<width>1</width>28<height>1</height>29</size>30</property>31<property name="windowTitle">32<string notr="true">TODO</string>33</property>34<property name="windowFilePath">35<string notr="true"/>36</property>37<property name="sizeGripEnabled">38<bool>false</bool>39</property>40<property name="modal">41<bool>true</bool>42</property>43<layout class="QGridLayout" name="gridLayout">44<item row="1" column="0">45<widget class="QPushButton" name="newModuleButton">46<property name="text">47<string>Новый модуль</string>48</property>49</widget>50</item>51<item row="1" column="2">52<widget class="QDialogButtonBox" name="buttonBox">53<property name="sizePolicy">54<sizepolicy hsizetype="Expanding" vsizetype="Fixed">55<horstretch>1</horstretch>56<verstretch>1</verstretch>57</sizepolicy>58</property>59<property name="orientation">60<enum>Qt::Horizontal</enum>61</property>62<property name="standardButtons">63<set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>64</property>65</widget>66</item>67<item row="0" column="0" colspan="3">68<widget class="QTableWidget" name="mainTable">69<property name="maximumSize">70<size>71<width>10000</width>72<height>10000</height>73</size>74</property>75<property name="selectionMode">76<enum>QAbstractItemView::SingleSelection</enum>77</property>78<property name="selectionBehavior">79<enum>QAbstractItemView::SelectRows</enum>80</property>81<property name="sortingEnabled">82<bool>true</bool>83</property>84<property name="columnCount">85<number>3</number>86</property>87<attribute name="horizontalHeaderCascadingSectionResizes">88<bool>true</bool>89</attribute>90<attribute name="horizontalHeaderMinimumSectionSize">91<number>70</number>92</attribute>93<attribute name="horizontalHeaderStretchLastSection">94<bool>false</bool>95</attribute>96<attribute name="verticalHeaderDefaultSectionSize">97<number>30</number>98</attribute>99<column>100<property name="text">101<string notr="true">Производство</string>102</property>103<property name="textAlignment">104<set>AlignLeading|AlignVCenter</set>105</property>106</column>107<column>108<property name="text">109<string>модуль</string>110</property>111<property name="textAlignment">112<set>AlignLeading|AlignVCenter</set>113</property>114</column>115<column>116<property name="text">117<string>сделано</string>118</property>119<property name="textAlignment">120<set>AlignLeading|AlignVCenter</set>121</property>122</column>123</widget>124</item>125<item row="1" column="1">126<widget class="QPushButton" name="delModuleButton">127<property name="text">128<string>Удалить модуль</string>129</property>130</widget>131</item>132</layout>133</widget>134<resources/>135<connections>136<connection>137<sender>buttonBox</sender>138<signal>accepted()</signal>139<receiver>TodoDialog</receiver>140<slot>accept()</slot>141<hints>142<hint type="sourcelabel">143<x>248</x>144<y>254</y>145</hint>146<hint type="destinationlabel">147<x>157</x>148<y>274</y>149</hint>150</hints>151</connection>152<connection>153<sender>buttonBox</sender>154<signal>rejected()</signal>155<receiver>TodoDialog</receiver>156<slot>reject()</slot>157<hints>158<hint type="sourcelabel">159<x>316</x>160<y>260</y>161</hint>162<hint type="destinationlabel">163<x>286</x>164<y>274</y>165</hint>166</hints>167</connection>168</connections>169</ui>170