consolidator
/
ConsWindow.ui
119 строк · 3.3 Кб
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">3<class>MainWindow</class>4<widget class="QMainWindow" name="MainWindow">5<property name="geometry">6<rect>7<x>0</x>8<y>0</y>9<width>954</width>10<height>542</height>11</rect>12</property>13<property name="windowTitle">14<string notr="true">Укрупнение</string>15</property>16<property name="iconSize">17<size>18<width>32</width>19<height>32</height>20</size>21</property>22<widget class="QWidget" name="centralwidget">23<property name="sizePolicy">24<sizepolicy hsizetype="Expanding" vsizetype="Fixed">25<horstretch>1</horstretch>26<verstretch>1</verstretch>27</sizepolicy>28</property>29<property name="maximumSize">30<size>31<width>10000</width>32<height>10000</height>33</size>34</property>35<property name="layoutDirection">36<enum>Qt::LeftToRight</enum>37</property>38<layout class="QGridLayout" name="gridLayout" columnstretch="0,0,1,0">39<item row="0" column="0">40<widget class="QPushButton" name="openFilesButton">41<property name="text">42<string notr="true">Файлы</string>43</property>44</widget>45</item>46<item row="2" column="0" colspan="4">47<widget class="QPlainTextEdit" name="consoleBox">48<property name="font">49<font>50<family>Segoe UI</family>51<pointsize>10</pointsize>52<italic>false</italic>53<bold>false</bold>54</font>55</property>56<property name="styleSheet">57<string notr="true">background-color: rgb(0, 72, 106);font: 10pt "Segoe UI";color: rgb(255, 255, 255);</string>58</property>59<property name="documentTitle">60<string notr="true"/>61</property>62<property name="readOnly">63<bool>true</bool>64</property>65<property name="plainText">66<string notr="true"/>67</property>68<property name="textInteractionFlags">69<set>Qt::TextBrowserInteraction</set>70</property>71<property name="placeholderText">72<string notr="true"/>73</property>74</widget>75</item>76<item row="1" column="0">77<widget class="QPushButton" name="consButton">78<property name="text">79<string notr="true">Укрупнить</string>80</property>81</widget>82</item>83<item row="1" column="1">84<widget class="QPushButton" name="todoButton">85<property name="text">86<string notr="true">Модули</string>87</property>88</widget>89</item>90<item row="0" column="1" colspan="3">91<widget class="QLineEdit" name="filesInput"/>92</item>93<item row="1" column="2">94<widget class="QPushButton" name="guidsButton">95<property name="text">96<string notr="true">Справочники</string>97</property>98</widget>99</item>100<item row="1" column="3">101<spacer name="horizontalSpacer">102<property name="orientation">103<enum>Qt::Horizontal</enum>104</property>105<property name="sizeHint" stdset="0">106<size>107<width>800</width>108<height>20</height>109</size>110</property>111</spacer>112</item>113</layout>114</widget>115<widget class="QStatusBar" name="statusbar"/>116</widget>117<resources/>118<connections/>119</ui>120