Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jan Luc Tavares
espectrometria
Commits
d67f24ef
Commit
d67f24ef
authored
Mar 04, 2015
by
Rafaela Meissner
Browse files
up3
parent
181cc801
Changes
4
Hide whitespace changes
Inline
Side-by-side
estacaoespectrometria/N957Independent/python/User_Config.py
View file @
d67f24ef
MCA
=
175
MCB
=
174
#
MCB = 174
#MCC = 174
#MCD = xxx
estacaoespectrometria/N957Independent/python/User_Config.py~
View file @
d67f24ef
MCA = 175
#
MCB = 174
MCB = 174
#MCC = 174
#MCD = xxx
estacaoespectrometria/N957Independent/python/newmodulo.py
View file @
d67f24ef
...
...
@@ -1071,19 +1071,27 @@ root.bind_all("<Right>",lambda i=i: Shift_Cursor(False,1))
root
.
bind_all
(
"<Next>"
,
lambda
i
=
i
:
Shift_Cursor
(
False
,
-
Controle
[
'Nmr_canais'
]
/
51.2
))
#next = page down
root
.
bind_all
(
"<Prior>"
,
lambda
i
=
i
:
Shift_Cursor
(
False
,
Controle
[
'Nmr_canais'
]
/
51.2
))
#prior = page up
<<<<<<<
HEAD
:
estacaoespectrometria
/
N957Independent
/
python
/
newmodulo
.
py
<<<<<<<
HEAD
:
estacaoespectrometria
/
N957Independent
/
python
/
newmodulo
.
py
#root.bind_all("<Tab>", lambda i=i: select())
=======
root
.
bind_all
(
"<Tab>"
,
lambda
i
=
i
:
select
())
>>>>>>>
01
bf664
...
modificações
na
interface
e
comandos
de
usuário
:
python
/
newmodulo
.
py
~
=======
#root.bind_all("<Tab>", lambda i=i: select())
>>>>>>>
01
bf664
...
modificações
na
interface
e
comandos
de
usuário
:
python
/
newmodulo
.
py
#def select():
# root.focus_set(root.tk_focusNext())
# print(root.tk_focusNext())
<<<<<<<
HEAD
:
estacaoespectrometria
/
N957Independent
/
python
/
newmodulo
.
py
<<<<<<<
HEAD
:
estacaoespectrometria
/
N957Independent
/
python
/
newmodulo
.
py
# root.tk_focusNext()
=======
root
.
tk_focusNext
()
>>>>>>>
01
bf664
...
modificações
na
interface
e
comandos
de
usuário
:
python
/
newmodulo
.
py
~
=======
# root.tk_focusNext()
>>>>>>>
01
bf664
...
modificações
na
interface
e
comandos
de
usuário
:
python
/
newmodulo
.
py
# print(root.focus_get())
# for G in L_Graficos:
# print G.Canvas.get_tk_widget()
...
...
estacaoespectrometria/N957Independent/python/newmodulo.py~
View file @
d67f24ef
...
...
@@ -931,11 +931,15 @@ def key_4(event): #'button_press_event'
# return
# G.pressx = float(event.xdata)
# G.pressy = float(event.ydata)
<<<<<<<
HEAD
:
estacaoespectrometria
/
N957Independent
/
python
/
newmodulo
.
py
~
>>>>>>>
01
bf664
...
modificações
na
interface
e
comandos
de
usuário
:
python
/
newmodulo
.
py
=======
>>>>>>>
01
bf664
...
modificações
na
interface
e
comandos
de
usuário
:
python
/
newmodulo
.
py
~
# if event.button == 3:#botao direito do mouse
# G.limupdtx = G.limupdtx #
<<<<<<<
HEAD
:
estacaoespectrometria
/
N957Independent
/
python
/
newmodulo
.
py
~
<<<<<<<
HEAD
:
estacaoespectrometria
/
N957Independent
/
python
/
newmodulo
.
py
~
if
event
.
button
==
2
:
#botao do meio do mouse
G
.
limtrans
=
False
...
...
@@ -945,12 +949,17 @@ def key_4(event): #'button_press_event'
#G.limupdtx = False
#G.limtrans = True
=======
=======
>>>>>>>
01
bf664
...
modificações
na
interface
e
comandos
de
usuário
:
python
/
newmodulo
.
py
~
# if event.button == 2:#botao do meio do mouse
# G.subplot.set_xlim(xmin=0,xmax=int(Interface['spinboxes'][0].get()))
# elif event.button == 1:#esq
# G.limupdtx = False
# G.limtrans = True
<<<<<<<
HEAD
:
estacaoespectrometria
/
N957Independent
/
python
/
newmodulo
.
py
~
>>>>>>>
01
bf664
...
modificações
na
interface
e
comandos
de
usuário
:
python
/
newmodulo
.
py
=======
>>>>>>>
01
bf664
...
modificações
na
interface
e
comandos
de
usuário
:
python
/
newmodulo
.
py
~
#def key_5(event):# 'motion_notify_event'
# G=G_cursor
...
...
@@ -1093,12 +1102,20 @@ root.bind_all("<Right>",lambda i=i: Shift_Cursor(False,1))
root
.
bind_all
(
"<Next>"
,
lambda
i
=
i
:
Shift_Cursor
(
False
,
-
Controle
[
'Nmr_canais'
]
/
51.2
))
#next = page down
root
.
bind_all
(
"<Prior>"
,
lambda
i
=
i
:
Shift_Cursor
(
False
,
Controle
[
'Nmr_canais'
]
/
51.2
))
#prior = page up
<<<<<<<
HEAD
:
estacaoespectrometria
/
N957Independent
/
python
/
newmodulo
.
py
~
#root.bind_all("<Tab>", lambda i=i: select())
=======
root
.
bind_all
(
"<Tab>"
,
lambda
i
=
i
:
select
())
>>>>>>>
01
bf664
...
modificações
na
interface
e
comandos
de
usuário
:
python
/
newmodulo
.
py
~
#def select():
# root.focus_set(root.tk_focusNext())
# print(root.tk_focusNext())
<<<<<<<
HEAD
:
estacaoespectrometria
/
N957Independent
/
python
/
newmodulo
.
py
~
# root.tk_focusNext()
=======
root
.
tk_focusNext
()
>>>>>>>
01
bf664
...
modificações
na
interface
e
comandos
de
usuário
:
python
/
newmodulo
.
py
~
# print(root.focus_get())
# for G in L_Graficos:
# print G.Canvas.get_tk_widget()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment