最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

Android QPython3 可視化-單選:RadioGroup.py

2020-09-18 13:15 作者:乘著船  | 我要投稿

#需要BaseWindow.py??https://www.bilibili.com/read/cv8680125


from BaseWindow import *

RB="""

<RadioButton

? ? android:id="@+id/Radio%s"

? ? android:layout_width="fill_parent"

? ? android:layout_height="wrap_content"

? ? android:textSize="8dp"

? ? android:text="%s"

? ? android:background="#%s"

/>

"""

XML="""<?xml version="1.0" encoding="utf-8"?>

<LinearLayout

android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:background="#4f3f2f"

android:orientation="vertical"

xmlns:android="http://schemas.android.com/apk/res/android">

<LinearLayout

android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:orientation="vertical"

android:layout_weight="20">

<ScrollView? ?

? ? ? ? android:layout_width="fill_parent"? ?

? ? ? ? android:layout_height="fill_parent" >?

<LinearLayout

android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:orientation="vertical"

android:layout_weight="20">

? ? <EditText

android:id="@+id/Title"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:textSize="8dp"

android:text="%s"

android:textColor="#ff0000"

android:layout_weight="1"

android:gravity="center"

/>

? ? <RadioGroup

? ? ? ? android:id="@+id/RadioGroup"

? ? ? ? android:layout_width="fill_parent"

? ? ? ? android:layout_height="fill_parent"

? ? ? ? android:orientation="vertical">

""","""

? ? </RadioGroup>

</LinearLayout>

</ScrollView>

? ? </LinearLayout>

<LinearLayout

android:layout_width="fill_parent"

android:layout_height="100dp"

android:orientation="horizontal"

android:layout_weight="8">

<Button

android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:text="%s"

android:id="@+id/but_conf"

android:textSize="8dp"

android:background="#007f7f"

android:textColor="#ffffffff"

android:layout_weight="1"

android:gravity="center"/>

<Button

android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:text="%s"

android:id="@+id/but_copy"

android:textSize="8dp"

android:background="#7f7f00"

android:textColor="#ffffffff"

android:layout_weight="1"

android:gravity="center"/>

<Button

android:layout_width="fill_parent"

android:layout_height="fill_parent"

android:text="%s"

android:id="@+id/but_canc"

android:textSize="8dp"

android:background="#7f007f"

android:textColor="#ffffffff"

android:layout_weight="1"

android:gravity="center"/>

</LinearLayout>

</LinearLayout>"""

def getRadio(self):

? ? r=self.radio

? ? R=self.Radio

? ? for i in range(self.Count):

? ? ? ? if r[i].checked=='true':

? ? ? ? ? ? if R:

? ? ? ? ? ? ? ? return R[i]

? ? ? ? ? ? else:

? ? ? ? ? ? ? ? return i

class MainScreen(Layout):

? ? def on_show(self):

? ? ? ? v=self.views

? ? ? ? Radio=[]

? ? ? ? for i in range(self.Count):

? ? ? ? ? ? Radio.append(v.pop('Radio%s'%i))

? ? ? ? self.radio=Radio

? ? ? ? v.but_conf.add_event(click_EventHandler(v.but_conf,self.conf))

? ? ? ? v.but_copy.add_event(click_EventHandler(v.but_copy,self.copy))

? ? ? ? v.but_canc.add_event(click_EventHandler(v.but_canc,self.canc))

? ? def on_close(self):

? ? ? ? pass

? ? def copy(self,view,dummy):

? ? ? ? droid.setClipboard(str(getRadio(self)))

? ? ? ? droid.makeToast("文本已復(fù)制")

? ? def conf(self,view,dummy):

? ? ? ? MainScreen.Text=getRadio(self)

? ? ? ? FullScreenWrapper2App.close_layout()

? ? def canc(self,view,dummy):

? ? ? ? MainScreen.Text=None

? ? ? ? FullScreenWrapper2App.close_layout()

rcColor=('7f3f3f','3f3f7f')

def RadioGroup(Title='',Radio=(),returnValue=False,button=CCC):#主函數(shù)

#單選按鈕組(標(biāo)題,單選按鈕文本組(按鈕1,按鈕2,……),返回數(shù)值,(確認(rèn)按鈕文本,復(fù)制按鈕文本,取消按鈕文本))

#返回:選擇的內(nèi)容;如果不選按確定,返回None;如果取消,返回None。

#返回數(shù)值(returnValue)為True,返回實際值;返回數(shù)值(returnValue)為False,返回序號。

? ? r=[XML[0]%Str2Xml(Title)];i=-1

? ? for i in range(len(Radio)):

? ? ? ? r.append(RB%(i,Str2Xml(Radio[i]),rcColor[i%2]))

? ? MainScreen.Count=i+1

? ? if returnValue:

? ? ? ? MainScreen.Radio=Radio

? ? else:

? ? ? ? MainScreen.Radio=False

? ? r.append(XML[1]%tuple(button))

? ? r=''.join(r)

? ? FullScreenWrapper2App.show_layout(MainScreen(r,'Radio'))

? ? FullScreenWrapper2App.eventloop()

? ? r=MainScreen.Text

? ? MainScreen.Text=True

? ? return r

__all__=('RadioGroup','droid')


==========說明==========


RadioGroup('題目',('選項0','選項1','選項2'),True)

選擇“選項n”按“確定”,返回:“選項n”;

如果returnValue=False,返回序號n。


作者:乘著船@Bilibili

更多文章+下載鏈接:https://www.bilibili.com/read/readlist/rl321663


Android QPython3 可視化-單選:RadioGroup.py的評論 (共 條)

分享到微博請遵守國家法律
大兴区| 湘乡市| 怀集县| 尤溪县| 长白| 灵山县| 天柱县| 平顺县| 修武县| 房产| 潜山县| 凤台县| 浏阳市| 西平县| 六盘水市| 肇庆市| 漳浦县| 襄樊市| 永登县| 临夏县| 广水市| 吴旗县| 稻城县| 瓦房店市| 迭部县| 新田县| 新宁县| 长子县| 潮州市| 镇安县| 卢湾区| 龙川县| 呈贡县| 府谷县| 达拉特旗| 高雄县| 正蓝旗| 大英县| 蓬溪县| 华阴市| 星座|