aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cpppreprocessordialog.ui
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2022-09-30 10:27:20 +0200
committerhjk <hjk@qt.io>2022-09-30 14:52:12 +0000
commit57b32ed7737c588b51135a649675ec17f0c3bf69 (patch)
treecbf2471bbd53ef69d548d2f25cc7964a23b91426 /src/plugins/cppeditor/cpppreprocessordialog.ui
parent5ff70b6f9950b00353bcc3887df0c91bd82a5d77 (diff)
CppEditor: Inline cpppreprocessordialog.ui
Change-Id: I2941e6fd3da93d1a71fb7d98e6d39634ae957d42 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Diffstat (limited to 'src/plugins/cppeditor/cpppreprocessordialog.ui')
-rw-r--r--src/plugins/cppeditor/cpppreprocessordialog.ui81
1 files changed, 0 insertions, 81 deletions
diff --git a/src/plugins/cppeditor/cpppreprocessordialog.ui b/src/plugins/cppeditor/cpppreprocessordialog.ui
deleted file mode 100644
index 4dbcd968b8..0000000000
--- a/src/plugins/cppeditor/cpppreprocessordialog.ui
+++ /dev/null
@@ -1,81 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>CppEditor::Internal::CppPreProcessorDialog</class>
- <widget class="QDialog" name="CppEditor::Internal::CppPreProcessorDialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>300</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Additional C++ Preprocessor Directives</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="QLabel" name="editorLabel">
- <property name="text">
- <string>Additional C++ Preprocessor Directives for %1:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="TextEditor::SnippetEditorWidget" name="editWidget"/>
- </item>
- <item>
- <widget class="QDialogButtonBox" name="buttonBox">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="standardButtons">
- <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <customwidgets>
- <customwidget>
- <class>TextEditor::SnippetEditorWidget</class>
- <extends>QPlainTextEdit</extends>
- <header location="global">texteditor/snippets/snippeteditor.h</header>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections>
- <connection>
- <sender>buttonBox</sender>
- <signal>accepted()</signal>
- <receiver>CppEditor::Internal::CppPreProcessorDialog</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>CppEditor::Internal::CppPreProcessorDialog</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>