Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
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
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
1897a80f
Commit
1897a80f
authored
2 years ago
by
Mikhail Svechnikov
Browse files
Options
Downloads
Patches
Plain Diff
WidgetUtils: shortened comment
parent
c7eab82d
No related branches found
No related tags found
1 merge request
!1147
GUI: rm UIntProperty and UIntDescriptor
Pipeline
#80891
passed
2 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GUI/View/Tool/WidgetUtils.h
+0
-4
0 additions, 4 deletions
GUI/View/Tool/WidgetUtils.h
with
0 additions
and
4 deletions
GUI/View/Tool/WidgetUtils.h
+
0
−
4
View file @
1897a80f
...
...
@@ -146,10 +146,6 @@ QLineEdit* createTextEdit(std::function<QString()> getter, std::function<void(QS
//! "easyScrollable" flag is false. Otherwise it would be dangerous if the spin box is on a
//! scrollable form - unintended and unnoticed changes would take place when just scrolling through
//! the form.
//!
//! No connections to update the descriptor will be established! Therefore changes in the spin box
//! will *not* be notified to the descriptor. The additional (and optional) slot can be used to be
//! notified about a value change.
QSpinBox
*
createIntSpinbox
(
std
::
function
<
int
()
>
getter
,
std
::
function
<
void
(
int
)
>
slot
,
const
RealLimits
&
limits
=
RealLimits
(),
QString
tooltip
=
""
,
QList
<
std
::
function
<
void
()
>>*
updaters
=
nullptr
,
...
...
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