1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/sinriv-meshlang

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
functable.ui 2.8 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
cgoxopx Отправлено 03.11.2019 17:02 fb2c571
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>funcTable</class>
<widget class="QDialog" name="funcTable">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>639</width>
<height>480</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
<rect>
<x>450</x>
<y>440</y>
<width>181</width>
<height>32</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
<widget class="QTableWidget" name="table">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>621</width>
<height>361</height>
</rect>
</property>
</widget>
<widget class="QCommandLinkButton" name="commandLinkButton">
<property name="geometry">
<rect>
<x>0</x>
<y>470</y>
<width>177</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>CommandLinkButton</string>
</property>
</widget>
<widget class="QLineEdit" name="nName">
<property name="geometry">
<rect>
<x>10</x>
<y>380</y>
<width>161</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="nInput">
<property name="geometry">
<rect>
<x>180</x>
<y>380</y>
<width>141</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="nOutput">
<property name="geometry">
<rect>
<x>330</x>
<y>380</y>
<width>151</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QCheckBox" name="useNew">
<property name="geometry">
<rect>
<x>500</x>
<y>390</y>
<width>92</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>自定义</string>
</property>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>funcTable</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>funcTable</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/sinriv-meshlang.git
git@api.gitlife.ru:oschina-mirror/sinriv-meshlang.git
oschina-mirror
sinriv-meshlang
sinriv-meshlang
master