/
friendlyperch
/
QGrid
Обзор
Документация
Войти
/
friendlyperch
/
QGrid
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
dev-ver1
examples/GridExample/MainWindow.ui
135 строк
4 KB
okuntsev
global search
15 янв 2026, 17:41
15 янв 2026, 17:41
9e56f6a
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>800</width> <height>600</height> </rect> </property> <property name="windowTitle"> <string>Grid Example</string> </property> <widget class="QWidget" name="centralwidget"> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QGroupBox" name="controlPanelGroupBox"> <property name="title"> <string>Table Properties</string> </property> <layout class="QHBoxLayout" name="controlPanelLayout"> <item> <widget class="QCheckBox" name="headerVisibleCheckBox"> <property name="text"> <string>Header Visible</string> </property> </widget> </item> <item> <widget class="QLabel" name="headerTextLabel"> <property name="text"> <string>Header Text:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="headerTextLineEdit"> <property name="text"> <string>Заголовок таблицы</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="toolboxVisibleCheckBox"> <property name="text"> <string>Toolbox Visible</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QCheckBox" name="searchbarVisibleCheckBox"> <property name="text"> <string>Searchbar Visible</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="checkableSelectionEnabledCheckBox"> <property name="text"> <string>Checkable Selection</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QCheckBox" name="globalSearchEnabledCheckBox"> <property name="text"> <string>Global Search</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </widget> </item> <item> <widget class="GridView" name="gridView"> <property name="cursor"> <cursorShape>ArrowCursor</cursorShape> </property> <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> <property name="headerVisible"> <bool>false</bool> </property> <property name="headerText"> <string>Заголовок таблицы</string> </property> <property name="toolboxVisible"> <bool>true</bool> </property> <property name="searchbarVisible" stdset="0"> <bool>false</bool> </property> <property name="globalSearchEnabled"> <bool>false</bool> </property> <property name="columnsData"> <string>W3siY2hlY2thYmxlIjpmYWxzZSwiZGlyZWN0RWRpdCI6ZmFsc2UsImVkaXRhYmxlIjpmYWxzZSwiZmllbGROYW1lIjoiRmllbGROYW1lIiwiaGVhZGVyIjoiSGVhZGVyIDEiLCJpbmRleCI6MCwiaXNJZCI6ZmFsc2UsImlzUGFyZW50SWQiOmZhbHNlLCJvcGVyYXRpb25zIjowLCJzaG93RGVsZWdhdGVJblZpZXciOmZhbHNlLCJzaG93SW5TZWFyY2hCYXIiOmZhbHNlLCJzaG93SW5TdGF0aWNGaWx0ZXIiOmZhbHNlLCJ2aXNpYmxlIjp0cnVlfSx7ImNoZWNrYWJsZSI6ZmFsc2UsImRpcmVjdEVkaXQiOmZhbHNlLCJlZGl0YWJsZSI6ZmFsc2UsImZpZWxkTmFtZSI6IkZpZWxkTmFtZTMiLCJoZWFkZXIiOiJIZWFkZXIgMyIsImluZGV4IjoyLCJpc0lkIjpmYWxzZSwiaXNQYXJlbnRJZCI6ZmFsc2UsIm9wZXJhdGlvbnMiOjAsInNob3dEZWxlZ2F0ZUluVmlldyI6ZmFsc2UsInNob3dJblNlYXJjaEJhciI6ZmFsc2UsInNob3dJblN0YXRpY0ZpbHRlciI6ZmFsc2UsInZpc2libGUiOnRydWV9XQ==</string> </property> </widget> </item> </layout> </widget> </widget> <customwidgets> <customwidget> <class>GridView</class> <extends>QFrame</extends> <header>QGrid/GridView.h</header> </customwidget> </customwidgets> <resources/> <connections/> </ui>