Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ImageINSA_Tanguy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tanguy.Raufflet
ImageINSA_Tanguy
Commits
f9a12e72
Commit
f9a12e72
authored
10 years ago
by
Antoine Lorence
Browse files
Options
Downloads
Patches
Plain Diff
Remove useless UI form dialog
parent
46a59abd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/CMakeLists.txt
+0
-1
0 additions, 1 deletion
app/CMakeLists.txt
app/Operations/MICDDialog_.ui
+0
-248
0 additions, 248 deletions
app/Operations/MICDDialog_.ui
with
0 additions
and
249 deletions
app/CMakeLists.txt
+
0
−
1
View file @
f9a12e72
...
...
@@ -172,7 +172,6 @@ set(UIS
Operations/MICDDialog.ui
Operations/DCTDialog.ui
Operations/ColorDialog.ui
Operations/MICDDialog_.ui
)
qt5_wrap_ui
(
WRAPPED_UIS
${
UIS
}
)
...
...
This diff is collapsed.
Click to expand it.
app/Operations/MICDDialog_.ui
deleted
100644 → 0
+
0
−
248
View file @
46a59abd
<?xml version="1.0" encoding="UTF-8"?>
<ui
version=
"4.0"
>
<class>
Dialog
</class>
<widget
class=
"QDialog"
name=
"Dialog"
>
<property
name=
"windowModality"
>
<enum>
Qt::WindowModal
</enum>
</property>
<property
name=
"geometry"
>
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
678
</width>
<height>
528
</height>
</rect>
</property>
<property
name=
"windowTitle"
>
<string>
MICD Encoding
</string>
</property>
<property
name=
"modal"
>
<bool>
true
</bool>
</property>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout"
>
<item
alignment=
"Qt::AlignHCenter|Qt::AlignVCenter"
>
<widget
class=
"QLabel"
name=
"label"
>
<property
name=
"text"
>
<string/>
</property>
<property
name=
"pixmap"
>
<pixmap
resource=
"../eiimage_app_res.qrc"
>
:/img/micd.png
</pixmap>
</property>
</widget>
</item>
<item>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout"
>
<item>
<widget
class=
"QWidget"
name=
"widget_2"
native=
"true"
>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout_4"
>
<item>
<widget
class=
"QGroupBox"
name=
"groupBox_2"
>
<property
name=
"title"
>
<string>
Predictor P(X)
</string>
</property>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout_3"
>
<item>
<widget
class=
"QRadioButton"
name=
"radioButton_3"
>
<property
name=
"text"
>
<string>
A
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"QRadioButton"
name=
"radioButton_4"
>
<property
name=
"text"
>
<string>
C
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"QRadioButton"
name=
"radioButton_5"
>
<property
name=
"text"
>
<string>
(A + C) / 2
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"QRadioButton"
name=
"radioButton_6"
>
<property
name=
"text"
>
<string>
Modified Graham's
</string>
</property>
</widget>
</item>
<item>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout_2"
>
<item
alignment=
"Qt::AlignRight"
>
<widget
class=
"QLabel"
name=
"label_2"
>
<property
name=
"text"
>
<string>
Q =
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"QSpinBox"
name=
"spinBox"
>
<property
name=
"maximum"
>
<number>
255
</number>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer
name=
"verticalSpacer_4"
>
<property
name=
"orientation"
>
<enum>
Qt::Vertical
</enum>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
20
</width>
<height>
40
</height>
</size>
</property>
</spacer>
</item>
</layout>
<zorder>
radioButton_3
</zorder>
<zorder>
radioButton_4
</zorder>
<zorder>
radioButton_5
</zorder>
<zorder>
radioButton_6
</zorder>
<zorder>
verticalSpacer_4
</zorder>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget
class=
"QWidget"
name=
"widget"
native=
"true"
>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout_2"
>
<item>
<widget
class=
"QGroupBox"
name=
"groupBox"
>
<property
name=
"title"
>
<string>
Quantifier
</string>
</property>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout_5"
>
<item>
<widget
class=
"QLabel"
name=
"label_3"
>
<property
name=
"text"
>
<string>
Quantification file :
</string>
</property>
</widget>
</item>
<item>
<layout
class=
"QHBoxLayout"
name=
"horizontalLayout_3"
>
<item>
<widget
class=
"QLineEdit"
name=
"lineEdit"
/>
</item>
<item>
<widget
class=
"QPushButton"
name=
"pushButton"
>
<property
name=
"font"
>
<font>
<pointsize>
10
</pointsize>
<weight>
75
</weight>
<italic>
true
</italic>
<bold>
true
</bold>
</font>
</property>
<property
name=
"text"
>
<string>
Browse
</string>
</property>
<property
name=
"iconSize"
>
<size>
<width>
8
</width>
<height>
8
</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer
name=
"verticalSpacer_2"
>
<property
name=
"orientation"
>
<enum>
Qt::Vertical
</enum>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
20
</width>
<height>
40
</height>
</size>
</property>
</spacer>
</item>
<item>
<widget
class=
"QPushButton"
name=
"pushButton_2"
>
<property
name=
"text"
>
<string>
Open quantification editor
</string>
</property>
</widget>
</item>
<item>
<spacer
name=
"verticalSpacer_3"
>
<property
name=
"orientation"
>
<enum>
Qt::Vertical
</enum>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<width>
20
</width>
<height>
40
</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</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>
<resources>
<include
location=
"../eiimage_app_res.qrc"
/>
</resources>
<connections>
<connection>
<sender>
buttonBox
</sender>
<signal>
rejected()
</signal>
<receiver>
Dialog
</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>
<connection>
<sender>
buttonBox
</sender>
<signal>
accepted()
</signal>
<receiver>
Dialog
</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>
</connections>
</ui>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment