Files
create/src/Mod/Material/Gui/TaskMigrateExternal.ui
David Carter 8519b0c0b8 Materials: External Module Support
The final PR for the external module feature that allows materials to
be stored in an external datastore, webservice, etc.

This includes the final material manager classes, and the UI support in
the form of commands and preference pages.
2025-04-29 19:06:16 -05:00

64 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MatGui::TaskMigrateExternal</class>
<widget class="QWidget" name="MatGui::TaskMigrateExternal">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Materials Migration</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Select Material Libraries</string>
</property>
</widget>
</item>
<item>
<widget class="QListWidget" name="listMaterialLibraries">
<property name="toolTip">
<string>Select material libraries to migrate. Existing materials will not be overwritten.</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Select Model Libraries</string>
</property>
</widget>
</item>
<item>
<widget class="QListWidget" name="listModelLibraries">
<property name="toolTip">
<string>Select model libraries to migrate. Existing models will not be overwritten.</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Status</string>
</property>
</widget>
</item>
<item>
<widget class="QTextEdit" name="textStatus">
<property name="lineWrapMode">
<enum>QTextEdit::NoWrap</enum>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>