consolidator
/
GuidsWindow.ui
121 строка · 3.3 Кб
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">3<class>GuidsDialog</class>4<widget class="QDialog" name="GuidsDialog">5<property name="geometry">6<rect>7<x>0</x>8<y>0</y>9<width>1238</width>10<height>630</height>11</rect>12</property>13<property name="windowTitle">14<string>MainWindow</string>15</property>16<layout class="QGridLayout" name="gridLayout" columnstretch="2,3,0">17<item row="1" column="1">18<layout class="QHBoxLayout" name="horizontalLayout">19<item>20<widget class="QPushButton" name="remoteGuidsButton">21<property name="styleSheet">22<string notr="true">background-color: rgb(236, 236, 236);</string>23</property>24<property name="text">25<string>Получить с сервера</string>26</property>27<property name="checkable">28<bool>false</bool>29</property>30</widget>31</item>32<item>33<widget class="QPushButton" name="localGuidsButton">34<property name="styleSheet">35<string notr="true">background-color: rgb(236, 236, 236);</string>36</property>37<property name="text">38<string>Загрузить на сервер</string>39</property>40</widget>41</item>42<item>43<widget class="QLabel" name="syncWarningLabel">44<property name="styleSheet">45<string notr="true">color: rgb(255, 85, 0);</string>46</property>47<property name="text">48<string>Синхронизация не включена</string>49</property>50</widget>51</item>52<item>53<spacer name="horizontalSpacer">54<property name="orientation">55<enum>Qt::Horizontal</enum>56</property>57<property name="sizeHint" stdset="0">58<size>59<width>40</width>60<height>20</height>61</size>62</property>63</spacer>64</item>65</layout>66</item>67<item row="0" column="0">68<widget class="QTableWidget" name="guidsTable">69<property name="selectionMode">70<enum>QAbstractItemView::SingleSelection</enum>71</property>72<property name="selectionBehavior">73<enum>QAbstractItemView::SelectRows</enum>74</property>75<attribute name="horizontalHeaderShowSortIndicator" stdset="0">76<bool>true</bool>77</attribute>78<attribute name="horizontalHeaderStretchLastSection">79<bool>false</bool>80</attribute>81<column>82<property name="text">83<string>Справочник</string>84</property>85</column>86<column>87<property name="text">88<string>С</string>89</property>90<property name="toolTip">91<string notr="true" extracomment="На сервере"/>92</property>93</column>94<column>95<property name="text">96<string>Л</string>97</property>98<property name="toolTip">99<string notr="true" extracomment="Локально"/>100</property>101</column>102<column>103<property name="text">104<string>[...]</string>105</property>106</column>107<column>108<property name="text">109<string>cmd</string>110</property>111</column>112</widget>113</item>114<item row="0" column="1">115<widget class="QTableView" name="dataView"/>116</item>117</layout>118</widget>119<resources/>120<connections/>121</ui>122