Skip to content

Commit

Permalink
define custom tab order for some widgets
Browse files Browse the repository at this point in the history
for those cases where default order is not adequate or
\ even completely skips some sub-widgets
  • Loading branch information
Kvel2D committed Mar 28, 2022
1 parent 0a8e02c commit 183f0dc
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/admc/create_computer_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@
</item>
</layout>
</widget>
<tabstops>
<tabstop>name_edit</tabstop>
<tabstop>sam_name_edit</tabstop>
<tabstop>sam_name_domain_edit</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
Expand Down
7 changes: 7 additions & 0 deletions src/admc/create_group_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@
</item>
</layout>
</widget>
<tabstops>
<tabstop>name_edit</tabstop>
<tabstop>sam_name_edit</tabstop>
<tabstop>sam_name_domain_edit</tabstop>
<tabstop>scope_combo</tabstop>
<tabstop>type_combo</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
Expand Down
19 changes: 18 additions & 1 deletion src/admc/create_user_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>533</width>
<height>548</height>
<height>581</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -183,6 +183,23 @@
</item>
</layout>
</widget>
<tabstops>
<tabstop>first_name_edit</tabstop>
<tabstop>last_name_edit</tabstop>
<tabstop>name_edit</tabstop>
<tabstop>initials_edit</tabstop>
<tabstop>upn_prefix_edit</tabstop>
<tabstop>upn_suffix_edit</tabstop>
<tabstop>sam_name_edit</tabstop>
<tabstop>sam_name_domain_edit</tabstop>
<tabstop>password_main_edit</tabstop>
<tabstop>password_confirm_edit</tabstop>
<tabstop>show_password_check</tabstop>
<tabstop>must_change_pass_check</tabstop>
<tabstop>cant_change_pass_check</tabstop>
<tabstop>dont_expire_pass_check</tabstop>
<tabstop>disabled_check</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
Expand Down
7 changes: 7 additions & 0 deletions src/admc/edit_query_item_widget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>name_edit</tabstop>
<tabstop>description_edit</tabstop>
<tabstop>scope_checkbox</tabstop>
<tabstop>edit_filter_button</tabstop>
<tabstop>filter_display</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>
7 changes: 7 additions & 0 deletions src/admc/password_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,13 @@
</item>
</layout>
</widget>
<tabstops>
<tabstop>password_main_edit</tabstop>
<tabstop>password_confirm_edit</tabstop>
<tabstop>show_password_check</tabstop>
<tabstop>expired_check</tabstop>
<tabstop>unlock_check</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
Expand Down
10 changes: 10 additions & 0 deletions src/admc/rename_user_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,16 @@
</item>
</layout>
</widget>
<tabstops>
<tabstop>name_edit</tabstop>
<tabstop>first_name_edit</tabstop>
<tabstop>last_name_edit</tabstop>
<tabstop>full_name_edit</tabstop>
<tabstop>upn_prefix_edit</tabstop>
<tabstop>upn_suffix_edit</tabstop>
<tabstop>sam_name_edit</tabstop>
<tabstop>sam_name_domain_edit</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
Expand Down

0 comments on commit 183f0dc

Please sign in to comment.